.njt-page {
  --njt-paper: #f8f7f2;
  --njt-pale: #eaf9fa;
  --njt-ice: #d5f2f6;
  --njt-blue: #9ee2e9;
  --njt-cyan: #59ccd9;
  --njt-teal: #1c737d;
  --njt-ink: #09262a;
  --njt-muted: #526f73;
  --njt-coral: #f28b7d;
  --njt-line: rgba(9, 38, 42, 0.15);
  --njt-scroll: 0;
  position: relative;
  isolation: isolate;
  width: 100vw;
  min-height: 0 !important;
  max-width: none !important;
  margin: 0 0 0 calc(50% - 50vw) !important;
  padding-bottom: 0 !important;
  overflow: clip;
  background:
    radial-gradient(circle at 82% 8%, rgba(158, 226, 233, 0.26), transparent 29rem),
    radial-gradient(circle at 8% 42%, rgba(89, 204, 217, 0.1), transparent 30rem),
    var(--njt-paper);
  color: var(--njt-ink);
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  line-height: 1.4;
}

.njt-page,
.njt-page *,
.njt-page *::before,
.njt-page *::after {
  box-sizing: border-box;
}

.njt-page a {
  color: inherit;
  text-decoration: none;
}

.njt-page button,
.njt-page a {
  -webkit-tap-highlight-color: transparent;
}

.njt-page button {
  font: inherit;
}

.njt-page button:focus-visible,
.njt-page a:focus-visible {
  outline: 2px solid var(--njt-cyan);
  outline-offset: 4px;
}

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

.njt-skip-link {
  position: fixed;
  z-index: 160;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border-radius: 4px;
  background: var(--njt-ink);
  color: var(--njt-paper) !important;
  font-size: 12px;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

.njt-hero:focus {
  outline: none;
}

.njt-page img {
  display: block;
  max-width: none;
}

.njt-page svg {
  display: block;
  width: 18px;
  height: 18px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.njt-page .njt-icon-fill {
  fill: currentColor;
  stroke: none;
}

.njt-neural-field {
  position: fixed;
  z-index: 2;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0.38;
}

.njt-page-nerve {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.46;
  pointer-events: none;
}

.elementor-widget-shortcode:has(.njt-page),
.elementor-widget-shortcode:has(.njt-page) > .elementor-widget-container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body:has(.njt-page) footer:not(.njt-footer),
body:has(.njt-page) .footer_top_holder,
body:has(.njt-page) .footer_bottom_holder {
  display: none !important;
}

.njt-page-nerve svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

.njt-page-nerve path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.njt-nerve-halo {
  stroke: var(--njt-blue);
  stroke-width: 10;
  opacity: 0.13;
}

.njt-nerve-spine {
  stroke: url(#njt-page-nerve-gradient);
  stroke-width: 1.55;
  opacity: 0.66;
}

.njt-nerve-dendrite {
  stroke: var(--njt-teal);
  stroke-width: 0.9;
  opacity: 0.42;
}

.njt-nerve-branch {
  stroke: url(#njt-page-nerve-gradient);
  stroke-width: 1.15;
  opacity: 0.54;
}

.njt-nerve-reach {
  stroke: var(--njt-cyan);
  stroke-width: 0.85;
  opacity: 0.2;
}

.njt-nerve-echo {
  stroke: var(--njt-blue);
  stroke-width: 2.1;
  opacity: 0.45;
}

.njt-nerve-pulse-halo {
  stroke: var(--njt-blue);
  stroke-width: 10;
  opacity: 0.2;
}

.njt-nerve-pulse {
  stroke: #ffffff;
  stroke-width: 2.2;
  opacity: 0.8;
}

.njt-nerve-node {
  fill: var(--njt-paper);
  stroke: var(--njt-teal);
  stroke-width: 1.4;
  opacity: 0;
}

.njt-nerve-core {
  fill: var(--njt-coral);
  opacity: 0;
}

[data-njt-nerve-target] {
  transition: box-shadow 720ms ease, filter 720ms ease;
}

.njt-service-image.is-nerve-lit,
.njt-about-art.is-nerve-lit,
.njt-technique-grid.is-nerve-lit,
.njt-articles.is-nerve-lit {
  box-shadow: 0 22px 70px rgba(89, 204, 217, 0.12);
}

.njt-book-button.is-nerve-lit {
  box-shadow: 0 0 0 7px rgba(158, 226, 233, 0.08), 0 0 42px rgba(89, 204, 217, 0.24);
}

.njt-progress {
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  pointer-events: none;
  background: rgba(9, 38, 42, 0.08);
}

.njt-progress i {
  display: block;
  width: calc(var(--njt-scroll) * 100%);
  height: 100%;
  background: linear-gradient(90deg, var(--njt-blue), var(--njt-coral));
  box-shadow: 0 0 16px var(--njt-cyan);
}

.njt-neural-rail {
  --njt-rail-progress: 0;
  position: fixed;
  z-index: 18;
  top: 50%;
  right: 14px;
  display: flex;
  width: 24px;
  height: min(54vh, 520px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border: 1px solid rgba(9, 38, 42, 0.1);
  border-radius: 999px;
  background: rgba(248, 247, 242, 0.56);
  backdrop-filter: blur(9px);
  pointer-events: none;
  transform: translateY(-50%);
}

.njt-neural-rail-line,
.njt-neural-rail-line > b {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 50%;
  width: 1px;
  overflow: hidden;
  background: rgba(28, 115, 125, 0.2);
  transform: translateX(-50%);
}

.njt-neural-rail-line > b {
  top: 0;
  bottom: auto;
  left: 0;
  height: calc(var(--njt-rail-progress) * 100%);
  background: linear-gradient(var(--njt-blue), var(--njt-coral));
  box-shadow: 0 0 10px var(--njt-cyan);
  transform: none;
  transition: height 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.njt-neural-rail > span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 14px;
  height: 14px;
  place-items: center;
}

.njt-neural-rail > span > b {
  width: 5px;
  height: 5px;
  border: 1px solid var(--njt-teal);
  border-radius: 50%;
  background: var(--njt-paper);
  transition: background 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}

.njt-neural-rail > span.is-complete > b {
  background: var(--njt-blue);
  box-shadow: 0 0 9px rgba(89, 204, 217, 0.8);
}

.njt-neural-rail > span.is-active > b {
  border-color: var(--njt-coral);
  background: var(--njt-coral);
  box-shadow: 0 0 0 5px rgba(158, 226, 233, 0.2), 0 0 18px 5px rgba(89, 204, 217, 0.72);
  transform: scale(1.35);
}

.njt-neural-rail > span > em {
  position: absolute;
  top: 50%;
  right: 24px;
  padding: 5px 8px;
  border-radius: 3px;
  background: var(--njt-ink);
  color: var(--njt-paper);
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  opacity: 0;
  text-transform: uppercase;
  transform: translate(8px, -50%);
  transition: opacity 220ms ease, transform 220ms ease;
  white-space: nowrap;
}

.njt-neural-rail > span.is-active > em {
  opacity: 1;
  transform: translate(0, -50%);
}

.njt-utility {
  position: relative;
  z-index: 31;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  padding: 6px clamp(20px, 4.8vw, 76px);
  background: var(--njt-ink);
  color: rgba(248, 247, 242, 0.72);
}

.njt-utility p {
  margin: 0;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.njt-utility > div,
.njt-utility a {
  display: flex;
  align-items: center;
}

.njt-utility > div {
  gap: 24px;
}

.njt-utility a {
  gap: 8px;
  font-size: 9px;
  letter-spacing: 0.08em;
  transition: color 180ms ease, transform 180ms ease;
}

.njt-utility a:hover {
  color: var(--njt-paper);
  transform: translateY(-1px);
}

.njt-utility svg {
  width: 25px;
  height: 25px;
  padding: 5px;
  border: 1px solid rgba(158, 226, 233, 0.34);
  border-radius: 50%;
  background: rgba(158, 226, 233, 0.08);
  color: var(--njt-blue);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.njt-utility a:hover svg {
  border-color: var(--njt-blue);
  box-shadow: 0 0 16px rgba(89, 204, 217, 0.38);
}

.njt-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 clamp(20px, 4.8vw, 76px);
  border-bottom: 1px solid var(--njt-line);
  background: rgba(248, 247, 242, 0.82);
  backdrop-filter: blur(18px);
  transition: height 240ms ease, background 240ms ease;
}

.njt-page.is-scrolled .njt-header {
  height: 66px;
  background: rgba(248, 247, 242, 0.94);
}

.njt-brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--njt-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.njt-brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.njt-header-actions {
  display: flex;
  gap: 24px;
  align-items: center;
}

.njt-header-book {
  padding: 11px 18px;
  border: 1px solid var(--njt-ink);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.njt-header-book:hover {
  background: var(--njt-ink);
  color: var(--njt-paper);
  transform: translateY(-1px);
}

.njt-menu-button {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--njt-ink);
  cursor: pointer;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.njt-menu-button svg {
  width: 28px;
  transition: transform 240ms ease;
}

.njt-menu-button:hover svg {
  transform: translateX(3px);
}

.njt-nav {
  position: fixed;
  z-index: 110;
  inset: 0;
  display: grid;
  grid-template-rows: 86px 1fr;
  min-height: 100svh;
  padding: 0 clamp(24px, 6vw, 96px) 50px;
  overflow: auto;
  background:
    radial-gradient(circle at 82% 30%, rgba(158, 226, 233, 0.16), transparent 27rem),
    var(--njt-ink);
  color: var(--njt-paper);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-102%);
  transition:
    transform 920ms cubic-bezier(0.76, 0, 0.24, 1),
    opacity 520ms ease;
}

.njt-menu-neural {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 700ms ease 240ms;
}

.njt-nav.is-open .njt-menu-neural {
  opacity: 0.78;
}

.njt-nav::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--njt-blue), var(--njt-coral), transparent);
  box-shadow: 0 0 22px var(--njt-cyan);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.njt-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.njt-nav.is-open::after {
  transform: scaleX(1);
  transition-delay: 420ms;
}

.njt-nav-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(248, 247, 242, 0.15);
  opacity: 0;
  transform: translateY(-15px);
  transition: opacity 420ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.njt-nav.is-open .njt-nav-top {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 330ms;
}

.njt-nav .njt-brand {
  color: var(--njt-paper);
}

.njt-nav-close {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(248, 247, 242, 0.28);
  border-radius: 50%;
  background: transparent;
  color: var(--njt-paper);
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease;
}

.njt-nav-close:hover {
  border-color: var(--njt-blue);
  transform: rotate(5deg);
}

.njt-nav-body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(250px, 0.7fr);
  gap: 10vw;
  align-items: center;
  padding: 60px 0 30px;
}

.njt-nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.njt-nav li {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(248, 247, 242, 0.14);
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 520ms ease, transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.njt-nav.is-open li {
  opacity: 1;
  transform: translateY(0);
}

.njt-nav.is-open li:nth-child(1) { transition-delay: 390ms; }
.njt-nav.is-open li:nth-child(2) { transition-delay: 480ms; }
.njt-nav.is-open li:nth-child(3) { transition-delay: 570ms; }
.njt-nav.is-open li:nth-child(4) { transition-delay: 660ms; }

.njt-nav li > span {
  color: var(--njt-blue);
  font-size: 8px;
  letter-spacing: 0.14em;
}

.njt-nav li > a {
  display: block;
  padding: 15px 0 20px;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(46px, 6vw, 92px);
  line-height: 0.9;
  letter-spacing: -0.055em;
  transition: color 180ms ease, transform 180ms ease;
}

.njt-nav li > a:hover {
  color: var(--njt-blue);
  transform: translateX(12px);
}

.njt-nav-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 520ms ease, transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.njt-nav.is-open .njt-nav-aside {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 720ms;
}

.njt-nav-aside > p {
  max-width: 280px;
  margin: 0 0 28px;
  color: rgba(248, 247, 242, 0.58);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.55;
}

.njt-nav-aside > a:not(.njt-button) {
  margin-top: 20px;
  color: rgba(248, 247, 242, 0.68);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.njt-hero {
  position: relative;
  z-index: 4;
  display: grid;
  min-height: calc(100svh - 76px);
  padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 112px) 100px;
  overflow: hidden;
}

.njt-hero-visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: 0;
  overflow: hidden;
  will-change: transform;
}

.njt-hero-visual img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.035);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.njt-page.is-ready .njt-hero-visual img {
  transform: scale(1);
}

.njt-hero-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #f8f7f2 0%, rgba(248, 247, 242, 0.97) 29%, rgba(248, 247, 242, 0.62) 50%, transparent 72%),
    linear-gradient(180deg, transparent 67%, rgba(248, 247, 242, 0.88) 100%);
}

.njt-hero-copy {
  position: relative;
  z-index: 3;
  width: min(760px, 55vw);
  align-self: center;
}

.njt-eyebrow {
  margin: 0 0 22px;
  color: var(--njt-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.njt-page h1,
.njt-page h2,
.njt-page h3 {
  margin-top: 0;
  color: inherit;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-weight: 400;
  text-transform: none;
}

.njt-hero h1 {
  margin-bottom: 0;
  font-size: clamp(74px, 8.7vw, 142px);
  line-height: 0.78;
  letter-spacing: -0.065em;
}

.njt-hero h1 em {
  color: transparent;
  font-weight: inherit;
  font-style: italic;
  -webkit-text-stroke: 1px var(--njt-ink);
}

.njt-lede {
  width: min(540px, 85%);
  margin: 42px 0 0;
  color: var(--njt-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.65;
}

.njt-actions {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-top: 38px;
}

.njt-button,
.njt-book-button {
  display: inline-flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  min-width: 238px;
  padding: 15px 18px;
  border: 1px solid var(--njt-ink);
  border-radius: 999px;
  background: var(--njt-ink);
  color: var(--njt-paper) !important;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.njt-button:hover,
.njt-book-button:hover {
  box-shadow: 0 14px 36px rgba(9, 38, 42, 0.2);
  transform: translateY(-2px);
}

.njt-button-light {
  border-color: var(--njt-blue);
  background: var(--njt-blue);
  color: var(--njt-ink) !important;
}

.njt-text-link,
.njt-section-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--njt-ink);
  color: var(--njt-ink);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.njt-video-button {
  position: relative;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--njt-ink);
  cursor: pointer;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.njt-video-button::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 15px;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(89, 204, 217, 0.54);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.82);
  animation: njt-watch-hotspot 3.2s ease-out infinite;
}

.njt-video-button::after {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 25px;
  width: 5px;
  height: 5px;
  border: 1px solid var(--njt-paper);
  border-radius: 50%;
  background: var(--njt-coral);
  box-shadow: 0 0 11px var(--njt-coral);
  content: "";
  pointer-events: none;
}

.njt-video-button svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  color: var(--njt-teal);
}

.njt-video-button:not(.is-pending):hover {
  color: var(--njt-teal);
  transform: translateY(-2px);
}

.njt-video-button.is-pending {
  cursor: default;
  opacity: 0.72;
}

@keyframes njt-watch-hotspot {
  0% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(0.72);
  }
  72%, 100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.7);
  }
}

.njt-credentials {
  position: absolute;
  z-index: 3;
  bottom: 34px;
  left: clamp(24px, 7vw, 112px);
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--njt-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.njt-credentials i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--njt-blue);
  box-shadow: 0 0 12px var(--njt-cyan);
}

.njt-scroll-cue {
  position: absolute;
  z-index: 3;
  right: clamp(24px, 4.8vw, 76px);
  bottom: 28px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--njt-muted);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.njt-scroll-cue i {
  position: relative;
  width: 1px;
  height: 38px;
  overflow: hidden;
  background: var(--njt-line);
}

.njt-scroll-cue i::after {
  position: absolute;
  inset: -100% 0 auto;
  height: 100%;
  background: var(--njt-coral);
  content: "";
  animation: njt-scroll-cue 2s ease-in-out infinite;
}

@keyframes njt-scroll-cue {
  0% { transform: translateY(0); }
  100% { transform: translateY(200%); }
}

.njt-section {
  position: relative;
  z-index: 4;
  padding: clamp(100px, 12vw, 185px) clamp(24px, 7vw, 112px);
  border-top: 1px solid var(--njt-line);
}

[data-njt-section] {
  position: relative;
}

.njt-section > * {
  position: relative;
  z-index: 3;
}

.njt-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.62fr);
  column-gap: 9vw;
  align-items: end;
}

.njt-section-intro .njt-eyebrow {
  grid-column: 1 / -1;
}

.njt-section h2 {
  margin-bottom: 0;
  font-size: clamp(60px, 8.2vw, 126px);
  line-height: 0.87;
  letter-spacing: -0.065em;
}

.njt-section-intro > p:last-child,
.njt-service-intro > div > p,
.njt-technique-lead,
.njt-about-copy > p,
.njt-booking > p {
  color: var(--njt-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.7;
}

.njt-condition-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 86px;
  border-top: 1px solid var(--njt-line);
}

.njt-condition {
  display: grid;
  grid-template-columns: 52px 1fr 16px;
  gap: 15px;
  align-items: center;
  min-height: 86px;
  padding: 12px 28px 12px 0;
  border-bottom: 1px solid var(--njt-line);
  transition: background 180ms ease, padding 180ms ease;
}

.njt-condition:nth-child(odd) {
  padding-right: 40px;
  border-right: 1px solid var(--njt-line);
}

.njt-condition:nth-child(even) {
  padding-left: 40px;
}

.njt-condition:hover {
  padding-right: 20px;
  background: rgba(234, 249, 250, 0.76);
}

.njt-condition > span {
  color: var(--njt-muted);
  font-size: 8px;
}

.njt-condition strong {
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.njt-condition i {
  width: 8px;
  height: 8px;
  border: 1px solid var(--njt-coral);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(158, 226, 233, 0.14);
}

.njt-condition-scope {
  max-width: 880px;
  margin: 40px 0 0 auto;
  padding: 24px 28px;
  border-left: 2px solid var(--njt-coral);
  background: rgba(234, 249, 250, 0.72);
  color: var(--njt-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.7;
}

.njt-conditions > .njt-section-link,
.njt-journal > .njt-section-link {
  margin-top: 44px;
}

.njt-services {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(58px, 8vw, 138px);
  background: rgba(234, 249, 250, 0.8);
}

.njt-service-intro {
  position: sticky !important;
  top: 88px;
  height: max-content;
}

.njt-service-intro h2 {
  font-size: clamp(60px, 7vw, 108px);
}

.njt-service-intro > div > p {
  max-width: 430px;
  margin: 34px 0;
}

.njt-service-image {
  position: relative;
  margin: 44px 0 0;
  overflow: hidden;
  border: 1px solid var(--njt-line);
  background: var(--njt-ice);
  will-change: transform;
}

.njt-service-image[data-parallax] {
  transform: translate3d(0, calc(34px + var(--njt-parallax-y, 0px)), 0);
}

.njt-service-image[data-parallax].is-visible {
  transform: translate3d(0, var(--njt-parallax-y, 0px), 0);
}

.njt-service-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.njt-service-image:hover img {
  transform: scale(1.035);
}

.njt-service-image figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 10px 12px;
  background: rgba(248, 247, 242, 0.86);
  backdrop-filter: blur(10px);
  color: var(--njt-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.njt-service-card {
  position: relative;
  min-height: 430px;
  padding: 34px 32px 38px;
  border-top: 1px solid var(--njt-line);
  background: rgba(248, 247, 242, 0.9);
  transition: background 220ms ease, transform 220ms ease;
}

.njt-service-card::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle 180px at var(--njt-pointer-x, 82%) var(--njt-pointer-y, 72%),
    rgba(158, 226, 233, 0.54),
    transparent 72%
  );
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.njt-service-card:hover::before {
  opacity: 1;
}

.njt-service-card > * {
  position: relative;
  z-index: 1;
}

.njt-service-card:last-child {
  border-bottom: 1px solid var(--njt-line);
}

.njt-service-card:hover {
  background: rgba(213, 242, 246, 0.92);
  transform: translateX(-8px);
}

.njt-service-meta {
  display: flex;
  justify-content: space-between;
  color: var(--njt-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.njt-service-icon {
  display: grid;
  width: 74px;
  height: 74px;
  margin-top: 34px;
  place-items: center;
  border: 1px solid rgba(28, 115, 125, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.88), rgba(158, 226, 233, 0.16));
  color: var(--njt-teal);
  box-shadow: inset 0 0 0 7px rgba(158, 226, 233, 0.07);
  transition: color 260ms ease, border-color 260ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.njt-service-icon svg {
  width: 50px;
  height: 50px;
  stroke-width: 1.45;
}

.njt-service-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.njt-service-icon .njt-icon-accent {
  stroke: var(--njt-coral);
}

.njt-service-card:hover .njt-service-icon {
  border-color: rgba(242, 139, 125, 0.62);
  color: var(--njt-ink);
  transform: rotate(-3deg) scale(1.045);
}

.njt-service-card h3 {
  max-width: 650px;
  margin: 25px 0 18px;
  font-size: clamp(36px, 3.8vw, 60px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.njt-service-card > p {
  max-width: 560px;
  margin-bottom: 34px;
  color: var(--njt-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.65;
}

.njt-service-card > .njt-service-scope {
  margin-top: -16px;
  margin-bottom: 28px;
  padding: 15px 18px;
  border-left: 2px solid var(--njt-coral);
  background: rgba(234, 249, 250, 0.72);
  color: var(--njt-teal);
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.55;
}

.njt-service-card > a {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--njt-ink);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.njt-service-card > a svg {
  width: 15px;
  height: 15px;
}

.njt-service-availability {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: var(--njt-teal);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.njt-service-availability::before {
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border: 1px solid var(--njt-coral);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(158, 226, 233, 0.15);
  content: "";
}

.njt-synapse {
  position: absolute;
  right: 28px;
  bottom: 34px;
  width: 11px;
  height: 11px;
  border: 1px solid var(--njt-coral);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(158, 226, 233, 0.16), 0 0 28px rgba(89, 204, 217, 0.58);
}

.njt-safety {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 18%, rgba(89, 204, 217, 0.2), transparent 30rem),
    radial-gradient(circle at 12% 80%, rgba(242, 139, 125, 0.1), transparent 26rem),
    var(--njt-ink);
  color: var(--njt-paper);
}

.njt-safety-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  gap: 32px 9vw;
  align-items: end;
}

.njt-safety-heading .njt-eyebrow {
  grid-column: 1 / -1;
  color: var(--njt-blue);
}

.njt-safety-heading h2 {
  max-width: 980px;
  font-size: clamp(58px, 7vw, 112px);
}

.njt-safety-heading > p:last-child {
  color: rgba(248, 247, 242, 0.66);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.7;
}

.njt-safety-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 84px;
  border: 1px solid rgba(248, 247, 242, 0.15);
  background: rgba(248, 247, 242, 0.15);
}

.njt-safety-grid article {
  min-height: 330px;
  padding: clamp(28px, 3vw, 48px);
  background: rgba(9, 38, 42, 0.9);
  transition: background 220ms ease;
}

.njt-safety-grid article:hover {
  background: rgba(20, 77, 84, 0.92);
}

.njt-safety-grid article > span {
  color: var(--njt-coral);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.njt-safety-grid h3 {
  margin: 54px 0 20px;
  font-size: clamp(30px, 3vw, 48px);
  letter-spacing: -0.045em;
}

.njt-safety-grid p {
  max-width: 590px;
  color: rgba(248, 247, 242, 0.66);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.7;
}

.njt-safety-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 42px;
  margin-top: 38px;
}

.njt-safety-links a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(158, 226, 233, 0.54);
  color: var(--njt-blue);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.njt-safety-links svg {
  width: 15px;
  height: 15px;
}

.njt-techniques {
  display: grid;
  grid-template-columns: 1.05fr 0.65fr;
  column-gap: 9vw;
}

.njt-technique-lead {
  align-self: end;
}

.njt-technique-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 84px;
  border: 1px solid var(--njt-line);
  background: var(--njt-line);
}

.njt-technique-grid article {
  position: relative;
  min-height: 315px;
  padding: 36px;
  background: rgba(248, 247, 242, 0.96);
  transition: background 200ms ease;
}

.njt-technique-grid article:hover {
  background: rgba(213, 242, 246, 0.98);
}

.njt-technique-grid span {
  display: block;
  margin-bottom: 54px;
  color: var(--njt-teal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.njt-technique-grid strong {
  display: block;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(30px, 3.1vw, 48px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
}

.njt-technique-grid p {
  max-width: 520px;
  color: var(--njt-muted);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

.njt-technique-grid small {
  display: block;
  max-width: 520px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--njt-line);
  color: var(--njt-teal);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.55;
  text-transform: uppercase;
}

.njt-visual {
  position: relative;
  z-index: 4;
  min-height: 112svh;
  overflow: hidden;
  background: var(--njt-ice);
}

.njt-visual > img {
  width: 100%;
  min-height: 128svh;
  object-fit: cover;
  will-change: transform;
}

.njt-visual > img[data-parallax],
.njt-hero-visual[data-parallax] {
  transform: translate3d(0, var(--njt-parallax-y, 0px), 0);
}

.njt-visual > img[data-njt-movement-parallax] {
  width: calc(100% + 42px);
  max-width: none;
  margin-left: -21px;
  transform:
    translate3d(
      var(--njt-movement-x, 0px),
      var(--njt-parallax-y, 0px),
      0
    )
    scale(var(--njt-movement-scale, 1.075));
  transform-origin: center;
}

.njt-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 52%, rgba(9, 38, 42, 0.76) 100%);
}

.njt-visual-caption {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 7vw, 112px);
  bottom: clamp(34px, 7vw, 94px);
  left: clamp(24px, 7vw, 112px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  color: var(--njt-paper);
}

.njt-visual-caption span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.njt-visual-caption strong {
  max-width: 740px;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(42px, 6.2vw, 98px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.055em;
  text-align: right;
}

.njt-process {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9vw;
  color: var(--njt-paper);
  background: radial-gradient(circle at 70% 20%, rgba(158, 226, 233, 0.16), transparent 35rem), var(--njt-ink);
}

.njt-process .njt-eyebrow,
.njt-booking .njt-eyebrow {
  color: rgba(248, 247, 242, 0.58);
}

.njt-process ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.njt-process li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  min-height: 180px;
  padding: 32px 0;
  border-top: 1px solid rgba(248, 247, 242, 0.17);
}

.njt-process li:last-child {
  border-bottom: 1px solid rgba(248, 247, 242, 0.17);
}

.njt-process li > span {
  padding-top: 8px;
  color: var(--njt-blue);
  font-size: 8px;
}

.njt-process h3 {
  margin-bottom: 12px;
  font-size: clamp(32px, 3.5vw, 55px);
  letter-spacing: -0.045em;
}

.njt-process li p {
  color: rgba(248, 247, 242, 0.64);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.65;
}

.njt-about {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(58px, 9vw, 150px);
  align-items: center;
}

.njt-about-art {
  position: relative;
  display: grid;
  min-height: 640px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--njt-line);
  border-radius: 48% 48% 3px 3px;
  background:
    radial-gradient(circle, rgba(89, 204, 217, 0.24) 0 1px, transparent 1.5px) 0 0 / 18px 18px,
    linear-gradient(155deg, rgba(255, 255, 255, 0.72), rgba(158, 226, 233, 0.18));
}

.njt-about-art > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.njt-about-art > span {
  z-index: 1;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(190px, 27vw, 400px);
  font-style: italic;
  line-height: 1;
}

.njt-about-art > i {
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--njt-paper);
  box-shadow: 0 0 26px 10px var(--njt-cyan);
  animation: njt-portrait-signal 6s ease-in-out infinite;
}

.njt-about-art small {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 10px 12px;
  background: rgba(248, 247, 242, 0.82);
  backdrop-filter: blur(10px);
  color: var(--njt-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-align: center;
  text-transform: uppercase;
}

@keyframes njt-portrait-signal {
  0%, 100% { transform: translate(-82px, 110px); }
  50% { transform: translate(102px, -120px); }
}

.njt-about-copy h2 {
  font-size: clamp(56px, 7.1vw, 110px);
}

.njt-about-credentials {
  margin: 22px 0 0;
  color: var(--njt-teal) !important;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.njt-about-copy .njt-about-lead {
  margin: 38px 0 24px;
  color: var(--njt-ink);
  font-size: clamp(19px, 1.65vw, 24px);
}

.njt-about-copy .njt-button {
  margin-top: 25px;
}

.njt-journal {
  background: rgba(234, 249, 250, 0.82);
}

.njt-journal-heading {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  align-items: end;
}

.njt-articles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 80px;
}

.njt-article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--njt-line);
  background: rgba(248, 247, 242, 0.95);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.njt-article:hover {
  box-shadow: 0 24px 70px rgba(9, 38, 42, 0.12);
  transform: translateY(-7px);
}

.njt-article figure {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: var(--njt-ice);
}

.njt-article figure::after {
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(transparent, rgba(9, 38, 42, 0.12));
  content: "";
}

.njt-article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 750ms cubic-bezier(0.16, 1, 0.3, 1);
}

.njt-article:hover figure img {
  transform: scale(1.04);
}

.njt-article > div {
  display: flex;
  min-height: 350px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 42px);
}

.njt-article span {
  color: var(--njt-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.njt-article h3 {
  margin: 42px 0 22px;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.njt-article p {
  color: var(--njt-muted);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.65;
}

.njt-article strong {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: auto;
  padding-top: 25px;
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.njt-article strong svg {
  width: 15px;
  height: 15px;
}

.njt-article .njt-article-status {
  color: var(--njt-teal);
}

.njt-booking {
  position: relative;
  z-index: 4;
  display: grid;
  min-height: 100svh;
  place-content: center;
  padding: 120px 24px;
  overflow: hidden;
  background: var(--njt-ink);
  color: var(--njt-paper);
  text-align: center;
}

.njt-booking > * {
  position: relative;
  z-index: 3;
}

.njt-booking h2 {
  margin-bottom: 0;
  font-size: clamp(88px, 13.5vw, 206px);
  line-height: 0.74;
  letter-spacing: -0.065em;
}

.njt-booking > p:not(.njt-eyebrow) {
  width: min(560px, 90vw);
  margin: 44px auto 32px;
  color: rgba(248, 247, 242, 0.66);
}

.njt-book-button {
  margin: 0 auto;
  border-color: var(--njt-blue);
  background: var(--njt-blue);
  color: var(--njt-ink) !important;
}

.njt-book-signal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(70vw, 880px);
  aspect-ratio: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 0 !important;
}

.njt-book-signal i {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(158, 226, 233, 0.32);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: njt-signal 4.4s ease-out infinite;
}

.njt-book-signal i:nth-child(2) { animation-delay: -1.45s; }
.njt-book-signal i:nth-child(3) { animation-delay: -2.9s; }

@keyframes njt-signal {
  0% { width: 3px; height: 3px; opacity: 0.9; }
  100% { width: 100%; height: 100%; opacity: 0; }
}

.njt-footer {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr) auto;
  align-items: center;
  min-height: 175px;
  gap: 30px 7vw;
  margin-bottom: 0 !important;
  padding: 46px clamp(24px, 7vw, 112px) 30px;
  border-top: 1px solid rgba(248, 247, 242, 0.12);
  background: var(--njt-ink);
  color: var(--njt-paper);
}

.njt-footer .njt-brand {
  color: var(--njt-paper);
}

.njt-footer p,
.njt-footer > div {
  color: rgba(248, 247, 242, 0.56);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.njt-footer > p:not(.njt-credit) {
  text-align: center;
}

.njt-footer > div {
  display: flex;
  gap: 22px;
}

.njt-back-top {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.njt-back-top svg {
  width: 14px;
  height: 14px;
  color: var(--njt-blue);
  transition: transform 200ms ease;
}

.njt-back-top:hover svg {
  transform: translateY(-3px);
}

.njt-credit {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 25px;
  border-top: 1px solid rgba(248, 247, 242, 0.1);
  text-align: right;
}

.njt-credit a {
  color: var(--njt-blue);
  transition: color 180ms ease;
}

.njt-credit a:hover {
  color: var(--njt-paper);
}

.njt-video-modal {
  position: fixed;
  z-index: 130;
  inset: 0;
  display: grid;
  padding: 7vw;
  place-items: center;
  background: rgba(9, 38, 42, 0.94);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.njt-video-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.njt-video-modal > button {
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(248, 247, 242, 0.34);
  border-radius: 50%;
  background: transparent;
  color: var(--njt-paper);
  cursor: pointer;
}

.njt-video-frame {
  width: min(1100px, 92vw);
  aspect-ratio: 16 / 9;
}

.njt-video-frame iframe,
.njt-video-frame video {
  width: 100%;
  height: 100%;
  border: 0;
}

.njt-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 720ms cubic-bezier(0.16, 1, 0.3, 1) var(--njt-delay, 0ms),
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1) var(--njt-delay, 0ms);
}

.njt-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.njt-visual-caption.njt-reveal {
  transform: translateY(calc(34px + var(--njt-caption-shift, 0px)));
}

.njt-visual-caption.njt-reveal.is-visible {
  transform: translateY(var(--njt-caption-shift, 0px));
}

body.njt-menu-lock {
  overflow: hidden;
}

@media (max-width: 980px) {
  .njt-nav-body {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .njt-nav-aside {
    border-top: 1px solid rgba(248, 247, 242, 0.15);
    padding-top: 32px;
  }

  .njt-section-intro,
  .njt-safety-heading,
  .njt-techniques,
  .njt-process,
  .njt-about,
  .njt-journal-heading {
    grid-template-columns: 1fr;
    row-gap: 42px;
  }

  .njt-services {
    grid-template-columns: 1fr;
  }

  .njt-service-intro {
    position: static !important;
  }

  .njt-hero-copy {
    width: min(690px, 68vw);
  }

  .njt-visual-caption {
    flex-direction: column;
    align-items: flex-start;
  }

  .njt-visual-caption strong {
    text-align: left;
  }
}

@media (max-width: 680px) {
  .njt-neural-field {
    display: none;
  }

  .njt-page-nerve {
    opacity: 0.34;
  }

  .njt-nerve-halo,
  .njt-nerve-pulse-halo {
    stroke-width: 7;
  }

  .njt-nerve-reach {
    opacity: 0.14;
  }

  .njt-neural-rail {
    right: 4px;
    width: 13px;
    height: 42vh;
    padding: 6px 0;
    border-color: rgba(9, 38, 42, 0.08);
    background: rgba(248, 247, 242, 0.38);
    opacity: 0.82;
  }

  .njt-neural-rail-line {
    top: 9px;
    bottom: 9px;
  }

  .njt-neural-rail-line > b {
    top: 0;
    bottom: auto;
  }

  .njt-neural-rail > span {
    width: 10px;
    height: 10px;
  }

  .njt-neural-rail > span > b {
    width: 4px;
    height: 4px;
  }

  .njt-neural-rail > span > em {
    display: none;
  }

  .njt-utility {
    min-height: 38px;
    padding: 6px 16px;
  }

  .njt-utility > p {
    display: none;
  }

  .njt-utility > div {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .njt-utility a {
    font-size: 8px;
  }

  .njt-header,
  .njt-page.is-scrolled .njt-header {
    height: 66px;
    padding: 0 16px;
  }

  .njt-brand {
    gap: 9px;
    font-size: 9px;
  }

  .njt-brand-mark {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }

  .njt-header-actions {
    gap: 15px;
  }

  .njt-header-book {
    padding: 9px 13px;
  }

  .njt-menu-button > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .njt-nav {
    grid-template-rows: 70px 1fr;
    padding: 0 20px 35px;
  }

  .njt-nav-body {
    align-items: start;
    gap: 38px;
    padding: 34px 0 24px;
  }

  .njt-nav li {
    grid-template-columns: 36px 1fr;
  }

  .njt-nav li > a {
    padding: 13px 0 16px;
    font-size: clamp(42px, 14vw, 62px);
  }

  .njt-nav-aside > p {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .njt-hero {
    min-height: 800px;
    padding: 94px 20px 108px;
  }

  .njt-hero-copy {
    width: 100%;
  }

  .njt-hero h1 {
    max-width: 100%;
    font-size: clamp(62px, 18.5vw, 86px);
    line-height: 0.82;
    overflow-wrap: normal;
  }

  .njt-hero-shade {
    background:
      linear-gradient(180deg, rgba(248, 247, 242, 0.94) 0%, rgba(248, 247, 242, 0.67) 50%, rgba(248, 247, 242, 0.94) 100%),
      linear-gradient(90deg, rgba(248, 247, 242, 0.96) 0%, transparent 100%);
  }

  .njt-hero-visual img {
    object-position: 61% center;
  }

  .njt-lede {
    width: 100%;
    margin-top: 32px;
    font-size: 16px;
  }

  .njt-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 28px;
  }

  .njt-button,
  .njt-book-button {
    width: 100%;
    min-width: 0;
  }

  .njt-text-link {
    justify-content: space-between;
  }

  .njt-video-button {
    align-self: flex-start;
    margin-top: 4px;
  }

  .njt-credentials {
    right: 20px;
    bottom: 25px;
    left: 20px;
    flex-wrap: wrap;
    gap: 9px;
  }

  .njt-scroll-cue {
    display: none;
  }

  .njt-section {
    padding: 82px 20px;
  }

  .njt-section h2 {
    max-width: 100%;
    font-size: clamp(48px, 14vw, 70px);
    line-height: 0.92;
    overflow-wrap: break-word;
  }

  .njt-condition-grid,
  .njt-technique-grid,
  .njt-articles {
    grid-template-columns: 1fr;
  }

  .njt-condition-grid {
    margin-top: 54px;
  }

  .njt-condition {
    grid-template-columns: 36px 1fr 14px;
    min-height: 75px;
  }

  .njt-condition:nth-child(odd),
  .njt-condition:nth-child(even) {
    padding-right: 8px;
    padding-left: 0;
    border-right: 0;
  }

  .njt-condition strong {
    font-size: 21px;
  }

  .njt-condition-scope {
    margin-top: 30px;
    padding: 20px;
  }

  .njt-service-image {
    margin-top: 34px;
  }

  .njt-service-card {
    min-height: 0;
    padding: 25px 20px 30px;
  }

  .njt-service-card:hover {
    transform: none;
  }

  .njt-service-card h3 {
    margin: 22px 0 16px;
    font-size: clamp(34px, 11vw, 48px);
  }

  .njt-service-icon {
    width: 62px;
    height: 62px;
    margin-top: 28px;
  }

  .njt-service-icon svg {
    width: 42px;
    height: 42px;
  }

  .njt-service-icon img {
    width: 40px;
    height: 40px;
  }

  .njt-service-card > p {
    padding-right: 14px;
    margin-bottom: 28px;
  }

  .njt-service-card > .njt-service-scope {
    padding: 14px 16px;
  }

  .njt-synapse {
    right: 20px;
    bottom: 28px;
  }

  .njt-technique-grid {
    margin-top: 52px;
  }

  .njt-safety-grid {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .njt-safety-grid article {
    min-height: 0;
    padding: 28px 20px 34px;
  }

  .njt-safety-grid h3 {
    margin-top: 38px;
  }

  .njt-safety-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .njt-technique-grid article {
    min-height: 300px;
    padding: 26px 20px;
  }

  .njt-technique-grid span {
    margin-bottom: 40px;
  }

  .njt-technique-grid strong {
    font-size: clamp(30px, 9vw, 42px);
  }

  .njt-visual {
    min-height: 94svh;
  }

  .njt-visual > img {
    min-height: 112svh;
    object-position: 43% center;
  }

  .njt-visual-caption {
    bottom: 32px;
  }

  .njt-visual-caption strong {
    font-size: clamp(39px, 13vw, 62px);
  }

  .njt-process li {
    grid-template-columns: 40px 1fr;
    min-height: 0;
    padding: 28px 0;
  }

  .njt-about-art {
    min-height: 450px;
  }

  .njt-about-copy h2 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .njt-journal-heading h2 {
    font-size: clamp(52px, 15vw, 72px);
    overflow-wrap: normal;
  }

  .njt-articles {
    gap: 14px;
    margin-top: 50px;
  }

  .njt-article > div {
    min-height: 300px;
    padding: 24px 20px;
  }

  .njt-article h3 {
    margin: 30px 0 18px;
    font-size: clamp(35px, 11vw, 48px);
  }

  .njt-article strong {
    padding-top: 18px;
  }

  .njt-booking {
    min-height: 820px;
  }

  .njt-booking h2 {
    font-size: clamp(84px, 25vw, 124px);
  }

  .njt-footer {
    grid-template-columns: 1fr;
    gap: 25px;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 26px;
  }

  .njt-footer > p:not(.njt-credit) {
    text-align: left;
  }

  .njt-footer > div {
    flex-wrap: wrap;
  }

  .njt-credit {
    grid-column: 1;
    width: 100%;
    text-align: left;
  }

  .njt-video-modal {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .njt-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .njt-about-art > i,
  .njt-book-signal i,
  .njt-scroll-cue i::after,
  .njt-video-button::before {
    animation: none;
  }

  .njt-nerve-echo,
  .njt-nerve-pulse,
  .njt-nerve-pulse-halo {
    display: none;
  }

  .njt-service-image,
  .njt-visual > img,
  .njt-hero-visual {
    transform: none !important;
  }
}
