:root {
  --nh-ink: #11100f;
  --nh-charcoal: #1c1a19;
  --nh-paper: #f6f3ef;
  --nh-white: #ffffff;
  --nh-pink: #d12d67;
  --nh-pink-dark: #a9164d;
  --nh-blush: #f4dfe7;
  --nh-stone: #7f7770;
  --nh-line: #d8d2cc;
  --nh-max: 1440px;
  --nh-header-height: 88px;
}

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

.nh-route-loading {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: var(--nh-paper);
  color: var(--nh-ink);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

[id="growth-website"],
[id="ecommerce-platform"],
[id="seo-aeo-audit"],
[id="care-plans"] {
  scroll-margin-top: calc(var(--nh-header-height) + 20px);
}

.nh-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: grid;
  justify-items: end;
  gap: 10px;
}

.nh-whatsapp__prompt {
  position: relative;
  width: min(280px, calc(100vw - 32px));
  padding: 18px 48px 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  background: var(--nh-ink);
  box-shadow: 0 18px 48px rgba(17, 16, 15, 0.24);
  color: var(--nh-white);
}

.nh-whatsapp__prompt strong,
.nh-whatsapp__prompt a {
  display: block;
  letter-spacing: 0;
}

.nh-whatsapp__prompt strong {
  font-size: 15px;
  font-weight: 700;
}

.nh-whatsapp__prompt a {
  margin-top: 5px;
  color: #72e89f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nh-whatsapp__dismiss {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-grid;
  width: 32px;
  height: 32px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.nh-whatsapp__dismiss svg {
  width: 17px;
  height: 17px;
}

.nh-whatsapp__button {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 2px solid var(--nh-white);
  border-radius: 50%;
  background: #1fa855;
  box-shadow: 0 14px 32px rgba(17, 16, 15, 0.25);
  color: var(--nh-white);
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.nh-whatsapp__button:hover {
  transform: translateY(-2px);
  background: #168645;
}

.nh-whatsapp__button svg {
  width: 27px;
  height: 27px;
}

@media (max-width: 640px) {
  .nh-price-card__actions {
    grid-template-columns: 1fr;
  }
  .nh-whatsapp {
    right: 16px;
    bottom: 16px;
  }

  .nh-whatsapp__button {
    width: 54px;
    height: 54px;
  }
}

/* Corporate catalogue and product quote basket */
.nh-icon-button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
  color: var(--nh-ink);
  cursor: pointer;
}

.nh-icon-button svg {
  width: 19px;
}

.nh-catalogue-page,
.nh-quote-cart-page {
  padding: 68px 0 110px;
  background: var(--nh-paper);
}

.nh-catalogue-toolbar {
  position: sticky;
  top: var(--nh-header-height);
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(210px, 0.3fr) auto;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--nh-line);
  background: rgba(246, 243, 239, 0.96);
  backdrop-filter: blur(16px);
}

.nh-catalogue-toolbar form {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 52px;
  padding-left: 17px;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
}

.nh-catalogue-toolbar form > svg {
  width: 19px;
  color: var(--nh-stone);
}

.nh-catalogue-toolbar input,
.nh-catalogue-toolbar select {
  width: 100%;
  min-width: 0;
  height: 50px;
  border: 0;
  background: var(--nh-white);
  color: var(--nh-ink);
}

.nh-catalogue-toolbar input {
  padding: 0 13px;
}

.nh-catalogue-toolbar form button {
  display: inline-flex;
  align-self: stretch;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  background: var(--nh-ink);
  color: var(--nh-white);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.nh-catalogue-toolbar form button svg {
  display: none;
  width: 18px;
}

.nh-catalogue-toolbar label {
  display: block;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
}

.nh-catalogue-toolbar select {
  padding: 0 42px 0 15px;
}

.nh-quote-basket-link {
  display: inline-flex;
  min-height: 52px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--nh-pink);
  color: var(--nh-white) !important;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.nh-quote-basket-link > svg {
  width: 18px;
}

.nh-quote-basket-link > span {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  place-items: center;
  background: var(--nh-white);
  color: var(--nh-pink-dark);
  font-size: 11px;
}

.nh-catalogue-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0 30px;
  color: var(--nh-stone);
  font-size: 12px;
}

.nh-catalogue-meta strong {
  color: var(--nh-ink);
}

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

.nh-product-card {
  min-width: 0;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.nh-product-card:hover {
  z-index: 1;
  border-color: var(--nh-pink);
  box-shadow: 0 18px 42px rgba(17, 16, 15, 0.1);
  transform: translateY(-5px);
}

.nh-product-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--nh-line);
  background: #f1eeea;
  cursor: pointer;
}

.nh-product-card__image img,
.nh-product-modal__image img,
.nh-quote-line__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nh-product-card__image > span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 9px;
  background: rgba(17, 16, 15, 0.88);
  color: var(--nh-white);
  font-size: 10px;
  font-weight: 700;
}

.nh-catalogue-image-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: linear-gradient(135deg, #f1eeea, #e3ddd7);
  color: #aaa19a;
}

.nh-catalogue-image-fallback svg {
  width: 58px;
  height: 58px;
  stroke-width: 1.2;
}

.nh-product-card__body {
  display: flex;
  min-height: 280px;
  padding: 22px;
  flex-direction: column;
  align-items: flex-start;
}

.nh-product-card__body > span {
  color: var(--nh-pink-dark);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nh-product-card__body h2 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.nh-product-card__body > p {
  display: -webkit-box;
  margin-top: 12px;
  overflow: hidden;
  color: #625b56;
  font-size: 13px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.nh-product-card__body > div {
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 22px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}

.nh-product-card__body > div strong {
  font-size: 16px;
}

.nh-product-card__body > div small {
  max-width: 100px;
  color: var(--nh-stone);
  font-size: 10px;
  text-align: right;
}

.nh-product-card__body > button {
  display: flex;
  width: 100%;
  margin-top: 17px;
  padding: 15px 0 4px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-top: 1px solid var(--nh-line);
  background: transparent;
  color: var(--nh-ink);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.nh-product-card__body > button svg {
  width: 17px;
  color: var(--nh-pink);
  transition: transform 180ms ease;
}

.nh-product-card:hover .nh-product-card__body > button svg {
  transform: translateX(4px);
}

.nh-catalogue-state {
  display: grid;
  min-height: 390px;
  padding: 70px 24px;
  place-items: center;
  align-content: center;
  gap: 14px;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
  text-align: center;
}

.nh-catalogue-state > svg {
  width: 42px;
  height: 42px;
  color: var(--nh-pink);
}

.nh-catalogue-state h2 {
  font-size: 28px;
}

.nh-catalogue-state p {
  max-width: 540px;
  color: var(--nh-stone);
}

.nh-catalogue-loader {
  width: 38px;
  height: 38px;
  border: 3px solid var(--nh-blush);
  border-top-color: var(--nh-pink);
  border-radius: 50%;
  animation: nh-catalogue-spin 800ms linear infinite;
}

@keyframes nh-catalogue-spin {
  to {
    transform: rotate(360deg);
  }
}

.nh-catalogue-pagination {
  display: flex;
  margin-top: 46px;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.nh-catalogue-pagination button {
  display: inline-flex;
  min-height: 44px;
  padding: 0 14px;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
  font-weight: 700;
  cursor: pointer;
}

.nh-catalogue-pagination button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.nh-catalogue-pagination button svg {
  width: 17px;
}

.nh-catalogue-pagination span {
  color: var(--nh-stone);
  font-size: 12px;
}

.nh-product-modal {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: grid;
  padding: 24px;
  place-items: center;
}

.nh-product-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(17, 16, 15, 0.74);
  backdrop-filter: blur(5px);
}

.nh-product-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1040px, 100%);
  max-height: min(850px, calc(100vh - 48px));
  grid-template-columns: minmax(330px, 0.9fr) minmax(440px, 1.1fr);
  overflow: auto;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.nh-product-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
}

.nh-product-modal__image {
  position: sticky;
  top: 0;
  min-height: 600px;
  max-height: min(850px, calc(100vh - 48px));
  background: #f1eeea;
}

.nh-product-modal__body {
  padding: 58px 52px 48px;
}

.nh-product-modal__body h2 {
  margin-top: 14px;
  padding-right: 30px;
  font-size: 38px;
  line-height: 1.12;
}

.nh-product-modal__body > p {
  margin-top: 17px;
  color: #5d5651;
  line-height: 1.7;
}

.nh-product-modal__subcategory {
  display: inline-block;
  margin-top: 10px;
  color: var(--nh-stone);
  font-size: 11px;
}

.nh-colour-options,
.nh-size-matrix {
  margin: 28px 0 0;
  padding: 0;
  border: 0;
}

.nh-colour-options legend,
.nh-size-matrix legend {
  margin-bottom: 11px;
  color: var(--nh-stone);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nh-colour-options > div {
  display: grid;
  max-height: 184px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  overflow: auto;
}

.nh-colour-options button {
  display: grid;
  min-width: 0;
  padding: 8px;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  column-gap: 9px;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
  color: var(--nh-ink);
  text-align: left;
  cursor: pointer;
}

.nh-colour-options button.is-selected {
  border-color: var(--nh-pink);
  background: #fff4f8;
  box-shadow: inset 3px 0 var(--nh-pink);
}

.nh-colour-options button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.nh-colour-options img,
.nh-colour-options__swatch {
  width: 38px;
  height: 38px;
  grid-row: 1 / 3;
  object-fit: contain;
  background: #f1eeea;
}

.nh-colour-options button > span:not(.nh-colour-options__swatch),
.nh-colour-options button small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nh-colour-options button > span:not(.nh-colour-options__swatch) {
  align-self: end;
  font-size: 11px;
  font-weight: 700;
}

.nh-colour-options button small {
  align-self: start;
  color: var(--nh-stone);
  font-size: 8px;
}

.nh-size-matrix {
  border: 1px solid var(--nh-line);
}

.nh-size-matrix > legend {
  float: left;
  width: 100%;
  padding-bottom: 11px;
  border: 0;
}

.nh-size-matrix__head,
.nh-size-matrix__rows > div {
  display: grid;
  grid-template-columns: minmax(110px, 1fr) 75px 92px 146px;
  gap: 12px;
  align-items: center;
}

.nh-size-matrix__head {
  clear: both;
  padding: 10px 13px;
  background: var(--nh-paper);
  color: var(--nh-stone);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.nh-size-matrix__rows {
  max-height: 255px;
  overflow: auto;
}

.nh-size-matrix__rows > div {
  min-height: 58px;
  padding: 9px 13px;
  border-top: 1px solid var(--nh-line);
}

.nh-size-matrix__rows > div.is-disabled {
  opacity: 0.48;
}

.nh-size-matrix__rows > div > span:first-child b,
.nh-size-matrix__rows > div > span:first-child small {
  display: block;
}

.nh-size-matrix__rows > div > span:first-child b {
  font-size: 11px;
}

.nh-size-matrix__rows > div > span:first-child small,
.nh-size-matrix__rows > div > span:nth-child(2) {
  color: var(--nh-stone);
  font-size: 8px;
}

.nh-size-matrix__rows > div > strong {
  font-size: 11px;
}

.nh-product-selection-summary {
  display: flex;
  margin-top: 20px;
  padding: 16px 0;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid var(--nh-line);
  border-bottom: 1px solid var(--nh-line);
}

.nh-product-selection-summary span {
  color: var(--nh-stone);
  font-size: 10px;
}

.nh-product-selection-summary strong {
  font-size: 20px;
}

.nh-variant-options {
  margin: 30px 0 0;
  padding: 0;
  border: 0;
}

.nh-variant-options legend,
.nh-product-modal__purchase label > span,
.nh-product-modal__purchase > div > span {
  margin-bottom: 10px;
  color: var(--nh-stone);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nh-variant-options > div {
  display: grid;
  max-height: 220px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  overflow: auto;
}

.nh-variant-options button {
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
  color: var(--nh-ink);
  text-align: left;
  cursor: pointer;
}

.nh-variant-options button.is-selected {
  border-color: var(--nh-pink);
  background: #fff4f8;
  box-shadow: inset 3px 0 var(--nh-pink);
}

.nh-variant-options button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.nh-variant-options button span,
.nh-variant-options button small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nh-variant-options button span {
  font-size: 12px;
  font-weight: 700;
}

.nh-variant-options button small {
  margin-top: 4px;
  color: var(--nh-stone);
  font-size: 9px;
}

.nh-product-modal__purchase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 28px;
  padding-top: 25px;
  border-top: 1px solid var(--nh-line);
}

.nh-product-modal__purchase > div,
.nh-product-modal__purchase > label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nh-product-modal__purchase > div strong {
  font-size: 25px;
}

.nh-product-modal__purchase label small {
  margin-top: 7px;
  color: var(--nh-stone);
  font-size: 9px;
}

.nh-quantity-control {
  display: grid;
  grid-template-columns: 38px 68px 38px;
  min-height: 40px;
  border: 1px solid var(--nh-line);
}

.nh-quantity-control button,
.nh-quantity-control input {
  min-width: 0;
  padding: 0;
  border: 0;
  background: var(--nh-white);
  text-align: center;
}

.nh-quantity-control button {
  cursor: pointer;
}

.nh-quantity-control button svg {
  width: 15px;
}

.nh-quantity-control input {
  border-right: 1px solid var(--nh-line);
  border-left: 1px solid var(--nh-line);
  appearance: textfield;
}

.nh-product-modal__add {
  width: 100%;
  margin-top: 28px;
  justify-content: center;
}

.nh-product-modal__add:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.nh-product-modal__body .nh-catalogue-disclaimer {
  margin-top: 12px;
  color: var(--nh-stone);
  font-size: 10px;
  line-height: 1.55;
}

.nh-quote-cart-back {
  display: inline-flex;
  margin-bottom: 30px;
  align-items: center;
  gap: 9px;
  color: var(--nh-pink-dark) !important;
  font-size: 12px;
  font-weight: 700;
}

.nh-quote-cart-back svg {
  width: 17px;
}

.nh-quote-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.nh-quote-cart-main {
  display: grid;
  gap: 28px;
  min-width: 0;
}

.nh-quote-lines,
.nh-quote-contact,
.nh-quote-summary {
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
}

.nh-quote-lines,
.nh-quote-contact {
  padding: 34px;
}

.nh-quote-section-heading {
  display: flex;
  padding-bottom: 26px;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.nh-quote-section-heading h2,
.nh-quote-contact h2 {
  margin-top: 10px;
  font-size: 29px;
}

.nh-quote-section-heading > span {
  color: var(--nh-stone);
  font-size: 11px;
}

.nh-quote-line {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(180px, 1fr) 100px 135px 44px;
  gap: 20px;
  min-width: 0;
  padding: 22px 0;
  align-items: center;
  border-top: 1px solid var(--nh-line);
}

.nh-quote-line__image {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  overflow: hidden;
  background: #f1eeea;
  color: #9c938c;
}

.nh-quote-line__image svg {
  width: 28px;
}

.nh-quote-line__details {
  min-width: 0;
}

.nh-quote-line__details > span {
  color: var(--nh-pink-dark);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nh-quote-line__details h3 {
  margin-top: 5px;
  font-size: 17px;
}

.nh-quote-line__details p,
.nh-quote-line__details small {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: var(--nh-stone);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nh-quote-line__quantity span,
.nh-quote-line__price span {
  display: block;
  margin-bottom: 7px;
  color: var(--nh-stone);
  font-size: 9px;
}

.nh-quote-line__quantity input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
}

.nh-quote-line__price {
  text-align: right;
}

.nh-quote-line__price strong {
  font-size: 15px;
}

.nh-quote-line__remove {
  color: #a22533;
}

.nh-quote-product {
  padding: 24px 0;
  border-top: 1px solid var(--nh-line);
}

.nh-quote-product > header {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.nh-quote-variant-list {
  margin: 18px 0 0 112px;
  border: 1px solid var(--nh-line);
}

.nh-quote-variant-row {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 100px 135px 44px;
  gap: 16px;
  min-width: 0;
  padding: 14px;
  align-items: center;
  background: #fbfaf8;
}

.nh-quote-variant-row + .nh-quote-variant-row {
  border-top: 1px solid var(--nh-line);
}

.nh-quote-variant-row__option b,
.nh-quote-variant-row__option small {
  display: block;
}

.nh-quote-variant-row__option b {
  font-size: 12px;
}

.nh-quote-variant-row__option small {
  margin-top: 4px;
  overflow: hidden;
  color: var(--nh-stone);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nh-quote-contact h2 {
  margin-bottom: 24px;
}

.nh-quote-contact label {
  display: grid;
  gap: 8px;
  color: #5c554f;
  font-size: 11px;
  font-weight: 700;
}

.nh-quote-contact > label {
  margin-top: 18px;
}

.nh-quote-contact input,
.nh-quote-contact textarea {
  width: 100%;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
  color: var(--nh-ink);
}

.nh-quote-contact input {
  height: 50px;
  padding: 0 14px;
}

.nh-quote-contact textarea {
  padding: 14px;
  resize: vertical;
}

.nh-quote-summary {
  position: sticky;
  top: calc(var(--nh-header-height) + 20px);
  padding: 30px;
}

.nh-quote-summary > div {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--nh-line);
  color: var(--nh-stone);
  font-size: 12px;
}

.nh-quote-summary > div strong {
  color: var(--nh-ink);
}

.nh-quote-summary .nh-quote-summary__total {
  display: grid;
  gap: 8px;
  padding: 24px 0;
}

.nh-quote-summary__total strong {
  font-size: 28px;
}

.nh-quote-summary > p {
  margin: 20px 0;
  color: var(--nh-stone);
  font-size: 10px;
  line-height: 1.65;
}

.nh-quote-summary .nh-button {
  width: 100%;
  justify-content: center;
}

.nh-quote-cart-empty {
  margin-top: 0;
}

.nh-honeypot {
  position: absolute !important;
  left: -10000px !important;
}

.nh-quote-success {
  min-height: calc(100vh - var(--nh-header-height));
  padding: 130px 0;
  background: var(--nh-paper);
}

.nh-quote-success .nh-shell {
  max-width: 850px;
}

.nh-quote-success__mark {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
  place-items: center;
  background: var(--nh-pink);
  color: var(--nh-white);
}

.nh-quote-success__mark svg {
  width: 29px;
}

.nh-quote-success h1 {
  max-width: 760px;
  margin-top: 18px;
  font-size: 62px;
  line-height: 1.05;
}

.nh-quote-success p {
  max-width: 680px;
  margin-top: 25px;
  color: var(--nh-stone);
  font-size: 18px;
  line-height: 1.7;
}

.nh-quote-success .nh-shell > strong {
  display: inline-block;
  margin-top: 22px;
  padding: 9px 12px;
  background: var(--nh-blush);
  color: var(--nh-pink-dark);
  font-size: 11px;
}

.nh-quote-success .nh-shell > div:last-child {
  display: flex;
  margin-top: 35px;
  align-items: center;
  gap: 25px;
}

@media (max-width: 1180px) {
  .nh-catalogue-toolbar {
    grid-template-columns: minmax(300px, 1fr) minmax(190px, 0.3fr) auto;
  }

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

  .nh-quote-cart-layout {
    grid-template-columns: minmax(0, 1fr) 310px;
  }

  .nh-quote-line {
    grid-template-columns: 78px minmax(160px, 1fr) 90px 115px 44px;
    gap: 14px;
  }

  .nh-quote-line__image {
    width: 78px;
    height: 78px;
  }
}

@media (max-width: 900px) {
  .nh-catalogue-toolbar {
    position: static;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .nh-catalogue-toolbar form {
    grid-column: 1 / -1;
  }

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

  .nh-product-modal__panel {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .nh-product-modal__image {
    min-height: 480px;
  }

  .nh-product-modal__body {
    padding: 52px 30px 36px;
  }

  .nh-quote-cart-layout {
    grid-template-columns: 1fr;
  }

  .nh-quote-summary {
    position: static;
  }

  .nh-quote-line {
    grid-template-columns: 82px minmax(0, 1fr) 90px 120px 44px;
  }
}

@media (max-width: 640px) {
  .nh-catalogue-page,
  .nh-quote-cart-page {
    padding: 34px 0 70px;
  }

  .nh-catalogue-toolbar {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .nh-catalogue-toolbar form,
  .nh-catalogue-toolbar label,
  .nh-quote-basket-link {
    grid-column: 1;
    width: 100%;
  }

  .nh-catalogue-toolbar form {
    grid-template-columns: 22px minmax(0, 1fr) 48px;
  }

  .nh-catalogue-toolbar form button {
    width: 48px;
    padding: 0;
  }

  .nh-catalogue-toolbar form button span {
    display: none;
  }

  .nh-catalogue-toolbar form button svg {
    display: block;
  }

  .nh-catalogue-meta {
    display: grid;
    padding: 20px 0;
  }

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

  .nh-product-card__body {
    min-height: 245px;
  }

  .nh-product-modal {
    padding: 0;
    align-items: end;
  }

  .nh-product-modal__panel {
    width: 100%;
    max-height: 94vh;
    grid-template-columns: 1fr;
  }

  .nh-product-modal__image {
    position: relative;
    min-height: 0;
    height: 260px;
  }

  .nh-product-modal__body {
    padding: 30px 20px 28px;
  }

  .nh-product-modal__body h2 {
    font-size: 29px;
  }

  .nh-colour-options > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nh-size-matrix__head {
    display: none;
  }

  .nh-size-matrix__rows > div {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
  }

  .nh-size-matrix__rows > div > span:first-child {
    grid-column: 1;
    grid-row: 1;
  }

  .nh-size-matrix__rows > div > span:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .nh-size-matrix__rows > div > strong {
    grid-column: 2;
    grid-row: 1;
    text-align: right;
  }

  .nh-size-matrix__rows > div > .nh-quantity-control {
    grid-column: 2;
    grid-row: 2;
  }

  .nh-variant-options > div {
    grid-template-columns: 1fr;
  }

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

  .nh-catalogue-pagination {
    justify-content: space-between;
    gap: 8px;
  }

  .nh-catalogue-pagination button {
    padding: 0 9px;
  }

  .nh-quote-lines,
  .nh-quote-contact,
  .nh-quote-summary {
    padding: 24px 18px;
  }

  .nh-quote-section-heading {
    align-items: flex-start;
  }

  .nh-quote-line {
    grid-template-columns: 66px minmax(0, 1fr) 40px;
    gap: 12px;
    align-items: start;
  }

  .nh-quote-line__image {
    width: 66px;
    height: 66px;
  }

  .nh-quote-line__remove {
    grid-column: 3;
    grid-row: 1;
  }

  .nh-quote-line__quantity {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .nh-quote-line__price {
    grid-column: 3;
    grid-row: 2;
  }

  .nh-quote-line__details p,
  .nh-quote-line__details small {
    white-space: normal;
  }

  .nh-quote-product > header {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 12px;
  }

  .nh-quote-variant-list {
    margin-left: 0;
  }

  .nh-quote-variant-row {
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 12px;
    align-items: start;
  }

  .nh-quote-variant-row__option {
    grid-column: 1;
    grid-row: 1;
  }

  .nh-quote-variant-row .nh-quote-line__remove {
    grid-column: 2;
    grid-row: 1;
  }

  .nh-quote-variant-row .nh-quote-line__quantity {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .nh-quote-variant-row .nh-quote-line__price {
    grid-column: 1 / -1;
    grid-row: 3;
    text-align: left;
  }

  .nh-quote-success {
    padding: 90px 0;
  }

  .nh-quote-success h1 {
    font-size: 40px;
  }

  .nh-quote-success .nh-shell > div:last-child {
    align-items: flex-start;
    flex-direction: column;
  }
}

.nh-preview-body {
  background: var(--nh-paper);
  color: var(--nh-ink);
  overflow-x: hidden;
}

.nh-site,
.nh-site *,
.nh-site *::before,
.nh-site *::after {
  box-sizing: border-box;
}

.nh-site {
  width: 100%;
  min-height: 100vh;
  overflow-x: clip;
  background: var(--nh-paper);
  color: var(--nh-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.nh-site h1,
.nh-site h2,
.nh-site h3,
.nh-site p {
  margin: 0;
}

.nh-site h1,
.nh-site h2,
.nh-site h3 {
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: 0;
}

.nh-site a {
  color: inherit;
  text-decoration: none;
}

.nh-site button,
.nh-site input,
.nh-site textarea,
.nh-site select {
  font: inherit;
}

.nh-site button:focus-visible,
.nh-site a:focus-visible,
.nh-site input:focus-visible,
.nh-site textarea:focus-visible,
.nh-site select:focus-visible {
  outline: 3px solid var(--nh-pink);
  outline-offset: 3px;
}

.nh-shell {
  width: min(100%, var(--nh-max));
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.nh-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 300;
  padding: 12px 16px;
  background: var(--nh-white);
  color: var(--nh-ink);
  transform: translateY(-160%);
}

.nh-skip-link:focus {
  transform: translateY(0);
}

.nh-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--nh-header-height);
  background: var(--nh-ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.nh-header__inner {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(260px, 1fr);
  align-items: center;
  gap: 28px;
}

.nh-brand {
  width: 194px;
  display: block;
}

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

.nh-brand__fallback {
  display: grid;
  color: var(--nh-white);
  line-height: 1;
}

.nh-brand__fallback strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 31px;
  font-weight: 400;
}

.nh-brand__fallback small {
  margin-top: 4px;
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.nh-desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nh-desktop-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.nh-desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 0;
  height: 2px;
  background: var(--nh-pink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nh-desktop-nav a:hover,
.nh-desktop-nav a.is-active {
  color: var(--nh-white);
}

.nh-desktop-nav a:hover::after,
.nh-desktop-nav a.is-active::after {
  transform: scaleX(1);
}

.nh-site .nh-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--nh-white);
  font-size: 13px;
  font-weight: 700;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.nh-header__actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
}

.nh-cart-link {
  position: relative;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--nh-white) !important;
}

.nh-cart-link svg {
  width: 18px;
}

.nh-cart-link span {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border: 2px solid var(--nh-ink);
  border-radius: 50%;
  background: var(--nh-pink);
  color: var(--nh-white);
  font-size: 9px;
  font-weight: 700;
}

.nh-header__cta svg {
  width: 17px;
}

.nh-header__cta:hover {
  background: var(--nh-pink);
  border-color: var(--nh-pink);
}

.nh-menu-button {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: var(--nh-white);
}

.nh-menu-button svg {
  width: 22px;
}

.nh-mobile-menu {
  position: fixed;
  inset: var(--nh-header-height) 0 0;
  z-index: 90;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 54px 28px 34px;
  background: var(--nh-ink);
  color: var(--nh-white);
}

.nh-mobile-menu__links {
  display: flex;
  flex-direction: column;
}

.nh-mobile-menu__links a {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 29px;
  font-weight: 600;
}

.nh-mobile-menu__contact {
  padding-top: 28px;
}

.nh-mobile-menu__contact p {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.nh-mobile-menu__contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nh-pink);
  font-weight: 700;
}

.nh-mobile-menu__contact svg {
  width: 18px;
}

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

.nh-section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--nh-pink-dark);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.nh-section-label::before {
  content: "";
  width: 26px;
  height: 2px;
  background: currentColor;
}

.nh-section-label--light {
  color: var(--nh-white);
}

.nh-hero {
  position: relative;
  min-height: 760px;
  height: calc(88svh - var(--nh-header-height));
  max-height: 920px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--nh-ink);
  color: var(--nh-white);
}

.nh-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--nh-ink);
}

.nh-hero__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.nh-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.08) saturate(0.92);
  transform: scale(1.035);
  transform-origin: 72% 52%;
  animation: nh-lion-presence 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.nh-hero__shade {
  position: absolute;
  inset: 0;
  background: rgba(17, 16, 15, 0.67);
}

.nh-hero__field-mark {
  position: absolute;
  top: 38%;
  right: 48px;
  z-index: 2;
  width: min(25vw, 330px);
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--nh-white);
  pointer-events: none;
  animation: nh-field-mark 1s 0.55s both cubic-bezier(0.22, 1, 0.36, 1);
}

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

.nh-hero__field-mark span {
  color: var(--nh-pink);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.nh-hero__field-mark strong {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.nh-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 110px;
}

.nh-hero__content > div {
  max-width: 840px;
}

.nh-hero h1 {
  margin-top: 18px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 112px;
  font-weight: 400;
  line-height: 0.88;
}

.nh-hero h1 span {
  color: var(--nh-pink);
}

.nh-hero .nh-hero__logo {
  width: min(610px, 72vw);
  margin-top: 22px;
  line-height: 1;
}

.nh-hero__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.nh-hero__logo-fallback {
  display: block;
  color: var(--nh-white) !important;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 108px;
  font-weight: 400;
  line-height: 0.9;
}

.nh-hero__statement {
  max-width: 800px;
  margin-top: 30px !important;
  color: rgba(255, 255, 255, 0.88);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}

.nh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
}

.nh-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.nh-button:hover {
  transform: translateY(-2px);
}

.nh-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.nh-button--pink {
  background: var(--nh-pink);
  color: var(--nh-white) !important;
}

.nh-button--pink:hover {
  background: var(--nh-pink-dark);
}

.nh-button--ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--nh-white) !important;
  background: rgba(17, 16, 15, 0.24);
}

.nh-button--ghost:hover {
  border-color: var(--nh-white);
  background: rgba(17, 16, 15, 0.66);
}

.nh-button--white {
  background: var(--nh-white);
  color: var(--nh-ink) !important;
}

.nh-button--white:hover {
  background: var(--nh-ink);
  color: var(--nh-white) !important;
}

.nh-button--dark {
  background: var(--nh-ink);
  color: var(--nh-white) !important;
}

.nh-hero__meta {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  min-height: 78px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

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

.nh-hero__meta span {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.nh-hero__meta span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: var(--nh-pink);
  transform: scaleX(0.25);
  transform-origin: left;
  animation: nh-signal 3.4s ease-in-out infinite;
}

.nh-hero__meta span:nth-child(2)::before {
  animation-delay: 0.4s;
}

.nh-hero__meta span:nth-child(3)::before {
  animation-delay: 0.8s;
}

.nh-hero__meta span:nth-child(4)::before {
  animation-delay: 1.2s;
}

@keyframes nh-lion-presence {
  0%,
  100% {
    transform: scale(1.035) translate3d(0, 0, 0);
  }
  44% {
    transform: scale(1.065) translate3d(-0.45%, -0.2%, 0);
  }
  50% {
    transform: scale(1.078) translate3d(-0.7%, -0.3%, 0);
  }
  57% {
    transform: scale(1.052) translate3d(-0.3%, 0, 0);
  }
}

@keyframes nh-field-mark {
  from {
    opacity: 0;
    transform: translateX(34px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes nh-signal {
  0%,
  100% {
    transform: scaleX(0.25);
    opacity: 0.5;
  }
  48% {
    transform: scaleX(1);
    opacity: 1;
  }
}

.nh-client-rail {
  height: 108px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--nh-line);
  background: var(--nh-white);
}

.nh-client-rail__track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: nh-marquee 36s linear infinite;
}

.nh-client-rail__track span {
  padding: 0 42px;
  color: #5f5a56;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

@keyframes nh-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.nh-statement {
  background: var(--nh-paper);
}

.nh-statement__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.7fr);
  gap: 100px;
  align-items: end;
}

.nh-statement h2,
.nh-section-heading h2,
.nh-gifting-teaser h2,
.nh-final-cta h2,
.nh-compact-cta h2 {
  margin-top: 22px;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.04;
}

.nh-statement h2 em {
  color: var(--nh-pink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.13em;
  font-weight: 400;
}

.nh-statement__copy {
  padding-bottom: 4px;
}

.nh-statement__copy p {
  margin-bottom: 20px;
  color: #4f4a46;
  font-size: 17px;
  line-height: 1.75;
}

.nh-text-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 34px;
  margin-top: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  color: var(--nh-ink);
  font-size: 14px;
  font-weight: 700;
}

.nh-text-link svg {
  width: 19px;
  transition: transform 180ms ease;
}

.nh-text-link:hover svg {
  transform: translateX(5px);
}

.nh-solutions {
  border-top: 1px solid var(--nh-line);
  background: var(--nh-white);
}

.nh-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.6fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 64px;
}

.nh-section-heading > p {
  color: #5b5550;
  font-size: 16px;
  line-height: 1.7;
}

.nh-solution-list {
  border-top: 1px solid var(--nh-ink);
}

.nh-solution-row {
  min-height: 176px;
  display: grid;
  grid-template-columns: 88px minmax(240px, 0.75fr) minmax(320px, 1fr) 54px;
  gap: 32px;
  align-items: center;
  border-bottom: 1px solid var(--nh-line);
  transition: background 180ms ease;
}

.nh-solution-row:hover {
  background: var(--nh-blush);
}

.nh-solution-row__index {
  color: var(--nh-pink-dark);
  font-size: 13px;
  font-weight: 700;
}

.nh-solution-row h3 {
  font-size: 31px;
  font-weight: 600;
  line-height: 1.12;
}

.nh-solution-row p {
  color: #5b5550;
  font-size: 15px;
  line-height: 1.7;
}

.nh-solution-row > a {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
}

.nh-solution-row > a svg {
  width: 20px;
}

.nh-work {
  border-top: 1px solid var(--nh-line);
  background: var(--nh-paper);
}

.nh-section-heading--work {
  align-items: center;
}

.nh-section-heading--work .nh-text-link {
  justify-self: end;
}

.nh-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px 28px;
}

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

.nh-project__image {
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
}

.nh-project__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 500ms ease;
}

.nh-project:hover .nh-project__image img {
  transform: scale(1.025);
}

.nh-project__body {
  padding-top: 24px;
}

.nh-project__body > span {
  color: var(--nh-stone);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nh-project__body h3 {
  max-width: 620px;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
}

.nh-project__body p {
  max-width: 620px;
  margin-top: 14px;
  color: #5b5550;
  line-height: 1.65;
}

.nh-project__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.nh-project__tags span {
  padding: 7px 10px;
  border: 1px solid var(--nh-line);
  background: rgba(255, 255, 255, 0.62);
  color: #5c5652;
  font-size: 11px;
  font-weight: 600;
}

.nh-proof-band {
  padding: 68px 0;
  background: var(--nh-ink);
  color: var(--nh-white);
}

.nh-proof-band__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.nh-proof-band__grid > div {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.nh-proof-band__grid > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.nh-proof-band strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 0.9;
}

.nh-proof-band span {
  max-width: 210px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.5;
}

.nh-process {
  background: var(--nh-white);
}

.nh-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--nh-ink);
}

.nh-process-grid article {
  min-height: 280px;
  padding: 30px 28px;
  border-right: 1px solid var(--nh-line);
}

.nh-process-grid article:first-child {
  padding-left: 0;
}

.nh-process-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.nh-process-grid article > span {
  color: var(--nh-pink-dark);
  font-size: 12px;
  font-weight: 700;
}

.nh-process-grid h3 {
  margin-top: 60px;
  font-size: 25px;
  font-weight: 600;
}

.nh-process-grid p {
  margin-top: 18px;
  color: #5b5550;
  font-size: 14px;
  line-height: 1.7;
}

.nh-gifting-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
  background: var(--nh-paper);
  border-top: 1px solid var(--nh-line);
}

.nh-gifting-teaser__image {
  min-height: 650px;
  overflow: hidden;
  border-right: 1px solid var(--nh-line);
}

.nh-gifting-teaser__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.nh-gifting-teaser__content {
  max-width: 680px;
  align-self: center;
  padding: 80px;
}

.nh-gifting-teaser__content p {
  margin-top: 24px;
  color: #514c48;
  font-size: 16px;
  line-height: 1.75;
}

.nh-final-cta,
.nh-compact-cta {
  padding: 92px 0;
  background: var(--nh-pink);
  color: var(--nh-white);
}

.nh-final-cta__inner,
.nh-compact-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.nh-final-cta h2,
.nh-compact-cta h2 {
  max-width: 860px;
  margin-top: 16px;
  font-size: 54px;
}

.nh-footer {
  padding: 86px 0 28px;
  background: var(--nh-ink);
  color: var(--nh-white);
}

.nh-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 0.55fr);
  gap: 64px;
}

.nh-footer__brand p {
  max-width: 420px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.7;
}

.nh-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.nh-footer__column > span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.nh-footer__column a,
.nh-footer__column p,
.nh-footer__column address {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.nh-footer__address {
  max-width: 220px;
  margin-top: 4px;
  font-style: normal;
  line-height: 1.65;
}

.nh-footer__column a:hover {
  color: var(--nh-pink);
}

.nh-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 72px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* Internal pages */
.nh-page-intro {
  padding: 104px 0 112px;
  background: var(--nh-ink);
  color: var(--nh-white);
}

.nh-page-intro__grid {
  display: grid;
  grid-template-columns:
    minmax(140px, 0.35fr) minmax(0, 1.4fr) minmax(260px, 0.6fr)
    48px;
  gap: 50px;
  align-items: end;
}

.nh-page-intro h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.02;
}

.nh-page-intro p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 1.7;
}

.nh-page-intro__grid > svg {
  width: 24px;
}

.nh-page-section {
  padding: 110px 0;
}

.nh-detailed-solutions {
  border-top: 1px solid var(--nh-ink);
}

.nh-detailed-solution {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(360px, 1fr);
  gap: 90px;
  padding: 72px 0;
  border-bottom: 1px solid var(--nh-line);
}

.nh-detailed-solution__heading > span {
  color: var(--nh-pink-dark);
  font-size: 12px;
  font-weight: 700;
}

.nh-detailed-solution__heading h2 {
  max-width: 520px;
  margin-top: 18px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.08;
}

.nh-detailed-solution__copy > p {
  color: #504a46;
  font-size: 18px;
  line-height: 1.75;
}

.nh-detailed-solution ul,
.nh-gifting-showcase__copy ul {
  display: grid;
  gap: 13px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.nh-detailed-solution li,
.nh-gifting-showcase__copy li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #443f3c;
  font-size: 14px;
}

.nh-detailed-solution li svg,
.nh-gifting-showcase__copy li svg {
  width: 17px;
  color: var(--nh-pink-dark);
}

.nh-detailed-solution__copy > strong {
  display: inline-block;
  padding: 10px 13px;
  background: var(--nh-blush);
  color: var(--nh-pink-dark);
  font-size: 12px;
}

.nh-capabilities-band {
  padding: 90px 0;
  background: var(--nh-charcoal);
  color: var(--nh-white);
}

.nh-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 46px;
}

.nh-capability-grid article {
  min-height: 220px;
  padding: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.nh-capability-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.nh-capability-grid svg {
  width: 24px;
  color: var(--nh-pink);
}

.nh-capability-grid h3 {
  margin-top: 54px;
  font-size: 19px;
  font-weight: 600;
}

.nh-capability-grid p {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.65;
}

.nh-case-list {
  border-top: 1px solid var(--nh-ink);
}

.nh-case {
  display: grid;
  grid-template-columns: 64px minmax(420px, 1.15fr) minmax(340px, 0.85fr);
  gap: 38px;
  align-items: center;
  padding: 64px 0;
  border-bottom: 1px solid var(--nh-line);
}

.nh-case__number {
  align-self: start;
  padding-top: 5px;
  color: var(--nh-pink-dark);
  font-size: 12px;
  font-weight: 700;
}

.nh-case__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--nh-line);
}

.nh-case__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.nh-case__content h2 {
  margin-top: 17px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.12;
}

.nh-case__content > p {
  margin-top: 18px;
  color: #57514d;
  line-height: 1.7;
}

.nh-gifting-showcase {
  padding: 110px 0;
  background: var(--nh-white);
}

.nh-gifting-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.75fr);
  gap: 80px;
  align-items: center;
}

.nh-gifting-showcase__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--nh-line);
}

.nh-gifting-showcase__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.nh-gifting-showcase__copy h2 {
  margin-top: 20px;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.08;
}

.nh-gifting-showcase__copy > p {
  margin-top: 22px;
  color: #56504c;
  line-height: 1.75;
}

.nh-use-cases {
  border-top: 1px solid var(--nh-line);
}

.nh-use-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--nh-ink);
}

.nh-use-case-grid article {
  min-height: 250px;
  padding: 32px;
  border-right: 1px solid var(--nh-line);
}

.nh-use-case-grid article:first-child {
  padding-left: 0;
}

.nh-use-case-grid article:last-child {
  border-right: 0;
}

.nh-use-case-grid svg {
  width: 25px;
  color: var(--nh-pink-dark);
}

.nh-use-case-grid h3 {
  margin-top: 62px;
  font-size: 21px;
  font-weight: 600;
}

.nh-use-case-grid p {
  margin-top: 13px;
  color: #5b5550;
  font-size: 14px;
  line-height: 1.65;
}

.nh-contact-page {
  min-height: calc(100vh - var(--nh-header-height));
  padding: 96px 0 110px;
  background: var(--nh-charcoal);
  color: var(--nh-white);
}

.nh-contact-page__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(500px, 1.25fr);
  gap: 92px;
  align-items: start;
}

.nh-contact-page__intro {
  position: sticky;
  top: 130px;
}

.nh-contact-page__intro h1 {
  margin-top: 26px;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.02;
}

.nh-contact-page__intro > p {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  line-height: 1.75;
}

.nh-contact-direct {
  display: grid;
  gap: 14px;
  margin-top: 44px;
}

.nh-contact-direct a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.nh-contact-direct svg {
  width: 18px;
  color: var(--nh-pink);
}

.nh-contact-panel {
  min-height: 660px;
  padding: 44px;
  background: var(--nh-white);
  color: var(--nh-ink);
}

.nh-project-form {
  display: grid;
  gap: 25px;
}

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

.nh-project-form label {
  display: grid;
  gap: 9px;
  color: #6b635d;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nh-project-form input,
.nh-project-form textarea,
.nh-project-form select {
  width: 100%;
  min-height: 52px;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid var(--nh-line);
  border-radius: 0;
  background: transparent;
  color: var(--nh-ink);
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

.nh-project-form textarea {
  resize: vertical;
}

.nh-project-form__submit {
  width: 100%;
  margin-top: 8px;
  border: 0;
}

.nh-project-form__submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.nh-contact-success {
  min-height: 550px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.nh-contact-success > div {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--nh-blush);
  color: var(--nh-pink-dark);
}

.nh-contact-success h2 {
  margin-top: 28px;
  font-size: 46px;
  font-weight: 600;
}

.nh-contact-success p {
  max-width: 480px;
  margin-top: 16px;
  color: #5b5550;
  line-height: 1.7;
}

.nh-contact-success button {
  margin-top: 26px;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid var(--nh-ink);
  background: transparent;
  font-weight: 700;
}

/* Packages, cart and checkout */
.nh-service-landing-hero {
  padding: 104px 0 112px;
  background: var(--nh-ink);
  color: var(--nh-white);
}

.nh-service-landing-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.55fr);
  gap: clamp(64px, 9vw, 140px);
  align-items: end;
}

.nh-service-landing-hero h1 {
  max-width: 930px;
  margin-top: 28px;
  font-size: clamp(58px, 6.5vw, 96px);
  font-weight: 500;
  line-height: 0.96;
}

.nh-service-landing-hero__grid > div > p {
  max-width: 760px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 19px;
  line-height: 1.7;
}

.nh-service-landing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.nh-service-landing-hero__offer {
  padding: 34px 0 8px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.nh-service-landing-hero__offer > span,
.nh-service-landing-scope aside > span,
.nh-service-landing-scope__price > span {
  color: var(--nh-pink);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nh-service-landing-hero__offer h2 {
  margin-top: 18px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.12;
}

.nh-service-landing-hero__offer > strong {
  display: block;
  margin-top: 18px;
  color: var(--nh-pink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.nh-service-landing-hero__offer p {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.7;
}

.nh-service-landing-outcomes {
  background: var(--nh-white);
}

.nh-service-landing-outcomes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--nh-ink);
}

.nh-service-landing-outcomes__grid article {
  min-height: 300px;
  padding: 34px 34px 36px 0;
  border-right: 1px solid var(--nh-line);
}

.nh-service-landing-outcomes__grid article:not(:first-child) {
  padding-left: 34px;
}

.nh-service-landing-outcomes__grid article:last-child {
  border-right: 0;
}

.nh-service-landing-outcomes__grid article > span {
  color: var(--nh-pink-dark);
  font-size: 11px;
  font-weight: 700;
}

.nh-service-landing-outcomes__grid h3 {
  margin-top: 76px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.12;
}

.nh-service-landing-outcomes__grid p {
  margin-top: 16px;
  color: #5b5550;
  line-height: 1.7;
}

.nh-service-landing-scope {
  border-top: 1px solid var(--nh-line);
  background: var(--nh-paper);
}

.nh-service-landing-scope__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
  gap: clamp(64px, 10vw, 150px);
  align-items: start;
}

.nh-service-landing-scope h2 {
  margin-top: 24px;
  font-size: clamp(46px, 5.5vw, 76px);
  font-weight: 500;
  line-height: 1;
}

.nh-service-landing-scope__grid > div > p {
  max-width: 720px;
  margin-top: 24px;
  color: #5b5550;
  font-size: 17px;
  line-height: 1.7;
}

.nh-service-landing-scope__grid ul {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.nh-service-landing-scope__grid > div li {
  display: flex;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid var(--nh-line);
  color: #48433f;
  line-height: 1.5;
}

.nh-service-landing-scope__grid > div li svg {
  width: 17px;
  flex: 0 0 17px;
  margin-top: 2px;
  color: var(--nh-pink-dark);
}

.nh-service-landing-scope aside {
  padding: 34px;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
}

.nh-service-landing-scope aside > ul {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.nh-service-landing-scope aside > ul li {
  position: relative;
  padding-left: 18px;
  color: #57514d;
  font-size: 13px;
  line-height: 1.65;
}

.nh-service-landing-scope aside > ul li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--nh-pink);
  content: "";
}

.nh-service-landing-scope__price {
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid var(--nh-line);
}

.nh-service-landing-scope__price > strong {
  display: block;
  margin-top: 12px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
}

.nh-service-landing-scope__price > small {
  display: block;
  margin-top: 10px;
  color: #77706a;
  font-size: 11px;
}

.nh-service-landing-scope aside .nh-button {
  width: 100%;
  margin-top: 28px;
}

.nh-service-landing-work {
  border-top: 1px solid var(--nh-line);
  background: var(--nh-white);
}

.nh-service-landing-work__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.nh-service-landing-work__grid article {
  min-width: 0;
}

.nh-service-landing-work__grid article > a {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--nh-line);
  background: var(--nh-paper);
}

.nh-service-landing-work__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 360ms ease;
}

.nh-service-landing-work__grid article:hover img {
  transform: scale(1.025);
}

.nh-service-landing-work__grid article > span {
  display: block;
  margin-top: 20px;
  color: var(--nh-pink-dark);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nh-service-landing-work__grid h3 {
  margin-top: 12px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.18;
}

.nh-service-landing-work__grid p {
  margin-top: 14px;
  color: #5b5550;
  font-size: 13px;
  line-height: 1.65;
}

.nh-pricing-section {
  background: var(--nh-white);
}

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

.nh-price-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 40px;
  border: 1px solid var(--nh-line);
  background: var(--nh-paper);
}

.nh-price-card.is-featured {
  border: 2px solid var(--nh-pink);
  padding: 39px;
}

.nh-price-card__flag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 12px;
  background: var(--nh-pink);
  color: var(--nh-white);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nh-price-card__top > span,
.nh-focused-grid article > small {
  color: var(--nh-pink-dark);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nh-price-card h3,
.nh-focused-grid h3,
.nh-care-grid h3 {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
}

.nh-price-card__top > strong,
.nh-focused-grid article > strong,
.nh-care-grid article > strong {
  display: block;
  margin-top: 13px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.nh-price-card__top > p,
.nh-focused-grid article > p,
.nh-care-grid article > p {
  margin-top: 20px;
  color: #59534e;
  line-height: 1.7;
}

.nh-price-card ul,
.nh-focused-grid ul,
.nh-care-grid ul {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--nh-line);
  list-style: none;
}

.nh-price-card li,
.nh-focused-grid li,
.nh-care-grid li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #48433f;
  font-size: 13px;
  line-height: 1.5;
}

.nh-price-card li svg,
.nh-focused-grid li svg,
.nh-care-grid li svg {
  width: 16px;
  flex: 0 0 16px;
  margin-top: 2px;
  color: var(--nh-pink-dark);
}

.nh-care-select {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
}

.nh-care-select > span {
  color: #5f5853;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nh-care-select select {
  width: 100%;
  min-height: 50px;
  padding: 0 13px;
  border: 1px solid var(--nh-line);
  border-radius: 0;
  background: var(--nh-white);
  color: var(--nh-ink);
  font-size: 13px;
  font-weight: 600;
}

.nh-care-select small {
  color: #77706a;
  font-size: 10px;
  line-height: 1.5;
}

.nh-price-card__actions,
.nh-focused-grid .nh-button {
  width: 100%;
  margin-top: 22px;
}

.nh-price-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
  gap: 10px;
}

.nh-price-card__actions .nh-button {
  min-width: 0;
  border: 0;
  cursor: pointer;
}

.nh-focused-services {
  border-top: 1px solid var(--nh-line);
  background: var(--nh-paper);
}

.nh-focused-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--nh-ink);
}

.nh-focused-grid article {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 36px;
  border-right: 1px solid var(--nh-line);
}

.nh-focused-grid article:last-child {
  border-right: 0;
}

.nh-focused-grid article > span {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 10px;
  background: var(--nh-blush);
  color: var(--nh-pink-dark);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nh-focused-grid article > small {
  margin-top: auto;
}

.nh-care-plans {
  border-top: 1px solid var(--nh-line);
  background: var(--nh-white);
}

.nh-care-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--nh-ink);
}

.nh-care-grid article {
  padding: 38px;
  border-right: 1px solid var(--nh-line);
}

.nh-care-grid article:last-child {
  border-right: 0;
}

.nh-care-grid article > strong span {
  margin-left: 4px;
  color: var(--nh-stone);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.nh-pricing-note {
  margin-top: 34px !important;
  color: #77706a;
  font-size: 11px;
  line-height: 1.65;
}

.nh-pricing-faq {
  border-top: 1px solid var(--nh-line);
  background: var(--nh-paper);
}

.nh-pricing-faq__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: start;
}

.nh-pricing-faq__intro {
  position: sticky;
  top: 120px;
}

.nh-pricing-faq__intro h2 {
  max-width: 520px;
  margin-top: 24px;
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 500;
  line-height: 0.98;
}

.nh-pricing-faq__intro > p {
  max-width: 440px;
  margin-top: 24px;
  color: #5b5550;
  line-height: 1.7;
}

.nh-pricing-faq__intro .nh-text-link {
  margin-top: 28px;
}

.nh-pricing-faq__questions {
  border-top: 1px solid var(--nh-ink);
}

.nh-pricing-faq__questions details {
  border-bottom: 1px solid var(--nh-line);
}

.nh-pricing-faq__questions summary {
  position: relative;
  padding: 28px 56px 28px 0;
  color: var(--nh-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.nh-pricing-faq__questions summary::-webkit-details-marker {
  display: none;
}

.nh-pricing-faq__questions summary::before,
.nh-pricing-faq__questions summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 18px;
  height: 1px;
  background: var(--nh-pink-dark);
  content: "";
  transition: transform 180ms ease;
}

.nh-pricing-faq__questions summary::after {
  transform: rotate(90deg);
}

.nh-pricing-faq__questions details[open] summary::after {
  transform: rotate(0deg);
}

.nh-pricing-faq__questions details p {
  max-width: 700px;
  padding: 0 56px 28px 0;
  color: #5b5550;
  line-height: 1.75;
}

.nh-cart-page {
  background: var(--nh-paper);
}

.nh-empty-cart {
  max-width: 740px;
  padding: 62px;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
}

.nh-empty-cart > svg {
  width: 30px;
  color: var(--nh-pink-dark);
}

.nh-empty-cart h2 {
  margin-top: 26px;
  font-size: 38px;
}

.nh-empty-cart p {
  margin-top: 15px;
  color: #5b5550;
}

.nh-empty-cart .nh-button {
  margin-top: 28px;
}

.nh-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.38fr);
  gap: 36px;
  align-items: start;
}

.nh-cart-items {
  display: grid;
  gap: 18px;
}

.nh-cart-item {
  padding: 34px;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
}

.nh-cart-item__heading,
.nh-cart-care-line {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.nh-cart-item__heading span,
.nh-cart-care-line span {
  color: var(--nh-pink-dark);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nh-cart-item__heading h2 {
  margin-top: 6px;
  font-size: 26px;
}

.nh-cart-item__heading > strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  white-space: nowrap;
}

.nh-cart-item > p {
  max-width: 700px;
  margin-top: 16px;
  color: #5b5550;
  line-height: 1.65;
}

.nh-cart-item .nh-care-select {
  max-width: 620px;
  margin-top: 24px;
}

.nh-cart-care-line {
  margin-top: 18px;
  padding: 16px;
  background: var(--nh-blush);
}

.nh-cart-care-line div > strong {
  display: block;
  margin-top: 4px;
  font-size: 13px;
}

.nh-remove-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid #8e182f;
  background: transparent;
  color: #8e182f;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.nh-remove-button svg {
  width: 15px;
}

.nh-order-summary {
  position: sticky;
  top: 118px;
  padding: 30px;
  background: var(--nh-ink);
  color: var(--nh-white);
}

.nh-order-summary > span,
.nh-checkout-summary > span {
  color: var(--nh-pink);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nh-order-summary > div,
.nh-checkout-summary > div:not(.nh-sandbox-notice) {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.nh-order-summary p,
.nh-checkout-summary p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.nh-order-summary__total strong,
.nh-checkout-summary__total strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  white-space: nowrap;
}

.nh-order-summary .nh-order-summary__note {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 1.6;
}

.nh-order-summary .nh-button {
  width: 100%;
  margin-top: 24px;
}

.nh-order-summary__back {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 11px;
  text-align: center;
}

.nh-checkout-page {
  min-height: calc(100vh - var(--nh-header-height));
  padding: 90px 0 110px;
  background: var(--nh-paper);
}

.nh-checkout-grid {
  display: grid;
  grid-template-columns: minmax(500px, 1fr) minmax(340px, 0.55fr);
  gap: 38px;
  align-items: start;
}

.nh-checkout-form {
  display: grid;
  gap: 24px;
  padding: 48px;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
}

.nh-checkout-form h1 {
  font-size: 48px;
  line-height: 1.05;
}

.nh-checkout-form > p {
  color: #5b5550;
  line-height: 1.7;
}

.nh-checkout-form label:not(.nh-terms-check) {
  display: grid;
  gap: 8px;
  color: #6b635d;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nh-checkout-form input:not([type="checkbox"]) {
  width: 100%;
  min-height: 50px;
  padding: 0 13px;
  border: 1px solid var(--nh-line);
  border-radius: 0;
  background: var(--nh-white);
  color: var(--nh-ink);
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
}

.nh-terms-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #5b5550;
  font-size: 12px;
  line-height: 1.6;
}

.nh-terms-check input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 1px;
  accent-color: var(--nh-pink);
}

.nh-terms-check a {
  color: var(--nh-pink-dark);
  text-decoration: underline;
}

.nh-checkout-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.nh-checkout-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.nh-payment-assurance {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #6a635e;
  font-size: 10px;
  line-height: 1.55;
}

.nh-payment-assurance svg {
  width: 17px;
  flex: 0 0 17px;
  color: var(--nh-pink-dark);
}

.nh-checkout-summary {
  position: sticky;
  top: 118px;
  padding: 34px;
  background: var(--nh-ink);
  color: var(--nh-white);
}

.nh-checkout-summary > div:not(.nh-sandbox-notice) p {
  max-width: 230px;
}

.nh-sandbox-notice {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  padding: 16px;
  background: rgba(209, 45, 103, 0.15);
}

.nh-sandbox-notice svg {
  width: 18px;
  flex: 0 0 18px;
  color: var(--nh-pink);
}

.nh-sandbox-notice p {
  display: grid;
  gap: 5px;
}

.nh-sandbox-notice p strong {
  color: var(--nh-white);
}

.nh-checkout-empty,
.nh-payment-return {
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 100px 0;
}

.nh-checkout-empty h1,
.nh-payment-return h1 {
  max-width: 860px;
  font-size: 54px;
  line-height: 1.05;
}

.nh-checkout-empty .nh-button {
  margin-top: 28px;
}

.nh-payment-return .nh-shell > p {
  max-width: 720px;
  margin-top: 22px;
  color: #5b5550;
  line-height: 1.7;
}

.nh-payment-return .nh-shell > span {
  display: block;
  margin-top: 20px;
  color: var(--nh-pink-dark);
  font-size: 12px;
  font-weight: 700;
}

.nh-payment-return__icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background: var(--nh-blush);
  color: var(--nh-pink-dark);
}

.nh-payment-return.is-failed .nh-payment-return__icon {
  background: #fbe8e8;
  color: #a5242a;
}

.nh-payment-return__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* Legal and policy pages */
.nh-legal-hero {
  padding: 92px 0;
  background: var(--nh-ink);
  color: var(--nh-white);
}

.nh-legal-hero .nh-shell > span {
  color: var(--nh-pink);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nh-legal-hero h1 {
  max-width: 900px;
  margin-top: 20px;
  font-size: 58px;
  line-height: 1.04;
}

.nh-legal-hero p {
  max-width: 740px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.7;
}

.nh-legal-hero small {
  display: block;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
}

.nh-legal-page {
  padding: 100px 0;
  background: var(--nh-white);
}

.nh-legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 820px);
  gap: 100px;
  justify-content: start;
}

.nh-legal-layout > aside {
  position: sticky;
  top: 120px;
  align-self: start;
  display: grid;
  gap: 13px;
}

.nh-legal-layout > aside span {
  margin-bottom: 7px;
  color: var(--nh-pink-dark);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nh-legal-layout > aside a {
  color: #625b56;
  font-size: 12px;
}

.nh-legal-layout > article {
  border-top: 1px solid var(--nh-ink);
}

.nh-legal-layout > article > section {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 22px;
  padding: 36px 0;
  border-bottom: 1px solid var(--nh-line);
}

.nh-legal-layout > article > section > span {
  color: var(--nh-pink-dark);
  font-size: 10px;
  font-weight: 700;
}

.nh-legal-layout h2 {
  font-size: 24px;
}

.nh-legal-layout p {
  margin-top: 14px;
  color: #56504c;
  font-size: 14px;
  line-height: 1.8;
}

.nh-legal-layout p:first-of-type {
  margin-top: 13px;
}

.nh-legal-layout p a {
  color: var(--nh-pink-dark);
  text-decoration: underline;
}

.nh-preview-404 {
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 100px 0;
}

.nh-preview-404 span {
  color: var(--nh-pink);
  font-size: 12px;
  font-weight: 700;
}

.nh-preview-404 h1 {
  max-width: 780px;
  margin-top: 20px;
  font-size: 56px;
  line-height: 1.05;
}

.nh-preview-404 a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  font-weight: 700;
}

/* Startup special funnel */
.nh-home-special {
  padding: 42px 0;
  border-bottom: 1px solid var(--nh-line);
  background: var(--nh-blush);
}

.nh-home-special__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 48px;
  align-items: center;
}

.nh-home-special h2 {
  margin-top: 12px;
  font-size: 36px;
  line-height: 1.05;
}

.nh-home-special p {
  max-width: 620px;
  margin-top: 10px;
  color: #5d5651;
  line-height: 1.65;
}

.nh-home-special__offer {
  display: grid;
  min-width: 190px;
  padding-left: 30px;
  border-left: 1px solid rgba(17, 16, 15, 0.2);
}

.nh-home-special__offer span,
.nh-home-special__offer small {
  color: var(--nh-stone);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.nh-home-special__offer strong {
  margin: 5px 0 2px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 42px;
  font-weight: 400;
}

.nh-special-hero {
  padding: 98px 0 108px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--nh-ink);
  color: var(--nh-white);
}

.nh-special-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, 0.7fr);
  gap: 96px;
  align-items: center;
}

.nh-special-hero__copy h1 {
  max-width: 760px;
  margin-top: 24px;
  font-size: 76px;
  line-height: 0.98;
}

.nh-special-hero__copy > p {
  max-width: 680px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.72;
}

.nh-special-hero__copy .nh-special-hero__lead {
  margin-top: 30px;
  color: var(--nh-white);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 31px;
  line-height: 1.2;
}

.nh-special-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.nh-special-hero__price {
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
}

.nh-special-hero__price > span,
.nh-special-hero__price > small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.nh-special-hero__price > strong {
  display: block;
  margin-top: 18px;
  color: var(--nh-pink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 0.9;
}

.nh-special-hero__price > small {
  margin-top: 10px;
}

.nh-special-hero__price ul {
  display: grid;
  gap: 13px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.nh-special-hero__price li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.5;
}

.nh-special-hero__price li svg {
  width: 16px;
  color: var(--nh-pink);
}

.nh-startup-case {
  background: var(--nh-white);
}

.nh-startup-case__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 100px;
}

.nh-startup-case__grid h2,
.nh-special-scope h2,
.nh-small-business-promise h2 {
  margin-top: 18px;
  font-size: 52px;
  line-height: 1.04;
}

.nh-startup-case__copy {
  display: grid;
  gap: 20px;
  color: #5d5651;
  font-size: 16px;
  line-height: 1.8;
}

.nh-startup-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 76px;
  border-top: 1px solid var(--nh-line);
  border-bottom: 1px solid var(--nh-line);
}

.nh-startup-benefits article {
  min-height: 270px;
  padding: 34px;
  border-right: 1px solid var(--nh-line);
}

.nh-startup-benefits article:last-child {
  border-right: 0;
}

.nh-startup-benefits svg {
  width: 26px;
  color: var(--nh-pink-dark);
}

.nh-startup-benefits h3 {
  margin-top: 54px;
  font-size: 24px;
}

.nh-startup-benefits p {
  margin-top: 12px;
  color: var(--nh-stone);
  font-size: 13px;
  line-height: 1.7;
}

.nh-small-business-promise {
  padding: 82px 0;
  background: #174c3d;
  color: var(--nh-white);
}

.nh-small-business-promise__grid {
  display: grid;
  grid-template-columns: 60px minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: 56px;
  align-items: start;
}

.nh-small-business-promise__grid > svg {
  width: 42px;
  color: #78e3af;
}

.nh-small-business-promise p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.8;
}

.nh-special-scope {
  background: var(--nh-paper);
}

.nh-special-scope__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 96px;
}

.nh-special-scope__grid > div > p {
  margin-top: 22px;
  color: var(--nh-stone);
}

.nh-special-scope__grid > ul {
  border-top: 1px solid var(--nh-ink);
}

.nh-special-scope__grid > ul li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 14px;
  padding: 20px 0;
  align-items: start;
  border-bottom: 1px solid var(--nh-line);
  line-height: 1.55;
}

.nh-special-scope__grid > ul svg {
  width: 18px;
  color: var(--nh-pink-dark);
}

.nh-special-addons {
  background: var(--nh-white);
}

.nh-special-addons__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 48px;
}

.nh-special-addon {
  position: relative;
  display: grid;
  min-height: 300px;
  padding: 34px;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.nh-special-addon:hover,
.nh-special-addon.is-selected {
  border-color: var(--nh-pink-dark);
  background: #fff9fb;
}

.nh-special-addon input {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 21px;
  height: 21px;
  accent-color: var(--nh-pink);
}

.nh-special-addon > svg {
  width: 28px;
  color: var(--nh-pink-dark);
}

.nh-special-addon__status {
  margin-top: 42px;
  color: var(--nh-pink-dark);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.nh-special-addon h3 {
  margin-top: 10px;
  font-size: 27px;
}

.nh-special-addon > strong {
  margin-top: 18px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 38px;
  font-weight: 400;
}

.nh-special-addon > strong small {
  margin-left: 8px;
  color: var(--nh-stone);
  font-family: inherit;
  font-size: 11px;
}

.nh-special-addon p {
  margin-top: 12px;
  color: var(--nh-stone);
  font-size: 13px;
  line-height: 1.7;
}

.nh-special-order-bar {
  display: flex;
  margin-top: 18px;
  padding: 28px 32px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border: 1px solid var(--nh-line);
  background: var(--nh-paper);
}

.nh-special-order-bar > div {
  display: grid;
}

.nh-special-order-bar span {
  color: var(--nh-stone);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.nh-special-order-bar strong {
  margin-top: 5px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 36px;
  font-weight: 400;
}

.nh-special-order-bar small {
  margin-top: 4px;
  color: var(--nh-stone);
  font-size: 10px;
}

.nh-special-order-bar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nh-special-whatsapp-primary {
  background: #168645;
}

.nh-special-whatsapp-primary:hover {
  background: #0f6f38;
}

.nh-startup-steps {
  background: var(--nh-paper);
}

.nh-startup-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 48px;
  border-top: 1px solid var(--nh-ink);
  border-bottom: 1px solid var(--nh-line);
}

.nh-startup-steps article {
  min-height: 250px;
  padding: 30px;
  border-right: 1px solid var(--nh-line);
}

.nh-startup-steps article:last-child {
  border-right: 0;
}

.nh-startup-steps article > span {
  color: var(--nh-pink-dark);
  font-size: 10px;
  font-weight: 700;
}

.nh-startup-steps h3 {
  margin-top: 64px;
  font-size: 25px;
}

.nh-startup-steps p {
  margin-top: 12px;
  color: var(--nh-stone);
  font-size: 13px;
  line-height: 1.7;
}

@media (prefers-reduced-motion: reduce) {
  .nh-site *,
  .nh-site *::before,
  .nh-site *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

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

  .nh-desktop-nav {
    justify-content: center;
    gap: 20px;
  }

  .nh-site .nh-header__cta {
    display: none;
  }

  .nh-hero h1 {
    font-size: 94px;
  }

  .nh-hero__statement {
    font-size: 27px;
  }

  .nh-hero__field-mark {
    display: none;
  }

  .nh-statement__grid,
  .nh-section-heading {
    gap: 56px;
  }

  .nh-statement h2,
  .nh-section-heading h2,
  .nh-gifting-teaser h2 {
    font-size: 49px;
  }

  .nh-gifting-teaser__content {
    padding: 60px;
  }

  .nh-footer__grid {
    grid-template-columns: 1.2fr repeat(3, 0.65fr);
    gap: 38px;
  }

  .nh-page-intro__grid {
    grid-template-columns: 130px minmax(0, 1.2fr) minmax(240px, 0.65fr);
  }

  .nh-page-intro__grid > svg {
    display: none;
  }
}

@media (max-width: 900px) {
  :root {
    --nh-header-height: 76px;
  }

  .nh-shell {
    padding-left: 28px;
    padding-right: 28px;
  }

  .nh-header__inner {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
  }

  .nh-desktop-nav,
  .nh-site .nh-header__cta {
    display: none;
  }

  .nh-menu-button {
    display: flex;
  }

  .nh-hero {
    min-height: 700px;
    height: calc(86svh - var(--nh-header-height));
  }

  .nh-hero h1 {
    font-size: 78px;
  }

  .nh-hero__statement {
    max-width: 700px;
    font-size: 24px;
  }

  .nh-statement__grid,
  .nh-section-heading,
  .nh-gifting-showcase__grid,
  .nh-contact-page__grid {
    grid-template-columns: 1fr;
  }

  .nh-statement__grid,
  .nh-section-heading {
    gap: 36px;
  }

  .nh-section-heading--work .nh-text-link {
    justify-self: start;
  }

  .nh-solution-row {
    grid-template-columns: 50px minmax(190px, 0.8fr) minmax(260px, 1fr) 50px;
    gap: 20px;
  }

  .nh-solution-row h3 {
    font-size: 26px;
  }

  .nh-proof-band__grid,
  .nh-process-grid,
  .nh-capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nh-proof-band__grid > div:nth-child(3),
  .nh-proof-band__grid > div:nth-child(4) {
    margin-top: 46px;
  }

  .nh-process-grid article:nth-child(2) {
    border-right: 0;
  }

  .nh-process-grid article:nth-child(3),
  .nh-process-grid article:nth-child(4) {
    border-top: 1px solid var(--nh-line);
  }

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

  .nh-gifting-teaser__image {
    min-height: 500px;
    border-right: 0;
    border-bottom: 1px solid var(--nh-line);
  }

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

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

  .nh-page-intro__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .nh-page-intro h1 {
    font-size: 54px;
  }

  .nh-detailed-solution,
  .nh-case {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .nh-case__number {
    display: none;
  }

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

  .nh-use-case-grid article,
  .nh-use-case-grid article:first-child {
    min-height: 200px;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid var(--nh-line);
  }

  .nh-use-case-grid article:last-child {
    border-bottom: 0;
  }

  .nh-use-case-grid h3 {
    margin-top: 36px;
  }

  .nh-contact-page__grid {
    gap: 48px;
  }

  .nh-contact-page__intro {
    position: static;
  }

  .nh-pricing-grid,
  .nh-cart-layout,
  .nh-checkout-grid,
  .nh-legal-layout,
  .nh-pricing-faq__layout,
  .nh-service-landing-hero__grid,
  .nh-service-landing-scope__grid,
  .nh-special-hero__grid,
  .nh-startup-case__grid,
  .nh-small-business-promise__grid,
  .nh-special-scope__grid {
    grid-template-columns: 1fr;
  }

  .nh-home-special__grid {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
  }

  .nh-home-special__grid > .nh-button {
    grid-column: 1 / -1;
    width: max-content;
  }

  .nh-special-hero__grid,
  .nh-startup-case__grid,
  .nh-small-business-promise__grid,
  .nh-special-scope__grid {
    gap: 48px;
  }

  .nh-special-hero__price {
    max-width: 620px;
  }

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

  .nh-startup-benefits article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--nh-line);
  }

  .nh-startup-benefits article:last-child {
    border-bottom: 0;
  }

  .nh-startup-benefits h3 {
    margin-top: 30px;
  }

  .nh-small-business-promise__grid > svg {
    display: none;
  }

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

  .nh-startup-steps article:nth-child(2) {
    border-right: 0;
  }

  .nh-startup-steps article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--nh-line);
  }

  .nh-service-landing-hero__grid,
  .nh-service-landing-scope__grid {
    gap: 52px;
  }

  .nh-service-landing-hero__offer {
    max-width: 620px;
  }

  .nh-service-landing-outcomes__grid {
    grid-template-columns: 1fr;
  }

  .nh-service-landing-outcomes__grid article,
  .nh-service-landing-outcomes__grid article:not(:first-child) {
    min-height: 0;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid var(--nh-line);
  }

  .nh-service-landing-outcomes__grid article:last-child {
    border-bottom: 0;
  }

  .nh-service-landing-outcomes__grid h3 {
    margin-top: 34px;
  }

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

  .nh-pricing-faq__intro {
    position: static;
  }

  .nh-focused-grid,
  .nh-care-grid {
    grid-template-columns: 1fr;
  }

  .nh-focused-grid article,
  .nh-care-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--nh-line);
  }

  .nh-focused-grid article:last-child,
  .nh-care-grid article:last-child {
    border-bottom: 0;
  }

  .nh-order-summary,
  .nh-checkout-summary,
  .nh-legal-layout > aside {
    position: static;
  }

  .nh-legal-layout {
    gap: 52px;
  }

  .nh-legal-layout > aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nh-legal-layout > aside span {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .nh-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nh-brand {
    width: 162px;
  }

  .nh-brand__fallback strong {
    font-size: 27px;
  }

  .nh-header__actions {
    margin-left: auto;
  }

  .nh-cart-link {
    width: 42px;
    height: 42px;
  }

  .nh-menu-button {
    width: 44px;
    height: 44px;
  }

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

  .nh-hero {
    min-height: 650px;
    height: calc(84svh - var(--nh-header-height));
  }

  .nh-hero__media img {
    object-position: 68% center;
  }

  .nh-hero__shade {
    background: rgba(17, 16, 15, 0.7);
  }

  .nh-hero__content {
    padding-top: 34px;
    padding-bottom: 112px;
  }

  .nh-hero h1 {
    margin-top: 16px;
    font-size: 58px;
  }

  .nh-hero .nh-hero__logo {
    width: min(490px, 88vw);
  }

  .nh-hero__logo-fallback {
    font-size: 62px;
  }

  .nh-home-special {
    padding: 34px 0;
  }

  .nh-home-special__grid,
  .nh-special-addons__grid,
  .nh-startup-steps__grid {
    grid-template-columns: 1fr;
  }

  .nh-home-special__grid {
    gap: 24px;
  }

  .nh-home-special__offer {
    padding: 20px 0 0;
    border-top: 1px solid rgba(17, 16, 15, 0.2);
    border-left: 0;
  }

  .nh-home-special__grid > .nh-button {
    width: 100%;
  }

  .nh-special-hero {
    padding: 72px 0 78px;
  }

  .nh-special-hero__copy h1 {
    font-size: 51px;
  }

  .nh-special-hero__copy .nh-special-hero__lead {
    font-size: 26px;
  }

  .nh-special-hero__actions {
    display: grid;
  }

  .nh-special-hero__price,
  .nh-special-addon {
    padding: 26px;
  }

  .nh-special-hero__price > strong {
    font-size: 60px;
  }

  .nh-startup-case__grid h2,
  .nh-special-scope h2,
  .nh-small-business-promise h2 {
    font-size: 39px;
  }

  .nh-startup-benefits {
    margin-top: 50px;
  }

  .nh-small-business-promise {
    padding: 70px 0;
  }

  .nh-special-order-bar {
    display: grid;
    padding: 24px;
  }

  .nh-special-order-bar__actions {
    display: grid;
  }

  .nh-special-order-bar__actions .nh-button {
    width: 100%;
    justify-content: center;
  }

  .nh-startup-steps article,
  .nh-startup-steps article:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--nh-line);
  }

  .nh-startup-steps article:last-child {
    border-bottom: 0;
  }

  .nh-startup-steps h3 {
    margin-top: 34px;
  }

  .nh-hero__statement {
    margin-top: 22px !important;
    font-size: 19px;
    line-height: 1.4;
  }

  .nh-hero__actions {
    display: grid;
    gap: 10px;
    margin-top: 30px;
  }

  .nh-button {
    width: 100%;
    min-height: 52px;
  }

  .nh-hero__meta {
    min-height: 80px;
  }

  .nh-hero__meta .nh-shell {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px 16px;
  }

  .nh-hero__meta span {
    font-size: 9px;
  }

  .nh-client-rail {
    height: 86px;
  }

  .nh-statement h2,
  .nh-section-heading h2,
  .nh-gifting-teaser h2,
  .nh-final-cta h2,
  .nh-compact-cta h2 {
    font-size: 38px;
    line-height: 1.08;
  }

  .nh-statement__copy p {
    font-size: 15px;
  }

  .nh-section-heading {
    margin-bottom: 42px;
  }

  .nh-solution-row {
    min-height: 0;
    grid-template-columns: 38px 1fr 44px;
    gap: 14px;
    padding: 26px 0;
  }

  .nh-solution-row p {
    grid-column: 2 / -1;
    grid-row: 2;
  }

  .nh-solution-row > a {
    grid-column: 3;
    grid-row: 1;
    width: 42px;
    height: 42px;
  }

  .nh-solution-row h3 {
    font-size: 23px;
  }

  .nh-work-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .nh-project__body h3 {
    font-size: 25px;
  }

  .nh-proof-band {
    padding: 52px 0;
  }

  .nh-proof-band__grid {
    gap: 34px 0;
  }

  .nh-proof-band__grid > div,
  .nh-proof-band__grid > div:first-child {
    min-height: 120px;
    margin-top: 0;
    padding: 0 18px;
  }

  .nh-proof-band__grid > div:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .nh-proof-band strong {
    font-size: 52px;
  }

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

  .nh-process-grid article,
  .nh-process-grid article:first-child,
  .nh-process-grid article:last-child {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid var(--nh-line);
  }

  .nh-process-grid h3 {
    margin-top: 26px;
  }

  .nh-gifting-teaser__image {
    min-height: 360px;
  }

  .nh-gifting-teaser__content {
    padding: 58px 20px 72px;
  }

  .nh-final-cta,
  .nh-compact-cta {
    padding: 70px 0;
  }

  .nh-final-cta__inner,
  .nh-compact-cta__inner {
    display: grid;
  }

  .nh-footer {
    padding-top: 64px;
  }

  .nh-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px 24px;
  }

  .nh-footer__column:last-child {
    grid-column: 1 / -1;
  }

  .nh-footer__bottom {
    flex-direction: column;
    margin-top: 50px;
  }

  .nh-page-intro {
    padding: 78px 0 84px;
  }

  .nh-page-intro h1,
  .nh-contact-page__intro h1 {
    font-size: 43px;
  }

  .nh-page-section,
  .nh-gifting-showcase {
    padding: 76px 0;
  }

  .nh-detailed-solution {
    padding: 48px 0;
  }

  .nh-detailed-solution__heading h2,
  .nh-gifting-showcase__copy h2,
  .nh-contact-success h2 {
    font-size: 35px;
  }

  .nh-detailed-solution__copy > p {
    font-size: 16px;
  }

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

  .nh-capability-grid article,
  .nh-capability-grid article:first-child {
    min-height: 190px;
    padding: 28px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .nh-capability-grid article:last-child {
    border-bottom: 0;
  }

  .nh-capability-grid h3 {
    margin-top: 38px;
  }

  .nh-case {
    padding: 48px 0;
  }

  .nh-case__content h2 {
    font-size: 30px;
  }

  .nh-gifting-showcase__grid {
    gap: 42px;
  }

  .nh-contact-page {
    padding: 70px 0 80px;
  }

  .nh-contact-panel {
    min-height: 0;
    padding: 28px 20px;
  }

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

  .nh-preview-404 h1 {
    font-size: 42px;
  }

  .nh-price-card,
  .nh-focused-grid article,
  .nh-care-grid article,
  .nh-cart-item,
  .nh-empty-cart,
  .nh-checkout-form,
  .nh-checkout-summary {
    padding: 26px 20px;
  }

  .nh-price-card.is-featured {
    padding: 25px 19px;
  }

  .nh-price-card h3,
  .nh-focused-grid h3,
  .nh-care-grid h3 {
    font-size: 24px;
  }

  .nh-service-landing-hero {
    padding: 76px 0 84px;
  }

  .nh-service-landing-hero h1 {
    font-size: 48px;
  }

  .nh-service-landing-hero__grid > div > p {
    margin-top: 24px;
    font-size: 16px;
  }

  .nh-service-landing-hero__actions {
    display: grid;
    margin-top: 30px;
  }

  .nh-service-landing-hero__offer {
    padding: 28px 0 0;
    border-left: 0;
  }

  .nh-service-landing-hero__offer > strong {
    font-size: 42px;
  }

  .nh-service-landing-scope h2 {
    font-size: 42px;
  }

  .nh-service-landing-scope aside {
    padding: 26px 20px;
  }

  .nh-service-landing-work__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .nh-service-landing-work__grid h3 {
    font-size: 23px;
  }

  .nh-pricing-faq__layout {
    gap: 44px;
  }

  .nh-pricing-faq__intro h2 {
    font-size: 39px;
  }

  .nh-pricing-faq__questions summary {
    padding: 22px 42px 22px 0;
    font-size: 15px;
  }

  .nh-pricing-faq__questions details p {
    padding: 0 42px 24px 0;
    font-size: 14px;
  }

  .nh-price-card__top > strong,
  .nh-focused-grid article > strong,
  .nh-care-grid article > strong {
    font-size: 36px;
  }

  .nh-cart-item__heading {
    display: grid;
  }

  .nh-cart-item__heading > strong {
    font-size: 29px;
  }

  .nh-checkout-page {
    padding: 64px 0 80px;
  }

  .nh-checkout-form h1,
  .nh-checkout-empty h1,
  .nh-payment-return h1,
  .nh-legal-hero h1 {
    font-size: 39px;
  }

  .nh-legal-hero {
    padding: 72px 0;
  }

  .nh-legal-page {
    padding: 70px 0;
  }

  .nh-legal-layout > aside {
    grid-template-columns: 1fr;
  }

  .nh-legal-layout > aside span {
    grid-column: auto;
  }

  .nh-legal-layout > article > section {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* Keep hero copy readable while making the campaign artwork clearly visible. */
.nh-hero__shade {
  background: linear-gradient(
    90deg,
    rgba(17, 16, 15, 0.9) 0%,
    rgba(17, 16, 15, 0.72) 42%,
    rgba(17, 16, 15, 0.32) 72%,
    rgba(17, 16, 15, 0.18) 100%
  );
}

@media (max-width: 760px) {
  .nh-hero__shade {
    background: linear-gradient(
      90deg,
      rgba(17, 16, 15, 0.88) 0%,
      rgba(17, 16, 15, 0.72) 55%,
      rgba(17, 16, 15, 0.38) 100%
    );
  }
}
