:root {
  --nm-ink: #f6fbff;
  --nm-muted: #9eb3c9;
  --nm-navy-950: #020711;
  --nm-navy-900: #050f1f;
  --nm-navy-850: #07182d;
  --nm-navy-800: #0a2039;
  --nm-blue: #1478ff;
  --nm-blue-strong: #005eff;
  --nm-cyan: #24d9f2;
  --nm-mint: #65f3d1;
  --nm-white: #ffffff;
  --nm-paper: #f5f9fd;
  --nm-line: rgba(129, 192, 255, 0.22);
  --nm-glass: rgba(7, 27, 49, 0.66);
  --nm-shadow: 0 28px 80px rgba(0, 37, 92, 0.28);
  --nm-radius: 20px;
  --nm-header-height: 68px;
  --nm-shell: min(100% - 32px, 1280px);
  --nm-section-space: 88px;
  --nm-font-sans: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, Arial, sans-serif;
  --nm-font-display: Inter, "Helvetica Neue", "Hiragino Sans", "Yu Gothic", sans-serif;
}

/* --------------------------------------------------------------------------
   NEXTMAKE Internship Lab
   -------------------------------------------------------------------------- */

.nm-internship-lab {
  --lab-ink: #061525;
  --lab-muted: #536579;
  --lab-blue: #087ef5;
  --lab-cyan: #18c9ed;
  --lab-line: rgba(13, 112, 207, 0.18);
  --lab-soft: #f2f8fd;
  overflow: clip;
  color: var(--lab-ink);
  background: #fff;
}

.nm-internship-lab h1,
.nm-internship-lab h2,
.nm-internship-lab h3,
.nm-internship-lab p {
  margin-top: 0;
}

.nm-internship-lab h2 {
  font-size: clamp(2.15rem, 3.27vw, 3.27rem);
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.nm-internship-lab h3 {
  line-height: 1.45;
}

.nm-internship-lab .nm-section {
  padding-block: clamp(5.5rem, 8vw, 8.75rem);
}

.nm-internship-lab .nm-section-heading {
  max-width: 780px;
  margin-bottom: clamp(2.2rem, 4.5vw, 4.25rem);
}

.nm-internship-lab .nm-section-heading > p:last-child,
.nm-internship-lab .nm-section-heading--row > p {
  color: var(--lab-muted);
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 2;
}

.nm-lab-breadcrumb {
  position: absolute;
  z-index: 8;
  top: var(--nm-header-height, 76px);
  width: 100%;
  color: rgba(20, 50, 77, 0.66);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.nm-lab-breadcrumb .nm-shell {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  padding-top: 1.25rem;
}

.nm-lab-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.nm-lab-breadcrumb a:hover {
  color: var(--lab-blue);
}

.nm-lab-hero {
  position: relative;
  min-height: min(980px, 100svh);
  padding: clamp(9rem, 12vw, 11.5rem) 0 4.5rem;
  isolation: isolate;
  background:
    radial-gradient(circle at 77% 27%, rgba(26, 204, 240, 0.17), transparent 31%),
    radial-gradient(circle at 16% 24%, rgba(25, 125, 248, 0.11), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f5fbff 48%, #eaf7ff 100%);
}

.nm-lab-hero::before,
.nm-lab-hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.nm-lab-hero::before {
  inset: 0;
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(16, 104, 185, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 104, 185, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.nm-lab-hero::after {
  right: -15vw;
  bottom: -18vw;
  width: 55vw;
  aspect-ratio: 1;
  border: 1px solid rgba(18, 162, 232, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 7vw rgba(17, 144, 231, 0.025),
    0 0 0 14vw rgba(17, 144, 231, 0.018);
}

.nm-lab-hero__mesh {
  position: absolute;
  z-index: -1;
  inset: 5% 0 auto 48%;
  width: 52vw;
  height: 78%;
  opacity: 0.55;
  background:
    linear-gradient(115deg, transparent 20%, rgba(0, 127, 255, 0.15) 20.3%, transparent 20.7%),
    linear-gradient(25deg, transparent 56%, rgba(21, 207, 237, 0.18) 56.3%, transparent 56.7%);
  filter: blur(0.2px);
  animation: nm-lab-mesh 10s ease-in-out infinite alternate;
}

@keyframes nm-lab-mesh {
  to { transform: translate3d(-2.5%, 2%, 0) scale(1.04); }
}

.nm-lab-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: center;
}

.nm-lab-hero__copy {
  position: relative;
  z-index: 2;
}

.nm-lab-hero__copy h1 {
  max-width: 780px;
  margin: 0 0 1rem;
  font-size: clamp(2.15rem, 3.27vw, 3.27rem);
  line-height: 1.2;
  letter-spacing: -0.055em;
}

.nm-lab-hero__subtitle {
  margin-bottom: 1.2rem;
  color: var(--lab-blue);
  font-size: clamp(0.95rem, 1.3vw, 1.12rem);
  font-weight: 700;
  line-height: 1.75;
}

.nm-lab-hero__lead {
  max-width: 680px;
  margin-bottom: 1.8rem;
  color: var(--lab-muted);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 2;
}

.nm-lab-hero .nm-actions {
  margin-bottom: 2rem;
}

.nm-lab-hero .nm-button--ghost {
  border-color: rgba(6, 35, 62, 0.2);
  color: var(--lab-ink);
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(10px);
}

.nm-lab-hero__proofs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  max-width: 620px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nm-lab-hero__proofs li {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  min-height: 42px;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(12, 105, 193, 0.15);
  border-radius: 9px;
  color: #234159;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 28px rgba(10, 79, 140, 0.06);
  font-size: 0.78rem;
  font-weight: 700;
}

.nm-lab-hero__proofs span {
  color: var(--lab-blue);
  font-family: var(--nm-font-display);
  font-size: 0.65rem;
}

.nm-lab-hero__visual {
  position: relative;
  min-height: 570px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 138, 225, 0.3);
  border-radius: 2px 34px 2px 34px;
  background: #071a2c;
  box-shadow:
    0 38px 90px rgba(5, 55, 99, 0.22),
    0 0 0 10px rgba(255, 255, 255, 0.48),
    0 0 56px rgba(9, 183, 239, 0.17);
}

.nm-lab-hero__visual::before,
.nm-lab-hero__visual::after {
  position: absolute;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.nm-lab-hero__visual::before {
  inset: 0;
  background:
    linear-gradient(180deg, transparent 52%, rgba(3, 18, 35, 0.84)),
    linear-gradient(115deg, rgba(5, 20, 40, 0.24), transparent 45%);
}

.nm-lab-hero__visual::after {
  top: -20%;
  left: -80%;
  width: 55%;
  height: 150%;
  transform: rotate(14deg);
  background: linear-gradient(90deg, transparent, rgba(118, 231, 255, 0.2), transparent);
  animation: nm-lab-scan 7.5s ease-in-out infinite;
}

@keyframes nm-lab-scan {
  55%, 100% { left: 145%; }
}

.nm-lab-hero__image {
  width: 100%;
  height: 570px;
  object-fit: cover;
}

.nm-lab-hero__status {
  position: absolute;
  z-index: 4;
  top: 1.15rem;
  right: 1.15rem;
  display: grid;
  gap: 0.35rem;
  min-width: 180px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(95, 224, 255, 0.35);
  border-radius: 10px;
  color: #fff;
  background: rgba(3, 20, 37, 0.62);
  backdrop-filter: blur(14px);
}

.nm-lab-hero__status span {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  color: #9deeff;
  font-family: var(--nm-font-display);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

.nm-lab-hero__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #43f4b6;
  box-shadow: 0 0 13px #43f4b6;
  animation: nm-lab-pulse 2s ease-in-out infinite;
}

@keyframes nm-lab-pulse {
  50% { opacity: 0.35; transform: scale(0.76); }
}

.nm-lab-hero__status strong {
  font-family: var(--nm-font-display);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}

.nm-lab-hero__visual figcaption {
  position: absolute;
  z-index: 4;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.nm-lab-hero__visual figcaption span {
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(116, 225, 255, 0.28);
  border-radius: 999px;
  color: #d9f8ff;
  background: rgba(3, 19, 35, 0.65);
  backdrop-filter: blur(12px);
  font-family: var(--nm-font-display);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
}

.nm-lab-manifesto {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  max-width: 980px;
  margin-top: clamp(3rem, 6vw, 5.5rem);
  margin-bottom: 0;
  padding-top: 1.75rem;
  border-top: 1px solid var(--lab-line);
}

.nm-lab-manifesto > span {
  color: var(--lab-cyan);
  font-family: Georgia, serif;
  font-size: 3.6rem;
  line-height: 0.8;
}

.nm-lab-manifesto p {
  margin-bottom: 0;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
}

.nm-lab-challenges {
  background: #fff;
}

.nm-lab-challenges__visual {
  position: relative;
  aspect-ratio: 2.2 / 1;
  margin: 0 0 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(11, 132, 216, 0.18);
  border-radius: 22px 5px 22px 5px;
  background: #edf8ff;
  box-shadow: 0 26px 64px rgba(8, 78, 132, 0.11);
}

.nm-lab-challenges__visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 58%),
    linear-gradient(180deg, transparent 62%, rgba(4, 31, 52, 0.22));
  content: "";
  pointer-events: none;
}

.nm-lab-challenges__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nm-lab-challenges__visual figcaption {
  position: absolute;
  z-index: 2;
  bottom: 1.35rem;
  left: 1.35rem;
  display: grid;
  gap: 0.3rem;
  min-width: 210px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(24, 154, 224, 0.2);
  border-radius: 10px;
  color: var(--lab-ink);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 42px rgba(6, 74, 126, 0.12);
  backdrop-filter: blur(14px);
}

.nm-lab-challenges__visual figcaption span {
  color: var(--lab-blue);
  font-family: var(--nm-font-display);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
}

.nm-lab-challenges__visual figcaption strong {
  font-family: var(--nm-font-display);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

.nm-lab-challenges__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--lab-line);
  border-left: 1px solid var(--lab-line);
}

.nm-lab-challenges__grid article {
  position: relative;
  min-height: 215px;
  padding: 1.5rem;
  overflow: hidden;
  border-right: 1px solid var(--lab-line);
  border-bottom: 1px solid var(--lab-line);
  background: linear-gradient(160deg, #fff, #f8fcff);
  transition: transform 260ms ease, background 260ms ease, box-shadow 260ms ease;
}

.nm-lab-challenges__grid article::after {
  position: absolute;
  right: -40px;
  bottom: -55px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(11, 144, 230, 0.14);
  border-radius: 50%;
  content: "";
  transition: transform 360ms ease;
}

.nm-lab-challenges__grid article:hover {
  z-index: 1;
  transform: translateY(-6px);
  background: linear-gradient(155deg, #fff, #edf8ff);
  box-shadow: 0 24px 48px rgba(12, 78, 132, 0.12);
}

.nm-lab-challenges__grid article:hover::after {
  transform: scale(1.3);
}

.nm-lab-challenges__grid article > span {
  display: inline-flex;
  padding: 0.3rem 0.5rem;
  border-radius: 4px;
  color: var(--lab-blue);
  background: #eaf6ff;
  font-family: var(--nm-font-display);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

.nm-lab-challenges__grid article > strong {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  color: rgba(6, 73, 126, 0.16);
  font-family: var(--nm-font-display);
  font-size: 1rem;
}

.nm-lab-challenges__grid h3 {
  max-width: 180px;
  margin: 4.3rem 0 0;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
}

.nm-lab-challenges__answer {
  display: grid;
  grid-template-columns: 0.6fr 1.35fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-top: 1.5rem;
  padding: 2rem 2.2rem;
  border: 1px solid rgba(9, 143, 231, 0.24);
  border-radius: 14px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(26, 208, 242, 0.2), transparent 34%),
    linear-gradient(120deg, #041828, #07365a);
  box-shadow: 0 22px 55px rgba(4, 39, 68, 0.16);
}

.nm-lab-challenges__answer small {
  color: #83e4fb;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nm-lab-challenges__answer p {
  margin-bottom: 0;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.6;
}

.nm-lab-challenges__answer > span {
  color: rgba(222, 241, 252, 0.78);
  font-size: 0.9rem;
  line-height: 1.8;
}

.nm-lab-foundation {
  background: var(--lab-soft);
}

.nm-lab-foundation__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: start;
}

.nm-lab-foundation__copy {
  position: sticky;
  top: calc(var(--nm-header-height, 76px) + 2rem);
}

.nm-lab-foundation__copy > p:not(.nm-kicker) {
  color: var(--lab-muted);
  line-height: 2;
}

.nm-lab-foundation__pillars {
  display: grid;
  gap: 1rem;
  counter-reset: pillar;
}

.nm-lab-foundation__pillars article {
  display: grid;
  grid-template-columns: 58px minmax(0, 0.36fr) minmax(0, 1fr);
  gap: 1.3rem;
  align-items: center;
  padding: 1.7rem;
  border: 1px solid rgba(9, 112, 199, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(11, 76, 128, 0.07);
  transition: transform 260ms ease, border-color 260ms ease;
}

.nm-lab-foundation__pillars article:hover {
  transform: translateX(-8px);
  border-color: rgba(6, 139, 224, 0.35);
}

.nm-lab-foundation__pillars article > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(11, 135, 222, 0.22);
  border-radius: 50%;
  color: var(--lab-blue);
  font-family: var(--nm-font-display);
}

.nm-lab-foundation__pillars h3 {
  margin: 0;
  font-size: 1.12rem;
}

.nm-lab-foundation__pillars p {
  margin: 0;
  color: var(--lab-muted);
  line-height: 1.8;
}

.nm-lab-team {
  position: relative;
  padding-block: clamp(6rem, 9vw, 9rem);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 50% 50%, rgba(10, 126, 212, 0.26), transparent 43%),
    #031321;
}

.nm-lab-team__grid {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(71, 190, 240, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(71, 190, 240, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 50%, #000, transparent 76%);
}

.nm-lab-team .nm-shell {
  position: relative;
}

.nm-lab-team .nm-section-heading h2,
.nm-lab-team .nm-section-heading p {
  color: #fff;
}

.nm-lab-team .nm-section-heading > p:last-child {
  color: rgba(218, 239, 250, 0.72);
}

.nm-lab-team__flow {
  display: grid;
  grid-template-columns: 1fr 44px 1fr 44px 1fr 44px 1fr;
  align-items: stretch;
}

.nm-lab-team__flow article {
  position: relative;
  min-height: 250px;
  padding: 1.55rem;
  border: 1px solid rgba(104, 218, 255, 0.2);
  border-radius: 14px;
  background: rgba(5, 34, 56, 0.68);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
}

.nm-lab-team__flow article::after {
  position: absolute;
  right: 1.15rem;
  bottom: 1.15rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lab-cyan);
  box-shadow: 0 0 18px var(--lab-cyan);
  content: "";
}

.nm-lab-team__flow article.is-core {
  border-color: rgba(72, 215, 255, 0.65);
  background: linear-gradient(150deg, rgba(5, 91, 148, 0.88), rgba(4, 39, 67, 0.88));
  box-shadow: 0 0 42px rgba(11, 170, 237, 0.16);
}

.nm-lab-team__flow article > small {
  display: block;
  margin-bottom: 2.8rem;
  color: #67dff8;
  font-family: var(--nm-font-display);
}

.nm-lab-team__flow article > span {
  display: block;
  margin-bottom: 0.5rem;
  color: rgba(157, 228, 249, 0.62);
  font-family: var(--nm-font-display);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

.nm-lab-team__flow h3 {
  margin-bottom: 0.75rem;
  color: #fff;
  font-size: 1.15rem;
}

.nm-lab-team__flow p {
  margin-bottom: 0;
  color: rgba(215, 236, 247, 0.72);
  font-size: 0.84rem;
  line-height: 1.8;
}

.nm-lab-team__flow > i {
  position: relative;
  align-self: center;
  width: 100%;
  height: 1px;
  overflow: visible;
  background: rgba(58, 200, 247, 0.32);
}

.nm-lab-team__flow > i::after {
  position: absolute;
  top: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #58dffa;
  box-shadow: 0 0 12px #58dffa;
  content: "";
  animation: nm-lab-data 2.4s linear infinite;
}

@keyframes nm-lab-data {
  to { left: calc(100% - 7px); }
}

.nm-lab-team__roles {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.nm-lab-team__roles li {
  padding: 0.75rem 0.8rem;
  border: 1px solid rgba(92, 211, 250, 0.16);
  border-radius: 7px;
  color: #a7e7f8;
  background: rgba(4, 31, 51, 0.55);
  font-family: var(--nm-font-display);
  font-size: 0.68rem;
  text-align: center;
  letter-spacing: 0.05em;
}

.nm-lab-usecases {
  background: #fff;
}

.nm-lab-usecases__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.nm-lab-usecases__grid article {
  overflow: hidden;
  border: 1px solid var(--lab-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(8, 72, 124, 0.08);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.nm-lab-usecases__grid article:hover {
  transform: translateY(-9px);
  box-shadow: 0 30px 66px rgba(8, 72, 124, 0.14);
}

.nm-lab-usecases__grid figure {
  position: relative;
  height: 220px;
  margin: 0;
  overflow: hidden;
  background: #082039;
}

.nm-lab-usecases__grid figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(2, 18, 33, 0.58));
  content: "";
}

.nm-lab-usecases__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.nm-lab-usecases__grid article:hover img {
  transform: scale(1.055);
}

.nm-lab-usecases__grid figcaption {
  position: absolute;
  z-index: 2;
  right: 1.1rem;
  bottom: 0.85rem;
  color: #fff;
  font-family: var(--nm-font-display);
  font-size: 2.4rem;
  font-weight: 200;
}

.nm-lab-usecases__grid article > div {
  padding: 1.6rem;
}

.nm-lab-usecases__grid article > div > p {
  margin-bottom: 0.45rem;
  color: var(--lab-blue);
  font-family: var(--nm-font-display);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.nm-lab-usecases__grid h3 {
  margin-bottom: 1.15rem;
  font-size: 1.28rem;
}

.nm-lab-usecases__grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nm-lab-usecases__grid li {
  position: relative;
  padding-left: 0.9rem;
  color: var(--lab-muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.nm-lab-usecases__grid li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--lab-cyan);
  content: "";
}

.nm-lab-process {
  background: var(--lab-soft);
}

.nm-lab-process__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: var(--lab-line);
}

.nm-lab-process__list li {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 1rem;
  min-height: 190px;
  padding: 1.55rem;
  background: #fff;
}

.nm-lab-process__list li::after {
  position: absolute;
  right: -6px;
  bottom: -6px;
  z-index: 1;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--lab-blue);
  box-shadow: 0 0 16px rgba(10, 140, 228, 0.55);
  content: "";
}

.nm-lab-process__list li > span {
  color: var(--lab-blue);
  font-family: var(--nm-font-display);
}

.nm-lab-process__list strong {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.02rem;
}

.nm-lab-process__list p {
  margin-bottom: 0;
  color: var(--lab-muted);
  font-size: 0.86rem;
  line-height: 1.85;
}

.nm-lab-purpose {
  position: relative;
  padding-block: clamp(6rem, 9vw, 9rem);
  color: #fff;
  background:
    radial-gradient(circle at 18% 30%, rgba(0, 168, 238, 0.18), transparent 36%),
    linear-gradient(125deg, #031421, #062a46);
}

.nm-lab-purpose__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.nm-lab-purpose figure {
  position: relative;
  min-height: 550px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(96, 215, 252, 0.28);
  border-radius: 26px 3px 26px 3px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.nm-lab-purpose figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(2, 16, 29, 0.84));
  content: "";
}

.nm-lab-purpose figure img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.nm-lab-purpose figcaption {
  position: absolute;
  z-index: 2;
  bottom: 1.5rem;
  left: 1.5rem;
  color: #a4edff;
  font-family: var(--nm-font-display);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
}

.nm-lab-purpose__copy h2 {
  color: #fff;
}

.nm-lab-purpose__copy > p:not(.nm-kicker) {
  color: rgba(219, 238, 248, 0.78);
  line-height: 2;
}

.nm-lab-purpose__balance {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
  margin: 2rem 0;
}

.nm-lab-purpose__balance span {
  padding: 1rem;
  border: 1px solid rgba(92, 219, 252, 0.2);
  border-radius: 10px;
  color: #d7f6ff;
  background: rgba(10, 65, 99, 0.5);
  text-align: center;
}

.nm-lab-purpose__balance i {
  color: var(--lab-cyan);
  font-size: 1.5rem;
  font-style: normal;
}

.nm-lab-purpose__copy > strong {
  display: block;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(107, 218, 249, 0.18);
  color: #fff;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
}

.nm-lab-pathway {
  background: #fff;
}

.nm-lab-pathway__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}

.nm-lab-pathway__layout > div > p:not(.nm-kicker) {
  margin-bottom: 1.7rem;
  color: var(--lab-muted);
  line-height: 2;
}

.nm-lab-pathway__visual-flow {
  display: grid;
  gap: 1rem;
}

.nm-lab-pathway__visual-flow > figure {
  position: relative;
  aspect-ratio: 2 / 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(11, 132, 216, 0.2);
  border-radius: 18px 4px 18px 4px;
  background: #061d32;
  box-shadow: 0 24px 58px rgba(6, 63, 106, 0.14);
}

.nm-lab-pathway__visual-flow > figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 57%, rgba(2, 18, 33, 0.6));
  content: "";
  pointer-events: none;
}

.nm-lab-pathway__visual-flow > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.nm-lab-pathway__visual-flow > figure:hover img {
  transform: scale(1.035);
}

.nm-lab-pathway__visual-flow > figure figcaption {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  color: #e5f9ff;
  font-family: var(--nm-font-display);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
}

.nm-lab-pathway__visual-flow > figure figcaption i {
  color: var(--lab-cyan);
  font-size: 1.1rem;
  font-style: normal;
}

.nm-lab-pathway ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nm-lab-pathway ol::before {
  position: absolute;
  top: 50%;
  right: 12%;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--lab-cyan), transparent);
  content: "";
}

.nm-lab-pathway li {
  position: relative;
  z-index: 1;
  min-height: 150px;
  padding: 1.35rem;
  border: 1px solid var(--lab-line);
  border-radius: 14px;
  background: rgba(248, 252, 255, 0.92);
  box-shadow: 0 18px 44px rgba(8, 76, 131, 0.07);
}

.nm-lab-pathway li span {
  display: block;
  margin-bottom: 2.5rem;
  color: var(--lab-blue);
  font-family: var(--nm-font-display);
  font-size: 0.75rem;
}

.nm-lab-pathway li strong {
  font-size: 0.98rem;
}

.nm-lab-pricing {
  background:
    radial-gradient(circle at 75% 25%, rgba(27, 204, 236, 0.12), transparent 30%),
    var(--lab-soft);
}

.nm-lab-pricing__compare {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) 94px minmax(0, 1.12fr);
  align-items: center;
}

.nm-lab-pricing__compare article {
  min-height: 300px;
  padding: clamp(1.8rem, 3vw, 3rem);
  border: 1px solid var(--lab-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 55px rgba(8, 70, 119, 0.09);
}

.nm-lab-pricing__compare article small {
  color: var(--lab-muted);
  font-weight: 700;
}

.nm-lab-pricing__compare article h3 {
  margin: 3.8rem 0 1rem;
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
}

.nm-lab-pricing__compare article p {
  color: var(--lab-muted);
  line-height: 1.8;
}

.nm-lab-pricing__compare article.is-lab {
  position: relative;
  min-height: 365px;
  overflow: hidden;
  border-color: rgba(37, 207, 242, 0.42);
  color: #fff;
  background:
    radial-gradient(circle at 88% 14%, rgba(32, 216, 245, 0.26), transparent 30%),
    linear-gradient(135deg, #03203a, #075d91);
  box-shadow: 0 30px 70px rgba(2, 60, 100, 0.22);
}

.nm-lab-pricing__compare article.is-lab::after {
  position: absolute;
  right: -60px;
  bottom: -100px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(125, 235, 255, 0.2);
  border-radius: 50%;
  content: "";
}

.nm-lab-pricing__compare article.is-lab small,
.nm-lab-pricing__compare article.is-lab p {
  color: rgba(220, 245, 251, 0.78);
}

.nm-lab-pricing__compare article.is-lab h3 {
  margin-top: 2.8rem;
  color: #fff;
}

.nm-lab-pricing__compare article.is-lab ul {
  display: grid;
  gap: 0.45rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.nm-lab-pricing__compare article.is-lab li {
  position: relative;
  padding-left: 1rem;
  color: #dff8ff;
  font-size: 0.78rem;
}

.nm-lab-pricing__compare article.is-lab li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #54f2c1;
  box-shadow: 0 0 9px #54f2c1;
  content: "";
}

.nm-lab-pricing__shift {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin: auto;
  border: 1px solid rgba(14, 160, 223, 0.24);
  border-radius: 50%;
  color: var(--lab-blue);
  background: #fff;
  box-shadow: 0 15px 40px rgba(6, 93, 152, 0.13);
}

.nm-lab-pricing__shift span {
  position: absolute;
  top: 15px;
  font-family: var(--nm-font-display);
  font-size: 0.46rem;
  letter-spacing: 0.12em;
}

.nm-lab-pricing__shift i {
  margin-top: 11px;
  font-size: 1.5rem;
  font-style: normal;
}

.nm-lab-pricing__note {
  max-width: 920px;
  margin: 1.2rem auto 0;
  color: #68798a;
  font-size: 0.72rem;
  line-height: 1.8;
  text-align: center;
}

.nm-lab-faq {
  background: #fff;
}

.nm-lab-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: start;
}

.nm-lab-faq__layout header {
  position: sticky;
  top: calc(var(--nm-header-height, 76px) + 2rem);
}

.nm-lab-faq__layout header > p:last-child {
  color: var(--lab-muted);
  line-height: 1.9;
}

.nm-lab-faq details {
  border-top: 1px solid var(--lab-line);
}

.nm-lab-faq details:last-child {
  border-bottom: 1px solid var(--lab-line);
}

.nm-lab-faq summary {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.35rem 3rem 1.35rem 0;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.nm-lab-faq summary::-webkit-details-marker {
  display: none;
}

.nm-lab-faq summary::after {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  content: "+";
  color: var(--lab-blue);
  font-family: var(--nm-font-display);
  font-size: 1.4rem;
  transform: translateY(-50%);
}

.nm-lab-faq details[open] summary::after {
  content: "−";
}

.nm-lab-faq summary span {
  color: var(--lab-blue);
  font-family: var(--nm-font-display);
  font-size: 0.7rem;
}

.nm-lab-faq details > p {
  margin: 0 0 1.5rem 64px;
  color: var(--lab-muted);
  line-height: 1.9;
}

.nm-lab-cta {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(4, 20, 35, 0.68), rgba(4, 20, 35, 0.8)),
    url("../images/future/global-rd-team-hero-v1.webp") center / cover no-repeat;
}

.nm-lab-cta__light {
  position: absolute;
  left: 50%;
  bottom: -160px;
  width: min(760px, 88vw);
  height: 360px;
  border-radius: 50%;
  background: rgba(28, 210, 241, 0.3);
  filter: blur(80px);
  transform: translateX(-50%);
}

.nm-lab-cta__inner {
  position: relative;
  max-width: 920px;
  padding-block: 6rem;
  text-align: center;
}

.nm-lab-cta h2 {
  color: #fff;
}

.nm-lab-cta__inner > p:not(.nm-kicker) {
  max-width: 720px;
  margin-inline: auto;
  color: rgba(223, 241, 251, 0.78);
  line-height: 2;
}

.nm-lab-cta .nm-actions {
  justify-content: center;
  margin-top: 2rem;
}

.nm-lab-cta .nm-button--ghost {
  border-color: rgba(169, 232, 248, 0.38);
  color: #fff;
  background: rgba(4, 24, 40, 0.42);
  backdrop-filter: blur(10px);
}

.nm-pathway-lab-bridge {
  position: relative;
  padding: clamp(4.5rem, 7vw, 7rem) 1.25rem;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(26, 211, 244, 0.24), transparent 32%),
    linear-gradient(120deg, #031624, #075381);
}

.nm-pathway-lab-bridge__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: center;
}

.nm-pathway-lab-bridge h2 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.35;
}

.nm-pathway-lab-bridge p:not(.nm-kicker) {
  max-width: 760px;
  margin: 0;
  color: rgba(222, 243, 252, 0.78);
  line-height: 1.9;
}

@media (min-width: 1440px) {
  .nm-lab-hero__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  }

  .nm-lab-hero__visual,
  .nm-lab-hero__image {
    min-height: 620px;
  }
}

@media (max-width: 1199px) {
  .nm-lab-hero {
    min-height: auto;
  }

  .nm-lab-hero__layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
    gap: 2.5rem;
  }

  .nm-lab-hero__visual,
  .nm-lab-hero__image {
    min-height: 500px;
    height: 500px;
  }

  .nm-lab-challenges__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nm-lab-team__flow {
    grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  }

  .nm-lab-team__flow article {
    min-height: 270px;
    padding: 1.2rem;
  }

  .nm-lab-team__roles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 783px) {
  .nm-internship-lab h2 {
    font-size: clamp(2.15rem, 3.27vw, 3.27rem);
  }

  .nm-internship-lab .nm-section {
    padding-block: 5rem;
  }

  .nm-lab-breadcrumb {
    font-size: 0.65rem;
  }

  .nm-lab-hero {
    padding-top: 8.25rem;
  }

  .nm-lab-hero__layout,
  .nm-lab-foundation__layout,
  .nm-lab-purpose__layout,
  .nm-lab-pathway__layout,
  .nm-lab-faq__layout {
    grid-template-columns: 1fr;
  }

  .nm-lab-hero__copy h1 {
    font-size: clamp(1.7rem, 7vw, 2.1rem);
  }

  .nm-lab-hero__visual {
    order: -1;
    min-height: 390px;
    border-radius: 2px 22px 2px 22px;
  }

  .nm-lab-hero__image {
    height: 390px;
    min-height: 390px;
  }

  .nm-lab-hero__status {
    min-width: 154px;
  }

  .nm-lab-manifesto {
    margin-top: 3.2rem;
  }

  .nm-lab-challenges__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nm-lab-challenges__visual {
    aspect-ratio: 1.35 / 1;
  }

  .nm-lab-challenges__visual img {
    object-position: 68% center;
  }

  .nm-lab-challenges__grid article {
    min-height: 190px;
  }

  .nm-lab-challenges__answer {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .nm-lab-foundation__copy,
  .nm-lab-faq__layout header {
    position: static;
  }

  .nm-lab-foundation__pillars article {
    grid-template-columns: 54px 1fr;
  }

  .nm-lab-foundation__pillars article p {
    grid-column: 2;
  }

  .nm-lab-team__flow {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-inline: auto;
  }

  .nm-lab-team__flow article {
    min-height: auto;
  }

  .nm-lab-team__flow article > small {
    margin-bottom: 1.4rem;
  }

  .nm-lab-team__flow > i {
    width: 1px;
    height: 34px;
    margin: auto;
    background: rgba(58, 200, 247, 0.32);
  }

  .nm-lab-team__flow > i::after {
    top: 0;
    left: -3px;
    animation: nm-lab-data-y 2s linear infinite;
  }

  @keyframes nm-lab-data-y {
    to { top: calc(100% - 7px); }
  }

  .nm-lab-usecases__grid {
    grid-template-columns: 1fr;
  }

  .nm-lab-usecases__grid article {
    display: grid;
    grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  }

  .nm-lab-usecases__grid figure {
    height: 100%;
    min-height: 320px;
  }

  .nm-lab-process__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nm-lab-purpose figure,
  .nm-lab-purpose figure img {
    min-height: 430px;
    height: 430px;
  }

  .nm-lab-pathway__visual-flow > figure {
    aspect-ratio: 1.6 / 1;
  }

  .nm-lab-pricing__compare {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .nm-lab-pricing__shift {
    transform: rotate(90deg);
  }

  .nm-pathway-lab-bridge__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 520px) {
  .nm-lab-hero__proofs,
  .nm-lab-challenges__grid,
  .nm-lab-process__list,
  .nm-lab-pathway ol {
    grid-template-columns: 1fr;
  }

  .nm-lab-challenges__grid article {
    min-height: 155px;
  }

  .nm-lab-challenges__grid h3 {
    margin-top: 2.8rem;
  }

  .nm-lab-team__roles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nm-lab-usecases__grid article {
    display: block;
  }

  .nm-lab-usecases__grid figure {
    min-height: 220px;
    height: 220px;
  }

  .nm-lab-purpose__balance {
    grid-template-columns: 1fr;
  }

  .nm-lab-purpose figure,
  .nm-lab-purpose figure img {
    min-height: 350px;
    height: 350px;
  }
}

@media (max-width: 384px) {
  .nm-lab-hero__copy h1 {
    font-size: 2.05rem;
  }

  .nm-lab-hero__visual,
  .nm-lab-hero__image {
    height: 330px;
    min-height: 330px;
  }

  .nm-lab-hero__status {
    right: 0.75rem;
    min-width: 142px;
    padding: 0.65rem 0.75rem;
  }

  .nm-lab-hero__visual figcaption span:last-child {
    display: none;
  }

  .nm-lab-manifesto p {
    font-size: 1rem;
  }

  .nm-lab-foundation__pillars article {
    grid-template-columns: 44px 1fr;
    gap: 0.9rem;
    padding: 1.25rem;
  }

  .nm-lab-foundation__pillars article > span {
    width: 40px;
    height: 40px;
  }

  .nm-lab-faq summary {
    grid-template-columns: 38px 1fr;
    padding-right: 2.2rem;
  }

  .nm-lab-faq details > p {
    margin-left: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-lab-hero__mesh,
  .nm-lab-hero__visual::after,
  .nm-lab-hero__status i,
  .nm-lab-team__flow > i::after {
    animation: none !important;
  }
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nm-header-height) + 24px);
}

body {
  margin: 0;
  color: var(--nm-ink);
  background: var(--nm-navy-950);
  font-family: var(--nm-font-sans);
  font-size: 16px;
  line-height: 1.75;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.is-menu-open {
  overflow: hidden;
}

img,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

::selection {
  color: var(--nm-navy-950);
  background: var(--nm-cyan);
}

:focus-visible {
  outline: 3px solid var(--nm-cyan);
  outline-offset: 4px;
}

.nm-shell {
  width: var(--nm-shell);
  margin-inline: auto;
}

.nm-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10000;
  padding: 10px 16px;
  color: var(--nm-navy-950);
  background: var(--nm-white);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.nm-kicker {
  margin: 0 0 14px;
  color: var(--nm-cyan);
  font-family: var(--nm-font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.nm-section {
  position: relative;
  padding-block: var(--nm-section-space);
}

.nm-section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.nm-section-heading h2,
.nm-page-hero h1 {
  margin: 0;
  font-family: var(--nm-font-display);
  font-size: clamp(2.15rem, 3.27vw, 3.27rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.14;
}

.nm-section-heading > p:last-child {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--nm-muted);
}

.nm-section-heading--compact {
  margin-bottom: 28px;
}

.nm-section-heading--row {
  max-width: none;
}

.nm-section-heading--light h2,
.nm-section-heading--light > p:last-child {
  color: var(--nm-white);
}

.nm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.nm-button {
  --nm-button-bg: linear-gradient(100deg, var(--nm-blue-strong), var(--nm-cyan));
  --nm-button-color: var(--nm-white);
  position: relative;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 12px 24px;
  border: 1px solid rgba(100, 211, 255, 0.42);
  border-radius: 10px;
  color: var(--nm-button-color);
  background: var(--nm-button-bg);
  box-shadow: 0 12px 34px rgba(0, 110, 255, 0.25);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.nm-button::before {
  position: absolute;
  inset: -100% 55% -100% -40%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  content: "";
  transform: skewX(-18deg) translateX(-130%);
  transition: transform 520ms ease;
}

.nm-button:hover::before {
  transform: skewX(-18deg) translateX(260%);
}

.nm-button:hover {
  border-color: var(--nm-cyan);
  box-shadow: 0 18px 48px rgba(0, 154, 255, 0.36);
}

.nm-button > span {
  position: relative;
  z-index: 1;
}

.nm-button--ghost {
  --nm-button-bg: rgba(6, 22, 42, 0.46);
  border-color: rgba(171, 218, 255, 0.35);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.nm-button--light {
  --nm-button-bg: var(--nm-white);
  --nm-button-color: #0755b3;
  border-color: var(--nm-white);
}

.nm-button--ghost-light {
  --nm-button-bg: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

.nm-button--small {
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 8px;
  font-size: 0.72rem;
}

.nm-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--nm-cyan);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nm-text-link span {
  transition: transform 200ms ease;
}

.nm-text-link:hover span {
  transform: translateX(5px);
}

/* Header */
.nm-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: var(--nm-header-height);
  border-bottom: 1px solid transparent;
  transition: background 260ms ease, border-color 260ms ease, backdrop-filter 260ms ease;
}

.nm-header.is-scrolled,
body:not(.home) .nm-header {
  border-color: rgba(110, 184, 255, 0.18);
  background: rgba(2, 9, 20, 0.8);
  backdrop-filter: blur(18px) saturate(130%);
}

.nm-header__inner {
  display: flex;
  width: min(100% - 28px, 1400px);
  height: 100%;
  align-items: center;
  margin-inline: auto;
}

.nm-brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: 150px;
  flex: 0 0 auto;
  align-items: center;
}

.nm-brand .custom-logo-link,
.nm-brand .custom-logo {
  display: block;
  width: 100%;
  height: auto;
}

.nm-brand__image {
  width: 100%;
  height: auto;
}

.nm-menu-toggle {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-width: 54px;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: auto;
  padding: 0;
  border: 0;
  color: var(--nm-white);
  background: transparent;
  cursor: pointer;
}

.nm-menu-toggle__label {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
}

.nm-menu-toggle__icon {
  position: relative;
  display: block;
  width: 23px;
  height: 14px;
}

.nm-menu-toggle__icon i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: top 220ms ease, transform 220ms ease;
}

.nm-menu-toggle__icon i:first-child {
  top: 3px;
}

.nm-menu-toggle__icon i:last-child {
  top: 10px;
}

.nm-menu-toggle[aria-expanded="true"] .nm-menu-toggle__icon i:first-child {
  top: 7px;
  transform: rotate(45deg);
}

.nm-menu-toggle[aria-expanded="true"] .nm-menu-toggle__icon i:last-child {
  top: 7px;
  transform: rotate(-45deg);
}

.nm-nav {
  position: fixed;
  inset: 0;
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  align-items: flex-start;
  padding: calc(var(--nm-header-height) + 48px) 28px 40px;
  background:
    radial-gradient(circle at 85% 12%, rgba(0, 133, 255, 0.26), transparent 35%),
    var(--nm-navy-950);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity 220ms ease, transform 220ms ease;
}

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

.nm-nav__list,
.nm-nav .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nm-nav__list {
  width: 100%;
}

.nm-nav__list > li {
  border-bottom: 1px solid rgba(123, 190, 255, 0.18);
}

.nm-nav__list > li > a {
  display: block;
  padding: 15px 0;
  font-family: var(--nm-font-display);
  font-size: clamp(1.35rem, 7vw, 2.4rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.nm-nav .sub-menu {
  padding: 0 0 14px 18px;
}

.nm-nav .sub-menu a {
  display: block;
  padding: 6px 0;
  color: var(--nm-muted);
  font-size: 0.84rem;
}

.nm-button--header {
  margin-top: 28px;
}

.nm-language {
  display: flex;
  gap: 14px;
  margin-top: 24px;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}

.nm-language a {
  color: var(--nm-muted);
}

.nm-language a[aria-current="true"] {
  color: var(--nm-cyan);
}

/* Hero */
.nm-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--nm-header-height) + 54px) 0 44px;
  background:
    radial-gradient(circle at 75% 28%, rgba(0, 126, 255, 0.2), transparent 32%),
    radial-gradient(circle at 12% 70%, rgba(23, 205, 236, 0.08), transparent 28%),
    linear-gradient(180deg, #020710, #06172b 72%, #07182c);
}

.nm-hero::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(78, 154, 230, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78, 154, 230, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 82%);
  pointer-events: none;
}

.nm-hero__canvas,
.nm-hero__wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.nm-hero__wash {
  z-index: 1;
  background: linear-gradient(90deg, rgba(2, 7, 16, 0.86) 0%, rgba(2, 7, 16, 0.18) 72%, transparent 100%);
}

.nm-hero__grid,
.nm-hero__index,
.nm-scroll-cue {
  position: relative;
  z-index: 2;
}

.nm-hero__grid {
  display: grid;
  gap: 42px;
  align-items: center;
}

.nm-hero__copy h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--nm-font-display);
  font-size: clamp(2.05rem, 10vw, 6.0rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1.06;
}

.nm-hero__description {
  max-width: 650px;
  margin: 24px 0 0;
  color: #bdccdc;
  font-size: 0.9rem;
}

.nm-hero__visual {
  position: relative;
  min-height: 430px;
  perspective: 1200px;
}

.nm-hero__interface,
.nm-hero__image {
  position: absolute;
  top: 5%;
  left: 16%;
  width: 68%;
  aspect-ratio: 1.16;
  border: 1px solid rgba(86, 194, 255, 0.36);
  border-radius: 20px;
  object-fit: cover;
  background: linear-gradient(145deg, rgba(16, 52, 86, 0.85), rgba(2, 12, 26, 0.85));
  box-shadow:
    0 48px 100px rgba(0, 52, 130, 0.35),
    inset 0 0 60px rgba(27, 157, 255, 0.08);
  transform: rotateY(-8deg) rotateX(4deg);
}

.nm-hero__interface {
  padding: 16px;
}

.nm-hero__interface-bar {
  display: flex;
  gap: 5px;
}

.nm-hero__interface-bar span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(180, 224, 255, 0.5);
}

.nm-hero__wave {
  position: relative;
  height: 38%;
  margin-top: 22px;
  overflow: hidden;
  border-block: 1px solid rgba(78, 191, 255, 0.12);
}

.nm-hero__wave::before,
.nm-hero__wave::after {
  position: absolute;
  top: 50%;
  left: -20%;
  width: 140%;
  height: 2px;
  background: var(--nm-cyan);
  box-shadow: 0 0 18px var(--nm-cyan);
  content: "";
  transform: rotate(-4deg);
}

.nm-hero__wave::after {
  opacity: 0.45;
  transform: rotate(7deg);
}

.nm-hero__interface-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.nm-hero__interface-grid i {
  display: block;
  min-height: 48px;
  border: 1px solid rgba(87, 182, 255, 0.17);
  border-radius: 8px;
  background: linear-gradient(100deg, rgba(33, 107, 175, 0.16), rgba(8, 25, 44, 0.45));
}

.nm-hero__nodes {
  position: absolute;
  inset: 0;
}

.nm-hero-node {
  position: absolute;
  z-index: 3;
  display: flex;
  width: min(44%, 190px);
  min-height: 78px;
  flex-direction: column;
  justify-content: center;
  padding: 12px 14px;
  border: 1px solid rgba(75, 192, 255, 0.35);
  border-radius: 13px;
  background: rgba(4, 20, 39, 0.72);
  box-shadow: 0 16px 34px rgba(0, 35, 84, 0.32);
  backdrop-filter: blur(13px);
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.nm-hero-node:hover {
  border-color: var(--nm-cyan);
  box-shadow: 0 18px 40px rgba(0, 134, 255, 0.28);
}

.nm-hero-node__number {
  color: var(--nm-cyan);
  font-size: 0.58rem;
  letter-spacing: 0.13em;
}

.nm-hero-node strong {
  font-size: 0.75rem;
}

.nm-hero-node small {
  overflow: hidden;
  color: var(--nm-muted);
  font-size: 0.58rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nm-hero-node--nmclaw { top: 0; left: 0; }
.nm-hero-node--tourism-dx { top: 5%; right: 0; }
.nm-hero-node--verify { top: 42%; left: 0; }
.nm-hero-node--security-drone { top: 48%; right: 0; }
.nm-hero-node--global-talent { bottom: 0; left: 28%; }

.nm-hero__index {
  display: none;
}

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

/* Business */
.nm-businesses {
  background:
    radial-gradient(circle at 45% 16%, rgba(0, 127, 255, 0.13), transparent 30%),
    var(--nm-navy-900);
}

.nm-business-grid {
  display: grid;
  gap: 18px;
}

.nm-business-card {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--nm-line);
  border-radius: var(--nm-radius);
  background: linear-gradient(145deg, rgba(11, 39, 68, 0.82), rgba(4, 15, 30, 0.9));
  box-shadow: var(--nm-shadow);
  transform-style: preserve-3d;
}

.nm-business-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(72, 192, 255, 0.08), transparent 45%);
  content: "";
  pointer-events: none;
}

.nm-business-card__media {
  min-height: 220px;
  overflow: hidden;
}

.nm-business-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-business-card:hover .nm-business-card__media img {
  transform: scale(1.04);
}

.nm-business-card__body {
  position: relative;
  z-index: 1;
  padding: 24px;
}

.nm-business-card__number {
  margin: 0 0 8px;
  color: var(--nm-cyan);
  font-family: var(--nm-font-display);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.nm-business-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 4.5vw, 2.0rem);
  letter-spacing: -0.035em;
}

.nm-business-card__tagline {
  margin: 4px 0 14px;
  color: var(--nm-white);
  font-size: 1.08rem;
  font-weight: 700;
}

.nm-business-card__body > p:not([class]) {
  margin: 0;
  color: var(--nm-muted);
  font-size: 0.86rem;
}

.nm-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.nm-chip-list li {
  padding: 5px 9px;
  border: 1px solid rgba(133, 203, 255, 0.2);
  border-radius: 100px;
  color: #c7ddf0;
  background: rgba(71, 151, 219, 0.08);
  font-size: 0.64rem;
}

.nm-media-placeholder {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  place-items: center;
  background:
    linear-gradient(rgba(88, 178, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 178, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 60% 45%, rgba(23, 197, 238, 0.22), transparent 22%),
    #06182b;
  background-size: 28px 28px, 28px 28px, auto, auto;
}

.nm-media-placeholder::before,
.nm-media-placeholder::after {
  position: absolute;
  width: 54%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--nm-cyan), transparent);
  box-shadow: 0 0 18px var(--nm-cyan);
  content: "";
}

.nm-media-placeholder::before {
  transform: rotate(18deg);
}

.nm-media-placeholder::after {
  transform: rotate(-12deg);
}

.nm-media-placeholder span,
.nm-media-placeholder i {
  position: relative;
  z-index: 1;
  padding: 7px 12px;
  border: 1px solid rgba(99, 206, 255, 0.25);
  color: #c8f4ff;
  background: rgba(1, 12, 27, 0.78);
  font-size: 0.66rem;
  font-style: normal;
  letter-spacing: 0.12em;
}

/* Pathway */
.nm-pathway {
  overflow: hidden;
  color: #07172c;
  background: var(--nm-paper);
}

.nm-pathway__backdrop {
  position: absolute;
  top: -25%;
  right: -12%;
  width: 60vw;
  height: 60vw;
  border: 1px solid rgba(0, 110, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(0, 132, 255, 0.025),
    0 0 0 160px rgba(0, 132, 255, 0.02);
}

.nm-pathway__grid {
  position: relative;
  display: grid;
  gap: 40px;
  align-items: center;
}

.nm-pathway .nm-kicker {
  color: #0068c8;
}

.nm-pathway h2 {
  margin: 0;
  font-family: var(--nm-font-display);
  font-size: clamp(2rem, 8vw, 4.2rem);
  letter-spacing: -0.045em;
  line-height: 1.18;
}

.nm-pathway__copy > p:not([class]) {
  color: #42566c;
}

.nm-pathway__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 30px 0;
  background: rgba(0, 92, 189, 0.13);
}

.nm-pathway__stats div {
  padding: 14px;
  background: rgba(255, 255, 255, 0.9);
}

.nm-pathway__stats dt {
  color: #5a6d80;
  font-size: 0.64rem;
}

.nm-pathway__stats dd {
  margin: 2px 0 0;
  color: #0068cc;
  font-family: var(--nm-font-display);
  font-size: 1.35rem;
  font-weight: 650;
  letter-spacing: -0.04em;
}

.nm-route {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  counter-reset: route;
  list-style: none;
}

.nm-route li {
  position: relative;
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 12px 9px 44px;
  border: 1px solid rgba(0, 97, 196, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 700;
  counter-increment: route;
}

.nm-route li::before {
  position: absolute;
  left: 12px;
  display: grid;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: var(--nm-white);
  background: #0872df;
  content: counter(route);
  font-size: 0.58rem;
  place-items: center;
}

.nm-pathway .nm-button--ghost {
  --nm-button-bg: rgba(255, 255, 255, 0.5);
  --nm-button-color: #0758a8;
  border-color: rgba(0, 93, 185, 0.28);
}

.nm-pathway__media {
  min-height: 340px;
  overflow: hidden;
  border-radius: 28px 8px 28px 8px;
  box-shadow: 0 30px 80px rgba(1, 69, 137, 0.2);
}

.nm-pathway__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.nm-media-placeholder--pathway {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(140deg, #052857, #0072df 60%, #29dce6);
  background-size: 30px 30px, 30px 30px, auto;
}

.nm-media-placeholder--pathway i {
  width: 26%;
  height: 1px;
  padding: 0;
  border: 0;
  background: var(--nm-white);
}

/* Impact */
.nm-impact {
  background:
    radial-gradient(circle at 50% 110%, rgba(0, 165, 255, 0.27), transparent 45%),
    var(--nm-navy-900);
}

.nm-impact__grid {
  display: grid;
  gap: 1px;
  margin: 0;
  border: 1px solid var(--nm-line);
  background: var(--nm-line);
}

.nm-impact__grid > div {
  padding: 24px;
  background: rgba(5, 22, 41, 0.96);
}

.nm-impact__grid dd {
  margin: 0;
  color: var(--nm-cyan);
  font-family: var(--nm-font-display);
  font-size: clamp(2.9rem, 13vw, 6rem);
  font-weight: 620;
  letter-spacing: -0.07em;
  line-height: 1;
}

.nm-impact__grid dt {
  margin-top: 8px;
  font-size: 0.74rem;
  font-weight: 700;
}

.nm-impact__grid small {
  display: block;
  margin-top: 4px;
  color: var(--nm-muted);
  font-size: 0.58rem;
  font-weight: 400;
}

/* Projects */
.nm-projects {
  background: #030b16;
}

.nm-project-grid {
  display: grid;
  gap: 16px;
}

.nm-project-card {
  overflow: hidden;
  border: 1px solid var(--nm-line);
  border-radius: 14px;
  background: #07172a;
  transform-style: preserve-3d;
}

.nm-project-card__media {
  position: relative;
  display: block;
  min-height: 210px;
  overflow: hidden;
}

.nm-project-card__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-project-card:hover .nm-project-card__media img {
  transform: scale(1.045);
}

.nm-status {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border: 1px solid rgba(66, 232, 211, 0.38);
  border-radius: 100px;
  color: #8af9e3;
  background: rgba(5, 43, 50, 0.84);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nm-project-card__media .nm-status {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}

.nm-project-card__body {
  padding: 20px;
}

.nm-project-card h3 {
  margin: 0;
  font-size: 1.1rem;
}

.nm-project-card p {
  margin: 12px 0 18px;
  color: var(--nm-muted);
  font-size: 0.78rem;
}

/* Method */
.nm-method {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 80%, rgba(0, 125, 255, 0.2), transparent 40%),
    #031023;
}

.nm-method__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(90, 171, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 171, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 78%);
}

.nm-method .nm-shell {
  position: relative;
}

.nm-method__steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nm-method__steps li {
  position: relative;
  min-height: 170px;
  padding: 22px;
  border: 1px solid var(--nm-line);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(12, 46, 80, 0.82), rgba(3, 16, 35, 0.85));
}

.nm-method__steps li::after {
  position: absolute;
  right: -9px;
  bottom: 22px;
  z-index: 2;
  display: none;
  color: var(--nm-cyan);
  content: "›";
  font-size: 2rem;
}

.nm-method__steps span {
  color: var(--nm-cyan);
  font-family: var(--nm-font-display);
  font-size: 0.7rem;
}

.nm-method__steps strong {
  display: block;
  margin-top: 14px;
  font-size: 1rem;
}

.nm-method__steps p {
  margin: 8px 0 0;
  color: var(--nm-muted);
  font-size: 0.72rem;
}

.nm-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.nm-capabilities span {
  flex: 1 0 42%;
  padding: 7px 10px;
  border: 1px solid rgba(91, 170, 240, 0.2);
  color: #aac0d6;
  font-size: 0.64rem;
  text-align: center;
}

/* Co-creation */
.nm-cocreation {
  color: #07172d;
  background:
    radial-gradient(circle at 70% 45%, rgba(0, 132, 255, 0.11), transparent 36%),
    #f4f9fe;
}

.nm-cocreation .nm-kicker {
  color: #0069cb;
}

.nm-cocreation .nm-section-heading > p:last-child {
  color: #51677e;
}

.nm-cocreation .nm-button--ghost {
  --nm-button-bg: transparent;
  --nm-button-color: #075db4;
  border-color: rgba(0, 94, 186, 0.3);
  backdrop-filter: none;
}

.nm-cocreation__grid {
  display: grid;
  gap: 48px;
  align-items: center;
}

.nm-network-map {
  position: relative;
  display: grid;
  gap: 10px;
}

.nm-network-map__node {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 70px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(0, 91, 181, 0.17);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 30px rgba(4, 77, 143, 0.08);
  font-size: 0.76rem;
  font-weight: 700;
}

.nm-network-map__node > span {
  margin-right: 12px;
  color: #1680dd;
  font-size: 0.62rem;
}

.nm-network-map__node--nextmake {
  min-height: 110px;
  flex-direction: column;
  justify-content: center;
  color: var(--nm-white);
  background: linear-gradient(130deg, #075bc5, #0bb8dc);
  text-align: center;
}

.nm-network-map__node--nextmake strong {
  font-size: 1.35rem;
  letter-spacing: 0.04em;
}

.nm-network-map__node--nextmake small {
  font-size: 0.6rem;
  font-weight: 400;
}

.nm-network-map__line {
  display: none;
}

/* Mission */
.nm-mission {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(1, 9, 20, 0.96), rgba(5, 27, 52, 0.82)),
    radial-gradient(circle at 50% 50%, #0b4772, #020915);
  background-image:
    linear-gradient(90deg, rgba(1, 9, 20, 0.94), rgba(5, 27, 52, 0.8)),
    var(--nm-mission-image, radial-gradient(circle at 50% 50%, #0b4772, #020915));
  background-position: center;
  background-size: cover;
}

.nm-mission::after {
  position: absolute;
  right: -10%;
  bottom: 24%;
  left: -10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--nm-cyan), transparent);
  box-shadow: 0 0 22px rgba(36, 217, 242, 0.8);
  content: "";
  transform: rotate(-3deg);
}

.nm-mission .nm-shell {
  position: relative;
  z-index: 1;
}

.nm-mission__grid {
  display: grid;
  gap: 18px;
}

.nm-mission__grid article {
  padding: 24px;
  border: 1px solid rgba(138, 202, 255, 0.18);
  background: rgba(1, 12, 27, 0.54);
  backdrop-filter: blur(12px);
}

.nm-mission__grid h2 {
  margin: 0;
  font-size: clamp(1.4rem, 5vw, 2.5rem);
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.nm-values {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1px;
  margin: 38px 0 0;
  padding: 1px;
  background: var(--nm-line);
  list-style: none;
}

.nm-values li {
  padding: 12px;
  background: rgba(2, 13, 29, 0.88);
  font-size: 0.7rem;
}

.nm-values span {
  margin-right: 8px;
  color: var(--nm-cyan);
}

/* News */
.nm-news {
  color: #07172d;
  background: var(--nm-paper);
}

.nm-news .nm-kicker {
  color: #0066c4;
}

.nm-news__list {
  border-top: 1px solid rgba(1, 61, 119, 0.14);
}

.nm-news__list article {
  border-bottom: 1px solid rgba(1, 61, 119, 0.14);
}

.nm-news__list a {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 22px 42px 22px 0;
  align-items: center;
}

.nm-news__list time {
  color: #526b82;
  font-family: var(--nm-font-display);
  font-size: 0.68rem;
}

.nm-news__list .nm-status {
  width: max-content;
  color: #0563b7;
  background: rgba(0, 124, 224, 0.07);
  border-color: rgba(0, 105, 196, 0.16);
}

.nm-news__list h3 {
  margin: 0;
  font-size: 0.9rem;
}

.nm-news__arrow {
  position: absolute;
  right: 8px;
  color: #0870d2;
  transition: transform 200ms ease;
}

.nm-news__list a:hover .nm-news__arrow {
  transform: translateX(5px);
}

.nm-empty {
  color: var(--nm-muted);
}

/* Contact */
.nm-contact {
  position: relative;
  overflow: hidden;
  padding-block: var(--nm-section-space);
  background: linear-gradient(120deg, #075be0 0%, #008ee8 48%, #16d7e4 100%);
}

.nm-contact::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  mask-image: linear-gradient(90deg, black, transparent);
}

.nm-contact__orb {
  position: absolute;
  right: -130px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(255, 255, 255, 0.06),
    0 0 0 110px rgba(255, 255, 255, 0.04);
}

.nm-contact__inner {
  position: relative;
  display: grid;
  gap: 30px;
}

.nm-contact h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.1rem, 8vw, 5rem);
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.nm-contact__inner p:not([class]) {
  max-width: 650px;
}

.nm-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nm-contact__form {
  grid-column: 1 / -1;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  background: rgba(0, 41, 103, 0.22);
  backdrop-filter: blur(12px);
}

/* Footer */
.nm-footer {
  padding: 60px 0 18px;
  color: #c2d3e4;
  background: #020915;
}

.nm-footer__grid {
  display: grid;
  gap: 40px;
}

.nm-brand--footer {
  width: 180px;
}

.nm-footer__brand p {
  max-width: 320px;
  margin: 18px 0 0;
  color: #8da5bb;
  font-size: 0.76rem;
}

.nm-footer__menu,
.nm-footer__menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nm-footer__menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 22px;
}

.nm-footer__menu a {
  color: #a8bbcc;
  font-size: 0.72rem;
}

.nm-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nm-footer__contact a {
  margin-bottom: 6px;
  color: var(--nm-white);
  font-size: 0.78rem;
}

.nm-footer__social {
  display: flex;
  gap: 14px;
  margin-top: 12px;
}

.nm-footer__capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 38px;
  padding-block: 18px;
  border-block: 1px solid rgba(125, 177, 220, 0.13);
}

.nm-footer__capabilities span {
  color: #718aa1;
  font-size: 0.62rem;
}

.nm-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
  color: #5e768c;
  font-size: 0.58rem;
}

.nm-footer__bottom p {
  margin: 0;
}

/* Generic pages */
.nm-page {
  min-height: 70vh;
  color: #12263b;
  background: var(--nm-paper);
}

.nm-page-hero {
  padding: calc(var(--nm-header-height) + 80px) 0 74px;
  color: var(--nm-white);
  background:
    radial-gradient(circle at 80% 10%, rgba(15, 175, 236, 0.2), transparent 30%),
    var(--nm-navy-900);
}

.nm-page-hero--compact {
  padding-bottom: 52px;
}

.nm-page-hero--article time {
  display: block;
  margin-bottom: 12px;
  color: #9bb4ca;
  font-size: 0.72rem;
}

.nm-page-hero > .nm-shell > p:not(.nm-kicker),
.nm-page-hero__description {
  max-width: 720px;
  margin: 20px 0 0;
  color: #b2c5d7;
}

.nm-entry,
.nm-single__layout {
  padding-block: 64px 90px;
}

.nm-entry--wide {
  width: 100%;
}

.nm-prose {
  width: min(100% - 32px, 850px);
  margin-inline: auto;
  color: #263b50;
}

.nm-prose > *:first-child {
  margin-top: 0;
}

.nm-prose h2,
.nm-prose h3,
.nm-prose h4 {
  color: #0a2a4b;
  line-height: 1.4;
}

.nm-prose h2 {
  margin-top: 2.2em;
  font-size: clamp(1.55rem, 5vw, 2.25rem);
}

.nm-prose h3 {
  margin-top: 1.8em;
}

.nm-prose a {
  color: #006bd6;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nm-prose .nm-button {
  color: var(--nm-white);
  text-decoration: none;
}

.nm-prose img {
  border-radius: 10px;
}

.nm-prose blockquote {
  margin-inline: 0;
  padding: 20px 24px;
  border-left: 4px solid #0ca8dc;
  background: #eaf4fb;
}

.nm-post-grid {
  display: grid;
  gap: 20px;
  padding-block: 56px 90px;
}

.nm-post-card {
  overflow: hidden;
  border: 1px solid #dce8f2;
  border-radius: 14px;
  background: var(--nm-white);
}

.nm-post-card__media {
  display: block;
  min-height: 220px;
  overflow: hidden;
}

.nm-post-card__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.nm-post-card__body {
  padding: 24px;
}

.nm-post-card time {
  color: #60758a;
  font-size: 0.68rem;
}

.nm-post-card h2 {
  margin: 10px 0;
  font-size: 1.25rem;
  line-height: 1.45;
}

.nm-post-card p {
  color: #566a7d;
  font-size: 0.82rem;
}

.nm-pagination {
  grid-column: 1 / -1;
  padding-top: 30px;
}

.nm-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.nm-pagination .page-numbers {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid #d2e0ec;
  place-items: center;
}

.nm-pagination .current {
  color: var(--nm-white);
  background: #086bd0;
}

.nm-single__image {
  width: min(100% - 32px, 1100px);
  margin: 0 auto 46px;
}

.nm-single__image img {
  width: 100%;
  max-height: 680px;
  border-radius: 16px;
  object-fit: cover;
}

.nm-single__navigation {
  display: grid;
  gap: 14px;
  align-items: center;
  padding-block: 28px 70px;
  border-top: 1px solid #d8e4ee;
  color: #31506b;
  font-size: 0.72rem;
  text-align: center;
}

.nm-single__navigation div:last-child {
  text-align: right;
}

.nm-search-results {
  padding-block: 50px 90px;
}

.nm-search-results article {
  padding: 28px 0;
  border-bottom: 1px solid #d8e4ee;
}

.nm-search-results h2 {
  margin: 6px 0;
}

.nm-error {
  display: grid;
  min-height: 100svh;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 129, 255, 0.2), transparent 32%),
    var(--nm-navy-950);
}

.nm-error__inner {
  padding-block: 120px;
}

.nm-error__code {
  margin: 0;
  color: transparent;
  font-family: var(--nm-font-display);
  font-size: clamp(7rem, 35vw, 18rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.8;
  -webkit-text-stroke: 1px rgba(66, 199, 255, 0.5);
}

.nm-error h1 {
  font-size: clamp(1.7rem, 7vw, 3.2rem);
}

.nm-error .nm-button {
  margin-top: 24px;
}

/* Motion */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--nm-reveal-delay, 0ms);
}

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

.nm-cursor {
  display: none;
}

/* 385px breakpoint */
@media (min-width: 385px) {
  :root {
    --nm-shell: min(100% - 40px, 1280px);
  }

  .nm-hero__visual {
    min-height: 500px;
  }

  .nm-hero-node {
    min-height: 84px;
  }

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

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

  .nm-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* 784px breakpoint */
@media (min-width: 784px) {
  :root {
    --nm-header-height: 76px;
    --nm-shell: min(100% - 64px, 1280px);
    --nm-section-space: 120px;
  }

  .nm-section-heading {
    margin-bottom: 64px;
  }

  .nm-section-heading--row {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }

  .nm-menu-toggle {
    display: none;
  }

  .nm-nav {
    position: static;
    display: flex;
    overflow: visible;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    background: transparent;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nm-nav__list {
    display: flex;
    width: auto;
    align-items: center;
  }

  .nm-nav__list > li {
    position: relative;
    border: 0;
  }

  .nm-nav__list > li > a {
    padding: 12px 9px;
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0;
  }

  .nm-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 220px;
    padding: 10px;
    border: 1px solid var(--nm-line);
    border-radius: 10px;
    background: rgba(2, 12, 26, 0.96);
    box-shadow: var(--nm-shadow);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nm-nav li:hover > .sub-menu,
  .nm-nav li:focus-within > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .nm-button--header {
    margin: 0 0 0 14px;
  }

  .nm-language {
    gap: 7px;
    margin: 0 0 0 12px;
    font-size: 0.54rem;
  }

  .nm-language a:not([aria-current="true"]) {
    display: none;
  }

  .nm-hero {
    padding-top: calc(var(--nm-header-height) + 60px);
  }

  .nm-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 34px;
  }

  .nm-hero__visual {
    min-height: 560px;
  }

  .nm-hero__index {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 42px;
    border-block: 1px solid rgba(93, 176, 244, 0.18);
  }

  .nm-hero__index a {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    padding: 13px 10px;
    border-right: 1px solid rgba(93, 176, 244, 0.18);
    font-size: 0.62rem;
    white-space: nowrap;
  }

  .nm-hero__index a:last-child {
    border-right: 0;
  }

  .nm-hero__index span {
    color: var(--nm-cyan);
  }

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

  .nm-business-card--global-talent {
    grid-column: 1 / -1;
    grid-template-columns: 1.2fr 1fr;
  }

  .nm-business-card--global-talent .nm-business-card__media {
    min-height: 300px;
  }

  .nm-pathway__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 58px;
  }

  .nm-pathway__stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .nm-route {
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(0, 97, 196, 0.14);
  }

  .nm-route li {
    min-height: 70px;
    padding: 34px 10px 10px;
    border: 0;
    border-radius: 0;
    text-align: center;
  }

  .nm-route li::before {
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
  }

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

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

  .nm-method__steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    background: var(--nm-line);
  }

  .nm-method__steps li {
    min-width: 0;
    border: 0;
    border-radius: 0;
  }

  .nm-method__steps li::after {
    display: block;
  }

  .nm-method__steps li:last-child::after {
    display: none;
  }

  .nm-capabilities span {
    flex: 1 1 0;
  }

  .nm-cocreation__grid {
    grid-template-columns: minmax(0, 0.72fr) minmax(480px, 1.28fr);
    gap: 60px;
  }

  .nm-network-map {
    min-height: 460px;
    display: block;
  }

  .nm-network-map__node {
    position: absolute;
    width: 38%;
  }

  .nm-network-map__node--education { top: 0; left: 0; }
  .nm-network-map__node--government { top: 0; right: 0; }
  .nm-network-map__node--business { bottom: 0; left: 0; }
  .nm-network-map__node--community { right: 0; bottom: 0; }
  .nm-network-map__node--nextmake {
    top: 50%;
    left: 50%;
    width: 42%;
    transform: translate(-50%, 100%);
  }

  .nm-network-map__line {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 82%;
    height: 1px;
    background: #60b4ef;
    transform-origin: center;
  }

  .nm-network-map__line--one { transform: translate(-50%, -50%) rotate(32deg); }
  .nm-network-map__line--two { transform: translate(-50%, -50%) rotate(-32deg); }

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

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

  .nm-news__list a {
    grid-template-columns: 90px 120px minmax(0, 1fr);
    gap: 18px;
  }

  .nm-contact__inner {
    grid-template-columns: minmax(0, 1.4fr) auto;
    align-items: end;
  }

  .nm-contact__actions {
    flex-direction: column;
    min-width: 240px;
  }

  .nm-footer__grid {
    grid-template-columns: 1.1fr 1.4fr 0.7fr;
  }

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

  .nm-single__navigation {
    grid-template-columns: 1fr auto 1fr;
  }
}

/* 1200px breakpoint */
@media (min-width: 1200px) {
  :root {
    --nm-header-height: 82px;
    --nm-section-space: 148px;
  }

  .nm-brand {
    width: 188px;
  }

  .nm-nav__list > li > a {
    padding-inline: 14px;
    font-size: 0.72rem;
  }

  .nm-language {
    margin-left: 18px;
  }

  .nm-hero__grid {
    grid-template-columns: minmax(480px, 0.86fr) minmax(620px, 1.14fr);
    gap: 70px;
  }

  .nm-hero__visual {
    min-height: 650px;
  }

  .nm-scroll-cue {
    position: absolute;
    bottom: 115px;
    left: max(20px, calc((100vw - 1280px) / 2 - 30px));
    display: flex;
    align-items: center;
    gap: 12px;
    color: #6e89a1;
    font-size: 0.52rem;
    letter-spacing: 0.16em;
    transform: rotate(-90deg);
    transform-origin: left center;
  }

  .nm-scroll-cue i {
    display: block;
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, var(--nm-cyan), transparent);
  }

  .nm-business-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: minmax(110px, auto);
  }

  .nm-business-card {
    grid-template-columns: 1fr;
  }

  .nm-business-card--nmclaw {
    grid-column: 1 / 7;
    grid-row: span 3;
  }

  .nm-business-card--tourism-dx {
    grid-column: 7 / 13;
    grid-row: span 3;
  }

  .nm-business-card--verify {
    grid-column: 1 / 5;
    grid-row: span 3;
  }

  .nm-business-card--security-drone {
    grid-column: 5 / 9;
    grid-row: span 3;
  }

  .nm-business-card--global-talent {
    grid-column: 9 / 13;
    grid-row: span 3;
    grid-template-columns: 1fr;
  }

  .nm-business-card--global-talent .nm-business-card__media {
    min-height: 220px;
  }

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

  .nm-project-card:nth-child(even) {
    transform: translateY(34px);
  }

  .nm-method__steps li {
    min-height: 210px;
    padding: 28px 22px;
  }

  .nm-values {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

/* 1440px breakpoint */
@media (min-width: 1440px) {
  :root {
    --nm-shell: min(100% - 96px, 1400px);
    --nm-section-space: 168px;
  }

  .nm-header__inner {
    width: min(100% - 64px, 1480px);
  }

  .nm-nav__list > li > a {
    padding-inline: 18px;
    font-size: 0.76rem;
  }

  .nm-hero__grid {
    min-height: 650px;
  }

  .nm-hero__copy h1 {
    font-size: 6.0rem;
  }

  .nm-hero__visual {
    min-height: 700px;
  }

  .nm-hero-node {
    width: 210px;
    min-height: 94px;
  }

  .nm-business-card__body {
    padding: 30px;
  }

  .nm-pathway__grid {
    gap: 100px;
  }

  .nm-project-card__media {
    min-height: 250px;
  }
}

@media (hover: hover) and (pointer: fine) {
  body,
  a,
  button {
    cursor: none;
  }

  .nm-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    width: 1px;
    height: 1px;
    pointer-events: none;
  }

  .nm-cursor__dot,
  .nm-cursor__ring {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 180ms ease, height 180ms ease, opacity 180ms ease, background 180ms ease;
  }

  .nm-cursor__dot {
    width: 5px;
    height: 5px;
    background: var(--nm-cyan);
    box-shadow: 0 0 12px var(--nm-cyan);
  }

  .nm-cursor__ring {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(82, 218, 255, 0.7);
  }

  .nm-cursor.is-active .nm-cursor__ring {
    width: 54px;
    height: 54px;
    background: rgba(34, 214, 242, 0.1);
  }

  .nm-cursor.is-active .nm-cursor__dot {
    opacity: 0.25;
  }
}

@media (hover: hover) and (pointer: fine) {
  body.nm-home,
  body.nm-home a,
  body.nm-home button,
  body.nm-home summary {
    cursor: none;
  }

  .nm-home .nm-cursor__ring {
    border-color: rgba(0, 126, 207, 0.52);
    box-shadow: 0 0 24px rgba(28, 201, 220, 0.12);
  }

  .nm-home .nm-cursor.is-active .nm-cursor__ring {
    background: rgba(24, 199, 219, 0.1);
    box-shadow: 0 0 34px rgba(27, 198, 220, 0.2);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

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

  .nm-cursor {
    display: none !important;
  }
}

/* Light visual system
 * The blue/cyan NEXTMAKE identity and interaction design are retained while
 * the reading surface is changed to white and pale blue.
 */
:root {
  --nm-ink: #10243a;
  --nm-muted: #5f7388;
  --nm-paper: #f6faff;
  --nm-line: rgba(16, 105, 190, 0.16);
  --nm-glass: rgba(255, 255, 255, 0.82);
  --nm-shadow: 0 24px 70px rgba(17, 86, 148, 0.12);
  --nm-font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
  --nm-font-display: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
}

body {
  color: var(--nm-ink);
  background: var(--nm-white);
}

::selection {
  color: #ffffff;
  background: #0879d9;
}

.nm-kicker {
  color: #0874cf;
}

.nm-section-heading--light h2,
.nm-section-heading--light > p:last-child {
  color: var(--nm-ink);
}

.nm-button--ghost,
.nm-button--ghost-light {
  --nm-button-bg: rgba(255, 255, 255, 0.78);
  --nm-button-color: #075cae;
  border-color: rgba(0, 104, 199, 0.25);
  box-shadow: 0 10px 32px rgba(14, 94, 166, 0.08);
}

/* Header and language switcher */
.nm-header {
  color: #112b45;
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(11, 104, 190, 0.08);
  backdrop-filter: blur(16px) saturate(140%);
}

.nm-header.is-scrolled,
body:not(.home) .nm-header {
  color: #112b45;
  border-color: rgba(11, 104, 190, 0.14);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 30px rgba(12, 72, 124, 0.07);
}

.nm-menu-toggle {
  color: #0c4f86;
}

.nm-nav {
  color: #102b45;
  background:
    radial-gradient(circle at 90% 8%, rgba(0, 156, 226, 0.15), transparent 36%),
    #f9fcff;
}

.nm-nav__list > li {
  border-color: rgba(0, 103, 190, 0.13);
}

.nm-nav .sub-menu {
  border-color: rgba(0, 103, 190, 0.14);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 55px rgba(11, 76, 133, 0.14);
}

.nm-nav .sub-menu a {
  color: #4d6880;
}

.nm-language {
  position: relative;
  display: block;
  margin-top: 24px;
  font-size: 0.68rem;
  letter-spacing: 0;
}

.nm-language summary {
  display: inline-flex;
  min-width: 62px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(0, 106, 199, 0.2);
  border-radius: 8px;
  color: #075ba9;
  background: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  font-weight: 750;
  letter-spacing: 0.08em;
  list-style: none;
}

.nm-language summary::-webkit-details-marker {
  display: none;
}

.nm-language summary i {
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.nm-language[open] summary i {
  transform: translateY(2px) rotate(225deg);
}

.nm-language__menu {
  display: grid;
  width: min(100%, 230px);
  gap: 4px;
  margin-top: 10px;
  padding: 8px;
  border: 1px solid rgba(0, 103, 190, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 50px rgba(10, 75, 132, 0.13);
}

.nm-language__menu a,
.nm-language__menu a:not([aria-current="true"]) {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 9px;
  align-items: center;
  padding: 9px 10px;
  border-radius: 7px;
  color: #49657d;
  font-size: 0.7rem;
}

.nm-language__menu a:hover {
  color: #075fb6;
  background: #eff8ff;
}

.nm-language__menu a[aria-current="true"] {
  color: #075fb6;
  background: #eaf6ff;
  font-weight: 700;
}

.nm-language__menu a span {
  color: #0780d3;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

/* Hero */
.nm-hero {
  min-height: 100svh;
  color: var(--nm-ink);
  background:
    radial-gradient(circle at 76% 28%, rgba(0, 139, 223, 0.15), transparent 33%),
    radial-gradient(circle at 12% 72%, rgba(27, 210, 225, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff, #f4faff 76%, #edf8ff);
}

.nm-hero::after {
  background-image:
    linear-gradient(rgba(19, 129, 208, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 129, 208, 0.075) 1px, transparent 1px);
}

.nm-hero__wash {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.38) 72%, transparent 100%);
}

.nm-hero__copy h1 {
  max-width: 720px;
  color: #10243a;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
  font-size: clamp(1.85rem, 4.0vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.3;
}

.nm-hero__description {
  color: #526c83;
}

.nm-hero__interface,
.nm-hero__image {
  border-color: rgba(0, 129, 214, 0.26);
  background: linear-gradient(145deg, rgba(247, 252, 255, 0.96), rgba(218, 241, 255, 0.82));
  box-shadow:
    0 42px 90px rgba(14, 94, 166, 0.16),
    inset 0 0 60px rgba(18, 153, 225, 0.06);
}

.nm-hero-node {
  border-color: rgba(0, 122, 209, 0.22);
  color: #102c45;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 45px rgba(16, 91, 153, 0.13);
}

.nm-hero-node small {
  color: #61788d;
}

.nm-hero__index {
  border-color: rgba(0, 105, 190, 0.13);
}

.nm-hero__index a {
  border-color: rgba(0, 105, 190, 0.13);
}

.nm-scroll-cue {
  color: #55758e;
}

/* Businesses and projects */
.nm-businesses {
  background:
    radial-gradient(circle at 48% 10%, rgba(0, 139, 223, 0.09), transparent 30%),
    #f7fbff;
}

.nm-business-card {
  border-color: rgba(0, 110, 195, 0.15);
  color: #102a42;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 68px rgba(21, 86, 139, 0.11);
}

.nm-business-card::after {
  background: linear-gradient(120deg, rgba(47, 178, 234, 0.08), transparent 45%);
}

.nm-business-card__tagline {
  color: #133b5d;
}

.nm-business-card__body > p:not([class]) {
  color: #5a7085;
}

.nm-chip-list li {
  border-color: rgba(0, 114, 201, 0.17);
  color: #315b7d;
  background: #f0f8fe;
}

.nm-media-placeholder {
  background:
    linear-gradient(rgba(24, 142, 214, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 142, 214, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 60% 45%, rgba(29, 192, 225, 0.2), transparent 23%),
    #eaf6fd;
  background-size: 28px 28px, 28px 28px, auto, auto;
}

.nm-media-placeholder span,
.nm-media-placeholder i {
  border-color: rgba(0, 117, 200, 0.2);
  color: #126aa7;
  background: rgba(255, 255, 255, 0.82);
}

.nm-impact {
  background:
    radial-gradient(circle at 50% 110%, rgba(0, 161, 222, 0.13), transparent 45%),
    #ffffff;
}

.nm-impact__grid {
  border-color: rgba(0, 107, 192, 0.14);
  background: rgba(0, 107, 192, 0.14);
}

.nm-impact__grid > div {
  background: #f8fcff;
}

.nm-impact__grid dd {
  color: #0878ce;
}

.nm-impact__grid small {
  color: #667b8f;
}

.nm-projects {
  background: #f5faff;
}

.nm-project-card {
  border-color: rgba(0, 106, 190, 0.14);
  color: #112b44;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(15, 77, 132, 0.09);
}

.nm-project-card p {
  color: #60758a;
}

/* Method, co-creation and mission */
.nm-method {
  color: #102a42;
  background:
    radial-gradient(circle at 50% 78%, rgba(0, 139, 223, 0.11), transparent 42%),
    #ffffff;
}

.nm-method__grid {
  background-image:
    linear-gradient(rgba(25, 140, 210, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 140, 210, 0.075) 1px, transparent 1px);
}

.nm-method__steps li {
  border-color: rgba(0, 110, 194, 0.14);
  background: rgba(248, 252, 255, 0.94);
  box-shadow: 0 14px 40px rgba(20, 82, 133, 0.06);
}

.nm-method__steps p {
  color: #5c7286;
}

.nm-capabilities span {
  border-color: rgba(0, 105, 189, 0.16);
  color: #3c627f;
  background: rgba(242, 249, 254, 0.82);
}

.nm-cocreation {
  color: #102a42;
  background:
    radial-gradient(circle at 70% 45%, rgba(0, 136, 219, 0.09), transparent 38%),
    #f6faff;
}

.nm-mission {
  color: #102940;
  background: #ffffff;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(241, 249, 255, 0.91)),
    var(--nm-mission-image, radial-gradient(circle at 50% 50%, #e4f5ff, #ffffff));
}

.nm-mission__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.16;
  object-fit: cover;
}

.nm-mission::after {
  height: 1px;
  opacity: 0.45;
}

.nm-mission__grid article {
  border-color: rgba(0, 107, 192, 0.15);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 55px rgba(18, 82, 137, 0.08);
}

.nm-values {
  background: rgba(0, 107, 192, 0.14);
}

.nm-values li {
  color: #294a65;
  background: rgba(255, 255, 255, 0.96);
}

.nm-news {
  color: #102940;
  background: #f7fbff;
}

/* Contact remains a strong brand moment but uses a light reading surface. */
.nm-contact {
  color: #102940;
  background: linear-gradient(120deg, #edf8ff 0%, #dff5ff 48%, #e3fbf8 100%);
}

.nm-contact::before {
  background-image:
    linear-gradient(rgba(0, 110, 190, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 110, 190, 0.07) 1px, transparent 1px);
}

.nm-contact .nm-kicker {
  color: #0874cf;
}

.nm-contact__orb {
  border-color: rgba(0, 119, 205, 0.19);
  box-shadow:
    0 0 0 55px rgba(0, 133, 210, 0.04),
    0 0 0 110px rgba(0, 133, 210, 0.025);
}

.nm-contact__form {
  border-color: rgba(0, 111, 194, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

/* Footer and standard pages */
.nm-footer {
  color: #36566f;
  background: #ffffff;
  border-top: 1px solid rgba(0, 105, 190, 0.12);
}

.nm-footer__brand p,
.nm-footer__menu a,
.nm-footer__capabilities span,
.nm-footer__bottom {
  color: #587187;
}

.nm-footer__contact a {
  color: #153b5b;
}

.nm-footer__capabilities {
  border-color: rgba(0, 105, 190, 0.12);
}

.nm-page {
  color: #12263b;
  background: #ffffff;
}

.nm-page-hero {
  color: #102940;
  background:
    radial-gradient(circle at 80% 10%, rgba(15, 175, 236, 0.13), transparent 30%),
    #f4faff;
}

.nm-page-hero > .nm-shell > p:not(.nm-kicker),
.nm-page-hero__description,
.nm-page-hero--article time {
  color: #597188;
}

.nm-error {
  color: #102940;
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 129, 255, 0.12), transparent 32%),
    #ffffff;
}

@media (min-width: 784px) {
  .nm-nav {
    background: transparent;
  }

  .nm-language {
    margin: 0 0 0 14px;
  }

  .nm-language__menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 200px;
    margin-top: 0;
  }
}

/* Performance: defer layout and paint work for off-screen sections. */
@supports (content-visibility: auto) {
  .nm-home > main > .nm-section:not(.nm-hero),
  .nm-home > main > .nm-contact,
  .nm-nmclaw > .nm-section,
  .nm-nmclaw > .nm-nmclaw-cta {
    content-visibility: auto;
    contain-intrinsic-size: auto 780px;
  }
}

/* Japanese IT Pathway — one consolidated photographic story. */
.nm-pathway__intro {
  position: relative;
  display: grid;
  gap: 28px;
  align-items: end;
  margin-bottom: 42px;
}

.nm-pathway__copy {
  max-width: 760px;
}

.nm-pathway__stats {
  margin: 0;
  border: 1px solid rgba(0, 103, 190, 0.11);
  border-radius: 14px;
  overflow: hidden;
}

.nm-pathway-gallery {
  --nm-gallery-x: 0px;
  --nm-gallery-y: 0px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-height: 520px;
  perspective: 1200px;
}

.nm-pathway-gallery::before {
  position: absolute;
  inset: 14% 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 144, 222, 0.18), transparent 68%);
  content: "";
  filter: blur(30px);
  pointer-events: none;
}

.nm-pathway-gallery__item {
  position: relative;
  z-index: 1;
  min-height: 180px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 109, 193, 0.14);
  border-radius: 18px;
  background: #eaf6fd;
  box-shadow: 0 24px 60px rgba(15, 80, 134, 0.12);
  transform: translate3d(
    calc(var(--nm-gallery-x) * var(--nm-gallery-depth, 0.2)),
    calc(var(--nm-gallery-y) * var(--nm-gallery-depth, 0.2)),
    0
  );
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 300ms ease;
}

.nm-pathway-gallery__item--1 {
  --nm-gallery-depth: -0.12;
  grid-column: 1 / -1;
  min-height: 280px;
}

.nm-pathway-gallery__item--2 { --nm-gallery-depth: 0.22; }
.nm-pathway-gallery__item--3 { --nm-gallery-depth: -0.18; }
.nm-pathway-gallery__item--4 { --nm-gallery-depth: 0.12; }
.nm-pathway-gallery__item--5 { --nm-gallery-depth: -0.24; }

.nm-pathway-gallery__item img,
.nm-pathway-gallery__placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.nm-pathway-gallery__item img {
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-pathway-gallery__item:hover img {
  transform: scale(1.035);
}

.nm-pathway-gallery__placeholder {
  display: grid;
  place-items: center;
  color: #1676b4;
  background:
    linear-gradient(rgba(13, 135, 207, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 135, 207, 0.075) 1px, transparent 1px),
    radial-gradient(circle at 50% 45%, rgba(22, 194, 220, 0.24), transparent 32%),
    linear-gradient(140deg, #eef9ff, #dceffc);
  background-size: 30px 30px, 30px 30px, auto, auto;
}

.nm-pathway-gallery__placeholder span {
  padding: 7px 12px;
  border: 1px solid rgba(0, 112, 195, 0.18);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}

.nm-route--pathway {
  margin-top: 28px;
}

/* NMClaw service page */
.nm-nmclaw {
  color: #102940;
  background: #ffffff;
}

.nm-nmclaw-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: calc(var(--nm-header-height) + 70px) 0 90px;
  background:
    linear-gradient(rgba(17, 128, 204, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 128, 204, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 78% 32%, rgba(0, 160, 226, 0.16), transparent 34%),
    linear-gradient(180deg, #ffffff, #f0f9ff);
  background-size: 44px 44px, 44px 44px, auto, auto;
}

.nm-nmclaw-hero__glow {
  position: absolute;
  top: 10%;
  right: -12%;
  width: min(760px, 70vw);
  aspect-ratio: 1;
  border: 1px solid rgba(0, 135, 214, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(0, 142, 218, 0.035),
    0 0 0 140px rgba(0, 142, 218, 0.022);
}

.nm-nmclaw-hero__grid {
  position: relative;
  display: grid;
  gap: 44px;
  align-items: center;
}

.nm-nmclaw-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.1rem, 7.5vw, 4.5rem);
  letter-spacing: -0.045em;
  line-height: 1.22;
}

.nm-nmclaw-hero__lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: #526d84;
}

.nm-nmclaw-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.nm-nmclaw-hero__points li {
  padding: 7px 11px;
  border: 1px solid rgba(0, 112, 196, 0.14);
  border-radius: 100px;
  color: #2e5f81;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.65rem;
}

.nm-nmclaw-hero__visual {
  position: relative;
  min-height: 390px;
}

.nm-nmclaw-hero__image,
.nm-nmclaw-dashboard {
  width: 100%;
  min-height: 390px;
  border: 1px solid rgba(0, 118, 205, 0.18);
  border-radius: 22px;
  box-shadow: 0 35px 90px rgba(17, 86, 145, 0.16);
}

.nm-nmclaw-hero__image {
  height: 100%;
  object-fit: cover;
}

.nm-nmclaw-dashboard {
  position: relative;
  overflow: hidden;
  padding: 18px;
  background:
    radial-gradient(circle at 70% 40%, rgba(25, 208, 228, 0.2), transparent 30%),
    linear-gradient(145deg, #f8fdff, #dff2fd);
}

.nm-nmclaw-dashboard::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 120, 202, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 120, 202, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  pointer-events: none;
}

.nm-nmclaw-dashboard__bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #23729f;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
}

.nm-nmclaw-dashboard__bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #35b9d7;
}

.nm-nmclaw-dashboard__bar span {
  margin-left: auto;
}

.nm-nmclaw-dashboard__wave {
  position: relative;
  z-index: 1;
  height: 150px;
  margin-top: 42px;
  overflow: hidden;
  border-block: 1px solid rgba(0, 119, 197, 0.11);
}

.nm-nmclaw-dashboard__wave::before,
.nm-nmclaw-dashboard__wave::after {
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 2px;
  background: #1abbd7;
  box-shadow: 0 0 20px rgba(26, 187, 215, 0.55);
  content: "";
  transform: rotate(-4deg);
}

.nm-nmclaw-dashboard__wave::after {
  opacity: 0.45;
  transform: rotate(7deg);
}

.nm-nmclaw-dashboard__cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.nm-nmclaw-dashboard__cards span {
  min-height: 70px;
  padding: 10px;
  border: 1px solid rgba(0, 112, 193, 0.12);
  border-radius: 9px;
  color: #386783;
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.6rem;
}

.nm-nmclaw-problem {
  background: #ffffff;
}

.nm-nmclaw-problem__grid,
.nm-nmclaw-features__grid,
.nm-nmclaw-usecases__grid {
  display: grid;
  gap: 14px;
}

.nm-nmclaw-problem__grid article,
.nm-nmclaw-features__grid article,
.nm-nmclaw-usecases__grid article {
  padding: 24px;
  border: 1px solid rgba(0, 108, 193, 0.13);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 45px rgba(16, 79, 132, 0.065);
}

.nm-nmclaw-problem__grid span,
.nm-nmclaw-features__grid span,
.nm-nmclaw-usecases__grid span {
  color: #087bc9;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}

.nm-nmclaw-problem__grid h3,
.nm-nmclaw-features__grid h3,
.nm-nmclaw-usecases__grid h3 {
  margin: 12px 0 8px;
  font-size: 1.05rem;
}

.nm-nmclaw-problem__grid p,
.nm-nmclaw-features__grid p,
.nm-nmclaw-usecases__grid p {
  margin: 0;
  color: #5b7287;
  font-size: 0.77rem;
}

.nm-nmclaw-flow {
  background:
    radial-gradient(circle at 70% 50%, rgba(0, 145, 220, 0.08), transparent 34%),
    #f5faff;
}

.nm-nmclaw-flow .nm-section-heading--row > p {
  max-width: 520px;
  color: #5b7287;
}

.nm-nmclaw-flow__steps {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: rgba(0, 108, 193, 0.13);
  list-style: none;
}

.nm-nmclaw-flow__steps li {
  min-height: 170px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.96);
}

.nm-nmclaw-flow__steps span {
  color: #087bc9;
  font-size: 0.65rem;
}

.nm-nmclaw-flow__steps strong {
  display: block;
  margin-top: 18px;
}

.nm-nmclaw-flow__steps p {
  margin: 8px 0 0;
  color: #5b7287;
  font-size: 0.73rem;
}

.nm-nmclaw-features {
  background: #ffffff;
}

.nm-nmclaw-video {
  background: #f5faff;
}

.nm-video-facade {
  position: relative;
  display: grid;
  width: min(100%, 1120px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  place-items: center;
  margin-inline: auto;
  border: 1px solid rgba(0, 108, 193, 0.15);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 50%, rgba(25, 205, 225, 0.2), transparent 28%),
    linear-gradient(145deg, #eaf7ff, #d5ecfb);
  box-shadow: 0 30px 80px rgba(18, 84, 140, 0.13);
}

.nm-video-facade__poster,
.nm-video-facade iframe,
.nm-video-facade video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.nm-video-facade__overlay {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  padding: 30px;
  text-align: center;
}

.nm-video-facade__poster + .nm-video-facade__overlay::before {
  position: absolute;
  inset: -100vh -100vw;
  z-index: -1;
  background: rgba(4, 31, 56, 0.38);
  content: "";
}

.nm-video-facade__overlay button {
  display: grid;
  width: 76px;
  height: 76px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  background: linear-gradient(135deg, #0876e0, #16c8df);
  box-shadow: 0 16px 45px rgba(0, 104, 195, 0.28);
  cursor: pointer;
  place-items: center;
}

.nm-video-facade__overlay button span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #ffffff;
}

.nm-video-facade__overlay p {
  margin: 14px 0 0;
  color: #255777;
  font-size: 0.76rem;
  font-weight: 700;
}

.nm-video-facade__poster + .nm-video-facade__overlay p {
  color: #ffffff;
}

.nm-video-facade__soon {
  padding: 7px 12px;
  border: 1px solid rgba(0, 107, 190, 0.2);
  border-radius: 100px;
  color: #0875c7;
  background: rgba(255, 255, 255, 0.74);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.nm-nmclaw-usecases {
  background: #ffffff;
}

.nm-nmclaw-cta {
  padding-block: 80px;
  background:
    radial-gradient(circle at 80% 30%, rgba(17, 205, 221, 0.2), transparent 32%),
    linear-gradient(120deg, #edf8ff, #e4f8f7);
}

.nm-nmclaw-cta__inner {
  display: grid;
  gap: 28px;
  align-items: end;
}

.nm-nmclaw-cta h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(1.8rem, 6vw, 3.6rem);
  letter-spacing: -0.04em;
  line-height: 1.25;
}

.nm-nmclaw-cta p:not(.nm-kicker) {
  max-width: 700px;
  color: #526e84;
}

@media (min-width: 784px) {
  .nm-pathway__intro {
    grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.9fr);
    gap: 60px;
    margin-bottom: 58px;
  }

  .nm-pathway-gallery {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(190px, 24vw));
    gap: 14px;
    min-height: 0;
  }

  .nm-pathway-gallery__item {
    min-height: 0;
  }

  .nm-pathway-gallery__item--1 { grid-column: 1 / 8; grid-row: 1 / 3; }
  .nm-pathway-gallery__item--2 { grid-column: 8 / 11; grid-row: 1; }
  .nm-pathway-gallery__item--3 { grid-column: 11 / 13; grid-row: 1; }
  .nm-pathway-gallery__item--4 { grid-column: 8 / 10; grid-row: 2; }
  .nm-pathway-gallery__item--5 { grid-column: 10 / 13; grid-row: 2; }

  .nm-nmclaw-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  }

  .nm-nmclaw-problem__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nm-nmclaw-flow__steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .nm-nmclaw-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nm-nmclaw-usecases__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nm-nmclaw-cta__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 1200px) {
  .nm-pathway-gallery {
    grid-template-rows: repeat(2, 290px);
  }

  .nm-nmclaw-hero {
    min-height: 860px;
    padding-top: calc(var(--nm-header-height) + 100px);
  }

  .nm-nmclaw-hero__grid {
    grid-template-columns: minmax(500px, 0.9fr) minmax(610px, 1.1fr);
    gap: 80px;
  }

  .nm-nmclaw-hero__visual,
  .nm-nmclaw-hero__image,
  .nm-nmclaw-dashboard {
    min-height: 520px;
  }

  .nm-nmclaw-features__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nm-nmclaw-usecases__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  .nm-pathway-gallery {
    grid-template-rows: repeat(2, 320px);
  }

  .nm-nmclaw-hero__grid {
    min-height: 690px;
  }
}

@media (hover: hover) and (pointer: fine) {
  body {
    cursor: auto;
  }

  a,
  button,
  summary {
    cursor: pointer;
  }
}

/* ==========================================================
 * Rich visual direction — v1.3
 * Generated editorial imagery, layered glass and compositor-only motion.
 * ========================================================== */
.nm-home main {
  overflow: clip;
}

.nm-home .nm-section {
  position: relative;
  isolation: isolate;
}

.nm-home .nm-section-heading {
  position: relative;
}

.nm-home .nm-section-heading::before {
  position: absolute;
  top: -24px;
  left: 0;
  width: 70px;
  height: 1px;
  background: linear-gradient(90deg, #087ae0, #21d8df, transparent);
  content: "";
}

.nm-hero {
  --nm-hero-shift-x: 0px;
  --nm-hero-shift-y: 0px;
  --nm-hero-rotate-x: 0deg;
  --nm-hero-rotate-y: 0deg;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 22%, rgba(0, 146, 225, 0.16), transparent 28%),
    radial-gradient(circle at 17% 82%, rgba(28, 213, 220, 0.1), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f8fcff 60%, #edf8ff 100%);
}

.nm-hero::before {
  position: absolute;
  top: 8%;
  right: -10%;
  z-index: 0;
  width: min(900px, 82vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    conic-gradient(
      from 25deg,
      transparent 0 18%,
      rgba(0, 121, 227, 0.09) 22%,
      transparent 32% 57%,
      rgba(23, 214, 225, 0.12) 62%,
      transparent 72%
    );
  content: "";
  pointer-events: none;
  animation: nm-aura-spin 30s linear infinite;
}

.nm-hero__wash {
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.88) 34%, rgba(255, 255, 255, 0.12) 76%, transparent 100%),
    radial-gradient(circle at 78% 42%, transparent 0 30%, rgba(248, 252, 255, 0.28) 62%);
}

.nm-hero__copy {
  position: relative;
  z-index: 7;
}

.nm-hero__copy::after {
  display: block;
  width: min(100%, 480px);
  height: 1px;
  margin-top: 32px;
  background: linear-gradient(90deg, rgba(0, 117, 219, 0.42), rgba(35, 213, 224, 0.16), transparent);
  content: "";
}

.nm-hero__visual {
  z-index: 3;
  perspective: 1500px;
}

.nm-hero__aura {
  position: absolute;
  inset: 1% 2% 7% 5%;
  z-index: 0;
  border: 1px solid rgba(0, 135, 214, 0.11);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(42, 215, 230, 0.17), transparent 50%),
    conic-gradient(from 90deg, transparent, rgba(0, 115, 223, 0.12), transparent 42%, rgba(31, 217, 225, 0.1), transparent 78%);
  box-shadow:
    0 0 0 38px rgba(0, 139, 218, 0.025),
    0 0 0 80px rgba(0, 139, 218, 0.018);
  animation: nm-aura-spin 24s linear infinite reverse;
}

.nm-hero__frame {
  position: absolute;
  top: 7%;
  left: 7%;
  z-index: 1;
  width: 86%;
  height: 76%;
  overflow: hidden;
  border: 1px solid rgba(0, 126, 211, 0.23);
  border-radius: 32px 10px 32px 10px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 42px 100px rgba(12, 92, 158, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  clip-path: polygon(0 0, 94% 0, 100% 8%, 100% 100%, 6% 100%, 0 92%);
  transform:
    translate3d(var(--nm-hero-shift-x), var(--nm-hero-shift-y), 0)
    rotateX(var(--nm-hero-rotate-x))
    rotateY(var(--nm-hero-rotate-y));
  transform-style: preserve-3d;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-hero__frame::before,
.nm-hero__frame::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.nm-hero__frame::before {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.52), transparent 22% 70%, rgba(27, 205, 226, 0.1)),
    linear-gradient(to top, rgba(3, 48, 86, 0.18), transparent 32%);
}

.nm-hero__frame::after {
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 23px 6px 23px 6px;
}

.nm-hero__frame .nm-hero__image,
.nm-hero__frame .nm-hero__interface {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: 63% center;
  box-shadow: none;
  transform: none;
}

.nm-hero__frame .nm-hero__interface {
  padding: 20px;
}

.nm-hero__scan {
  position: absolute;
  top: -18%;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, transparent, rgba(63, 224, 235, 0.13), rgba(255, 255, 255, 0.48), transparent);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -100%, 0);
  animation: nm-hero-scan 8s cubic-bezier(0.45, 0, 0.55, 1) 1.4s infinite;
}

.nm-hero__corner {
  position: absolute;
  z-index: 4;
  width: 34px;
  height: 34px;
  border-color: #20bdd8;
  pointer-events: none;
}

.nm-hero__corner--one {
  top: 18px;
  left: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.nm-hero__corner--two {
  right: 18px;
  bottom: 18px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.nm-hero__nodes {
  z-index: 6;
}

.nm-hero-node {
  overflow: hidden;
  border-color: rgba(0, 126, 211, 0.22);
  color: #0e2d47;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(242, 250, 255, 0.76));
  box-shadow:
    0 18px 45px rgba(10, 83, 143, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px) saturate(130%);
}

.nm-hero-node::after {
  position: absolute;
  right: -16px;
  bottom: -22px;
  width: 64px;
  aspect-ratio: 1;
  border: 1px solid rgba(20, 188, 217, 0.18);
  border-radius: 50%;
  content: "";
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-hero-node:hover::after {
  transform: scale(1.55);
}

.nm-hero-node:hover {
  border-color: rgba(0, 154, 220, 0.52);
  box-shadow: 0 24px 58px rgba(0, 112, 187, 0.2);
}

.nm-hero__proof {
  position: absolute;
  right: 6%;
  bottom: 1%;
  z-index: 7;
  display: flex;
  gap: 8px;
  align-items: center;
}

.nm-hero__proof span {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid rgba(0, 113, 199, 0.17);
  border-radius: 999px;
  color: #42677f;
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.53rem;
  letter-spacing: 0.12em;
  backdrop-filter: blur(12px);
}

.nm-hero__proof i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1bc8d8;
  box-shadow: 0 0 0 4px rgba(27, 200, 216, 0.12);
  animation: nm-dot-pulse 2.2s ease-in-out infinite;
}

.nm-hero__index {
  overflow: hidden;
  border: 1px solid rgba(0, 105, 190, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 18px 45px rgba(16, 91, 153, 0.07);
  backdrop-filter: blur(14px);
}

.nm-hero__index a {
  position: relative;
  transition: color 220ms ease, background 220ms ease;
}

.nm-hero__index a::after {
  position: absolute;
  right: 14px;
  bottom: 0;
  left: 14px;
  height: 2px;
  background: linear-gradient(90deg, #087be0, #22d5df);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 220ms ease, transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-hero__index a:hover {
  color: #0871c7;
  background: rgba(233, 247, 255, 0.7);
}

.nm-hero__index a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Five businesses become an image-led editorial wall. */
.nm-businesses {
  background:
    linear-gradient(rgba(23, 138, 208, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 138, 208, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 86% 8%, rgba(31, 211, 224, 0.12), transparent 26%),
    #f7fbff;
  background-size: 56px 56px, 56px 56px, auto, auto;
}

.nm-business-card {
  --nm-card-x: 50%;
  --nm-card-y: 50%;
  border-color: rgba(0, 112, 197, 0.14);
  border-radius: 24px 8px 24px 8px;
  box-shadow:
    0 24px 70px rgba(15, 77, 132, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition:
    border-color 300ms ease,
    box-shadow 450ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 300ms ease;
}

.nm-business-card::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(125deg, rgba(0, 120, 223, 0.06), rgba(34, 214, 223, 0.52), rgba(0, 120, 223, 0.04));
  content: "";
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

.nm-business-card:hover::before {
  opacity: 1;
}

.nm-business-card__spotlight {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(360px circle at var(--nm-card-x) var(--nm-card-y), rgba(72, 217, 234, 0.13), transparent 55%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

.nm-business-card:hover .nm-business-card__spotlight {
  opacity: 1;
}

.nm-business-card__media {
  position: relative;
  min-height: 260px;
  background: #eaf6fd;
}

.nm-business-card__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(3, 39, 70, 0.24), transparent 45%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.22), transparent 42%);
  content: "";
  pointer-events: none;
}

.nm-business-card__media img {
  transform: scale(1.055);
}

.nm-business-card.is-visible .nm-business-card__media img {
  transform: scale(1);
}

.nm-business-card.is-visible:hover .nm-business-card__media img {
  transform: scale(1.045);
}

.nm-business-card:hover {
  border-color: rgba(0, 139, 211, 0.28);
  box-shadow: 0 34px 90px rgba(10, 91, 153, 0.16);
}

.nm-business-card__number {
  display: inline-flex;
  min-width: 44px;
  align-items: center;
  gap: 8px;
}

.nm-business-card__number::after {
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, #1dc7db, transparent);
  content: "";
}

/* Japanese IT Pathway: documentary images with spatial depth. */
.nm-pathway {
  background:
    radial-gradient(circle at 95% 8%, rgba(0, 128, 218, 0.11), transparent 28%),
    radial-gradient(circle at 4% 86%, rgba(33, 210, 220, 0.1), transparent 24%),
    #ffffff;
}

.nm-pathway__backdrop {
  animation: nm-aura-spin 34s linear infinite;
}

.nm-pathway__stats {
  box-shadow: 0 24px 60px rgba(14, 84, 142, 0.09);
  backdrop-filter: blur(14px);
}

.nm-pathway__stats div {
  position: relative;
  overflow: hidden;
}

.nm-pathway__stats div::after {
  position: absolute;
  right: -24px;
  bottom: -34px;
  width: 80px;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 134, 211, 0.1);
  border-radius: 50%;
  content: "";
}

.nm-pathway-gallery {
  contain: layout paint;
}

.nm-pathway-gallery::after {
  position: absolute;
  top: 6%;
  left: 3%;
  z-index: 3;
  width: 18%;
  height: 1px;
  background: linear-gradient(90deg, #ffffff, #3fe3ea, transparent);
  box-shadow: 0 0 18px rgba(32, 211, 222, 0.4);
  content: "";
  pointer-events: none;
}

.nm-pathway-gallery__item {
  border-color: rgba(0, 111, 194, 0.15);
  border-radius: 24px 7px 24px 7px;
  clip-path: inset(0 0 0 0 round 24px 7px 24px 7px);
  transition:
    clip-path 1s cubic-bezier(0.16, 1, 0.3, 1) calc(var(--nm-gallery-order) * 80ms),
    transform 500ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 300ms ease;
}

.nm-pathway-gallery:not(.is-visible) .nm-pathway-gallery__item {
  clip-path: inset(0 0 100% 0 round 24px 7px 24px 7px);
}

.nm-pathway-gallery__item::after {
  position: absolute;
  inset: 10px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 17px 4px 17px 4px;
  content: "";
  pointer-events: none;
}

.nm-pathway-gallery__item img {
  filter: saturate(0.92) contrast(1.02);
}

.nm-pathway-gallery__item:hover {
  z-index: 4;
  box-shadow: 0 34px 86px rgba(8, 88, 151, 0.2);
}

.nm-route--pathway {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 16px 44px rgba(18, 85, 140, 0.07);
}

.nm-route--pathway::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25%;
  width: 18%;
  background: linear-gradient(90deg, transparent, rgba(36, 210, 222, 0.16), transparent);
  content: "";
  pointer-events: none;
  transform: skewX(-18deg);
  animation: nm-route-light 7s ease-in-out infinite;
}

/* Projects, implementation method and co-creation. */
.nm-project-card {
  overflow: hidden;
  border-radius: 18px 6px 18px 6px;
  transition:
    border-color 300ms ease,
    box-shadow 450ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 300ms ease;
}

.nm-project-card__media {
  min-height: 230px;
}

.nm-project-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 34, 61, 0.34), transparent 52%);
  content: "";
  pointer-events: none;
}

.nm-project-card__media img {
  filter: saturate(0.94);
}

.nm-project-card:hover {
  border-color: rgba(0, 130, 209, 0.25);
  box-shadow: 0 32px 80px rgba(11, 76, 130, 0.15);
}

.nm-project-card__media .nm-status {
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
  background: rgba(3, 58, 99, 0.56);
  box-shadow: 0 12px 26px rgba(0, 34, 63, 0.13);
  backdrop-filter: blur(12px);
}

.nm-method__grid::before {
  position: absolute;
  inset: 15% 8%;
  z-index: 0;
  border: 1px solid rgba(0, 124, 206, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 60px rgba(0, 132, 214, 0.022),
    0 0 0 120px rgba(0, 132, 214, 0.014);
  content: "";
  pointer-events: none;
}

.nm-method__steps li {
  position: relative;
  overflow: hidden;
  transition: color 260ms ease, background 260ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-method__steps li::before {
  position: absolute;
  right: -26px;
  bottom: -32px;
  width: 86px;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 130, 208, 0.11);
  border-radius: 50%;
  content: "";
  transition: transform 450ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-method__steps li:hover {
  z-index: 2;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15, 83, 139, 0.1);
  transform: translateY(-6px);
}

.nm-method__steps li:hover::before {
  transform: scale(1.65);
}

.nm-network-map {
  overflow: hidden;
  border: 1px solid rgba(0, 110, 195, 0.12);
  border-radius: 32px 8px 32px 8px;
  background:
    radial-gradient(circle at center, rgba(21, 201, 219, 0.13), transparent 34%),
    linear-gradient(rgba(25, 140, 210, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 140, 210, 0.06) 1px, transparent 1px),
    rgba(255, 255, 255, 0.68);
  background-size: auto, 34px 34px, 34px 34px, auto;
  box-shadow: 0 30px 90px rgba(15, 80, 136, 0.1);
  backdrop-filter: blur(18px);
}

.nm-network-map::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 139, 215, 0.11);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
  animation: nm-network-orbit 22s linear infinite;
}

.nm-network-map__node {
  z-index: 2;
  box-shadow: 0 14px 40px rgba(15, 80, 136, 0.07);
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-network-map__node:not(.nm-network-map__node--nextmake):hover {
  border-color: rgba(0, 143, 216, 0.35);
  box-shadow: 0 22px 56px rgba(10, 92, 150, 0.14);
  transform: translateY(-5px);
}

.nm-network-map__node--nextmake {
  color: #0d4e7a;
  background: linear-gradient(145deg, #ffffff, #e7f7ff);
  box-shadow:
    0 24px 64px rgba(0, 104, 181, 0.16),
    0 0 0 12px rgba(0, 139, 216, 0.035);
}

.nm-network-map__line {
  box-shadow: 0 0 16px rgba(30, 193, 220, 0.3);
}

.nm-mission {
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(244, 251, 255, 0.86) 48%, rgba(238, 249, 255, 0.75)),
    var(--nm-mission-image, radial-gradient(circle at 50% 50%, #e4f5ff, #ffffff));
}

.nm-mission__image {
  opacity: 0.2;
  filter: saturate(0.8);
  transform: scale(1.04);
}

.nm-mission__grid article {
  position: relative;
  overflow: hidden;
  border-radius: 22px 7px 22px 7px;
  backdrop-filter: blur(18px);
}

.nm-mission__grid article::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #27d0df);
  content: "";
}

.nm-values li {
  transition: color 220ms ease, background 220ms ease, transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-values li:hover {
  z-index: 1;
  color: #0c5b92;
  background: #f2fbff;
  transform: translateY(-5px);
}

.nm-news__list a {
  position: relative;
  transition: color 220ms ease, background 220ms ease, padding 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-news__list a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #0a7cdb, #27d7dd, transparent);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 220ms ease, transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-news__list a:hover {
  color: #086eb9;
  background: rgba(233, 247, 255, 0.56);
}

.nm-news__list a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.nm-contact::after {
  position: absolute;
  top: 50%;
  right: 9%;
  width: min(420px, 34vw);
  aspect-ratio: 1;
  border: 1px solid rgba(0, 125, 207, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 50px rgba(0, 137, 216, 0.03),
    0 0 0 100px rgba(0, 137, 216, 0.018);
  content: "";
  pointer-events: none;
  transform: translateY(-50%);
  animation: nm-dot-pulse 4.8s ease-in-out infinite;
}

@keyframes nm-aura-spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes nm-hero-scan {
  0%,
  68% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  74% {
    opacity: 0.78;
  }

  92% {
    opacity: 0;
    transform: translate3d(0, 650%, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 650%, 0);
  }
}

@keyframes nm-route-light {
  0%,
  18% {
    opacity: 0;
    transform: translate3d(0, 0, 0) skewX(-18deg);
  }

  36% {
    opacity: 1;
  }

  62%,
  100% {
    opacity: 0;
    transform: translate3d(760%, 0, 0) skewX(-18deg);
  }
}

@keyframes nm-dot-pulse {
  0%,
  100% {
    opacity: 0.68;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@keyframes nm-network-orbit {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }

  to {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

/* 385px switch: compact mobile composition. */
@media (max-width: 384px) {
  .nm-hero {
    padding-top: calc(var(--nm-header-height) + 30px);
  }

  .nm-hero__copy h1 {
    font-size: 1.65rem;
  }

  .nm-hero__visual {
    min-height: 570px;
  }

  .nm-hero__frame {
    left: -7%;
    width: 114%;
  }

  .nm-hero-node {
    min-height: 62px;
    padding: 8px 10px;
  }

  .nm-hero-node small {
    display: none;
  }

  .nm-hero__proof span:last-child {
    display: none;
  }

  .nm-business-card__media {
    min-height: 210px;
  }
}

@media (max-width: 783px) {
  .nm-hero {
    justify-content: flex-start;
  }

  .nm-hero__grid {
    gap: 24px;
  }

  .nm-hero__visual {
    min-height: 620px;
  }

  .nm-hero__frame {
    top: 0;
    left: -5%;
    width: 110%;
    height: 58%;
  }

  .nm-hero__frame .nm-hero__image {
    object-position: 65% center;
  }

  .nm-hero__nodes {
    top: auto;
    bottom: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .nm-hero-node {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    min-height: 72px;
  }

  .nm-hero-node--global-talent {
    grid-column: 1 / -1;
  }

  .nm-hero__proof {
    top: 55%;
    right: 0;
    bottom: auto;
  }

  .nm-business-card {
    border-radius: 18px 6px 18px 6px;
  }

  .nm-pathway-gallery__item:nth-child(n + 4) {
    display: none;
  }

  .nm-pathway-gallery {
    min-height: 570px;
  }

  .nm-network-map::before {
    display: none;
  }
}

/* 784px switch: reveal the floating information constellation. */
@media (min-width: 784px) {
  .nm-hero__frame {
    top: 8%;
    left: 4%;
    width: 92%;
    height: 72%;
  }

  .nm-hero-node--nmclaw { top: 1%; left: -3%; }
  .nm-hero-node--tourism-dx { top: 9%; right: -2%; }
  .nm-hero-node--verify { top: 48%; left: -5%; }
  .nm-hero-node--security-drone { top: 53%; right: -3%; }
  .nm-hero-node--global-talent { bottom: 0; left: 31%; }

  .nm-pathway-gallery__item--1 img {
    object-position: 56% center;
  }

  .nm-pathway-gallery__item--4 img {
    object-position: center 24%;
  }
}

/* 1200px switch: full asymmetric editorial layout. */
@media (min-width: 1200px) {
  .nm-hero__frame {
    top: 6%;
    left: 2%;
    width: 96%;
    height: 78%;
  }

  .nm-hero-node--nmclaw { top: 0; left: -7%; }
  .nm-hero-node--tourism-dx { top: 12%; right: -5%; }
  .nm-hero-node--verify { top: 50%; left: -6%; }
  .nm-hero-node--security-drone { top: 57%; right: -5%; }
  .nm-hero-node--global-talent { bottom: -1%; left: 32%; }

  .nm-business-card--nmclaw .nm-business-card__media,
  .nm-business-card--tourism-dx .nm-business-card__media {
    min-height: 330px;
  }

  .nm-business-card--verify .nm-business-card__media,
  .nm-business-card--security-drone .nm-business-card__media,
  .nm-business-card--global-talent .nm-business-card__media {
    min-height: 250px;
  }
}

/* 1440px switch: cinematic breathing room without oversized text. */
@media (min-width: 1440px) {
  .nm-hero__grid {
    min-height: 720px;
  }

  .nm-hero__copy h1 {
    max-width: 680px;
    font-size: 3.45rem;
  }

  .nm-hero__frame {
    left: 0;
    width: 100%;
  }

  .nm-hero__proof {
    right: 2%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-hero::before,
  .nm-hero__aura,
  .nm-hero__scan,
  .nm-hero__proof i,
  .nm-pathway__backdrop,
  .nm-route--pathway::after,
  .nm-network-map::before,
  .nm-contact::after {
    animation: none !important;
  }

  .nm-hero__frame,
  .nm-pathway-gallery__item {
    transform: none !important;
  }
}

/* ==========================================================
 * Refined interaction and storytelling — v1.4
 * ========================================================== */

/* Reduce TOP section headings to roughly two thirds of the previous scale. */
.nm-home .nm-section-heading h2 {
  font-size: clamp(1.45rem, 4.0vw, 2.5rem);
  letter-spacing: -0.035em;
  line-height: 1.24;
}

.nm-home .nm-section-heading > p:last-child {
  max-width: 620px;
  margin-top: 16px;
  font-size: 0.88rem;
}

.nm-home .nm-pathway h2 {
  font-size: clamp(1.65rem, 4.8vw, 2.8rem);
  letter-spacing: -0.035em;
}

.nm-home .nm-contact h2 {
  max-width: 760px;
  font-size: clamp(1.7rem, 5vw, 3.3rem);
  letter-spacing: -0.04em;
  line-height: 1.2;
}

/* Hero service nodes: compact spatial interfaces rather than glass buttons. */
.nm-hero-node {
  --nm-node-accent: #16c6dc;
  display: grid;
  width: min(48%, 222px);
  min-height: 72px;
  grid-template-columns: 44px minmax(0, 1fr) 24px;
  gap: 10px;
  align-items: center;
  justify-content: initial;
  padding: 9px 10px;
  border: 1px solid rgba(0, 116, 204, 0.25);
  border-radius: 4px;
  color: #0b2c48;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.95), rgba(237, 248, 255, 0.78)),
    rgba(255, 255, 255, 0.76);
  box-shadow:
    0 18px 46px rgba(8, 75, 133, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
  backdrop-filter: blur(20px) saturate(140%);
  transform-style: preserve-3d;
}

.nm-hero-node::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(22, 198, 220, 0.12), transparent 24%),
    radial-gradient(170px circle at var(--nm-card-x, 50%) var(--nm-card-y, 50%), rgba(32, 209, 225, 0.17), transparent 62%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}

.nm-hero-node::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 2px;
  height: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, transparent, var(--nm-node-accent), transparent);
  box-shadow: 0 0 16px rgba(22, 198, 220, 0.56);
  content: "";
  opacity: 0.78;
  transform: none;
  transition: width 320ms cubic-bezier(0.16, 1, 0.3, 1), opacity 220ms ease;
}

.nm-hero-node:hover::before {
  opacity: 1;
}

.nm-hero-node:hover::after {
  width: 5px;
  opacity: 1;
  transform: none;
}

.nm-hero-node:hover {
  border-color: rgba(0, 153, 213, 0.46);
  box-shadow:
    0 26px 64px rgba(0, 104, 174, 0.2),
    inset 0 1px 0 #ffffff;
}

.nm-hero-node__trace {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 1px;
  background: linear-gradient(90deg, rgba(26, 197, 220, 0.82), transparent);
  box-shadow: 0 0 10px rgba(25, 198, 220, 0.32);
  pointer-events: none;
}

.nm-hero-node__trace::after {
  position: absolute;
  top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #21cedc;
  box-shadow: 0 0 0 5px rgba(33, 206, 220, 0.1), 0 0 18px rgba(33, 206, 220, 0.6);
  content: "";
}

.nm-hero-node--nmclaw .nm-hero-node__trace,
.nm-hero-node--verify .nm-hero-node__trace {
  right: -52px;
}

.nm-hero-node--nmclaw .nm-hero-node__trace::after,
.nm-hero-node--verify .nm-hero-node__trace::after {
  right: 0;
}

.nm-hero-node--tourism-dx .nm-hero-node__trace,
.nm-hero-node--security-drone .nm-hero-node__trace {
  left: -52px;
  transform: rotate(180deg);
}

.nm-hero-node--tourism-dx .nm-hero-node__trace::after,
.nm-hero-node--security-drone .nm-hero-node__trace::after {
  right: 0;
}

.nm-hero-node--global-talent .nm-hero-node__trace {
  top: -38px;
  left: 50%;
  width: 38px;
  transform: rotate(-90deg);
  transform-origin: left;
}

.nm-hero-node--global-talent .nm-hero-node__trace::after {
  right: 0;
}

.nm-hero-node__index,
.nm-hero-node__content,
.nm-hero-node__arrow {
  position: relative;
  z-index: 1;
}

.nm-hero-node__index {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 129, 207, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(32, 211, 224, 0.16), transparent 53%),
    rgba(255, 255, 255, 0.68);
  box-shadow:
    inset 0 0 0 5px rgba(0, 129, 207, 0.035),
    0 8px 20px rgba(14, 93, 153, 0.08);
  place-items: center;
}

.nm-hero-node__index::before {
  position: absolute;
  inset: -4px;
  border-top: 1px solid #22c9dc;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #0b79d0;
  border-left: 1px solid transparent;
  border-radius: 50%;
  content: "";
  opacity: 0.72;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-hero-node:hover .nm-hero-node__index::before {
  transform: rotate(150deg);
}

.nm-hero-node__number {
  color: #0679c5;
  font-family: var(--nm-font-display);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nm-hero-node__content {
  display: block;
  min-width: 0;
}

.nm-hero-node__content strong,
.nm-hero-node__content small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nm-hero-node__content strong {
  color: #0d304c;
  font-size: 0.73rem;
  letter-spacing: 0.01em;
}

.nm-hero-node__content small {
  margin-top: 2px;
  color: #607b90;
  font-size: 0.54rem;
}

.nm-hero-node__arrow {
  display: grid;
  width: 23px;
  height: 23px;
  border: 1px solid rgba(0, 127, 204, 0.18);
  border-radius: 50%;
  color: #087dc7;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  transition: color 220ms ease, background 220ms ease, transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
  place-items: center;
}

.nm-hero-node:hover .nm-hero-node__arrow {
  color: #ffffff;
  background: linear-gradient(135deg, #087ae1, #20cddd);
  transform: rotate(45deg);
}

/* The complete business card is now the interactive target. */
a.nm-business-card {
  color: inherit;
  text-decoration: none;
}

a.nm-business-card:focus-visible {
  outline: 3px solid rgba(7, 128, 217, 0.35);
  outline-offset: 5px;
}

.nm-business-card__body {
  display: flex;
  flex-direction: column;
}

.nm-business-card__link {
  width: fit-content;
  margin-top: auto;
  padding-top: 20px;
  pointer-events: none;
}

.nm-business-card__link > span {
  display: grid;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(0, 126, 205, 0.2);
  border-radius: 50%;
  background: #f1f9ff;
  transition: color 220ms ease, background 220ms ease, transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
  place-items: center;
}

.nm-business-card:hover .nm-business-card__link > span {
  color: #ffffff;
  background: linear-gradient(135deg, #0879df, #20cddd);
  transform: translateX(5px) rotate(-45deg);
}

/* Co-creation: photo-led connected ecosystem. */
.nm-cocreation {
  overflow: hidden;
  background:
    radial-gradient(circle at 73% 46%, rgba(20, 194, 220, 0.1), transparent 32%),
    linear-gradient(180deg, #f8fcff, #edf7fd);
}

.nm-cocreation__grid {
  align-items: center;
}

.nm-cocreation .nm-section-heading {
  z-index: 3;
}

.nm-cocreation .nm-button--ghost {
  margin-top: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 42px rgba(13, 87, 145, 0.1);
}

.nm-network-map {
  --nm-network-x: 0px;
  --nm-network-y: 0px;
  min-height: 820px;
  padding: 250px 14px 14px;
  border: 1px solid rgba(0, 108, 190, 0.15);
  border-radius: 34px 8px 34px 8px;
  background: #eaf6fd;
  box-shadow:
    0 42px 110px rgba(11, 80, 137, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  isolation: isolate;
}

.nm-network-map__media,
.nm-network-map__veil {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.nm-network-map__image {
  width: calc(100% + 28px);
  height: calc(100% + 22px);
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.02);
  transform: translate3d(
    calc(-14px + var(--nm-network-x) * -0.28),
    calc(-11px + var(--nm-network-y) * -0.28),
    0
  ) scale(1.02);
  transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-network-map__veil {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(241, 250, 255, 0.16) 40%, rgba(230, 245, 253, 0.78) 100%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.98) 0 12%, rgba(255, 255, 255, 0.46) 24%, transparent 46%);
}

.nm-network-map__orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  border: 1px solid rgba(42, 205, 221, 0.32);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(30, 198, 219, 0.12);
  pointer-events: none;
}

.nm-network-map__orbit--one {
  width: 64%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotate(-8deg);
  animation: nm-cocreation-orbit 28s linear infinite;
}

.nm-network-map__orbit--two {
  width: 45%;
  aspect-ratio: 1;
  border-style: dashed;
  opacity: 0.72;
  transform: translate(-50%, -50%) rotate(18deg);
  animation: nm-cocreation-orbit 20s linear infinite reverse;
}

.nm-network-map::before {
  z-index: 2;
  width: 38%;
  border-color: rgba(0, 139, 215, 0.2);
  box-shadow:
    0 0 0 18px rgba(0, 138, 214, 0.03),
    0 0 44px rgba(23, 194, 219, 0.14);
}

.nm-network-map__line {
  z-index: 2;
  width: 74%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(25, 195, 219, 0.88), transparent);
  box-shadow: 0 0 14px rgba(25, 195, 219, 0.32);
}

.nm-network-map__line::after {
  position: absolute;
  top: -3px;
  left: 12%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #28d2de;
  box-shadow: 0 0 16px rgba(40, 210, 222, 0.72);
  content: "";
  animation: nm-network-signal 5.6s ease-in-out infinite;
}

.nm-network-map__line--two::after {
  animation-delay: -2.8s;
}

.nm-network-map__node {
  z-index: 4;
  display: grid;
  min-height: 88px;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 16px 4px 16px 4px;
  color: #103a57;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(235, 248, 255, 0.72));
  box-shadow:
    0 18px 46px rgba(5, 67, 116, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px) saturate(130%);
}

.nm-network-map__node > .nm-network-map__index {
  position: absolute;
  top: 7px;
  right: 9px;
  margin: 0;
  color: #1680bd;
  font-size: 0.5rem;
  letter-spacing: 0.1em;
}

.nm-network-map__node > strong {
  font-size: 0.7rem;
  line-height: 1.45;
}

.nm-network-map__icon {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0, 127, 205, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 207, 220, 0.17), rgba(255, 255, 255, 0.7));
}

.nm-network-map__icon::before,
.nm-network-map__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #087ec4;
  content: "";
  transform: translate(-50%, -50%);
}

.nm-network-map__node--education .nm-network-map__icon::before {
  width: 17px;
  height: 12px;
  border-top: 0;
  border-radius: 1px 1px 4px 4px;
}

.nm-network-map__node--education .nm-network-map__icon::after {
  width: 1px;
  height: 11px;
  border-width: 0 0 0 1px;
}

.nm-network-map__node--government .nm-network-map__icon::before {
  width: 18px;
  height: 12px;
  border-top-width: 5px;
  border-bottom-width: 3px;
}

.nm-network-map__node--government .nm-network-map__icon::after {
  width: 10px;
  height: 15px;
  border-block: 0;
  box-shadow: -5px 0 0 -4px #087ec4, 5px 0 0 -4px #087ec4;
}

.nm-network-map__node--business .nm-network-map__icon::before {
  width: 13px;
  height: 13px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.nm-network-map__node--business .nm-network-map__icon::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #24c9db;
}

.nm-network-map__node--community .nm-network-map__icon::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  box-shadow: -7px 6px 0 -2px #ffffff, -7px 6px 0 -1px #087ec4, 7px 6px 0 -2px #ffffff, 7px 6px 0 -1px #087ec4;
}

.nm-network-map__node--community .nm-network-map__icon::after {
  width: 18px;
  height: 9px;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.nm-network-map__node--nextmake {
  position: relative;
  z-index: 5;
  display: flex;
  min-height: 170px;
  grid-template-columns: none;
  gap: 2px;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  border: 1px solid rgba(21, 194, 218, 0.45);
  border-radius: 50%;
  color: #0b426b;
  background:
    radial-gradient(circle at 42% 30%, rgba(255, 255, 255, 0.98), rgba(230, 248, 255, 0.93) 52%, rgba(182, 235, 246, 0.86));
  box-shadow:
    0 26px 72px rgba(0, 93, 156, 0.2),
    0 0 0 10px rgba(255, 255, 255, 0.26),
    0 0 55px rgba(30, 202, 220, 0.25);
  clip-path: none;
  text-align: center;
  backdrop-filter: blur(22px) saturate(140%);
}

.nm-network-map__node--nextmake::before {
  position: absolute;
  inset: -7px;
  border-top: 1px solid #22cfdf;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #087bda;
  border-left: 1px solid transparent;
  border-radius: 50%;
  content: "";
  animation: nm-aura-spin 14s linear infinite;
}

.nm-network-map__node--nextmake > i {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #24cedd;
  box-shadow: 0 0 0 6px rgba(36, 206, 221, 0.1), 0 0 22px rgba(36, 206, 221, 0.6);
  animation: nm-dot-pulse 2.4s ease-in-out infinite;
}

.nm-network-map__node > .nm-network-map__signal {
  margin: 0 0 4px;
  color: #0876ba;
  font-size: 0.47rem;
  letter-spacing: 0.14em;
}

.nm-network-map__node--nextmake strong {
  font-size: clamp(1rem, 2.3vw, 1.45rem);
  letter-spacing: 0.06em;
}

.nm-network-map__node--nextmake small {
  max-width: 180px;
  margin-top: 4px;
  color: #4f7189;
  font-size: 0.52rem;
  line-height: 1.5;
}

/* Mission and Vision: image-led purpose stage. */
.nm-mission {
  min-height: 820px;
  padding-block: var(--nm-section-space);
  color: #102940;
  background: #edf7fd;
  isolation: isolate;
}

.nm-mission::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(248, 252, 255, 0.12) 32%, rgba(239, 248, 254, 0.74) 70%, #edf7fd 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 38%, rgba(255, 255, 255, 0.12));
  content: "";
  pointer-events: none;
}

.nm-mission::after {
  position: absolute;
  top: 44%;
  right: -8%;
  bottom: auto;
  left: -8%;
  z-index: 1;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, transparent, rgba(31, 201, 221, 0.75), rgba(10, 119, 216, 0.5), transparent);
  box-shadow: 0 0 22px rgba(37, 205, 222, 0.34);
  content: "";
  opacity: 0.8;
  transform: rotate(-2deg);
}

.nm-mission__image {
  z-index: 0;
  height: 72%;
  opacity: 0.88;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.83) contrast(1.01);
  transform: none;
}

.nm-mission .nm-shell {
  z-index: 2;
}

.nm-mission__intro {
  display: flex;
  min-height: 250px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.nm-mission__intro > span {
  padding: 7px 12px;
  border: 1px solid rgba(0, 112, 193, 0.16);
  border-radius: 999px;
  color: #2e668d;
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.57rem;
  letter-spacing: 0.13em;
  backdrop-filter: blur(12px);
}

.nm-mission__grid {
  position: relative;
  gap: 16px;
}

.nm-mission__grid::before {
  position: absolute;
  top: 50%;
  left: 12%;
  z-index: -1;
  width: 76%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #20c9db, #087bd9, transparent);
  content: "";
}

.nm-mission__grid .nm-mission-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px 7px 26px 7px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(237, 248, 255, 0.8));
  box-shadow:
    0 28px 80px rgba(8, 75, 130, 0.14),
    inset 0 1px 0 #ffffff;
  backdrop-filter: blur(24px) saturate(130%);
}

.nm-mission__grid .nm-mission-card::before {
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 260px;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 131, 207, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(0, 131, 207, 0.025), 0 0 0 58px rgba(0, 131, 207, 0.018);
  content: "";
}

.nm-mission__grid .nm-mission-card::after {
  top: 0;
  right: 0;
  width: 42%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #25ccdc);
}

.nm-mission-card__head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}

.nm-mission-card__head > span {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0, 124, 205, 0.18);
  border-radius: 50%;
  color: #0878c6;
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.57rem;
  place-items: center;
}

.nm-mission-card__head .nm-kicker {
  margin: 0;
}

.nm-mission__grid .nm-mission-card h2 {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin-top: 42px;
  color: #113d5f;
  font-size: clamp(1.25rem, 2.8vw, 2.05rem);
  line-height: 1.55;
}

.nm-mission-card__letter {
  position: absolute;
  right: 20px;
  bottom: -26px;
  z-index: 0;
  color: transparent;
  font-family: var(--nm-font-display);
  font-size: 9rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.14;
  -webkit-text-stroke: 1px #087eca;
}

.nm-mission-card__line {
  position: absolute;
  bottom: 28px;
  left: 30px;
  z-index: 2;
  width: 70px;
  height: 1px;
  background: linear-gradient(90deg, #087bd5, #26cfdd, transparent);
}

.nm-mission .nm-values {
  gap: 8px;
  margin-top: 24px;
  padding: 0;
  background: transparent;
}

.nm-mission .nm-values li {
  border: 1px solid rgba(0, 112, 193, 0.13);
  border-radius: 999px;
  color: #315976;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 30px rgba(12, 80, 134, 0.06);
  backdrop-filter: blur(12px);
}

/* Contact: centered luminous invitation and richer call-to-action buttons. */
.nm-contact {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(41, 214, 224, 0.24), transparent 24%),
    radial-gradient(circle at 50% 120%, rgba(0, 112, 221, 0.14), transparent 44%),
    linear-gradient(180deg, #f9fdff, #e7f7fe 58%, #eefbfb);
}

.nm-contact::before {
  background-image:
    linear-gradient(rgba(0, 112, 195, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 112, 195, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}

.nm-contact::after {
  top: 50%;
  right: auto;
  left: 50%;
  z-index: 0;
  width: min(680px, 72vw);
  border-color: rgba(0, 126, 208, 0.12);
  box-shadow:
    0 0 0 70px rgba(0, 137, 216, 0.028),
    0 0 0 140px rgba(0, 137, 216, 0.017),
    0 0 90px rgba(27, 201, 220, 0.12);
  transform: translate(-50%, -50%);
}

.nm-contact__orb {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: min(470px, 56vw);
  height: auto;
  aspect-ratio: 1;
  border-color: rgba(28, 201, 220, 0.18);
  box-shadow: none;
  transform: translate(-50%, -50%);
}

.nm-contact__inner {
  z-index: 2;
  width: min(100%, 980px);
  grid-template-columns: 1fr !important;
  justify-items: center;
  gap: 26px;
  margin-inline: auto;
  text-align: center;
}

.nm-contact__inner > div:first-child {
  display: grid;
  justify-items: center;
}

.nm-contact__inner p:not([class]) {
  max-width: 700px;
  margin: 18px auto 0;
  color: #4f7189;
  line-height: 1.9;
}

.nm-contact__actions {
  display: flex;
  min-width: 0 !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 8px;
}

.nm-contact__actions .nm-button {
  min-width: 248px;
  min-height: 62px;
  justify-content: space-between;
  padding: 14px 16px 14px 24px;
  border-radius: 999px;
  font-size: 0.82rem;
  box-shadow: 0 20px 50px rgba(0, 111, 191, 0.16);
}

.nm-contact__actions .nm-button::after {
  position: relative;
  z-index: 2;
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  content: "↗";
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1), background 220ms ease;
  place-items: center;
}

.nm-contact__actions .nm-button:hover::after {
  transform: rotate(45deg);
}

.nm-contact__actions .nm-button--light {
  --nm-button-bg: linear-gradient(100deg, #0877e2, #12aee3 58%, #26cfd9);
  --nm-button-color: #ffffff;
  border-color: rgba(0, 120, 209, 0.28);
}

.nm-contact__actions .nm-button--ghost-light {
  --nm-button-bg: rgba(255, 255, 255, 0.76);
  --nm-button-color: #075fab;
  border-color: rgba(0, 111, 194, 0.2);
  box-shadow: 0 18px 46px rgba(8, 84, 142, 0.09);
  backdrop-filter: blur(16px);
}

.nm-contact__actions .nm-button--ghost-light::after {
  border-color: rgba(0, 112, 193, 0.18);
  background: #eef8ff;
}

.nm-contact__actions .nm-button--ghost-light:hover::after {
  color: #ffffff;
  background: linear-gradient(135deg, #0878dd, #22cbdc);
}

.nm-contact__form {
  width: 100%;
  margin-top: 22px;
  text-align: left;
}

@keyframes nm-cocreation-orbit {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }

  to {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

@keyframes nm-network-signal {
  0%,
  15% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }

  28% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  90%,
  100% {
    opacity: 0;
    transform: translate3d(5200%, 0, 0);
  }
}

@media (max-width: 384px) {
  .nm-hero-node {
    grid-template-columns: 38px minmax(0, 1fr) 21px;
    gap: 7px;
  }

  .nm-hero-node__index {
    width: 36px;
    height: 36px;
  }

  .nm-network-map {
    min-height: 1030px;
    grid-template-columns: 1fr;
    padding-top: 230px;
  }

  .nm-network-map__node--nextmake {
    grid-column: auto;
  }

  .nm-contact__actions,
  .nm-contact__actions .nm-button {
    width: 100%;
  }
}

@media (max-width: 783px) {
  .nm-hero-node__trace {
    display: none;
  }

  .nm-hero-node {
    width: auto;
    min-height: 68px;
  }

  .nm-hero-node__content small {
    display: block;
  }

  .nm-network-map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    align-content: end;
  }

  .nm-network-map__line,
  .nm-network-map__orbit {
    display: none;
  }

  .nm-network-map__node {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    min-height: 92px;
    transform: none !important;
  }

  .nm-network-map__node--nextmake {
    grid-column: 1 / -1;
    width: 170px !important;
    min-height: 170px;
    justify-self: center;
  }

  .nm-mission {
    min-height: 0;
  }

  .nm-mission__image {
    height: 440px;
  }

  .nm-mission__intro {
    min-height: 260px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .nm-mission__grid .nm-mission-card {
    min-height: 240px;
    padding: 24px;
  }

  .nm-mission-card__letter {
    font-size: 7rem;
  }

  .nm-contact__actions {
    align-items: stretch;
  }
}

@media (min-width: 784px) {
  .nm-network-map {
    min-height: 620px;
    padding: 0;
  }

  .nm-network-map__node {
    width: 31%;
    min-height: 94px;
  }

  .nm-network-map__node--education {
    top: 24px;
    left: 24px;
  }

  .nm-network-map__node--government {
    top: 24px;
    right: 24px;
  }

  .nm-network-map__node--business {
    bottom: 24px;
    left: 24px;
  }

  .nm-network-map__node--community {
    right: 24px;
    bottom: 24px;
  }

  .nm-network-map__node--nextmake {
    top: 50%;
    left: 50%;
    width: 30%;
    min-height: auto;
    aspect-ratio: 1;
    transform: translate(-50%, 100%);
  }

  .nm-mission__grid .nm-mission-card--vision {
    transform: translateY(28px);
  }

  .nm-contact__actions {
    min-width: 0;
  }
}

@media (min-width: 1200px) {
  .nm-hero-node {
    width: 232px;
    min-height: 76px;
  }

  .nm-cocreation__grid {
    grid-template-columns: minmax(0, 0.58fr) minmax(660px, 1.42fr);
    gap: 70px;
  }

  .nm-network-map {
    min-height: 680px;
  }

  .nm-network-map__node {
    width: 29%;
  }

  .nm-network-map__node--nextmake {
    width: 28%;
  }

  .nm-mission__intro {
    min-height: 310px;
  }
}

@media (min-width: 1440px) {
  .nm-home .nm-section-heading h2 {
    font-size: 3.05rem;
  }

  .nm-hero-node {
    width: 244px;
  }

  .nm-cocreation__grid {
    grid-template-columns: minmax(0, 0.54fr) minmax(760px, 1.46fr);
    gap: 90px;
  }

  .nm-network-map {
    min-height: 720px;
  }

  .nm-mission__grid .nm-mission-card {
    min-height: 290px;
    padding: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-network-map__image,
  .nm-network-map__orbit,
  .nm-network-map__line::after,
  .nm-network-map__node--nextmake::before,
  .nm-network-map__node--nextmake > i {
    animation: none !important;
    transform: none;
  }

}

@media (max-width: 384px) {
  .nm-hero-node__content small {
    display: none;
  }
}

@media (min-width: 784px) and (prefers-reduced-motion: reduce) {
  .nm-network-map__node--nextmake {
    transform: translate(-50%, 100%) !important;
  }
}

/* ==========================================================
 * Full-view service stories and visual value flow — v1.5
 * ========================================================== */

/* Five optimized service images now fill the first viewport. */
.nm-hero {
  min-height: max(760px, 100svh);
  background: #f3f9fd;
}

.nm-hero__slides {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.nm-hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  transition:
    opacity 1600ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 1600ms;
}

.nm-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 1600ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0s;
}

.nm-hero-slide::before,
.nm-hero-slide::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}

.nm-hero-slide::before {
  background:
    radial-gradient(circle at 72% 46%, transparent 0 23%, rgba(21, 188, 219, 0.08) 44%, transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(235, 247, 253, 0.2));
}

.nm-hero-slide::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.91) 29%, rgba(255, 255, 255, 0.48) 53%, rgba(242, 250, 255, 0.14) 78%, rgba(234, 247, 253, 0.2)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.66) 0%, transparent 24%, transparent 68%, rgba(239, 249, 254, 0.9) 100%);
}

.nm-hero-slide__image {
  position: absolute;
  inset: -2%;
  width: 104%;
  height: 104%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.83) contrast(0.97) brightness(1.03);
  transform: scale(1.055);
  transition: transform 9s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.nm-hero-slide.is-active .nm-hero-slide__image {
  transform: scale(1.015);
}

.nm-hero-slide[data-slide-index="0"] .nm-hero-slide__image {
  object-position: center 48%;
}

.nm-hero-slide[data-slide-index="1"] .nm-hero-slide__image {
  object-position: center 54%;
}

.nm-hero-slide[data-slide-index="2"] .nm-hero-slide__image {
  object-position: center 50%;
}

.nm-hero-slide[data-slide-index="3"] .nm-hero-slide__image {
  object-position: center 46%;
}

.nm-hero-slide[data-slide-index="4"] .nm-hero-slide__image {
  object-position: center 52%;
}

.nm-hero-slide__caption {
  position: absolute;
  right: max(28px, calc((100vw - 1400px) / 2));
  bottom: 142px;
  z-index: 3;
  display: grid;
  min-width: 230px;
  gap: 2px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 18px 5px 18px 5px;
  color: #153d5b;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 22px 60px rgba(8, 67, 115, 0.12);
  opacity: 0;
  transform: translate3d(18px, 0, 0);
  transition:
    opacity 900ms ease 600ms,
    transform 1200ms cubic-bezier(0.16, 1, 0.3, 1) 450ms;
  backdrop-filter: blur(18px) saturate(130%);
}

.nm-hero-slide.is-active .nm-hero-slide__caption {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.nm-hero-slide__caption > span {
  color: #087bc3;
  font-size: 0.55rem;
  letter-spacing: 0.14em;
}

.nm-hero-slide__caption strong {
  font-size: 1rem;
}

.nm-hero-slide__caption small {
  color: #5d788d;
  font-size: 0.62rem;
}

.nm-hero__wash {
  z-index: 1;
  background:
    radial-gradient(circle at 67% 48%, transparent 0 26%, rgba(255, 255, 255, 0.06) 50%, transparent 72%),
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.18) 73%, transparent 100%);
}

.nm-hero__canvas {
  z-index: 2;
  opacity: 0.72;
}

.nm-hero::after {
  z-index: 2;
  opacity: 0.72;
}

.nm-hero::before {
  z-index: 2;
  opacity: 0.68;
}

.nm-hero__grid,
.nm-hero__index,
.nm-scroll-cue {
  z-index: 4;
}

.nm-hero__grid {
  min-height: 610px;
}

.nm-hero__copy {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.nm-hero__copy h1 {
  color: #0d2942;
}

.nm-hero__description {
  color: #4f6d84;
}

.nm-hero__visual {
  min-height: 560px;
}

.nm-hero__aura {
  inset: 8% 9% 10%;
  border-color: rgba(0, 132, 209, 0.2);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.54), rgba(30, 205, 222, 0.08) 34%, transparent 64%),
    conic-gradient(from 20deg, transparent, rgba(0, 118, 218, 0.2), transparent 38%, rgba(33, 210, 222, 0.18), transparent 76%);
  box-shadow:
    0 0 0 36px rgba(255, 255, 255, 0.11),
    0 0 0 76px rgba(0, 133, 211, 0.025),
    0 0 80px rgba(29, 197, 220, 0.12);
  backdrop-filter: blur(4px);
}

.nm-hero__core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: grid;
  width: 150px;
  aspect-ratio: 1;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(22, 193, 217, 0.4);
  border-radius: 50%;
  color: #0d4f78;
  background:
    radial-gradient(circle at 40% 30%, rgba(255, 255, 255, 0.96), rgba(226, 247, 253, 0.76) 58%, rgba(26, 194, 217, 0.13));
  box-shadow:
    0 24px 70px rgba(0, 89, 151, 0.16),
    0 0 0 9px rgba(255, 255, 255, 0.24),
    0 0 45px rgba(31, 202, 220, 0.2);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(20px) saturate(135%);
}

.nm-hero__core::before {
  position: absolute;
  inset: -7px;
  border-top: 1px solid #23cddd;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #087bd8;
  border-left: 1px solid transparent;
  border-radius: 50%;
  content: "";
  animation: nm-aura-spin 16s linear infinite;
}

.nm-hero__core > span {
  font-family: var(--nm-font-display);
  font-size: 2.2rem;
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 1;
}

.nm-hero__core > small {
  margin-top: 5px;
  font-size: 0.48rem;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-align: center;
}

.nm-hero__core > i {
  position: absolute;
  top: 14%;
  right: 15%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25cfdd;
  box-shadow: 0 0 0 5px rgba(37, 207, 221, 0.1), 0 0 20px rgba(37, 207, 221, 0.62);
  animation: nm-dot-pulse 2.4s ease-in-out infinite;
}

.nm-hero-node {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.91), rgba(235, 248, 255, 0.67)),
    rgba(255, 255, 255, 0.72);
  opacity: 0.68;
  filter: saturate(0.82);
  transition:
    opacity 360ms ease,
    filter 360ms ease,
    border-color 300ms ease,
    box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-hero-node.is-active,
.nm-hero-node:hover,
.nm-hero-node:focus-visible {
  border-color: rgba(0, 160, 214, 0.58);
  box-shadow:
    0 28px 70px rgba(0, 91, 154, 0.22),
    inset 0 1px 0 #ffffff;
  opacity: 1;
  filter: none;
}

.nm-hero-node.is-active::before {
  opacity: 1;
}

.nm-hero-node.is-active::after {
  width: 5px;
  opacity: 1;
}

.nm-hero__proof {
  bottom: 0;
}

.nm-hero__index {
  background: rgba(255, 255, 255, 0.57);
  box-shadow:
    0 18px 50px rgba(7, 68, 115, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px) saturate(130%);
}

.nm-hero__index a {
  overflow: hidden;
  opacity: 0.62;
  transition: opacity 260ms ease, color 260ms ease, background 260ms ease;
}

.nm-hero__index a.is-active,
.nm-hero__index a[aria-current="true"] {
  color: #086eb9;
  background: rgba(235, 248, 255, 0.74);
  opacity: 1;
}

.nm-hero__index a > i {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #087be1, #24cedc);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
}

.nm-hero__index a.is-active > i,
.nm-hero__index a[aria-current="true"] > i {
  animation: nm-slide-progress 6.2s linear both;
}

/* How We Create Value becomes a visual, sequential journey. */
.nm-method {
  background:
    radial-gradient(circle at 23% 54%, rgba(30, 205, 221, 0.1), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(0, 124, 219, 0.08), transparent 24%),
    #ffffff;
}

.nm-method__story {
  position: relative;
  display: grid;
  gap: 30px;
  align-items: stretch;
}

.nm-method__visual {
  position: relative;
  min-height: 380px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 111, 194, 0.15);
  border-radius: 30px 8px 30px 8px;
  background: #eaf6fd;
  box-shadow:
    0 34px 90px rgba(9, 75, 130, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.nm-method__visual::before,
.nm-method__visual::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.nm-method__visual::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 48%, rgba(2, 43, 76, 0.42)),
    linear-gradient(110deg, rgba(255, 255, 255, 0.34), transparent 35%);
}

.nm-method__visual::after {
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 22px 4px 22px 4px;
}

.nm-method__image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 65% center;
  filter: saturate(0.87) contrast(1.01);
  transform: scale(1.015);
  transition: transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-method__visual:hover .nm-method__image {
  transform: scale(1.045);
}

.nm-method__visual-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(135deg, black, transparent 68%);
  pointer-events: none;
}

.nm-method__visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  color: #ffffff;
}

.nm-method__visual figcaption span {
  font-size: 0.55rem;
  letter-spacing: 0.14em;
}

.nm-method__visual figcaption strong {
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  text-align: right;
}

.nm-method__timeline {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}

.nm-method__timeline::before {
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: 27px;
  z-index: 0;
  width: 1px;
  background: linear-gradient(180deg, #087adb, #25cfdc 82%, rgba(37, 207, 220, 0.08));
  box-shadow: 0 0 12px rgba(30, 198, 219, 0.22);
  content: "";
}

.nm-method__steps.nm-method__timeline li {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 112px;
  grid-template-columns: 56px minmax(0, 1fr) 24px;
  gap: 14px;
  align-items: center;
  padding: 18px 4px 18px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 111, 192, 0.11);
  border-radius: 0;
  color: #153d5b;
  background: transparent;
  box-shadow: none;
  transform: none;
  transition: padding 320ms cubic-bezier(0.16, 1, 0.3, 1), background 260ms ease;
}

.nm-method__steps.nm-method__timeline li::before,
.nm-method__steps.nm-method__timeline li::after {
  display: none;
}

.nm-method__steps.nm-method__timeline li:last-child {
  border-bottom: 0;
}

.nm-method__steps.nm-method__timeline li:hover {
  padding-right: 14px;
  padding-left: 10px;
  background: linear-gradient(90deg, rgba(236, 249, 255, 0.76), rgba(255, 255, 255, 0));
  box-shadow: none;
  transform: none;
}

.nm-method__marker {
  position: relative;
  display: grid;
  width: 56px;
  height: 56px;
  margin: 0;
  border: 1px solid rgba(0, 125, 205, 0.22);
  border-radius: 50%;
  color: #0879c5;
  background:
    radial-gradient(circle, rgba(35, 207, 221, 0.16), transparent 58%),
    rgba(255, 255, 255, 0.94);
  box-shadow:
    0 10px 28px rgba(9, 82, 138, 0.11),
    0 0 0 6px rgba(255, 255, 255, 0.64);
  place-items: center;
}

.nm-method__marker::before {
  position: absolute;
  inset: -4px;
  border-top: 1px solid #22cadb;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #087adb;
  border-left: 1px solid transparent;
  border-radius: 50%;
  content: "";
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-method__timeline li:hover .nm-method__marker::before {
  transform: rotate(150deg);
}

.nm-method__marker i {
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nm-method__timeline li > div {
  min-width: 0;
}

.nm-method__steps.nm-method__timeline strong {
  margin: 0;
  color: #133d5c;
  font-size: 0.95rem;
}

.nm-method__steps.nm-method__timeline p {
  max-width: 480px;
  margin-top: 6px;
  color: #5b7488;
  font-size: 0.74rem;
  line-height: 1.7;
}

.nm-method__arrow {
  color: #13a9d0;
  font-size: 0.72rem;
  text-align: center;
}

.nm-method__timeline li:last-child .nm-method__arrow {
  display: none;
}

.nm-method .nm-capabilities {
  margin-top: 38px;
}

@keyframes nm-slide-progress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media (max-width: 384px) {
  .nm-hero-slide__caption {
    display: none;
  }

  .nm-hero__core {
    width: 112px;
  }

  .nm-method__visual figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nm-method__visual figcaption strong {
    text-align: left;
  }
}

@media (max-width: 783px) {
  .nm-hero {
    min-height: 1180px;
  }

  .nm-hero-slide::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 28%, rgba(255, 255, 255, 0.18) 52%, rgba(239, 249, 254, 0.9) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.4), transparent);
  }

  .nm-hero-slide__image {
    object-position: center 40%;
  }

  .nm-hero-slide__caption {
    right: 20px;
    bottom: 38%;
  }

  .nm-hero__wash {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.44) 38%, transparent 70%);
  }

  .nm-hero__visual {
    min-height: 640px;
  }

  .nm-hero__aura {
    inset: 7% 12% 36%;
  }

  .nm-hero__core {
    top: 31%;
  }

  .nm-hero__nodes {
    bottom: 12px;
  }

  .nm-method__visual {
    min-height: 360px;
  }
}

@media (min-width: 784px) {
  .nm-hero__grid {
    min-height: 660px;
  }

  .nm-hero__core {
    width: 140px;
  }

  .nm-method__story {
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
    gap: 52px;
  }

  .nm-method__visual {
    min-height: 600px;
  }

  .nm-method__timeline {
    align-content: center;
  }

  .nm-method__steps.nm-method__timeline {
    grid-template-columns: 1fr;
    gap: 0;
    background: transparent;
  }
}

@media (min-width: 1200px) {
  .nm-hero__grid {
    min-height: 720px;
  }

  .nm-hero__visual {
    min-height: 650px;
  }

  .nm-hero__core {
    width: 156px;
  }

  .nm-method__story {
    grid-template-columns: minmax(500px, 0.95fr) minmax(520px, 1.05fr);
    gap: 74px;
  }

  .nm-method__visual {
    min-height: 650px;
  }
}

@media (min-width: 1440px) {
  .nm-hero {
    min-height: max(840px, 100svh);
  }

  .nm-hero__grid {
    min-height: 760px;
  }

  .nm-hero__visual {
    min-height: 700px;
  }

  .nm-hero__core {
    width: 170px;
  }

  .nm-method__story {
    grid-template-columns: minmax(560px, 0.95fr) minmax(570px, 1.05fr);
    gap: 90px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-hero-slide,
  .nm-hero-slide__image,
  .nm-hero-slide__caption,
  .nm-hero__index a > i,
  .nm-hero__core::before,
  .nm-hero__core > i {
    animation: none !important;
    transition: none !important;
  }

  .nm-hero-slide__image,
  .nm-method__image {
    transform: none !important;
  }
}

/* ==========================================================
 * NMClaw visual product story — v1.6
 * ========================================================== */

/* Keep section messages concise and comfortably readable. */
.nm-nmclaw .nm-section-heading h2 {
  max-width: 760px;
  font-size: clamp(1.45rem, 3.1vw, 2.15rem);
  letter-spacing: -0.035em;
  line-height: 1.3;
}

.nm-nmclaw .nm-section-heading > p:last-child,
.nm-nmclaw .nm-section-heading--row > p {
  max-width: 620px;
  font-size: 0.82rem;
  line-height: 1.85;
}

.nm-nmclaw-cta h2 {
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
}

/* Hero: AI chat → automatic routing → dashboard. */
.nm-nmclaw-hero__visual {
  min-height: 0;
  isolation: isolate;
}

.nm-nmclaw-hero__image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1.6 / 1;
  border-radius: 30px 8px 30px 8px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.01);
  box-shadow:
    0 38px 100px rgba(8, 91, 153, 0.17),
    0 0 0 10px rgba(255, 255, 255, 0.44);
}

.nm-nmclaw-hero__visual::before {
  position: absolute;
  inset: -10% -8%;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 58%, rgba(31, 207, 224, 0.22), transparent 26%),
    radial-gradient(circle at 78% 44%, rgba(0, 119, 223, 0.18), transparent 35%);
  filter: blur(36px);
  content: "";
  pointer-events: none;
}

.nm-nmclaw-hero__route {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: auto minmax(24px, 1fr) auto minmax(24px, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 14px 4px 14px 4px;
  color: #075f9e;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 40px rgba(7, 79, 130, 0.12);
  font-size: 0.52rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  backdrop-filter: blur(16px) saturate(135%);
}

.nm-nmclaw-hero__route i {
  position: relative;
  height: 1px;
  overflow: visible;
  background: linear-gradient(90deg, rgba(0, 119, 220, 0.18), #20cbdc);
}

.nm-nmclaw-hero__route i::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #12b9d6;
  border-right: 1px solid #12b9d6;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

/* Why NMClaw: one visual transformation with supporting proof points. */
.nm-nmclaw-problem {
  background:
    radial-gradient(circle at 10% 70%, rgba(31, 203, 222, 0.08), transparent 28%),
    #ffffff;
}

.nm-nmclaw-problem__story {
  display: grid;
  gap: 28px;
  align-items: stretch;
}

.nm-nmclaw-problem__visual {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 112, 194, 0.15);
  border-radius: 30px 8px 30px 8px;
  background: #edf8fe;
  box-shadow: 0 32px 90px rgba(8, 74, 126, 0.13);
}

.nm-nmclaw-problem__visual::after {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 22px 4px 22px 4px;
  content: "";
  pointer-events: none;
}

.nm-nmclaw-problem__image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-nmclaw-problem__visual:hover .nm-nmclaw-problem__image {
  transform: scale(1.045);
}

.nm-nmclaw-problem__visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 14px 4px 14px 4px;
  color: #0c517e;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px) saturate(130%);
}

.nm-nmclaw-problem__visual figcaption span {
  color: #087bc9;
  font-size: 0.52rem;
  letter-spacing: 0.13em;
}

.nm-nmclaw-problem__visual figcaption strong {
  max-width: 360px;
  font-size: 0.86rem;
  text-align: right;
}

.nm-nmclaw-problem__grid {
  grid-template-columns: 1fr;
  gap: 0;
  align-content: center;
}

.nm-nmclaw-problem__grid article {
  position: relative;
  padding: 24px 20px 24px 72px;
  border: 0;
  border-bottom: 1px solid rgba(0, 108, 193, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.nm-nmclaw-problem__grid article:last-child {
  border-bottom: 0;
}

.nm-nmclaw-problem__grid article > span {
  position: absolute;
  top: 27px;
  left: 8px;
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 125, 205, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 203, 220, 0.15), #ffffff 70%);
  box-shadow: 0 8px 25px rgba(8, 80, 135, 0.1);
  place-items: center;
}

.nm-nmclaw-problem__grid h3 {
  margin-top: 0;
}

/* How it works: product visualization first, exact steps second. */
.nm-nmclaw-flow {
  background:
    radial-gradient(circle at 50% 42%, rgba(31, 205, 224, 0.1), transparent 38%),
    linear-gradient(180deg, #f6fbff, #ffffff);
}

.nm-nmclaw-flow__visual {
  position: relative;
  margin: 0 0 30px;
  overflow: hidden;
  border: 1px solid rgba(0, 111, 197, 0.15);
  border-radius: 28px 8px 28px 8px;
  background: #f1f9ff;
  box-shadow:
    0 32px 90px rgba(8, 75, 130, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.nm-nmclaw-flow__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2.5 / 1;
  object-fit: cover;
}

.nm-nmclaw-flow__scan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12%;
  width: 16%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.68), transparent);
  filter: blur(8px);
  animation: nm-nmclaw-flow-scan 7s ease-in-out infinite;
  pointer-events: none;
}

.nm-nmclaw-flow__steps {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  background: transparent;
}

.nm-nmclaw-flow__steps::before {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 23px;
  width: 1px;
  background: linear-gradient(180deg, #087ada, #22cedd);
  box-shadow: 0 0 12px rgba(27, 196, 218, 0.24);
  content: "";
}

.nm-nmclaw-flow__steps li {
  position: relative;
  display: grid;
  min-height: 96px;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 108, 193, 0.1);
  background: transparent;
}

.nm-nmclaw-flow__steps li:last-child {
  border-bottom: 0;
}

.nm-nmclaw-flow__number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 126, 206, 0.25);
  border-radius: 50%;
  color: #0879c6;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 10px 28px rgba(8, 77, 131, 0.1),
    0 0 0 5px rgba(243, 250, 255, 0.9);
  place-items: center;
}

.nm-nmclaw-flow__steps strong {
  margin: 0;
  color: #143f5f;
  font-size: 0.86rem;
}

.nm-nmclaw-flow__steps p {
  margin-top: 5px;
  font-size: 0.7rem;
  line-height: 1.7;
}

/* Deployment proof replaces the former generic use-case tiles. */
.nm-nmclaw-cases {
  background:
    radial-gradient(circle at 86% 20%, rgba(28, 203, 220, 0.08), transparent 26%),
    #ffffff;
}

.nm-nmclaw-case {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(0, 109, 194, 0.14);
  border-radius: 30px 8px 30px 8px;
  background: #ffffff;
  box-shadow: 0 32px 90px rgba(8, 74, 126, 0.12);
}

.nm-nmclaw-case__media {
  position: relative;
  display: block;
  min-height: 330px;
  overflow: hidden;
  background: #edf8fe;
}

.nm-nmclaw-case__image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-nmclaw-case:hover .nm-nmclaw-case__image {
  transform: scale(1.035);
}

.nm-nmclaw-case__media > span {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 100px;
  color: #ffffff;
  background: linear-gradient(120deg, #0878dd, #1ac8d9);
  box-shadow: 0 10px 28px rgba(0, 102, 190, 0.22);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
}

.nm-nmclaw-case__body {
  align-self: center;
  padding: clamp(28px, 5vw, 58px);
}

.nm-nmclaw-case__body h3 {
  max-width: 680px;
  margin: 9px 0 14px;
  color: #123c5b;
  font-size: clamp(1.15rem, 2.6vw, 1.65rem);
  line-height: 1.45;
}

.nm-nmclaw-case__body h3 a {
  color: inherit;
}

.nm-nmclaw-case__body > p:not(.nm-kicker) {
  max-width: 660px;
  margin: 0;
  color: #5a7388;
  font-size: 0.78rem;
  line-height: 1.85;
}

.nm-nmclaw-case__body ul {
  display: grid;
  gap: 8px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.nm-nmclaw-case__body li {
  position: relative;
  padding-left: 20px;
  color: #2b5c7d;
  font-size: 0.72rem;
}

.nm-nmclaw-case__body li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 1px;
  background: linear-gradient(90deg, #0879d9, #21ccdc);
  box-shadow: 0 0 8px rgba(27, 199, 219, 0.4);
  content: "";
}

@keyframes nm-nmclaw-flow-scan {
  0%,
  18% {
    transform: translateX(0);
    opacity: 0;
  }

  36% {
    opacity: 0.7;
  }

  72%,
  100% {
    transform: translateX(720%);
    opacity: 0;
  }
}

@media (max-width: 384px) {
  .nm-nmclaw .nm-section-heading h2 {
    font-size: 1.35rem;
  }

  .nm-nmclaw-hero__route {
    right: 9px;
    bottom: 9px;
    left: 9px;
    gap: 5px;
    padding: 8px 9px;
    font-size: 0.4rem;
    letter-spacing: 0.08em;
  }

  .nm-nmclaw-problem__visual {
    min-height: 320px;
  }

  .nm-nmclaw-problem__visual figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    align-items: flex-start;
    flex-direction: column;
  }

  .nm-nmclaw-problem__visual figcaption strong {
    text-align: left;
  }
}

@media (max-width: 783px) {
  .nm-nmclaw-hero {
    min-height: 0;
  }

  .nm-nmclaw-hero__image {
    aspect-ratio: 1.35 / 1;
  }

  .nm-nmclaw-flow__visual {
    margin-right: calc(var(--nm-gutter) * -1);
    margin-left: calc(var(--nm-gutter) * -1);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .nm-nmclaw-flow__image {
    width: 150%;
    max-width: none;
    aspect-ratio: 2.5 / 1;
    transform: translateX(-16.66%);
  }

  .nm-nmclaw-case__media {
    min-height: 300px;
  }
}

@media (min-width: 784px) {
  .nm-nmclaw-problem__story {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    gap: 48px;
  }

  .nm-nmclaw-problem__visual {
    min-height: 520px;
  }

  .nm-nmclaw-flow__steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
  }

  .nm-nmclaw-flow__steps::before {
    top: 23px;
    right: 8%;
    bottom: auto;
    left: 8%;
    width: auto;
    height: 1px;
  }

  .nm-nmclaw-flow__steps li {
    min-height: 158px;
    grid-template-columns: 1fr;
    align-content: start;
    justify-items: center;
    padding: 0 14px 20px;
    border-right: 1px solid rgba(0, 108, 193, 0.1);
    border-bottom: 0;
    text-align: center;
  }

  .nm-nmclaw-flow__steps li:last-child {
    border-right: 0;
  }

  .nm-nmclaw-flow__steps li > div {
    padding-top: 14px;
  }

  .nm-nmclaw-case {
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  }

  .nm-nmclaw-case__media {
    min-height: 430px;
  }
}

@media (min-width: 1200px) {
  .nm-nmclaw-hero__visual,
  .nm-nmclaw-hero__image {
    min-height: 0;
  }

  .nm-nmclaw-problem__story {
    grid-template-columns: minmax(580px, 1.12fr) minmax(380px, 0.88fr);
    gap: 70px;
  }

  .nm-nmclaw-problem__visual {
    min-height: 570px;
  }

  .nm-nmclaw-flow__steps li {
    padding-inline: 22px;
  }

  .nm-nmclaw-case__media {
    min-height: 500px;
  }
}

@media (min-width: 1440px) {
  .nm-nmclaw .nm-section-heading h2 {
    font-size: 2.15rem;
  }

  .nm-nmclaw-problem__story {
    gap: 90px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-nmclaw-flow__scan {
    display: none;
  }

  .nm-nmclaw-problem__image,
  .nm-nmclaw-case__image {
    transition: none;
    transform: none;
  }
}

/* ==========================================================================
   Tourism DX service page / v1.7
   ========================================================================== */
.nm-tourism {
  --nm-tourism-ink: #09213a;
  --nm-tourism-muted: #587087;
  --nm-tourism-line: rgba(10, 111, 190, 0.16);
  --nm-tourism-pale: #f1f9ff;
  position: relative;
  overflow: hidden;
  color: var(--nm-tourism-ink);
  background: #fff;
}

.nm-tourism .nm-section {
  background: #fff;
}

.nm-tourism .nm-section-heading h2,
.nm-tourism h2 {
  color: var(--nm-tourism-ink);
  font-size: clamp(1.55rem, 3.15vw, 2.45rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.3;
}

.nm-tourism .nm-section-heading > p:last-child {
  color: var(--nm-tourism-muted);
}

.nm-tourism .nm-kicker {
  color: #0875c8;
}

.nm-tourism .nm-button--ghost {
  --nm-button-bg: rgba(255, 255, 255, 0.72);
  --nm-button-color: #075ca8;
  border-color: rgba(7, 111, 190, 0.24);
  box-shadow: 0 10px 30px rgba(13, 88, 147, 0.08);
}

.nm-tourism-hero {
  position: relative;
  display: grid;
  min-height: min(860px, 100svh);
  align-items: center;
  overflow: hidden;
  padding: calc(var(--nm-header-height) + 60px) 0 72px;
  isolation: isolate;
  background:
    radial-gradient(circle at 79% 37%, rgba(31, 199, 255, 0.22), transparent 31%),
    radial-gradient(circle at 14% 12%, rgba(58, 135, 255, 0.12), transparent 27%),
    linear-gradient(135deg, #fff 0%, #f8fcff 48%, #eaf8ff 100%);
}

.nm-tourism-hero::before,
.nm-tourism-hero::after {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  content: "";
  pointer-events: none;
}

.nm-tourism-hero::before {
  top: 15%;
  right: -12%;
  width: min(58vw, 840px);
  aspect-ratio: 1;
  border: 1px solid rgba(25, 149, 232, 0.15);
  box-shadow:
    0 0 0 42px rgba(38, 193, 244, 0.035),
    0 0 0 110px rgba(38, 193, 244, 0.025);
}

.nm-tourism-hero::after {
  bottom: -20%;
  left: -14%;
  width: 46vw;
  max-width: 660px;
  aspect-ratio: 1;
  background: rgba(73, 199, 255, 0.12);
  filter: blur(85px);
}

.nm-tourism-hero__mesh,
.nm-tourism-journey__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(9, 107, 180, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 107, 180, 0.055) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 78%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 78%, transparent);
}

.nm-tourism-hero__grid {
  position: relative;
  display: grid;
  align-items: center;
  gap: 48px;
}

.nm-tourism-hero__copy {
  position: relative;
  z-index: 2;
}

.nm-tourism-hero__copy h1 {
  max-width: 680px;
  margin: 0;
  color: var(--nm-tourism-ink);
  font-family: var(--nm-font-sans);
  font-size: clamp(2.15rem, 4.6vw, 3.65rem);
  font-weight: 670;
  letter-spacing: -0.055em;
  line-height: 1.23;
}

.nm-tourism-hero__lead {
  max-width: 640px;
  margin: 25px 0 0;
  color: var(--nm-tourism-muted);
  font-size: clamp(0.96rem, 1.2vw, 1.08rem);
  line-height: 2;
}

.nm-tourism-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.nm-tourism-hero__points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(4, 112, 192, 0.14);
  border-radius: 999px;
  color: #2f668d;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 9px 24px rgba(23, 114, 180, 0.06);
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.35;
  backdrop-filter: blur(10px);
}

.nm-tourism-hero__points li::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nm-blue), var(--nm-cyan));
  box-shadow: 0 0 12px rgba(36, 217, 242, 0.7);
  content: "";
}

.nm-tourism-hero__visual {
  --nm-tourism-x: 0px;
  --nm-tourism-y: 0px;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(53, 161, 224, 0.2);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.43);
  box-shadow:
    0 42px 100px rgba(15, 100, 166, 0.19),
    inset 0 1px rgba(255, 255, 255, 0.9);
  transform: translate3d(var(--nm-tourism-x), var(--nm-tourism-y), 0);
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
  backdrop-filter: blur(12px);
}

.nm-tourism-hero__visual::before {
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(130deg, rgba(22, 115, 255, 0.3), transparent 35%, rgba(45, 226, 255, 0.34));
  content: "";
  filter: blur(13px);
  opacity: 0.5;
}

.nm-tourism-hero__image {
  width: 100%;
  aspect-ratio: 1.565 / 1;
  border-radius: 21px;
  object-fit: cover;
}

.nm-tourism-hero__visual figcaption {
  position: absolute;
  right: 7%;
  bottom: 7%;
  left: 7%;
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 1vw, 15px);
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 999px;
  color: #dff9ff;
  background: rgba(2, 25, 54, 0.68);
  box-shadow: 0 18px 42px rgba(0, 25, 63, 0.28);
  font-family: var(--nm-font-display);
  font-size: clamp(0.48rem, 0.6vw, 0.65rem);
  font-weight: 750;
  letter-spacing: 0.1em;
  backdrop-filter: blur(15px);
}

.nm-tourism-hero__visual figcaption i {
  width: clamp(14px, 2vw, 38px);
  height: 1px;
  background: linear-gradient(90deg, rgba(104, 231, 255, 0.2), #61dcff);
}

.nm-tourism-hero__ring {
  position: absolute;
  top: 7%;
  right: 8%;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(125, 238, 255, 0.75);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(60, 205, 255, 0.09), 0 0 34px rgba(31, 190, 255, 0.55);
  animation: nm-tourism-pulse 3.8s ease-in-out infinite;
}

.nm-tourism-hero__scroll {
  right: auto;
  bottom: 25px;
  left: max(16px, calc((100vw - 1280px) / 2));
  color: #347093;
}

.nm-tourism-about {
  padding-block: clamp(76px, 9vw, 130px);
}

.nm-tourism-about__grid {
  display: grid;
  gap: 34px;
}

.nm-tourism-about .nm-section-heading {
  margin: 0;
}

.nm-tourism-about__body {
  max-width: 720px;
}

.nm-tourism-about__body > p {
  margin: 0;
  color: var(--nm-tourism-muted);
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  line-height: 2.15;
}

.nm-tourism-about__principles {
  display: grid;
  gap: 8px;
  margin-top: 30px;
}

.nm-tourism-about__principles span {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 48px;
  padding: 10px 15px;
  border-bottom: 1px solid var(--nm-tourism-line);
  color: #194d72;
  font-weight: 650;
}

.nm-tourism-about__principles i {
  color: #1591d0;
  font-family: var(--nm-font-display);
  font-size: 0.68rem;
  font-style: normal;
  letter-spacing: 0.1em;
}

.nm-tourism-journey {
  overflow: hidden;
  background: linear-gradient(180deg, #f2faff 0%, #fff 100%) !important;
}

.nm-tourism-journey__grid {
  z-index: 0;
  opacity: 0.6;
}

.nm-tourism-journey > .nm-shell {
  position: relative;
  z-index: 1;
}

.nm-tourism-journey__visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(38, 148, 214, 0.18);
  border-radius: 24px;
  background: #072441;
  box-shadow: 0 30px 80px rgba(13, 92, 150, 0.17);
}

.nm-tourism-journey__image {
  width: 100%;
  aspect-ratio: 2.5 / 1;
  object-fit: cover;
}

.nm-tourism-journey__visual::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.nm-tourism-journey__beam {
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: -15%;
  width: 14%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(109, 229, 255, 0.62), transparent);
  filter: blur(4px);
  transform: skewX(-13deg);
}

.nm-tourism-journey__visual.is-playing .nm-tourism-journey__beam {
  animation: nm-tourism-scan 3.2s cubic-bezier(0.3, 0.7, 0.3, 1) 250ms 2;
}

.nm-tourism-journey__steps {
  position: relative;
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.nm-tourism-journey__steps::before {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 20px;
  width: 1px;
  background: linear-gradient(#13a6ed, rgba(19, 166, 237, 0.1));
  content: "";
}

.nm-tourism-journey__steps li {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  padding: 0 0 24px;
}

.nm-tourism-journey__steps li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(15, 154, 222, 0.3);
  border-radius: 50%;
  color: #087cc1;
  background: #fff;
  box-shadow: 0 9px 22px rgba(20, 112, 169, 0.12);
  font-family: var(--nm-font-display);
  font-size: 0.66rem;
  font-weight: 750;
}

.nm-tourism-journey__steps strong {
  display: block;
  color: var(--nm-tourism-ink);
  font-size: 0.93rem;
  line-height: 1.5;
}

.nm-tourism-journey__steps p {
  margin: 5px 0 0;
  color: var(--nm-tourism-muted);
  font-size: 0.79rem;
  line-height: 1.75;
}

.nm-tourism-story {
  padding-block: clamp(82px, 10vw, 148px);
}

.nm-tourism-story__grid {
  display: grid;
  align-items: center;
  gap: 42px;
}

.nm-tourism-story__visual,
.nm-tourism-map__visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  box-shadow: 0 32px 76px rgba(13, 75, 122, 0.15);
}

.nm-tourism-story__image,
.nm-tourism-map__image {
  width: 100%;
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.nm-tourism-story__visual:hover .nm-tourism-story__image,
.nm-tourism-map__visual:hover .nm-tourism-map__image {
  transform: scale(1.025);
}

.nm-tourism-story__visual figcaption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--nm-font-display);
  font-size: 0.6rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.nm-tourism-story__visual figcaption i {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.48);
}

.nm-tourism-story__copy h2 {
  margin: 0;
}

.nm-tourism-story__copy > p:not(.nm-kicker) {
  margin: 24px 0 0;
  color: var(--nm-tourism-muted);
  line-height: 2;
}

.nm-tourism-story__copy ul {
  display: grid;
  gap: 0;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.nm-tourism-story__copy li {
  position: relative;
  padding: 10px 0 10px 22px;
  border-bottom: 1px solid var(--nm-tourism-line);
  color: #245777;
  font-size: 0.82rem;
  font-weight: 620;
}

.nm-tourism-story__copy li::before {
  position: absolute;
  top: 18px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--nm-cyan);
  box-shadow: 0 0 14px rgba(36, 217, 242, 0.75);
  content: "";
}

.nm-tourism-map {
  background: #f4faff !important;
}

.nm-tourism-map__layout {
  display: grid;
  align-items: stretch;
  gap: 24px;
}

.nm-tourism-map__visual {
  min-height: 320px;
  background: #0a345c;
}

.nm-tourism-map__image {
  height: 100%;
}

.nm-tourism-map__pulse {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #20d5f2;
  box-shadow: 0 0 0 0 rgba(32, 213, 242, 0.65);
  animation: nm-tourism-map-pulse 3s ease-out infinite;
}

.nm-tourism-map__pulse--1 {
  top: 36%;
  left: 31%;
}

.nm-tourism-map__pulse--2 {
  right: 29%;
  bottom: 31%;
  animation-delay: 1.45s;
}

.nm-tourism-map__details {
  display: grid;
  gap: 16px;
}

.nm-tourism-map__details article {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(11, 119, 188, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 19px 48px rgba(18, 90, 142, 0.08);
}

.nm-tourism-map__details article::after {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(27, 181, 232, 0.14);
  border-radius: 50%;
  content: "";
}

.nm-tourism-map__details article > span {
  color: #0c8cc9;
  font-family: var(--nm-font-display);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.nm-tourism-map__details h3 {
  margin: 12px 0 0;
  color: var(--nm-tourism-ink);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.5;
}

.nm-tourism-map__details p {
  margin: 12px 0 0;
  color: var(--nm-tourism-muted);
  font-size: 0.82rem;
  line-height: 1.85;
}

.nm-tourism-map__categories {
  display: grid;
  gap: 7px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.nm-tourism-map__categories li {
  padding: 8px 10px;
  border-radius: 8px;
  color: #276387;
  background: #f0f8fd;
  font-size: 0.72rem;
  font-weight: 630;
}

.nm-tourism-map__languages {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.nm-tourism-map__languages i {
  display: grid;
  min-width: 43px;
  height: 43px;
  place-items: center;
  padding: 0 11px;
  border: 1px solid rgba(14, 145, 208, 0.2);
  border-radius: 50%;
  color: #0579b7;
  background: #f5fcff;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 750;
}

.nm-tourism-cycle {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 50% 53%, rgba(24, 192, 255, 0.22), transparent 22%),
    radial-gradient(circle at 85% 5%, rgba(22, 104, 255, 0.18), transparent 30%),
    #031328 !important;
}

.nm-tourism-cycle::before {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(74, 186, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 186, 255, 0.07) 1px, transparent 1px);
  background-size: 50px 50px;
  content: "";
  -webkit-mask-image: radial-gradient(circle at center, #000, transparent 78%);
  mask-image: radial-gradient(circle at center, #000, transparent 78%);
}

.nm-tourism-cycle .nm-shell {
  position: relative;
}

.nm-tourism-cycle .nm-section-heading h2,
.nm-tourism-cycle .nm-section-heading > p:last-child {
  color: #fff;
}

.nm-tourism-cycle__orbit {
  position: relative;
  display: grid;
  min-height: 590px;
  place-items: center;
  margin-top: 30px;
}

.nm-tourism-cycle__orbit::before,
.nm-tourism-cycle__orbit::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(69, 207, 255, 0.22);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.nm-tourism-cycle__orbit::before {
  width: min(82vw, 780px);
  height: min(52vw, 450px);
}

.nm-tourism-cycle__orbit::after {
  width: min(61vw, 580px);
  height: min(38vw, 330px);
  border-style: dashed;
}

.nm-tourism-cycle__core {
  position: relative;
  z-index: 2;
  display: grid;
  width: 164px;
  aspect-ratio: 1;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(112, 231, 255, 0.6);
  border-radius: 50%;
  text-align: center;
  background: rgba(7, 39, 72, 0.72);
  box-shadow:
    0 0 0 18px rgba(20, 175, 242, 0.05),
    0 0 65px rgba(22, 187, 255, 0.3),
    inset 0 0 30px rgba(62, 206, 255, 0.12);
  backdrop-filter: blur(12px);
}

.nm-tourism-cycle__core strong {
  font-size: 0.82rem;
}

.nm-tourism-cycle__core span {
  margin-top: 8px;
  color: #5edfff;
  font-family: var(--nm-font-display);
  font-size: 0.6rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  line-height: 1.4;
}

.nm-tourism-cycle__orbit ol {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nm-tourism-cycle__item {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 190px;
  min-height: 82px;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  border: 1px solid rgba(101, 210, 255, 0.22);
  border-radius: 14px;
  background: rgba(5, 31, 58, 0.76);
  box-shadow: 0 16px 38px rgba(0, 8, 25, 0.22);
  backdrop-filter: blur(10px);
}

.nm-tourism-cycle__item > span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(62, 209, 255, 0.35);
  border-radius: 50%;
  color: #5ee6ff;
  font-family: var(--nm-font-display);
  font-size: 0.58rem;
  font-weight: 750;
}

.nm-tourism-cycle__item strong {
  color: #e9f9ff;
  font-size: 0.76rem;
  line-height: 1.55;
}

.nm-tourism-cycle__item--1 {
  top: 3%;
  left: calc(50% - 95px);
}

.nm-tourism-cycle__item--2 {
  top: 30%;
  right: 2%;
}

.nm-tourism-cycle__item--3 {
  right: 16%;
  bottom: 3%;
}

.nm-tourism-cycle__item--4 {
  bottom: 3%;
  left: 16%;
}

.nm-tourism-cycle__item--5 {
  top: 30%;
  left: 2%;
}

.nm-tourism-benefits {
  background: linear-gradient(180deg, #fff, #f8fcff) !important;
}

.nm-tourism-benefits__grid {
  display: grid;
  gap: 13px;
}

.nm-tourism-benefits__grid article {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  padding: 26px 24px;
  border: 1px solid rgba(16, 123, 190, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 45px rgba(17, 91, 139, 0.07);
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.nm-tourism-benefits__grid article::after {
  position: absolute;
  right: -42px;
  bottom: -50px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(16, 161, 220, 0.11);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 20px rgba(19, 163, 222, 0.025);
}

.nm-tourism-benefits__grid article:hover {
  border-color: rgba(15, 151, 219, 0.35);
  box-shadow: 0 24px 55px rgba(17, 91, 139, 0.12);
  transform: translateY(-4px);
}

.nm-tourism-benefits__grid article > span {
  color: #0596d5;
  font-family: var(--nm-font-display);
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.nm-tourism-benefits__grid h3 {
  margin: 18px 0 0;
  color: var(--nm-tourism-ink);
  font-size: 1rem;
}

.nm-tourism-benefits__grid p {
  margin: 10px 0 0;
  color: var(--nm-tourism-muted);
  font-size: 0.79rem;
  line-height: 1.8;
}

.nm-tourism-cases {
  background: #eef8fe !important;
}

.nm-tourism-cases__grid {
  display: grid;
  gap: 18px;
}

.nm-tourism-case {
  overflow: hidden;
  border: 1px solid rgba(12, 112, 181, 0.15);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(13, 76, 124, 0.1);
}

.nm-tourism-case__media {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 250px;
  background: #0a365e;
}

.nm-tourism-case__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.nm-tourism-case:hover .nm-tourism-case__media img {
  transform: scale(1.035);
}

.nm-tourism-case__media > span {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 37, 72, 0.63);
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  backdrop-filter: blur(10px);
}

.nm-tourism-case__body {
  padding: clamp(25px, 4vw, 42px);
}

.nm-tourism-case__body h3 {
  margin: 7px 0 0;
  color: var(--nm-tourism-ink);
  font-size: clamp(1.18rem, 2vw, 1.65rem);
  line-height: 1.45;
}

.nm-tourism-case__body > p:not(.nm-kicker) {
  margin: 14px 0 0;
  color: var(--nm-tourism-muted);
  font-size: 0.85rem;
  line-height: 1.9;
}

.nm-tourism-case__body small {
  display: block;
  margin: 18px 0;
  color: #147fb5;
  font-size: 0.69rem;
  font-weight: 700;
}

.nm-tourism-secret {
  position: relative;
  overflow: hidden;
  padding-block: clamp(64px, 8vw, 105px);
  background: #fff;
}

.nm-tourism-secret__glow {
  position: absolute;
  top: 50%;
  left: 17%;
  width: min(38vw, 500px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(55, 205, 255, 0.16);
  filter: blur(90px);
  transform: translateY(-50%);
}

.nm-tourism-secret__inner {
  position: relative;
  display: grid;
  align-items: center;
  gap: 30px;
  padding: clamp(30px, 6vw, 68px);
  border: 1px solid rgba(13, 126, 197, 0.14);
  border-radius: 26px;
  background:
    linear-gradient(120deg, rgba(247, 253, 255, 0.95), rgba(235, 248, 255, 0.75));
  box-shadow: 0 28px 75px rgba(14, 92, 145, 0.09);
}

.nm-tourism-secret__object {
  position: relative;
  display: grid;
  width: 150px;
  aspect-ratio: 1;
  place-items: center;
  margin-inline: auto;
  border: 1px solid rgba(30, 170, 224, 0.2);
  border-radius: 36% 64% 58% 42% / 47% 40% 60% 53%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(121, 224, 255, 0.25));
  box-shadow: 0 25px 55px rgba(19, 129, 181, 0.16), inset 0 0 32px rgba(255, 255, 255, 0.75);
  transform: rotate(-8deg);
}

.nm-tourism-secret__object span {
  width: 58px;
  height: 70px;
  border: 1px solid rgba(9, 136, 202, 0.4);
  border-radius: 45% 45% 38% 38%;
  background: linear-gradient(150deg, #fff, #bceeff);
  box-shadow: 0 12px 28px rgba(10, 116, 171, 0.16);
}

.nm-tourism-secret__object i {
  position: absolute;
  width: 76%;
  aspect-ratio: 1;
  border: 1px dashed rgba(10, 141, 206, 0.27);
  border-radius: 50%;
}

.nm-tourism-secret h2 {
  margin: 0;
}

.nm-tourism-secret__inner > div:last-child > p:last-child {
  max-width: 690px;
  margin: 16px 0 0;
  color: var(--nm-tourism-muted);
}

.nm-tourism-cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(84px, 10vw, 140px);
  background:
    radial-gradient(circle at 50% 100%, rgba(30, 217, 255, 0.32), transparent 34%),
    linear-gradient(145deg, #03152a, #063c6c);
}

.nm-tourism-cta::before,
.nm-tourism-cta::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(99, 224, 255, 0.18);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -12%);
}

.nm-tourism-cta::before {
  width: min(110vw, 1180px);
  aspect-ratio: 2.2 / 1;
}

.nm-tourism-cta::after {
  width: min(83vw, 900px);
  aspect-ratio: 2.2 / 1;
}

.nm-tourism-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 890px;
  text-align: center;
}

.nm-tourism-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem, 3.4vw, 2.7rem);
}

.nm-tourism-cta__inner > p:not(.nm-kicker) {
  max-width: 700px;
  margin: 20px auto 0;
  color: #c0d9ea;
}

.nm-tourism-cta .nm-actions {
  justify-content: center;
}

.nm-tourism-cta .nm-button--ghost {
  --nm-button-bg: rgba(255, 255, 255, 0.07);
  --nm-button-color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
}

@keyframes nm-tourism-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes nm-tourism-scan {
  0% {
    left: -18%;
    opacity: 0;
  }
  15%,
  78% {
    opacity: 0.75;
  }
  100% {
    left: 108%;
    opacity: 0;
  }
}

@keyframes nm-tourism-map-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(32, 213, 242, 0.58);
  }
  75%,
  100% {
    box-shadow: 0 0 0 24px rgba(32, 213, 242, 0);
  }
}

@media (max-width: 384px) {
  .nm-tourism-hero {
    padding-top: calc(var(--nm-header-height) + 42px);
  }

  .nm-tourism-hero__copy h1 {
    font-size: 2rem;
  }

  .nm-tourism-hero__visual {
    margin-inline: -6px;
    padding: 7px;
    border-radius: 22px;
  }

  .nm-tourism-hero__image {
    border-radius: 16px;
  }

  .nm-tourism-hero__visual figcaption {
    right: 4%;
    bottom: 5%;
    left: 4%;
    gap: 5px;
    padding-inline: 8px;
    font-size: 0.42rem;
  }

  .nm-tourism-journey__steps strong {
    font-size: 0.88rem;
  }

  .nm-tourism-secret__inner {
    padding-inline: 20px;
  }
}

@media (max-width: 783px) {
  .nm-tourism .nm-section-heading {
    margin-bottom: 30px;
  }

  .nm-tourism .nm-section-heading--row {
    display: grid;
    gap: 18px;
  }

  .nm-tourism-hero {
    min-height: auto;
  }

  .nm-tourism-hero__grid {
    gap: 42px;
  }

  .nm-tourism-hero__scroll {
    display: none;
  }

  .nm-tourism-hero__points {
    display: grid;
  }

  .nm-tourism-hero__points li {
    width: fit-content;
  }

  .nm-tourism-journey__visual {
    margin-right: calc(var(--nm-gutter, 16px) * -1);
    margin-left: calc(var(--nm-gutter, 16px) * -1);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .nm-tourism-journey__image {
    width: 170%;
    max-width: none;
    transform: translateX(-20.5%);
  }

  .nm-tourism-cycle__orbit {
    min-height: auto;
    place-items: initial;
  }

  .nm-tourism-cycle__orbit::before,
  .nm-tourism-cycle__orbit::after {
    display: none;
  }

  .nm-tourism-cycle__core {
    width: 142px;
    margin: 0 auto 30px;
  }

  .nm-tourism-cycle__orbit ol {
    position: relative;
    display: grid;
    gap: 9px;
  }

  .nm-tourism-cycle__item {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 66px;
  }

  .nm-tourism-cycle__item:not(:last-child)::after {
    position: absolute;
    bottom: -10px;
    left: 31px;
    width: 1px;
    height: 10px;
    background: #34c9f2;
    content: "";
  }

  .nm-tourism-secret__inner {
    text-align: center;
  }
}

@media (min-width: 385px) {
  .nm-tourism-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 784px) {
  .nm-tourism-hero__grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(380px, 1.15fr);
  }

  .nm-tourism-about__grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
    gap: 70px;
  }

  .nm-tourism-journey__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .nm-tourism-journey__steps::before {
    top: 21px;
    right: 8%;
    bottom: auto;
    left: 8%;
    width: auto;
    height: 1px;
  }

  .nm-tourism-journey__steps li {
    grid-template-columns: 1fr;
    align-content: start;
    justify-items: center;
    padding: 0 19px 28px;
    text-align: center;
  }

  .nm-tourism-journey__steps li > div {
    padding-top: 13px;
  }

  .nm-tourism-story__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
    gap: 55px;
  }

  .nm-tourism-map__layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.9fr);
  }

  .nm-tourism-benefits__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nm-tourism-cases__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nm-tourism-case--featured {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  }

  .nm-tourism-case--featured .nm-tourism-case__media {
    min-height: 410px;
  }

  .nm-tourism-case--featured .nm-tourism-case__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .nm-tourism-secret__inner {
    grid-template-columns: 190px 1fr;
  }

  .nm-tourism-secret__object {
    width: 170px;
  }
}

@media (min-width: 1200px) {
  .nm-tourism-hero__grid {
    grid-template-columns: minmax(460px, 0.82fr) minmax(630px, 1.18fr);
    gap: 66px;
  }

  .nm-tourism-hero__visual {
    margin-right: -4vw;
  }

  .nm-tourism-about__grid {
    gap: 100px;
  }

  .nm-tourism-journey__steps {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .nm-tourism-map__layout {
    gap: 34px;
  }

  .nm-tourism-cycle__item--2,
  .nm-tourism-cycle__item--5 {
    width: 210px;
  }

  .nm-tourism-case--featured .nm-tourism-case__media {
    min-height: 480px;
  }
}

@media (min-width: 1440px) {
  .nm-tourism-hero__copy h1 {
    font-size: 3.55rem;
  }

  .nm-tourism .nm-section-heading h2,
  .nm-tourism h2 {
    font-size: 2.4rem;
  }

  .nm-tourism-hero__visual {
    margin-right: -6vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-tourism-hero__ring,
  .nm-tourism-map__pulse,
  .nm-tourism-journey__beam {
    animation: none !important;
  }

  .nm-tourism-hero__visual,
  .nm-tourism-story__image,
  .nm-tourism-map__image,
  .nm-tourism-case__media img,
  .nm-tourism-benefits__grid article {
    transition: none;
    transform: none !important;
  }
}

/* ==========================================================================
   Verify / blockchain document verification — v1.8
   ========================================================================== */

.nm-verify {
  --nm-verify-blue: #178bff;
  --nm-verify-cyan: #46e6ff;
  --nm-verify-violet: #925dff;
  --nm-verify-green: #53f5c2;
  --nm-verify-border: rgba(94, 191, 255, 0.2);
  --nm-verify-panel: rgba(7, 19, 37, 0.78);
  position: relative;
  overflow: clip;
  color: #f4f9ff;
  background: #02050b;
}

.nm-verify .nm-section {
  border-top: 1px solid rgba(99, 174, 236, 0.09);
  background:
    radial-gradient(circle at 8% 20%, rgba(24, 123, 255, 0.07), transparent 28%),
    linear-gradient(180deg, #03070e, #050b15);
}

.nm-verify .nm-section:nth-of-type(even) {
  background:
    radial-gradient(circle at 88% 28%, rgba(58, 223, 255, 0.055), transparent 28%),
    #030811;
}

.nm-verify .nm-section-heading {
  max-width: 820px;
  margin-bottom: 36px;
}

.nm-verify .nm-section-heading h2,
.nm-verify h2 {
  margin: 0;
  color: #f8fbff;
  font-family: var(--nm-font-display);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 620;
  letter-spacing: -0.045em;
  line-height: 1.24;
}

.nm-verify .nm-section-heading > p:last-child,
.nm-verify .nm-section-heading--row > p,
.nm-verify p {
  color: #9eb1c8;
}

.nm-verify .nm-section-heading > p:last-child {
  margin-top: 16px;
}

.nm-verify .nm-section-heading--row {
  max-width: none;
}

.nm-verify .nm-kicker {
  font-size: 0.78rem;
}

.nm-verify .nm-button {
  min-height: 54px;
  font-size: 0.88rem;
}

.nm-verify .nm-text-link {
  font-size: 0.86rem;
}

.nm-verify img {
  width: 100%;
}

.nm-verify [data-verify-depth] {
  --nm-verify-x: 0px;
  --nm-verify-y: 0px;
  transform: translate3d(var(--nm-verify-x), var(--nm-verify-y), 0);
  transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: transform;
}

.nm-verify-workflow,
.nm-verify-checks,
.nm-verify-layers,
.nm-verify-copy,
.nm-verify-privacy,
.nm-verify-education,
.nm-verify-integration,
.nm-verify-benefits,
.nm-verify-cases,
.nm-verify-japan,
.nm-verify-steps,
.nm-verify-faq {
  content-visibility: auto;
  contain-intrinsic-size: auto 920px;
}

.nm-verify-grid,
.nm-verify-cta__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(76, 166, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 166, 255, 0.07) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at center, #000, transparent 82%);
  pointer-events: none;
}

/* Verify hero */
.nm-verify-hero {
  position: relative;
  display: flex;
  min-height: min(900px, 100svh);
  overflow: hidden;
  align-items: center;
  padding: calc(var(--nm-header-height) + 64px) 0 70px;
  background:
    radial-gradient(circle at 71% 42%, rgba(16, 120, 255, 0.26), transparent 33%),
    radial-gradient(circle at 62% 88%, rgba(64, 222, 255, 0.1), transparent 24%),
    linear-gradient(135deg, #01040a 0%, #030812 46%, #071122 100%);
}

.nm-verify-hero::after {
  position: absolute;
  right: -10%;
  bottom: -42%;
  width: min(900px, 88vw);
  aspect-ratio: 1;
  border: 1px solid rgba(61, 179, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(28, 109, 255, 0.025),
    0 0 0 190px rgba(62, 219, 255, 0.018);
  content: "";
  pointer-events: none;
}

.nm-verify-hero__aura {
  position: absolute;
  top: 22%;
  right: 7%;
  width: min(720px, 70vw);
  height: 54%;
  border-radius: 50%;
  background: rgba(23, 137, 255, 0.14);
  filter: blur(80px);
  opacity: 0.62;
  pointer-events: none;
}

.nm-verify-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 44px;
  align-items: center;
}

.nm-verify-hero__copy {
  position: relative;
  z-index: 3;
}

.nm-verify-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 24px;
  color: #7f9dba;
  font-family: var(--nm-font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nm-verify-hero__meta span:last-child {
  color: #a7eeff;
}

.nm-verify-hero__copy h1 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-family: var(--nm-font-display);
  font-size: clamp(2.15rem, 7vw, 3.35rem);
  font-weight: 640;
  letter-spacing: -0.055em;
  line-height: 1.16;
  text-wrap: balance;
}

.nm-verify-hero__copy h1::after {
  display: block;
  width: min(260px, 58%);
  height: 2px;
  margin-top: 24px;
  background: linear-gradient(90deg, var(--nm-verify-blue), var(--nm-verify-cyan), transparent);
  box-shadow: 0 0 20px rgba(65, 219, 255, 0.5);
  content: "";
}

.nm-verify-hero__lead {
  max-width: 600px;
  margin: 24px 0 0;
  color: #b5c5d7;
  font-size: 1.02rem;
  line-height: 1.9;
}

.nm-verify-hero__points {
  display: grid;
  gap: 7px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.nm-verify-hero__points li {
  position: relative;
  padding-left: 19px;
  color: #c8d8e8;
  font-size: 0.84rem;
  font-weight: 650;
}

.nm-verify-hero__points li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid var(--nm-verify-cyan);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(70, 230, 255, 0.7);
  content: "";
  transform: translateY(-50%);
}

.nm-verify-award-chip {
  display: grid;
  width: max-content;
  max-width: 100%;
  grid-template-columns: 58px auto 1fr;
  gap: 1px 13px;
  align-items: center;
  margin-top: 28px;
  padding: 8px 16px 8px 8px;
  border: 1px solid rgba(228, 190, 94, 0.3);
  border-radius: 9px;
  background:
    radial-gradient(circle at 28px 50%, rgba(224, 176, 49, 0.14), transparent 52px),
    linear-gradient(105deg, rgba(23, 35, 51, 0.82), rgba(5, 16, 30, 0.38));
  box-shadow: inset 0 0 24px rgba(223, 182, 64, 0.04);
}

.nm-verify-award-chip figure {
  grid-row: 1 / 3;
  width: 58px;
  margin: 0;
}

.nm-verify-award-chip__emblem {
  width: 100%;
  filter: drop-shadow(0 6px 12px rgba(209, 154, 27, 0.24));
}

.nm-verify-award-chip > span {
  grid-row: 1 / 3;
  color: var(--nm-verify-cyan);
  font-family: var(--nm-font-display);
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: -0.05em;
}

.nm-verify-award-chip p,
.nm-verify-award-chip strong {
  margin: 0;
  line-height: 1.2;
}

.nm-verify-award-chip p {
  color: #a7b8cb;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
}

.nm-verify-award-chip strong {
  color: #ffe9ab;
  font-size: 0.66rem;
  letter-spacing: 0.13em;
}

.nm-verify-hero__visual {
  position: relative;
  min-height: 390px;
  margin: 0;
  border: 1px solid rgba(84, 178, 255, 0.18);
  border-radius: 34px 10px 34px 10px;
  background: rgba(5, 14, 27, 0.5);
  box-shadow:
    0 50px 120px rgba(0, 52, 132, 0.25),
    inset 0 0 80px rgba(28, 126, 255, 0.06);
  perspective: 1200px;
}

.nm-verify-hero__visual::before,
.nm-verify-hero__visual::after {
  position: absolute;
  z-index: 2;
  width: 62px;
  height: 62px;
  border-color: var(--nm-verify-cyan);
  content: "";
  pointer-events: none;
}

.nm-verify-hero__visual::before {
  top: -1px;
  left: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.nm-verify-hero__visual::after {
  right: -1px;
  bottom: -1px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.nm-verify-hero__image {
  width: 100%;
  height: 100%;
  min-height: 390px;
  border-radius: inherit;
  object-fit: cover;
}

.nm-verify-scan {
  position: absolute;
  z-index: 3;
  top: 8%;
  bottom: 8%;
  left: 32%;
  width: 1px;
  background: linear-gradient(transparent, #8ff2ff 20%, #299cff 75%, transparent);
  box-shadow: 0 0 20px 4px rgba(70, 213, 255, 0.38);
  opacity: 0.65;
  transform: rotate(8deg);
  animation: nm-verify-scan 4.8s ease-in-out infinite alternate;
}

.nm-verify-hero__verification {
  position: absolute;
  z-index: 4;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border: 1px solid rgba(96, 206, 255, 0.28);
  border-radius: 8px;
  background: rgba(2, 10, 21, 0.78);
  box-shadow: 0 12px 34px rgba(0, 24, 65, 0.32);
  backdrop-filter: blur(12px);
}

.nm-verify-hero__verification span {
  color: #c8efff;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.nm-verify-hero__verification span:last-child {
  color: var(--nm-verify-cyan);
}

.nm-verify-hero__verification i {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, var(--nm-verify-blue), var(--nm-verify-cyan));
  box-shadow: 0 0 9px rgba(70, 230, 255, 0.48);
}

.nm-verify-certificate-sample {
  position: absolute;
  z-index: 4;
  right: -8px;
  bottom: 20px;
  width: min(230px, 56%);
  padding: 17px 17px 15px;
  border: 1px solid rgba(177, 218, 255, 0.6);
  border-radius: 4px;
  color: #10233a;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.96), rgba(223, 240, 255, 0.92)),
    #fff;
  box-shadow: 0 24px 50px rgba(0, 18, 55, 0.42);
  font-style: normal;
  transform: rotate(-2deg);
}

.nm-verify-certificate-sample > span {
  display: block;
  color: #0a71d4;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.nm-verify-certificate-sample > strong {
  display: block;
  margin: 6px 0 12px;
  font-family: serif;
  font-size: 1.04rem;
  letter-spacing: 0.12em;
  text-align: center;
}

.nm-verify-certificate-sample dl,
.nm-verify-certificate-sample dl div {
  margin: 0;
}

.nm-verify-certificate-sample dl div {
  display: grid;
  grid-template-columns: 54px 1fr;
  padding: 3px 0;
  border-top: 1px solid rgba(17, 78, 137, 0.15);
}

.nm-verify-certificate-sample dt,
.nm-verify-certificate-sample dd {
  margin: 0;
  font-size: 0.52rem;
}

.nm-verify-certificate-sample dt {
  color: #50708e;
}

.nm-verify-certificate-sample i {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid #1680e4;
  border-radius: 50%;
  opacity: 0.28;
}

@keyframes nm-verify-scan {
  from { transform: translateX(-48px) rotate(8deg); opacity: 0.28; }
  to { transform: translateX(60px) rotate(8deg); opacity: 0.75; }
}

/* Existing workflow */
.nm-verify-workflow__visual,
.nm-verify-layers__visual,
.nm-verify-education__visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--nm-verify-border);
  border-radius: 18px;
  background: #040a13;
  box-shadow: 0 30px 80px rgba(0, 36, 90, 0.22);
}

.nm-verify-workflow__image,
.nm-verify-layers__image,
.nm-verify-education__image {
  min-height: 260px;
  object-fit: cover;
}

.nm-verify-workflow__beam {
  position: absolute;
  inset: 0 auto 0 -28%;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(100, 223, 255, 0.18), transparent);
  opacity: 0;
  transform: skewX(-12deg);
}

.nm-verify-workflow__visual.is-playing .nm-verify-workflow__beam {
  animation: nm-verify-beam 2.3s cubic-bezier(0.2, 0.7, 0.2, 1) 2;
}

@keyframes nm-verify-beam {
  0% { left: -28%; opacity: 0; }
  16% { opacity: 1; }
  100% { left: 112%; opacity: 0; }
}

.nm-verify-workflow__steps {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.nm-verify-workflow__steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  padding: 18px;
  border: 1px solid rgba(97, 180, 255, 0.14);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(15, 38, 67, 0.7), rgba(5, 13, 25, 0.56));
}

.nm-verify-workflow__steps li > span,
.nm-verify-layers__cards article > span,
.nm-verify-education__roles-copy article > span,
.nm-verify-benefits__grid article > span,
.nm-verify-steps li > span {
  color: var(--nm-verify-cyan);
  font-family: var(--nm-font-display);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.nm-verify-workflow__steps strong,
.nm-verify-layers__cards h3,
.nm-verify-education__roles-copy h3,
.nm-verify-benefits__grid h3 {
  display: block;
  margin: 0 0 5px;
  color: #f4f9ff;
  font-size: 1rem;
}

.nm-verify-workflow__steps p,
.nm-verify-layers__cards p,
.nm-verify-education__roles-copy p,
.nm-verify-benefits__grid p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.75;
}

.nm-verify-workflow__statement {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  align-items: center;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(67, 210, 255, 0.22);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(22, 117, 255, 0.09), rgba(76, 232, 255, 0.06)),
    #050d19;
  text-align: center;
}

.nm-verify-workflow__statement span {
  color: #7891a9;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
}

.nm-verify-workflow__statement strong {
  color: #fff;
  font-size: 1rem;
}

.nm-verify-workflow__statement i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin: 8px auto;
  border: 1px solid var(--nm-verify-cyan);
  border-radius: 50%;
  color: var(--nm-verify-cyan);
  box-shadow: 0 0 22px rgba(70, 230, 255, 0.28);
  font-style: normal;
}

/* What Verify checks */
.nm-verify-checks__stage {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(91, 178, 255, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at center, rgba(27, 130, 255, 0.18), transparent 27%),
    linear-gradient(rgba(90, 171, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 171, 255, 0.04) 1px, transparent 1px),
    #030913;
  background-size: auto, 36px 36px, 36px 36px, auto;
}

.nm-verify-checks__stage::before,
.nm-verify-checks__stage::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(60, 200, 255, 0.18);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.nm-verify-checks__stage::before {
  width: 360px;
  height: 360px;
}

.nm-verify-checks__stage::after {
  width: 520px;
  height: 520px;
  border-style: dashed;
}

.nm-verify-checks__core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 145px;
  height: 145px;
  place-content: center;
  border: 1px solid rgba(107, 215, 255, 0.52);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(32, 159, 255, 0.3), rgba(4, 15, 29, 0.94) 66%);
  box-shadow:
    0 0 80px rgba(18, 136, 255, 0.28),
    inset 0 0 24px rgba(73, 228, 255, 0.16);
  text-align: center;
  transform: translate(-50%, -50%);
}

.nm-verify-checks__core span {
  color: #7fa4c4;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
}

.nm-verify-checks__core strong {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.nm-verify-checks__node {
  position: absolute;
  z-index: 3;
  width: min(230px, 42%);
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(88, 191, 255, 0.2);
  border-radius: 12px;
  background: rgba(5, 18, 35, 0.88);
  box-shadow: 0 18px 40px rgba(0, 25, 65, 0.3);
}

.nm-verify-checks__node span {
  color: var(--nm-verify-cyan);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

.nm-verify-checks__node h3 {
  margin: 5px 0 4px;
  font-size: 1rem;
}

.nm-verify-checks__node p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.7;
}

.nm-verify-checks__node--1 { top: 5%; left: 4%; }
.nm-verify-checks__node--2 { top: 5%; right: 4%; }
.nm-verify-checks__node--3 { bottom: 5%; left: 4%; }
.nm-verify-checks__node--4 { right: 4%; bottom: 5%; }

/* Three verification layers */
.nm-verify-layers__visual {
  max-width: 1120px;
  margin-inline: auto;
}

.nm-verify-layers__pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18%;
  aspect-ratio: 1;
  border: 1px solid rgba(87, 218, 255, 0.52);
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(38, 157, 255, 0.36);
  transform: translate(-50%, -50%);
  animation: nm-verify-pulse 2.8s ease-out infinite;
}

@keyframes nm-verify-pulse {
  0% { opacity: 0.8; transform: translate(-50%, -50%) scale(0.66); }
  90%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(1.55); }
}

.nm-verify-layers__cards {
  display: grid;
  gap: 10px;
  max-width: 1120px;
  margin: 18px auto 0;
}

.nm-verify-layers__cards article {
  padding: 20px;
  border-top: 1px solid rgba(71, 221, 255, 0.5);
  background: linear-gradient(145deg, rgba(15, 40, 70, 0.62), rgba(4, 12, 23, 0.82));
}

.nm-verify-layers__result {
  max-width: 820px;
  margin: 30px auto 0;
  padding: 17px 20px;
  border: 1px solid rgba(78, 220, 255, 0.24);
  border-radius: 999px;
  color: #d9f9ff !important;
  background: rgba(25, 121, 255, 0.08);
  font-size: 0.9rem;
  text-align: center;
}

/* QR copy comparison */
.nm-verify-copy__layout {
  display: grid;
  gap: 36px;
  align-items: center;
}

.nm-verify-copy__copy > p:not(.nm-kicker) {
  max-width: 630px;
  font-size: 0.96rem;
  line-height: 1.9;
}

.nm-verify-copy__compare {
  display: grid;
  gap: 9px;
  margin-top: 24px;
}

.nm-verify-copy__compare article {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 4px 12px;
  padding: 15px 17px;
  border: 1px solid rgba(74, 201, 255, 0.16);
  border-radius: 9px;
  background: rgba(7, 20, 38, 0.72);
}

.nm-verify-copy__compare article:last-child {
  border-color: rgba(255, 89, 155, 0.2);
}

.nm-verify-copy__compare span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--nm-verify-green);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.nm-verify-copy__compare article:last-child span {
  color: #ff6fa9;
}

.nm-verify-copy__compare strong {
  color: #fff;
  font-size: 0.92rem;
}

.nm-verify-copy__compare p {
  grid-column: 2;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.65;
}

.nm-verify-copy__visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--nm-verify-border);
  border-radius: 18px;
  background: #030913;
  box-shadow: 0 35px 90px rgba(0, 30, 80, 0.28);
}

.nm-verify-copy__image {
  min-height: 360px;
  object-fit: cover;
}

.nm-verify-copy__visual figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(119, 194, 255, 0.22);
  border-radius: 7px;
  background: rgba(2, 9, 19, 0.8);
  backdrop-filter: blur(10px);
}

.nm-verify-copy__visual figcaption span {
  color: var(--nm-verify-green);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.nm-verify-copy__visual figcaption span:last-child {
  color: #ff78af;
}

.nm-verify-copy__visual figcaption i {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, var(--nm-verify-green), #ff78af);
}

/* Privacy */
.nm-verify-privacy__layout {
  display: grid;
  gap: 20px;
}

.nm-verify-privacy__visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--nm-verify-border);
  border-radius: 18px;
  background: #040a13;
}

.nm-verify-privacy__image {
  min-height: 380px;
  object-fit: cover;
}

.nm-verify-privacy__cards {
  display: grid;
  gap: 9px;
}

.nm-verify-privacy__cards article {
  position: relative;
  overflow: hidden;
  padding: 19px;
  border: 1px solid rgba(84, 183, 255, 0.17);
  border-radius: 10px;
  background: rgba(7, 21, 40, 0.72);
}

.nm-verify-privacy__cards article::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: linear-gradient(var(--nm-verify-blue), var(--nm-verify-cyan));
  content: "";
}

.nm-verify-privacy__cards span {
  color: var(--nm-verify-cyan);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.nm-verify-privacy__cards h3 {
  margin: 5px 0;
  color: #fff;
  font-size: 1rem;
}

.nm-verify-privacy__cards p {
  margin: 0;
  font-size: 0.83rem;
  line-height: 1.72;
}

.nm-verify-security-note {
  margin: 22px 0 0;
  padding: 15px 18px;
  border-left: 2px solid #7693ad;
  background: rgba(117, 144, 170, 0.07);
  font-size: 0.78rem;
  line-height: 1.75;
}

/* Education */
.nm-verify-education {
  background:
    radial-gradient(circle at 20% 56%, rgba(224, 177, 58, 0.055), transparent 23%),
    radial-gradient(circle at 82% 26%, rgba(42, 175, 255, 0.08), transparent 28%),
    #030811 !important;
}

.nm-verify-education__layout {
  display: grid;
  gap: 18px;
}

.nm-verify-education__roles {
  position: absolute;
  right: 5%;
  bottom: 7%;
  left: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px;
  border: 1px solid rgba(111, 202, 255, 0.24);
  border-radius: 9px;
  background: rgba(3, 12, 25, 0.77);
  backdrop-filter: blur(10px);
}

.nm-verify-education__roles span {
  color: #ccecff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.nm-verify-education__roles i {
  width: min(100px, 12vw);
  height: 1px;
  background: linear-gradient(90deg, var(--nm-verify-blue), var(--nm-verify-cyan));
}

.nm-verify-education__roles-copy {
  display: grid;
  gap: 10px;
}

.nm-verify-education__roles-copy article {
  position: relative;
  display: grid;
  min-height: 0;
  align-content: center;
  padding: 19px;
  border: 1px solid rgba(86, 183, 255, 0.16);
  border-radius: 10px;
  background: rgba(6, 18, 35, 0.72);
}

.nm-verify-education__roles-copy article::before {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0;
  width: 2px;
  background: linear-gradient(var(--nm-verify-blue), var(--nm-verify-cyan));
  content: "";
}

.nm-verify-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.nm-verify-credentials li {
  padding: 7px 13px;
  border: 1px solid rgba(82, 198, 255, 0.23);
  border-radius: 999px;
  color: #bfeeff;
  background: rgba(17, 112, 255, 0.065);
  font-size: 0.78rem;
  font-weight: 650;
}

/* Integration */
.nm-verify-integration {
  background:
    linear-gradient(100deg, rgba(5, 14, 26, 0.96), rgba(7, 18, 34, 0.9)),
    #030811 !important;
}

.nm-verify-integration__layout {
  display: grid;
  gap: 24px;
}

.nm-verify-integration__intro {
  position: relative;
  z-index: 2;
}

.nm-verify-integration__intro > p:not(.nm-kicker) {
  max-width: 620px;
  font-size: 0.95rem;
  line-height: 1.9;
}

.nm-verify-integration__visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(88, 199, 255, 0.22);
  border-radius: 18px;
  background: #020711;
  box-shadow: 0 34px 90px rgba(0, 35, 88, 0.28);
}

.nm-verify-integration__visual::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, rgba(1, 6, 14, 0.22), transparent 22%, transparent 78%, rgba(1, 6, 14, 0.15));
  content: "";
  pointer-events: none;
}

.nm-verify-integration__image {
  aspect-ratio: 1.78;
  min-height: 0;
  object-fit: cover;
}

.nm-verify-integration__visual figcaption {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(112, 205, 255, 0.24);
  border-radius: 8px;
  background: rgba(2, 10, 21, 0.78);
  backdrop-filter: blur(10px);
}

.nm-verify-integration__visual figcaption span {
  color: #c8ebff;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.nm-verify-integration__visual figcaption span:nth-of-type(3) {
  color: var(--nm-verify-cyan);
}

.nm-verify-integration__visual figcaption i {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, var(--nm-verify-blue), var(--nm-verify-cyan));
}

.nm-verify-integration__flow {
  display: grid;
  gap: 8px;
}

.nm-verify-integration__flow div {
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 14px;
  padding: 15px 17px;
  border: 1px solid rgba(85, 188, 255, 0.2);
  border-radius: 10px;
  background: linear-gradient(120deg, rgba(18, 50, 86, 0.66), rgba(5, 15, 28, 0.82));
}

.nm-verify-integration__flow div span {
  color: var(--nm-verify-cyan);
  font-size: 0.65rem;
  font-weight: 800;
}

.nm-verify-integration__flow div strong {
  font-size: 0.9rem;
}

.nm-verify-integration__flow > i {
  width: 1px;
  height: 13px;
  margin: -8px auto;
  background: var(--nm-verify-cyan);
  box-shadow: 0 0 10px rgba(70, 230, 255, 0.6);
}

/* Benefits */
.nm-verify-benefits__grid {
  display: grid;
  gap: 10px;
}

.nm-verify-benefits__grid article {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: 0 21px 23px;
  border: 1px solid rgba(92, 179, 255, 0.15);
  border-radius: 11px;
  background:
    radial-gradient(circle at 100% 0, rgba(43, 171, 255, 0.11), transparent 38%),
    rgba(5, 16, 31, 0.76);
  transition: border-color 220ms ease, transform 220ms ease;
}

.nm-verify-benefits__visual {
  display: block;
  width: calc(100% + 42px);
  aspect-ratio: 1.28;
  margin: 0 -21px 18px;
  border-bottom: 1px solid rgba(92, 190, 255, 0.2);
  background-image:
    linear-gradient(180deg, transparent 62%, rgba(3, 11, 22, 0.74)),
    var(--nm-verify-benefits-image);
  background-repeat: no-repeat;
  background-size: 100% 100%, 300% auto;
  transition: filter 260ms ease, transform 360ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.nm-verify-benefits__visual--1 { background-position: 0 0, 0 0; }
.nm-verify-benefits__visual--2 { background-position: 0 0, 50% 0; }
.nm-verify-benefits__visual--3 { background-position: 0 0, 100% 0; }
.nm-verify-benefits__visual--4 { background-position: 0 0, 0 100%; }
.nm-verify-benefits__visual--5 { background-position: 0 0, 50% 100%; }
.nm-verify-benefits__visual--6 { background-position: 0 0, 100% 100%; }

.nm-verify-benefits__grid article:hover .nm-verify-benefits__visual {
  filter: brightness(1.08) saturate(1.05);
  transform: scale(1.025);
}

.nm-verify-benefits__grid article::after {
  position: absolute;
  right: -22px;
  bottom: -25px;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(68, 213, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.nm-verify-benefits__grid article:hover {
  border-color: rgba(70, 222, 255, 0.42);
  transform: translateY(-4px);
}

/* Verify deployment stories */
.nm-verify-cases {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(64, 224, 255, 0.1), transparent 31%),
    radial-gradient(circle at 8% 88%, rgba(23, 139, 255, 0.11), transparent 32%),
    linear-gradient(180deg, #040913, #02060d) !important;
}

.nm-verify-cases::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(69, 187, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 187, 255, 0.035) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  content: "";
  pointer-events: none;
}

.nm-verify-cases > .nm-shell {
  position: relative;
  z-index: 1;
}

.nm-verify-cases .nm-section-heading--row {
  align-items: end;
}

.nm-verify-cases .nm-section-heading--row > div > p:last-child {
  max-width: 660px;
  margin: 15px 0 0;
  font-size: 0.94rem;
  line-height: 1.9;
}

.nm-verify-cases__grid {
  display: grid;
  gap: 16px;
}

.nm-verify-case {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(86, 188, 255, 0.2);
  border-radius: 18px;
  color: inherit;
  background:
    radial-gradient(circle at 100% 0, rgba(55, 212, 255, 0.09), transparent 34%),
    rgba(5, 14, 27, 0.88);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
  text-decoration: none;
  transition:
    border-color 280ms ease,
    box-shadow 280ms ease,
    transform 280ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.nm-verify-case::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px transparent;
  content: "";
  pointer-events: none;
  transition: box-shadow 280ms ease;
}

.nm-verify-case:hover,
.nm-verify-case:focus-visible {
  border-color: rgba(70, 230, 255, 0.56);
  box-shadow: 0 30px 90px rgba(0, 104, 191, 0.18);
  outline: none;
  transform: translateY(-5px);
}

.nm-verify-case:hover::after,
.nm-verify-case:focus-visible::after {
  box-shadow: inset 0 0 32px rgba(50, 212, 255, 0.08);
}

.nm-verify-case__media {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  margin: 0;
  background: #06111f;
}

.nm-verify-case__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 50%, rgba(2, 7, 14, 0.72)),
    linear-gradient(90deg, rgba(6, 18, 34, 0.12), transparent);
  content: "";
  pointer-events: none;
}

.nm-verify-case__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition:
    filter 500ms ease,
    transform 850ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.nm-verify-case:hover .nm-verify-case__media img,
.nm-verify-case:focus-visible .nm-verify-case__media img {
  filter: brightness(1.08) saturate(1.06);
  transform: scale(1.035);
}

.nm-verify-case__index {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 17px;
  display: grid;
  min-width: 45px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(132, 223, 255, 0.52);
  border-radius: 50%;
  color: #dffbff;
  background: rgba(2, 12, 25, 0.65);
  font-family: var(--nm-font-display);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  backdrop-filter: blur(12px);
}

.nm-verify-case__scan {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -35%;
  width: 26%;
  background: linear-gradient(90deg, transparent, rgba(94, 231, 255, 0.2), transparent);
  opacity: 0;
  pointer-events: none;
  transform: skewX(-18deg);
}

.nm-verify-case:hover .nm-verify-case__scan,
.nm-verify-case:focus-visible .nm-verify-case__scan {
  animation: nm-verify-case-scan 850ms ease-out both;
}

@keyframes nm-verify-case-scan {
  0% {
    left: -35%;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    left: 112%;
    opacity: 0;
  }
}

.nm-verify-case__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(24px, 4vw, 42px);
}

.nm-verify-case__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 17px;
}

.nm-verify-case__meta span {
  padding: 6px 10px;
  border: 1px solid rgba(76, 205, 255, 0.28);
  border-radius: 999px;
  color: #91eaff;
  background: rgba(20, 135, 203, 0.08);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.nm-verify-case__body h3 {
  margin: 0;
  color: #f7fbff;
  font-family: var(--nm-font-display);
  font-size: clamp(1.25rem, 2.1vw, 1.78rem);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.nm-verify-case__body > p {
  margin: 14px 0 0;
  font-size: 0.9rem;
  line-height: 1.9;
}

.nm-verify-case__body small {
  display: block;
  margin-top: 16px;
  color: #79dff5;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.7;
}

.nm-verify-case__body .nm-text-link {
  margin-top: 23px;
  color: #dffbff;
}

.nm-verify-case:hover .nm-text-link span,
.nm-verify-case:focus-visible .nm-text-link span {
  transform: translateX(5px);
}

.nm-verify-cases__empty {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(82, 197, 255, 0.22);
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 12%, rgba(72, 230, 255, 0.1), transparent 35%),
    rgba(5, 15, 29, 0.84);
}

.nm-verify-cases__empty figure {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  margin: 0;
  background: #06101d;
}

.nm-verify-cases__empty figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(3, 9, 18, 0.8));
  content: "";
}

.nm-verify-cases__empty figure img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.72) brightness(0.78);
}

.nm-verify-cases__empty figure > span {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  color: rgba(210, 246, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.nm-verify-cases__empty > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(28px, 5vw, 58px);
}

.nm-verify-cases__empty-index {
  color: var(--nm-verify-cyan);
  font-family: var(--nm-font-display);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.14em;
}

.nm-verify-cases__empty h3 {
  margin: 15px 0 0;
  color: #f7fbff;
  font-family: var(--nm-font-display);
  font-size: clamp(1.32rem, 2.5vw, 1.9rem);
  line-height: 1.45;
}

.nm-verify-cases__empty p {
  max-width: 570px;
  margin: 14px 0 0;
  font-size: 0.91rem;
  line-height: 1.9;
}

.nm-verify-cases__empty .nm-text-link {
  margin-top: 25px;
}

/* National-scale proof */
.nm-verify-proof {
  position: relative;
  display: grid;
  min-height: 720px;
  overflow: hidden;
  align-items: center;
  border-block: 1px solid rgba(88, 197, 255, 0.2);
  background: #01050b;
}

.nm-verify-proof__media {
  position: absolute;
  inset: 0;
}

.nm-verify-proof__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 5, 12, 0.94) 0%, rgba(2, 8, 17, 0.58) 62%, rgba(2, 8, 17, 0.8)),
    linear-gradient(0deg, #01050b 0%, transparent 35%, rgba(1, 5, 11, 0.4));
  content: "";
}

.nm-verify-proof__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nm-verify-proof__inner {
  position: relative;
  z-index: 2;
  padding-block: 88px;
}

.nm-verify-proof__award {
  display: grid;
  width: fit-content;
  grid-template-columns: auto 1fr;
  gap: 4px 18px;
  align-items: center;
  margin: 32px 0;
  padding-left: 18px;
  border-left: 1px solid var(--nm-verify-cyan);
}

.nm-verify-proof__award > span {
  grid-row: 1 / 3;
  color: var(--nm-verify-cyan);
  font-size: clamp(2.6rem, 9vw, 5rem);
  font-weight: 250;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.nm-verify-proof__award strong {
  font-size: 0.82rem;
  letter-spacing: 0.13em;
  line-height: 1.3;
}

.nm-verify-proof__award em {
  color: #b7eaff;
  font-size: 0.68rem;
  font-style: normal;
  letter-spacing: 0.16em;
}

.nm-verify-proof__stats {
  display: grid;
  gap: 10px;
  max-width: 780px;
}

.nm-verify-proof__stats > div {
  padding: 15px 17px;
  border: 1px solid rgba(89, 189, 255, 0.19);
  border-radius: 9px;
  background: rgba(4, 15, 29, 0.7);
  backdrop-filter: blur(8px);
}

.nm-verify-proof__stats strong,
.nm-verify-proof__stats small {
  display: block;
}

.nm-verify-proof__stats strong {
  color: #fff;
  font-size: 1.65rem;
  letter-spacing: -0.045em;
}

.nm-verify-proof__stats small {
  color: #93abc3;
  font-size: 0.74rem;
}

.nm-verify-proof__note {
  max-width: 700px;
  margin: 20px 0 0;
  color: #8298ad;
  font-size: 0.72rem;
  line-height: 1.7;
}

/* Japan distributor */
.nm-verify-japan__layout {
  display: grid;
  gap: 42px;
  align-items: center;
}

.nm-verify-japan__mark {
  position: relative;
  display: grid;
  min-height: 310px;
  place-content: center;
  overflow: hidden;
  border: 1px solid rgba(83, 190, 255, 0.24);
  border-radius: 50% 12px 50% 12px;
  background:
    radial-gradient(circle, rgba(24, 129, 255, 0.23), transparent 48%),
    linear-gradient(135deg, #071729, #020813);
  box-shadow: inset 0 0 70px rgba(37, 146, 255, 0.08);
  text-align: center;
}

.nm-verify-japan__mark::before,
.nm-verify-japan__mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62%;
  aspect-ratio: 1;
  border: 1px solid rgba(79, 207, 255, 0.2);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.nm-verify-japan__mark::after {
  width: 82%;
  border-style: dashed;
}

.nm-verify-japan__mark span,
.nm-verify-japan__mark strong,
.nm-verify-japan__mark i {
  position: relative;
  z-index: 2;
}

.nm-verify-japan__mark span {
  color: #9bb1c9;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
}

.nm-verify-japan__mark strong {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.14em;
}

.nm-verify-japan__mark i {
  width: 110px;
  height: 1px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, transparent, var(--nm-verify-cyan), transparent);
  box-shadow: 0 0 18px var(--nm-verify-cyan);
}

.nm-verify-japan__layout > div:last-child > p:not(.nm-kicker) {
  font-size: 0.96rem;
  line-height: 1.9;
}

.nm-verify-japan__layout ul {
  display: grid;
  gap: 7px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.nm-verify-japan__layout li {
  position: relative;
  padding: 8px 12px 8px 28px;
  border: 1px solid rgba(87, 180, 255, 0.13);
  border-radius: 7px;
  color: #c3d4e5;
  background: rgba(7, 19, 36, 0.58);
  font-size: 0.82rem;
}

.nm-verify-japan__layout li::before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 6px;
  height: 6px;
  border: 1px solid var(--nm-verify-cyan);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

/* Implementation */
.nm-verify-steps > .nm-shell > ol {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nm-verify-steps li {
  position: relative;
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(89, 185, 255, 0.16);
  border-radius: 9px;
  background: rgba(6, 19, 36, 0.7);
}

.nm-verify-steps li strong {
  display: block;
  margin: 9px 0 5px;
  font-size: 0.95rem;
}

.nm-verify-steps li p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.72;
}

/* FAQ */
.nm-verify-faq__layout {
  display: grid;
  gap: 14px;
}

.nm-verify-faq__list {
  border-top: 1px solid rgba(96, 187, 255, 0.2);
}

.nm-verify-faq details {
  border-bottom: 1px solid rgba(96, 187, 255, 0.16);
}

.nm-verify-faq summary {
  position: relative;
  display: grid;
  min-height: 74px;
  grid-template-columns: 34px 1fr 24px;
  gap: 8px;
  align-items: center;
  color: #eff8ff;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 650;
  list-style: none;
}

.nm-verify-faq summary::-webkit-details-marker {
  display: none;
}

.nm-verify-faq summary > span {
  color: var(--nm-verify-cyan);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
}

.nm-verify-faq summary i,
.nm-verify-faq summary i::after {
  display: block;
  width: 14px;
  height: 1px;
  background: var(--nm-verify-cyan);
  content: "";
  transition: transform 220ms ease;
}

.nm-verify-faq summary i::after {
  transform: rotate(90deg);
}

.nm-verify-faq details[open] summary i::after {
  transform: rotate(0);
}

.nm-verify-faq details > div {
  padding: 0 32px 20px 42px;
}

.nm-verify-faq details p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.8;
}

/* CTA */
.nm-verify-cta {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  border-top: 1px solid rgba(84, 205, 255, 0.22);
  background:
    radial-gradient(circle at 50% 105%, rgba(54, 216, 255, 0.38), transparent 30%),
    radial-gradient(circle at 50% 105%, rgba(24, 105, 255, 0.28), transparent 50%),
    #02070e;
}

.nm-verify-cta::before {
  position: absolute;
  bottom: -310px;
  left: 50%;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(73, 226, 255, 0.38);
  border-radius: 50%;
  box-shadow:
    0 0 70px rgba(51, 206, 255, 0.3),
    0 0 0 70px rgba(39, 139, 255, 0.06),
    0 0 0 145px rgba(39, 139, 255, 0.025);
  content: "";
  transform: translateX(-50%);
}

.nm-verify-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 780px;
  text-align: center;
}

.nm-verify-cta h2 {
  font-size: clamp(1.85rem, 5vw, 2.65rem);
}

.nm-verify-cta__inner > p:not(.nm-kicker) {
  max-width: 650px;
  margin: 18px auto 0;
  font-size: 0.96rem;
  line-height: 1.9;
}

.nm-verify-cta .nm-actions {
  justify-content: center;
}

/* Exact responsive transitions requested for the theme */
@media (max-width: 384px) {
  .nm-verify {
    --nm-section-space: 72px;
  }

  .nm-verify-hero {
    min-height: auto;
    padding-top: calc(var(--nm-header-height) + 48px);
  }

  .nm-verify-hero__copy h1 {
    font-size: 2.03rem;
  }

  .nm-verify-hero__visual,
  .nm-verify-hero__image {
    min-height: 330px;
  }

  .nm-verify-certificate-sample {
    width: 60%;
    padding: 12px;
  }

  .nm-verify-award-chip {
    grid-template-columns: 48px auto 1fr;
    gap: 1px 9px;
    padding-right: 10px;
  }

  .nm-verify-award-chip figure {
    width: 48px;
  }

  .nm-verify-hero__verification {
    right: 8px;
    bottom: 8px;
    left: 8px;
    gap: 5px;
    padding: 9px;
  }

  .nm-verify-hero__verification span {
    font-size: 0.48rem;
    letter-spacing: 0.04em;
  }

  .nm-verify-certificate-sample > strong {
    font-size: 0.95rem;
  }

  .nm-verify-certificate-sample dl div {
    grid-template-columns: 1fr;
  }

  .nm-verify-checks__stage {
    display: grid;
    min-height: auto;
    gap: 9px;
    padding: 18px;
  }

  .nm-verify-checks__stage::before,
  .nm-verify-checks__stage::after {
    display: none;
  }

  .nm-verify-checks__core,
  .nm-verify-checks__node {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: auto;
    transform: none;
  }

  .nm-verify-checks__core {
    width: 108px;
    height: 108px;
    justify-self: center;
    margin-bottom: 6px;
  }

  .nm-verify-checks__nodes {
    display: grid;
    gap: 9px;
  }

  .nm-verify-copy__compare article {
    grid-template-columns: 1fr;
  }

  .nm-verify-copy__compare span,
  .nm-verify-copy__compare p {
    grid-row: auto;
    grid-column: auto;
  }

  .nm-verify-education__roles {
    right: 8px;
    bottom: 8px;
    left: 8px;
    gap: 5px;
  }

  .nm-verify-education__roles i {
    width: 15px;
  }
}

@media (min-width: 385px) {
  .nm-verify-hero__points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 784px) {
  .nm-verify-hero__layout {
    grid-template-columns: minmax(0, 0.87fr) minmax(420px, 1.13fr);
    gap: 38px;
  }

  .nm-verify-hero__visual,
  .nm-verify-hero__image {
    min-height: 510px;
  }

  .nm-verify-hero__points {
    max-width: 570px;
  }

  .nm-verify-certificate-sample {
    right: -16px;
    bottom: 32px;
    width: 240px;
  }

  .nm-verify .nm-section-heading--row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.56fr);
    gap: 50px;
    align-items: end;
  }

  .nm-verify-workflow__steps,
  .nm-verify-layers__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nm-verify-workflow__statement {
    grid-template-columns: auto 1fr 46px auto 1fr;
    gap: 10px;
    text-align: left;
  }

  .nm-verify-workflow__statement i {
    margin: 0;
  }

  .nm-verify-copy__layout {
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  }

  .nm-verify-privacy__layout,
  .nm-verify-japan__layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  }

  .nm-verify-education__layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(310px, 0.88fr);
    align-items: stretch;
  }

  .nm-verify-education__visual,
  .nm-verify-education__image {
    height: 100%;
    min-height: 520px;
  }

  .nm-verify-education__roles-copy {
    grid-template-columns: 1fr;
  }

  .nm-verify-integration__layout {
    grid-template-columns: minmax(250px, 0.36fr) minmax(0, 0.64fr);
    gap: 30px;
    align-items: end;
  }

  .nm-verify-integration__flow {
    grid-column: 1 / -1;
  }

  .nm-verify-privacy__cards {
    align-content: center;
  }

  .nm-verify-benefits__grid,
  .nm-verify-steps > .nm-shell > ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nm-verify-cases__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nm-verify-case--featured {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  }

  .nm-verify-case--featured .nm-verify-case__media {
    min-height: 410px;
  }

  .nm-verify-cases__empty {
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  }

  .nm-verify-cases__empty figure {
    min-height: 420px;
  }

  .nm-verify-proof__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nm-verify-faq__layout {
    grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
    gap: 70px;
  }
}

@media (max-width: 783px) {
  .nm-verify-checks__stage {
    display: grid;
    min-height: auto;
    gap: 10px;
    padding: 20px;
  }

  .nm-verify-checks__stage::before,
  .nm-verify-checks__stage::after {
    display: none;
  }

  .nm-verify-checks__core,
  .nm-verify-checks__node {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: auto;
    transform: none;
  }

  .nm-verify-checks__core {
    width: 120px;
    height: 120px;
    justify-self: center;
    margin-bottom: 8px;
  }

  .nm-verify-checks__nodes {
    display: grid;
    gap: 10px;
  }
}

@media (min-width: 1200px) {
  .nm-verify-hero__layout {
    grid-template-columns: minmax(460px, 0.86fr) minmax(620px, 1.14fr);
    gap: 62px;
  }

  .nm-verify-hero__visual {
    margin-right: -4vw;
  }

  .nm-verify-workflow__steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nm-verify-layers__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nm-verify-checks__node--1 { top: 10%; left: 7%; }
  .nm-verify-checks__node--2 { top: 10%; right: 7%; }
  .nm-verify-checks__node--3 { bottom: 10%; left: 7%; }
  .nm-verify-checks__node--4 { right: 7%; bottom: 10%; }

  .nm-verify-integration__flow {
    grid-template-columns: 1fr 26px 1fr 26px 1fr 26px 1fr;
    align-items: center;
  }

  .nm-verify-integration__flow > i {
    width: 26px;
    height: 1px;
    margin: 0;
  }

  .nm-verify-case--featured .nm-verify-case__media {
    min-height: 450px;
  }
}

@media (min-width: 1440px) {
  .nm-verify {
    --nm-section-space: 116px;
  }

  .nm-verify-hero__copy h1 {
    font-size: 3.35rem;
  }

  .nm-verify-hero__visual {
    margin-right: -5vw;
  }

  .nm-verify .nm-section-heading h2,
  .nm-verify h2 {
    font-size: 2.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-verify-scan,
  .nm-verify-layers__pulse,
  .nm-verify-workflow__visual.is-playing .nm-verify-workflow__beam {
    animation: none !important;
  }

  .nm-verify [data-verify-depth],
  .nm-verify-benefits__grid article,
  .nm-verify-case,
  .nm-verify-case__media img {
    transition: none;
    transform: none !important;
  }

  .nm-verify-case__scan {
    animation: none !important;
  }
}

/* ==========================================================================
   Security Drone — single-screen Coming Soon
   ========================================================================== */

.nm-security-coming {
  overflow: clip;
  color: #f4faff;
  background: #020812;
}

.nm-security-coming__stage {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  place-items: center;
  padding: calc(var(--nm-header-height) + 52px) 0 88px;
  background: #020812;
  isolation: isolate;
}

.nm-security-coming__background,
.nm-security-coming__shade,
.nm-security-coming__grid {
  position: absolute;
  inset: 0;
  margin: 0;
}

.nm-security-coming__background {
  z-index: -4;
}

.nm-security-coming__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
}

.nm-security-coming__shade {
  z-index: -3;
  background:
    radial-gradient(circle at 50% 49%, rgba(5, 14, 28, 0.1) 0%, rgba(3, 10, 21, 0.3) 36%, rgba(2, 7, 15, 0.86) 100%),
    linear-gradient(180deg, rgba(2, 8, 18, 0.62), rgba(2, 8, 18, 0.15) 42%, rgba(2, 8, 18, 0.84));
}

.nm-security-coming__grid {
  z-index: -2;
  background-image:
    linear-gradient(rgba(83, 181, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 181, 255, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 53%, #000, transparent 75%);
}

.nm-security-coming__radar {
  position: absolute;
  z-index: -1;
  top: 52%;
  left: 50%;
  width: min(82vw, 900px);
  aspect-ratio: 1;
  border: 1px solid rgba(88, 217, 255, 0.12);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.nm-security-coming__radar::before,
.nm-security-coming__radar::after,
.nm-security-coming__radar i {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(78, 218, 255, 0.13);
  border-radius: 50%;
  content: "";
}

.nm-security-coming__radar::after {
  inset: 31%;
}

.nm-security-coming__radar i {
  inset: 45%;
  box-shadow: 0 0 38px rgba(48, 193, 255, 0.18);
  animation: nm-security-radar-breathe 4.8s ease-in-out infinite;
}

.nm-security-coming__radar i:nth-child(2) {
  inset: 22%;
  animation-delay: 1.2s;
}

.nm-security-coming__radar i:nth-child(3) {
  inset: 5%;
  animation-delay: 2.4s;
}

@keyframes nm-security-radar-breathe {
  0%,
  100% {
    border-color: rgba(78, 218, 255, 0.08);
    opacity: 0.4;
    transform: scale(0.98);
  }
  50% {
    border-color: rgba(78, 218, 255, 0.3);
    opacity: 1;
    transform: scale(1.02);
  }
}

.nm-security-coming__content {
  display: flex;
  max-width: 1040px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.nm-security-coming .nm-kicker {
  color: #a9eaff;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
}

.nm-security-coming h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 0;
  font-family: var(--nm-font-display);
  line-height: 0.93;
}

.nm-security-coming h1 > span {
  color: rgba(225, 244, 255, 0.8);
  font-size: clamp(1.05rem, 3.2vw, 2.2rem);
  font-weight: 620;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.nm-security-coming h1 > strong {
  margin-top: 15px;
  color: #f7fcff;
  font-size: clamp(3.15rem, 12.5vw, 9.4rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  text-shadow:
    0 0 20px rgba(99, 215, 255, 0.2),
    0 0 80px rgba(23, 139, 255, 0.18);
}

.nm-security-coming__lead {
  max-width: 620px;
  margin: 28px auto 0;
  color: #c2d4e4;
  font-size: clamp(0.88rem, 1.4vw, 1.05rem);
  line-height: 1.95;
}

.nm-security-coming__signals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.nm-security-coming__signals li {
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  gap: 9px;
  padding: 7px 13px;
  border: 1px solid rgba(107, 205, 255, 0.22);
  border-radius: 999px;
  color: #b9d5e7;
  background: rgba(3, 14, 29, 0.44);
  font-size: 0.68rem;
  font-weight: 680;
  letter-spacing: 0.07em;
  backdrop-filter: blur(12px);
}

.nm-security-coming__signals i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #52e8ff;
  box-shadow: 0 0 10px rgba(82, 232, 255, 0.9);
}

.nm-security-coming__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}

.nm-security-coming__actions .nm-button {
  min-height: 48px;
  border-color: rgba(124, 224, 255, 0.5);
  background: linear-gradient(115deg, rgba(21, 128, 255, 0.9), rgba(28, 201, 232, 0.84));
  box-shadow: 0 14px 40px rgba(7, 118, 220, 0.28);
}

.nm-security-coming__status {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: rgba(184, 218, 236, 0.58);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.nm-security-coming__status i {
  width: min(8vw, 76px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(86, 218, 255, 0.55), transparent);
}

/* ==========================================================================
   NEXTMAKE Drone Solutions
   ========================================================================== */

.nm-drone {
  --nm-drone-ink: #071a2f;
  --nm-drone-muted: #52677c;
  --nm-drone-blue: #0879db;
  --nm-drone-cyan: #16c9ee;
  --nm-drone-border: rgba(7, 105, 190, 0.14);
  overflow: clip;
  color: var(--nm-drone-ink);
  background: #f8fbfe;
}

.nm-drone h1,
.nm-drone h2,
.nm-drone h3,
.nm-drone p {
  margin-top: 0;
}

.nm-drone h2 {
  margin-bottom: 0;
  color: var(--nm-drone-ink);
  font-family: var(--nm-font-display);
  font-size: clamp(1.65rem, 3.2vw, 2.45rem);
  font-weight: 660;
  letter-spacing: -0.045em;
  line-height: 1.3;
}

.nm-drone h3 {
  color: inherit;
  font-family: var(--nm-font-display);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  font-weight: 690;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.nm-drone p {
  color: var(--nm-drone-muted);
  line-height: 1.9;
}

.nm-drone .nm-kicker {
  margin-bottom: 13px;
  color: #0879bd;
  font-size: 0.69rem;
  font-weight: 760;
  letter-spacing: 0.18em;
}

.nm-drone-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--nm-header-height) + 70px) 0 0;
  background:
    radial-gradient(circle at 78% 24%, rgba(28, 198, 242, 0.14), transparent 29%),
    radial-gradient(circle at 12% 78%, rgba(9, 112, 210, 0.08), transparent 30%),
    linear-gradient(135deg, #fbfdff 0%, #eef7fc 56%, #eaf7fc 100%);
  isolation: isolate;
}

.nm-drone-hero::before {
  position: absolute;
  z-index: -1;
  top: 8%;
  right: -11%;
  width: min(55vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(9, 149, 224, 0.11);
  border-radius: 50%;
  box-shadow:
    0 0 0 76px rgba(15, 168, 228, 0.035),
    0 0 0 152px rgba(15, 168, 228, 0.025);
  content: "";
}

.nm-drone-hero__grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 122, 207, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 122, 207, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.3) 70%, transparent);
}

.nm-drone-hero__layout {
  display: grid;
  gap: clamp(38px, 5vw, 72px);
  align-items: center;
  min-height: min(720px, calc(100svh - var(--nm-header-height)));
  padding-bottom: clamp(58px, 7vw, 92px);
}

.nm-drone-hero__copy {
  position: relative;
  z-index: 2;
}

.nm-drone-hero h1 {
  max-width: 650px;
  margin: 0;
  color: var(--nm-drone-ink);
  font-family: var(--nm-font-display);
  font-size: clamp(2.05rem, 4.2vw, 3.85rem);
  font-weight: 680;
  letter-spacing: -0.06em;
  line-height: 1.17;
}

.nm-drone-hero__lead {
  max-width: 610px;
  margin: 23px 0 0;
  font-size: clamp(0.91rem, 1.25vw, 1.04rem);
}

.nm-drone-hero .nm-actions {
  margin-top: 30px;
}

.nm-drone-hero .nm-button {
  min-height: 50px;
  box-shadow: 0 16px 38px rgba(5, 112, 208, 0.2);
}

.nm-drone-hero .nm-button--ghost {
  box-shadow: none;
}

.nm-drone-hero__visual {
  position: relative;
  min-width: 0;
}

.nm-drone-hero__media {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(21, 133, 205, 0.18);
  border-radius: 24px;
  background: #dceefa;
  box-shadow:
    0 34px 80px rgba(4, 52, 92, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.nm-drone-hero__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(235, 247, 253, 0.08), transparent 38%),
    linear-gradient(180deg, transparent 55%, rgba(1, 24, 48, 0.34));
  content: "";
  pointer-events: none;
}

.nm-drone-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-drone-hero__visual:hover .nm-drone-hero__image {
  transform: scale(1.025);
}

.nm-drone-hero__scan {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 52%;
  width: 1px;
  background: linear-gradient(180deg, transparent 9%, rgba(78, 232, 255, 0.75), transparent 91%);
  box-shadow: 0 0 18px rgba(50, 220, 255, 0.7);
  opacity: 0.56;
  transform: translateX(-50%);
  animation: nm-drone-hero-scan 6.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes nm-drone-hero-scan {
  0%, 100% { left: 25%; opacity: 0; }
  18%, 82% { opacity: 0.58; }
  50% { left: 82%; opacity: 0.34; }
}

.nm-drone-hero__signals {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 17px;
  left: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nm-drone-hero__signals li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  padding: 10px 11px;
  border: 1px solid rgba(131, 223, 255, 0.24);
  border-radius: 8px;
  color: #e9faff;
  background: rgba(3, 27, 51, 0.7);
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  backdrop-filter: blur(12px);
}

.nm-drone-hero__signals i {
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #54ecff;
  box-shadow: 0 0 9px rgba(84, 236, 255, 0.9);
}

.nm-drone-hero__telemetry {
  position: absolute;
  z-index: 4;
  top: 22px;
  left: -24px;
  display: grid;
  min-width: 142px;
  gap: 2px;
  padding: 13px 15px;
  border: 1px solid rgba(2, 117, 200, 0.18);
  border-radius: 12px;
  color: #0c6caf;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 15px 38px rgba(8, 64, 105, 0.13);
  backdrop-filter: blur(14px);
}

.nm-drone-hero__telemetry span,
.nm-drone-hero__telemetry small {
  font-size: 0.52rem;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.nm-drone-hero__telemetry strong {
  color: #06385f;
  font-family: var(--nm-font-display);
  font-size: 1.45rem;
  line-height: 1.1;
}

.nm-drone-hero__rail {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-top: 1px solid rgba(8, 112, 192, 0.11);
  color: #648096;
  font-size: 0.58rem;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.nm-drone-hero__rail i {
  width: min(9vw, 88px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(9, 154, 220, 0.55), transparent);
}

.nm-drone-tech {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 9vw, 128px) 0;
  color: #eaf7ff;
  background:
    radial-gradient(circle at 78% 42%, rgba(0, 164, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #031326, #041b34 54%, #031225);
}

.nm-drone-tech::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(85, 200, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 200, 255, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at 72% 50%, #000, transparent 73%);
  content: "";
  pointer-events: none;
}

.nm-drone-tech > .nm-shell {
  position: relative;
  z-index: 1;
}

.nm-drone-tech__heading {
  display: grid;
  gap: 24px;
  align-items: end;
  margin-bottom: 42px;
}

.nm-drone-tech h2,
.nm-drone-tech h3 {
  color: #f2fbff;
}

.nm-drone-tech .nm-kicker {
  color: #71ddff;
}

.nm-drone-tech__heading > p {
  max-width: 610px;
  margin-bottom: 0;
  color: #a8c2d6;
  font-size: 0.9rem;
}

.nm-drone-tech__layout {
  display: grid;
  gap: 28px;
  align-items: stretch;
}

.nm-drone-tech__cards {
  display: grid;
  gap: 10px;
}

.nm-drone-tech-card {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  padding: 24px;
  border: 1px solid rgba(101, 200, 255, 0.13);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.nm-drone-tech-card::after {
  position: absolute;
  right: -24px;
  bottom: -34px;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(60, 210, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.nm-drone-tech-card:hover {
  border-color: rgba(93, 220, 255, 0.35);
  background: linear-gradient(145deg, rgba(37, 162, 232, 0.11), rgba(255, 255, 255, 0.025));
  transform: translateY(-4px);
}

.nm-drone-tech-card__code {
  display: inline-flex;
  min-width: 48px;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  padding: 4px 8px;
  border: 1px solid rgba(93, 220, 255, 0.28);
  border-radius: 999px;
  color: #6fe5ff;
  font-size: 0.53rem;
  font-weight: 780;
  letter-spacing: 0.12em;
}

.nm-drone-tech-card h3 {
  margin-bottom: 8px;
}

.nm-drone-tech-card p {
  margin-bottom: 0;
  color: #9fb7ca;
  font-size: 0.79rem;
  line-height: 1.78;
}

.nm-drone-tech__visual {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(85, 207, 255, 0.22);
  border-radius: 15px;
  background: #031226;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.nm-drone-tech__visual::before,
.nm-drone-tech__visual::after {
  position: absolute;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-color: #50dbff;
  content: "";
  opacity: 0.55;
}

.nm-drone-tech__visual::before {
  top: 18px;
  left: 18px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.nm-drone-tech__visual::after {
  right: 18px;
  bottom: 18px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.nm-drone-tech__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
}

.nm-drone-tech__visual figcaption {
  position: absolute;
  z-index: 3;
  right: 26px;
  bottom: 24px;
  left: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  color: #eaf9ff;
}

.nm-drone-tech__visual figcaption span {
  font-size: 0.58rem;
  font-weight: 760;
  letter-spacing: 0.17em;
}

.nm-drone-tech__visual figcaption strong {
  max-width: 260px;
  font-family: var(--nm-font-display);
  font-size: 1.12rem;
  text-align: right;
}

.nm-drone-tech__beam {
  position: absolute;
  z-index: 2;
  top: -30%;
  bottom: -30%;
  left: -30%;
  width: 21%;
  background: linear-gradient(90deg, transparent, rgba(74, 224, 255, 0.17), transparent);
  transform: rotate(9deg);
  animation: nm-drone-tech-beam 7s ease-in-out infinite;
}

@keyframes nm-drone-tech-beam {
  0%, 15% { left: -35%; opacity: 0; }
  30%, 70% { opacity: 1; }
  85%, 100% { left: 120%; opacity: 0; }
}

.nm-drone-solutions,
.nm-drone-loop {
  content-visibility: auto;
  contain-intrinsic-size: auto 1000px;
}

.nm-drone-solutions {
  padding: clamp(80px, 9vw, 128px) 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(38, 203, 238, 0.08), transparent 24%),
    #f9fcff;
}

.nm-drone-solutions__heading {
  max-width: 800px;
  margin-bottom: 38px;
}

.nm-drone-solutions__heading > p:last-child {
  max-width: 690px;
  margin: 17px 0 0;
  font-size: 0.91rem;
}

.nm-drone-solutions__panorama {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  margin: 0 0 22px;
  border: 1px solid rgba(6, 110, 192, 0.15);
  border-radius: 17px;
  background: #dceefa;
  box-shadow: 0 28px 66px rgba(9, 77, 128, 0.14);
}

.nm-drone-solutions__panorama::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(1, 20, 40, 0.63));
  content: "";
  pointer-events: none;
}

.nm-drone-solutions__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.nm-drone-solutions__panorama:hover .nm-drone-solutions__image {
  transform: scale(1.018);
}

.nm-drone-solutions__panorama figcaption {
  position: absolute;
  z-index: 3;
  bottom: 22px;
  left: 24px;
  color: #e9f9ff;
  font-size: 0.6rem;
  font-weight: 780;
  letter-spacing: 0.18em;
}

.nm-drone-solutions__network i {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(104, 229, 255, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(64, 210, 255, 0.09), 0 0 20px rgba(64, 210, 255, 0.75);
  animation: nm-drone-network-pulse 3s ease-in-out infinite;
}

.nm-drone-solutions__network i:nth-child(1) { top: 40%; left: 24%; }
.nm-drone-solutions__network i:nth-child(2) { top: 57%; left: 55%; animation-delay: 0.8s; }
.nm-drone-solutions__network i:nth-child(3) { top: 33%; right: 17%; animation-delay: 1.6s; }

@keyframes nm-drone-network-pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.86); }
  50% { opacity: 1; transform: scale(1.12); }
}

.nm-drone-solutions__grid {
  display: grid;
  gap: 10px;
}

.nm-drone-solution-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  min-height: 156px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--nm-drone-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 34px rgba(8, 69, 112, 0.055);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.nm-drone-solution-card:hover {
  border-color: rgba(9, 145, 215, 0.34);
  box-shadow: 0 19px 44px rgba(8, 69, 112, 0.1);
  transform: translateY(-4px);
}

.nm-drone-solution-card__number {
  color: #0794d2;
  font-family: var(--nm-font-display);
  font-size: 0.72rem;
  font-weight: 740;
}

.nm-drone-solution-card h3 {
  margin-bottom: 8px;
}

.nm-drone-solution-card p {
  margin-bottom: 0;
  font-size: 0.78rem;
  line-height: 1.75;
}

.nm-drone-solution-card > i {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(7, 151, 211, 0.23);
  border-radius: 50%;
  background:
    radial-gradient(circle, #32d3ef 0 2px, transparent 3px),
    linear-gradient(90deg, transparent 48%, rgba(17, 153, 213, 0.35) 49% 51%, transparent 52%),
    linear-gradient(transparent 48%, rgba(17, 153, 213, 0.35) 49% 51%, transparent 52%);
}

.nm-drone-loop {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 8vw, 112px) 0;
  background: #edf7fc;
}

.nm-drone-loop::before {
  position: absolute;
  top: -40%;
  left: 50%;
  width: min(90vw, 1100px);
  aspect-ratio: 1;
  border: 1px solid rgba(8, 135, 210, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(8, 135, 210, 0.025), 0 0 0 200px rgba(8, 135, 210, 0.018);
  content: "";
  transform: translateX(-50%);
}

.nm-drone-loop > .nm-shell {
  position: relative;
}

.nm-drone-loop__heading {
  max-width: 740px;
  margin: 0 auto 42px;
  text-align: center;
}

.nm-drone-loop__heading > p:last-child {
  max-width: 660px;
  margin: 17px auto 0;
  font-size: 0.9rem;
}

.nm-drone-loop__steps {
  position: relative;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nm-drone-loop__steps::before {
  position: absolute;
  z-index: 0;
  top: 37px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(6, 145, 211, 0.34), transparent);
  content: "";
}

.nm-drone-loop__steps li {
  position: relative;
  z-index: 1;
  min-height: 205px;
  padding: 25px;
  border: 1px solid rgba(8, 113, 189, 0.13);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
}

.nm-drone-loop__steps li > span {
  display: inline-flex;
  min-width: 68px;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  padding: 4px 9px;
  border: 1px solid rgba(8, 147, 211, 0.23);
  border-radius: 999px;
  color: #0877ba;
  background: #f8fdff;
  font-size: 0.55rem;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.nm-drone-loop__steps strong {
  display: block;
  margin-bottom: 9px;
  color: #0b2942;
  font-family: var(--nm-font-display);
  font-size: 1rem;
}

.nm-drone-loop__steps p {
  margin-bottom: 0;
  font-size: 0.78rem;
  line-height: 1.76;
}

.nm-drone-contact {
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 9vw, 132px) 0;
  background:
    radial-gradient(circle at 50% 118%, rgba(17, 190, 244, 0.34), transparent 44%),
    linear-gradient(135deg, #031125, #061c35 60%, #03243d);
}

.nm-drone-contact::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(96, 211, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 211, 255, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(circle at center, #000, transparent 78%);
  content: "";
}

.nm-drone-contact__inner {
  position: relative;
  display: flex;
  max-width: 860px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.nm-drone-contact .nm-kicker {
  color: #6cdfff;
}

.nm-drone-contact h2 {
  color: #f3fbff;
}

.nm-drone-contact__inner > p:not(.nm-kicker) {
  max-width: 620px;
  margin: 18px auto 0;
  color: #acc3d6;
  font-size: 0.91rem;
}

.nm-drone-contact .nm-actions {
  justify-content: center;
  margin-top: 30px;
}

.nm-drone-contact .nm-text-link {
  color: #b8d8e9;
}

@media (min-width: 784px) {
  .nm-drone-hero__layout {
    grid-template-columns: minmax(330px, 0.82fr) minmax(460px, 1.18fr);
  }

  .nm-drone-tech__heading {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.68fr);
  }

  .nm-drone-tech__layout {
    grid-template-columns: minmax(400px, 0.92fr) minmax(400px, 1.08fr);
  }

  .nm-drone-tech__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nm-drone-solutions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nm-drone-loop__steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .nm-drone-hero__layout {
    grid-template-columns: minmax(430px, 0.84fr) minmax(610px, 1.16fr);
  }

  .nm-drone-hero__visual {
    margin-right: -3vw;
  }

  .nm-drone-tech__layout {
    grid-template-columns: minmax(480px, 0.9fr) minmax(540px, 1.1fr);
    gap: 42px;
  }

  .nm-drone-solutions__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  .nm-drone-hero__layout {
    min-height: 760px;
  }

  .nm-drone-hero__media {
    min-height: 545px;
  }

  .nm-drone-solutions__panorama {
    min-height: 470px;
  }
}

@media (max-width: 1199px) {
  .nm-drone-hero__telemetry {
    left: 14px;
  }

  .nm-drone-tech__visual {
    min-height: 470px;
  }
}

@media (max-width: 783px) {
  .nm-drone-hero {
    padding-top: calc(var(--nm-header-height) + 44px);
  }

  .nm-drone-hero__layout {
    min-height: 0;
    padding-bottom: 48px;
  }

  .nm-drone-hero__copy {
    text-align: left;
  }

  .nm-drone-hero h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .nm-drone-hero .nm-actions {
    align-items: stretch;
  }

  .nm-drone-hero .nm-button {
    justify-content: center;
  }

  .nm-drone-hero__media {
    min-height: 390px;
  }

  .nm-drone-hero__image {
    object-position: 63% center;
  }

  .nm-drone-hero__signals {
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .nm-drone-hero__signals li {
    padding: 7px 10px;
  }

  .nm-drone-hero__telemetry {
    top: 12px;
    left: 12px;
  }

  .nm-drone-hero__rail {
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
  }

  .nm-drone-tech__heading {
    margin-bottom: 30px;
  }

  .nm-drone-tech__visual {
    min-height: 390px;
  }

  .nm-drone-tech__visual figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .nm-drone-tech__visual figcaption strong {
    text-align: left;
  }

  .nm-drone-solutions__panorama {
    min-height: 300px;
  }

  .nm-drone-solutions__image {
    object-position: 58% center;
  }

  .nm-drone-solution-card {
    min-height: 0;
  }

  .nm-drone-loop__steps::before {
    top: 5%;
    bottom: 5%;
    left: 36px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(6, 145, 211, 0.34), transparent);
  }

  .nm-drone-loop__steps li {
    min-height: 0;
  }
}

@media (max-width: 384px) {
  .nm-drone-hero {
    padding-top: calc(var(--nm-header-height) + 34px);
  }

  .nm-drone h2 {
    font-size: 1.55rem;
  }

  .nm-drone-hero h1 {
    font-size: 1.94rem;
  }

  .nm-drone-hero__lead,
  .nm-drone-tech__heading > p,
  .nm-drone-solutions__heading > p:last-child,
  .nm-drone-loop__heading > p:last-child,
  .nm-drone-contact__inner > p:not(.nm-kicker) {
    font-size: 0.84rem;
  }

  .nm-drone-hero__media {
    min-height: 350px;
    border-radius: 16px;
  }

  .nm-drone-hero__telemetry {
    min-width: 120px;
    padding: 10px 12px;
  }

  .nm-drone-hero__telemetry strong {
    font-size: 1.2rem;
  }

  .nm-drone-tech-card,
  .nm-drone-solution-card,
  .nm-drone-loop__steps li {
    padding: 20px;
  }

  .nm-drone-solution-card {
    grid-template-columns: auto 1fr;
  }

  .nm-drone-solution-card > i {
    display: none;
  }

  .nm-drone-solutions__panorama {
    min-height: 265px;
    border-radius: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-drone-hero__scan,
  .nm-drone-tech__beam,
  .nm-drone-solutions__network i {
    animation: none !important;
  }

  .nm-drone-hero__image,
  .nm-drone-tech-card,
  .nm-drone-solutions__image,
  .nm-drone-solution-card {
    transition: none;
    transform: none !important;
  }
}

/* ==========================================================================
   Global R&D Team
   ========================================================================== */

.nm-global-rd {
  --nm-rd-ink: #071a2c;
  --nm-rd-muted: #53687a;
  --nm-rd-blue: #087bdb;
  --nm-rd-cyan: #11c6e8;
  --nm-rd-border: rgba(8, 100, 170, 0.14);
  overflow: clip;
  color: var(--nm-rd-ink);
  background: #f8fbfd;
}

.nm-global-rd h2 {
  margin: 0;
  color: var(--nm-rd-ink);
  font-family: var(--nm-font-display);
  font-size: clamp(1.65rem, 3.5vw, 2.45rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.35;
}

.nm-global-rd p {
  color: var(--nm-rd-muted);
}

.nm-global-rd .nm-kicker {
  color: #078abd;
  font-size: 0.72rem;
}

.nm-global-rd .nm-section {
  background: #fff;
}

.nm-global-rd-belief,
.nm-global-rd-capabilities,
.nm-global-rd-aupp,
.nm-global-rd-pathway,
.nm-global-rd-process {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

.nm-global-rd-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--nm-header-height) + 65px) 0 0;
  background:
    radial-gradient(circle at 90% 15%, rgba(24, 198, 232, 0.13), transparent 31%),
    radial-gradient(circle at 12% 80%, rgba(12, 126, 220, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fcff, #eef8fd);
}

.nm-global-rd-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 123, 219, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 123, 219, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000, transparent 80%);
  content: "";
  pointer-events: none;
}

.nm-global-rd-hero__glow {
  position: absolute;
  top: 20%;
  right: -12%;
  width: min(55vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(49, 205, 244, 0.16);
  filter: blur(90px);
}

.nm-global-rd-hero__layout,
.nm-global-rd-hero__manifesto {
  position: relative;
  z-index: 1;
}

.nm-global-rd-hero__layout {
  display: grid;
  gap: 42px;
  align-items: center;
  padding-bottom: clamp(55px, 8vw, 94px);
}

.nm-global-rd-hero__copy h1 {
  max-width: 680px;
  margin: 0;
  color: var(--nm-rd-ink);
  font-family: var(--nm-font-display);
  font-size: clamp(2rem, 5.2vw, 3.5rem);
  font-weight: 660;
  letter-spacing: -0.055em;
  line-height: 1.18;
}

.nm-global-rd-hero__lead {
  max-width: 640px;
  margin: 23px 0 0;
  font-size: clamp(0.9rem, 1.35vw, 1.02rem);
  line-height: 1.95;
}

.nm-global-rd-hero .nm-actions {
  margin-top: 29px;
}

.nm-global-rd-hero .nm-button--ghost {
  border-color: rgba(8, 91, 152, 0.28);
  color: #075486;
  background: rgba(255, 255, 255, 0.7);
}

.nm-global-rd-hero__points {
  display: grid;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.nm-global-rd-hero__points li {
  position: relative;
  padding: 10px 12px 10px 31px;
  border: 1px solid rgba(12, 118, 187, 0.12);
  border-radius: 9px;
  color: #34566e;
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 680;
}

.nm-global-rd-hero__points li::before {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--nm-rd-cyan);
  box-shadow: 0 0 10px rgba(17, 198, 232, 0.45);
  content: "";
  transform: translateY(-50%);
}

.nm-global-rd-hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  margin: 0;
  border: 1px solid rgba(7, 112, 180, 0.16);
  border-radius: 28px;
  background: #dbeaf2;
  box-shadow: 0 30px 90px rgba(16, 92, 137, 0.14);
}

.nm-global-rd-hero__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(3, 31, 52, 0.62));
  content: "";
  pointer-events: none;
}

.nm-global-rd-hero__image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 58% center;
}

.nm-global-rd-hero__visual figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  left: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.nm-global-rd-hero__visual figcaption span {
  padding: 11px 13px;
  border: 1px solid rgba(191, 237, 255, 0.35);
  border-radius: 10px;
  color: #f6fcff;
  background: rgba(3, 32, 55, 0.55);
  font-size: 0.92rem;
  font-weight: 740;
  backdrop-filter: blur(12px);
}

.nm-global-rd-hero__visual figcaption small {
  display: block;
  margin-bottom: 3px;
  color: #8bdef1;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
}

.nm-global-rd-hero__manifesto {
  display: flex;
  min-height: 72px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 24px;
  padding-block: 17px;
  border-top: 1px solid rgba(10, 103, 168, 0.13);
  color: #618093;
  font-family: var(--nm-font-display);
  font-size: clamp(0.72rem, 1.35vw, 0.9rem);
  letter-spacing: 0.08em;
}

.nm-global-rd-hero__manifesto strong {
  color: #087bb9;
}

.nm-global-rd .nm-section-heading {
  max-width: 850px;
  margin-bottom: 38px;
}

.nm-global-rd .nm-section-heading--row {
  max-width: none;
}

.nm-global-rd .nm-section-heading--row > p,
.nm-global-rd .nm-section-heading > p:last-child {
  margin-top: 15px;
  font-size: 0.91rem;
  line-height: 1.9;
}

.nm-global-rd-belief__grid {
  display: grid;
  gap: 13px;
}

.nm-global-rd-belief__grid article {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  padding: clamp(24px, 4vw, 39px);
  border: 1px solid var(--nm-rd-border);
  border-radius: 17px;
  background:
    radial-gradient(circle at 100% 0, rgba(31, 194, 228, 0.1), transparent 34%),
    #fff;
  box-shadow: 0 18px 55px rgba(11, 82, 124, 0.07);
}

.nm-global-rd-belief__grid article::after {
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 145px;
  height: 145px;
  border: 1px solid rgba(8, 144, 210, 0.11);
  border-radius: 50%;
  content: "";
}

.nm-global-rd-belief__grid article > span {
  color: var(--nm-rd-blue);
  font-family: var(--nm-font-display);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.nm-global-rd-belief__grid h3 {
  margin: 34px 0 0;
  color: var(--nm-rd-ink);
  font-size: clamp(1.06rem, 1.8vw, 1.3rem);
  line-height: 1.5;
}

.nm-global-rd-belief__grid p {
  margin: 13px 0 0;
  font-size: 0.84rem;
  line-height: 1.85;
}

.nm-global-rd-capabilities {
  background: #eef7fb !important;
}

.nm-global-rd-capabilities__grid {
  display: grid;
  gap: 11px;
}

.nm-global-rd-capabilities__grid article {
  display: grid;
  min-height: 160px;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: start;
  padding: clamp(23px, 4vw, 37px);
  border: 1px solid rgba(11, 109, 175, 0.13);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.86);
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.nm-global-rd-capabilities__grid article:hover {
  border-color: rgba(6, 152, 213, 0.35);
  box-shadow: 0 20px 60px rgba(9, 89, 139, 0.1);
  transform: translateY(-4px);
}

.nm-global-rd-capabilities__grid article > span {
  color: #08a4c7;
  font-family: var(--nm-font-display);
  font-size: 0.66rem;
  font-weight: 780;
}

.nm-global-rd-capabilities__grid h3 {
  margin: 0;
  color: var(--nm-rd-ink);
  font-size: 1.06rem;
  line-height: 1.5;
}

.nm-global-rd-capabilities__grid p {
  margin: 11px 0 0;
  font-size: 0.82rem;
  line-height: 1.82;
}

.nm-global-rd-capabilities__grid article > i {
  color: #13a8ce;
  font-size: 1rem;
  font-style: normal;
}

.nm-global-rd-team {
  position: relative;
  overflow: hidden;
  padding-block: clamp(76px, 10vw, 124px);
  color: #eff9ff;
  background:
    radial-gradient(circle at 50% 45%, rgba(23, 139, 255, 0.18), transparent 36%),
    linear-gradient(145deg, #03101f, #061b31);
}

.nm-global-rd-team__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(73, 183, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(73, 183, 255, 0.06) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(circle at center, #000, transparent 80%);
}

.nm-global-rd-team .nm-shell {
  position: relative;
}

.nm-global-rd-team .nm-section-heading h2,
.nm-global-rd-team .nm-section-heading p {
  color: #f4fbff;
}

.nm-global-rd-team .nm-section-heading > p:last-child {
  color: #a9bfd2;
}

.nm-global-rd-team__model {
  display: grid;
  gap: 12px;
}

.nm-global-rd-team__model article {
  position: relative;
  min-height: 235px;
  padding: clamp(25px, 4vw, 38px);
  border: 1px solid rgba(90, 193, 255, 0.2);
  border-radius: 18px;
  background: rgba(7, 25, 45, 0.7);
  backdrop-filter: blur(12px);
}

.nm-global-rd-team__model article > span {
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgba(108, 221, 255, 0.55);
  font-family: var(--nm-font-display);
  font-size: 0.72rem;
}

.nm-global-rd-team__model small {
  color: #58dff6;
  font-size: 0.64rem;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.nm-global-rd-team__model h3 {
  margin: 42px 0 0;
  color: #f3faff;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.5;
}

.nm-global-rd-team__model p {
  margin: 13px 0 0;
  color: #a9bfd1;
  font-size: 0.83rem;
  line-height: 1.85;
}

.nm-global-rd-team__model .nm-global-rd-team__core {
  border-color: rgba(67, 220, 255, 0.48);
  background:
    radial-gradient(circle at 50% 0, rgba(50, 213, 255, 0.16), transparent 46%),
    rgba(5, 31, 57, 0.88);
  box-shadow: 0 0 60px rgba(12, 147, 223, 0.14);
}

.nm-global-rd-team__connector {
  width: 1px;
  height: 24px;
  justify-self: center;
  background: linear-gradient(180deg, transparent, #43d8f5, transparent);
  box-shadow: 0 0 12px rgba(67, 216, 245, 0.4);
}

.nm-global-rd-aupp__layout {
  display: grid;
  gap: 42px;
  align-items: center;
}

.nm-global-rd-aupp__visual {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  margin: 0;
  border-radius: 24px;
  background: #e4edf2;
  box-shadow: 0 28px 80px rgba(14, 82, 123, 0.12);
}

.nm-global-rd-aupp__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(4, 24, 42, 0.72));
  content: "";
}

.nm-global-rd-aupp__visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.nm-global-rd-aupp__visual figcaption {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;
  color: #fff;
}

.nm-global-rd-aupp__visual figcaption span {
  font-family: var(--nm-font-display);
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  font-weight: 700;
}

.nm-global-rd-aupp__visual figcaption strong {
  font-size: 0.63rem;
  letter-spacing: 0.1em;
}

.nm-global-rd-aupp__copy > p:not(.nm-kicker) {
  margin: 18px 0 0;
  font-size: 0.9rem;
  line-height: 1.95;
}

.nm-global-rd-aupp__copy ul {
  display: grid;
  gap: 8px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.nm-global-rd-aupp__copy li {
  display: grid;
  min-height: 54px;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px 15px;
  border: 1px solid rgba(10, 108, 169, 0.13);
  border-radius: 10px;
  background: #f6fbfd;
}

.nm-global-rd-aupp__copy li span {
  color: #09a5c9;
  font-size: 0.64rem;
  font-weight: 780;
}

.nm-global-rd-aupp__copy li strong {
  color: #173a51;
  font-size: 0.81rem;
  line-height: 1.55;
}

.nm-global-rd-pathway {
  background:
    radial-gradient(circle at 84% 12%, rgba(27, 196, 231, 0.1), transparent 30%),
    #eef8fc !important;
}

.nm-global-rd-pathway__header {
  display: grid;
  gap: 25px;
  align-items: end;
  margin-bottom: 38px;
}

.nm-global-rd-pathway__header p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.9;
}

.nm-global-rd-pathway__header .nm-text-link {
  margin-top: 18px;
}

.nm-global-rd-pathway__gallery {
  display: grid;
  gap: 12px;
}

.nm-global-rd-pathway__gallery figure {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  margin: 0;
  border-radius: 16px;
  background: #cddfe8;
}

.nm-global-rd-pathway__gallery img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.nm-global-rd-pathway__gallery figure:hover img {
  transform: scale(1.035);
}

.nm-global-rd-pathway__gallery figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(3, 32, 52, 0.68));
  content: "";
}

.nm-global-rd-pathway__gallery figcaption {
  position: absolute;
  z-index: 2;
  right: 17px;
  bottom: 15px;
  left: 17px;
  color: #f5fbff;
  font-size: 0.75rem;
  font-weight: 700;
}

.nm-global-rd-process > .nm-shell > ol {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nm-global-rd-process li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--nm-rd-border);
  border-radius: 13px;
  background: #fff;
}

.nm-global-rd-process li > span {
  display: grid;
  width: 39px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(10, 150, 207, 0.25);
  border-radius: 50%;
  color: #079ebf;
  font-size: 0.65rem;
  font-weight: 780;
}

.nm-global-rd-process li strong {
  color: var(--nm-rd-ink);
  font-size: 0.9rem;
}

.nm-global-rd-process li p {
  margin: 7px 0 0;
  font-size: 0.79rem;
  line-height: 1.75;
}

.nm-global-rd-cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(76px, 10vw, 122px);
  background:
    radial-gradient(circle at 50% 110%, rgba(41, 219, 255, 0.28), transparent 38%),
    linear-gradient(145deg, #03101f, #072139);
}

.nm-global-rd-cta::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(85, 196, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 196, 255, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, #000, transparent 80%);
  content: "";
}

.nm-global-rd-cta__inner {
  position: relative;
  display: flex;
  max-width: 900px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.nm-global-rd-cta h2 {
  max-width: 760px;
  color: #f4fbff;
}

.nm-global-rd-cta__inner > p:not(.nm-kicker) {
  max-width: 650px;
  margin: 18px 0 0;
  color: #aac0d3;
  font-size: 0.91rem;
  line-height: 1.9;
}

.nm-global-rd-cta .nm-actions {
  justify-content: center;
  margin-top: 30px;
}

.nm-global-rd-cta .nm-button--ghost {
  border-color: rgba(138, 218, 255, 0.3);
  color: #d9f6ff;
  background: rgba(255, 255, 255, 0.04);
}

@media (min-width: 385px) {
  .nm-global-rd-hero__points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 783px) {
  .nm-security-coming__stage {
    min-height: 100svh;
    padding-bottom: 88px;
  }

  .nm-security-coming__image {
    object-position: center center;
  }

  .nm-security-coming__shade {
    background:
      radial-gradient(circle at 50% 43%, rgba(3, 10, 21, 0.15), rgba(2, 8, 18, 0.78) 66%),
      linear-gradient(180deg, rgba(2, 8, 18, 0.46), rgba(2, 8, 18, 0.85));
  }

  .nm-security-coming__status span:last-child,
  .nm-security-coming__status i:last-of-type {
    display: none;
  }

  .nm-security-coming__actions {
    flex-direction: column;
  }

  .nm-global-rd-hero__visual {
    min-height: 360px;
  }

  .nm-global-rd-hero__image {
    object-position: 57% center;
  }

  .nm-global-rd-hero__manifesto {
    align-items: flex-start;
    flex-direction: column;
  }

  .nm-global-rd-capabilities__grid article {
    grid-template-columns: auto 1fr;
  }

  .nm-global-rd-capabilities__grid article > i {
    display: none;
  }
}

@media (min-width: 784px) {
  .nm-global-rd .nm-section-heading--row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.68fr);
    gap: 55px;
    align-items: end;
  }

  .nm-global-rd-hero__layout {
    grid-template-columns: minmax(320px, 0.78fr) minmax(420px, 1.22fr);
    gap: 38px;
  }

  .nm-global-rd-hero__visual {
    min-height: 510px;
    margin-right: -6vw;
  }

  .nm-global-rd-belief__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nm-global-rd-capabilities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nm-global-rd-team__model {
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1.08fr) 34px minmax(0, 1fr);
    align-items: center;
  }

  .nm-global-rd-team__connector {
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #43d8f5, transparent);
  }

  .nm-global-rd-aupp__layout {
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
    gap: 55px;
  }

  .nm-global-rd-aupp__visual {
    min-height: 540px;
  }

  .nm-global-rd-pathway__header {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.64fr);
    gap: 55px;
  }

  .nm-global-rd-pathway__gallery {
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  }

  .nm-global-rd-pathway__gallery .is-featured {
    grid-row: 1 / 3;
    min-height: 520px;
  }

  .nm-global-rd-pathway__gallery figure:not(.is-featured) {
    min-height: 254px;
  }

  .nm-global-rd-process > .nm-shell > ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .nm-security-coming__stage {
    padding-top: calc(var(--nm-header-height) + 35px);
  }

  .nm-global-rd-hero__layout {
    grid-template-columns: minmax(430px, 0.82fr) minmax(640px, 1.18fr);
    gap: 60px;
  }

  .nm-global-rd-hero__visual {
    min-height: 590px;
    margin-right: -4vw;
  }

  .nm-global-rd-process > .nm-shell > ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  .nm-security-coming h1 > strong {
    font-size: 9.4rem;
  }

  .nm-global-rd-hero__copy h1 {
    font-size: 3.5rem;
  }

  .nm-global-rd-hero__layout {
    min-height: 760px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-security-coming__radar i {
    animation: none !important;
  }

  .nm-security-coming__image,
  .nm-global-rd-capabilities__grid article,
  .nm-global-rd-pathway__gallery img {
    transition: none;
    transform: none !important;
  }
}

/* Keep the longer service name crisp in the existing TOP compositions. */
.nm-hero-node--global-talent .nm-hero-node__content strong {
  font-size: clamp(0.66rem, 0.74vw, 0.78rem);
  line-height: 1.35;
}

.nm-business-card--global-talent h3 {
  font-size: clamp(1.15rem, 2vw, 1.7rem);
}

/* Full-screen mobile navigation. Keeping this at the end ensures legacy and
   service-page styles cannot narrow the open panel. */
@media (max-width: 783px) {
  body.is-menu-open .nm-header {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  body.is-menu-open .nm-brand,
  body.is-menu-open .nm-language--mobile,
  body.is-menu-open .nm-menu-toggle {
    z-index: 1003;
  }

  .nm-nav {
    position: fixed;
    z-index: 1002;
    inset: 0;
    width: 100vw;
    max-width: none;
    height: 100dvh;
    min-height: 100svh;
    align-items: stretch;
    padding:
      calc(var(--nm-header-height) + max(28px, env(safe-area-inset-top)))
      max(20px, 6vw)
      max(32px, env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background:
      radial-gradient(circle at 88% 8%, rgba(22, 196, 234, 0.2), transparent 32%),
      radial-gradient(circle at 8% 88%, rgba(10, 118, 235, 0.11), transparent 30%),
      linear-gradient(145deg, #ffffff 0%, #f3faff 55%, #eaf7ff 100%);
    -webkit-overflow-scrolling: touch;
  }

  .nm-nav::before,
  .nm-nav::after {
    position: fixed;
    z-index: -1;
    content: "";
    pointer-events: none;
  }

  .nm-nav::before {
    inset: 0;
    opacity: 0.42;
    background-image:
      linear-gradient(rgba(12, 119, 204, 0.06) 1px, transparent 1px),
      linear-gradient(90deg, rgba(12, 119, 204, 0.06) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
  }

  .nm-nav::after {
    right: -28vw;
    bottom: -22vw;
    width: 72vw;
    aspect-ratio: 1;
    border: 1px solid rgba(6, 145, 220, 0.13);
    border-radius: 50%;
    box-shadow:
      0 0 0 9vw rgba(8, 146, 226, 0.025),
      0 0 0 18vw rgba(8, 146, 226, 0.018);
  }

  .nm-nav__list {
    display: grid;
    width: min(100%, 1080px);
    margin: 0 auto;
    counter-reset: nm-mobile-menu;
  }

  .nm-nav__list > li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 103, 190, 0.14);
    counter-increment: nm-mobile-menu;
  }

  .nm-nav__list > li:first-child {
    border-top: 1px solid rgba(0, 103, 190, 0.14);
  }

  .nm-nav__list > li > a {
    position: relative;
    display: flex;
    width: 100%;
    min-height: clamp(64px, 11vh, 88px);
    align-items: center;
    padding: 14px 48px 14px 52px;
    color: #0a3152;
    font-size: clamp(1.1rem, 5vw, 1.65rem);
    line-height: 1.35;
  }

  .nm-nav__list > li > a::before {
    position: absolute;
    left: 0;
    content: counter(nm-mobile-menu, decimal-leading-zero);
    color: #088bd6;
    font-family: var(--nm-font-display);
    font-size: 0.62rem;
    font-weight: 650;
    letter-spacing: 0.12em;
  }

  .nm-nav__list > li > a::after {
    position: absolute;
    right: 2px;
    content: "↗";
    color: #0a8ad6;
    font-family: var(--nm-font-display);
    font-size: 0.9rem;
    font-weight: 400;
    transition: transform 180ms ease;
  }

  .nm-nav__list > li > a:hover::after,
  .nm-nav__list > li > a:focus-visible::after {
    transform: translate(3px, -3px);
  }

  .nm-nav .sub-menu {
    position: static;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px 18px;
    padding: 0 0 18px 52px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nm-nav .sub-menu a {
    min-height: 38px;
    padding: 7px 0;
    color: #526f87;
    font-size: 0.78rem;
    line-height: 1.55;
  }

  .nm-button--header {
    width: min(100%, 1080px);
    min-height: 54px;
    align-self: center;
    justify-content: center;
    margin: 26px auto 0;
  }

  .nm-nav .nm-language {
    width: min(100%, 1080px);
    align-self: center;
    margin: 18px auto 0;
  }

  .nm-nav .nm-language summary {
    width: 100%;
    min-height: 48px;
    justify-content: space-between;
    padding-inline: 16px;
  }

  .nm-nav .nm-language__menu {
    width: 100%;
    max-width: none;
  }

  .nm-language--desktop {
    display: none;
  }

  .nm-language--mobile {
    position: relative;
    z-index: 1003;
    display: block;
    width: auto;
    flex: 0 0 auto;
    margin: 0 10px 0 auto;
  }

  .nm-language--mobile summary {
    min-width: 54px;
    min-height: 38px;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 24px rgba(8, 77, 130, 0.08);
  }

  .nm-language--mobile .nm-language__menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 1005;
    width: min(260px, calc(100vw - 32px));
    max-width: none;
    margin-top: 0;
  }

  .nm-menu-toggle {
    margin-left: 0;
  }
}

@media (max-width: 384px) {
  .nm-nav {
    padding-right: 18px;
    padding-left: 18px;
  }

  .nm-nav__list > li > a {
    min-height: 60px;
    padding-left: 44px;
    font-size: 1.05rem;
  }

  .nm-nav .sub-menu {
    grid-template-columns: 1fr;
    padding-left: 44px;
  }
}

@media (min-width: 784px) {
  .nm-language--mobile {
    display: none;
  }

  .nm-language--desktop {
    display: block;
  }
}

/* ==========================================================================
   TOP refinements and company philosophy — v1.15.1
   ========================================================================== */

/* Keep the existing glass-and-cyan tone while making every service node edge
   easier to read over the changing hero photographs. */
.nm-home .nm-hero-node {
  border-color: rgba(0, 103, 184, 0.56);
  box-shadow:
    0 18px 46px rgba(8, 75, 133, 0.17),
    inset 0 0 0 1px rgba(81, 201, 234, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.nm-home .nm-hero-node::after {
  width: 3px;
  opacity: 0.96;
}

.nm-home .nm-hero-node__trace {
  height: 2px;
  background: linear-gradient(90deg, rgba(5, 151, 201, 0.98), rgba(22, 198, 220, 0.38), transparent);
  box-shadow: 0 0 13px rgba(6, 149, 198, 0.56);
}

.nm-home .nm-hero-node.is-active,
.nm-home .nm-hero-node[aria-current="true"] {
  border-color: rgba(0, 126, 197, 0.92);
  box-shadow:
    0 22px 54px rgba(4, 101, 166, 0.22),
    inset 0 0 0 1px rgba(37, 198, 226, 0.2),
    inset 0 1px 0 #ffffff;
}

/* Company philosophy */
.nm-about-philosophy {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 9vw, 132px) 0;
  color: #0c2942;
  background:
    radial-gradient(circle at 88% 15%, rgba(30, 201, 232, 0.12), transparent 27%),
    radial-gradient(circle at 9% 78%, rgba(5, 113, 208, 0.08), transparent 31%),
    linear-gradient(145deg, #fafdff, #edf7fc 68%, #f8fcff);
  isolation: isolate;
  content-visibility: auto;
  contain-intrinsic-size: auto 1500px;
}

.nm-about-philosophy__grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 123, 200, 0.042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 123, 200, 0.042) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 40%, #000, transparent 82%);
}

.nm-about-philosophy__orb {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(10, 139, 209, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.nm-about-philosophy__orb--one {
  top: 3%;
  right: -10%;
  width: min(48vw, 650px);
  aspect-ratio: 1;
  box-shadow: 0 0 0 84px rgba(13, 151, 216, 0.025), 0 0 0 168px rgba(13, 151, 216, 0.018);
}

.nm-about-philosophy__orb--two {
  bottom: 2%;
  left: -8%;
  width: min(32vw, 430px);
  aspect-ratio: 1;
}

.nm-about-philosophy .nm-kicker {
  color: #0783c4;
  font-size: 0.69rem;
  font-weight: 760;
  letter-spacing: 0.18em;
}

.nm-about-philosophy__header {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.nm-about-philosophy__header > span {
  display: inline-flex;
  margin: 14px 0 16px;
  padding: 5px 10px;
  border: 1px solid rgba(7, 132, 198, 0.18);
  border-radius: 999px;
  color: #0a78b1;
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.57rem;
  font-weight: 760;
  letter-spacing: 0.18em;
}

.nm-about-philosophy__header h2 {
  margin: 0;
  color: #08243d;
  font-family: var(--nm-font-display);
  font-size: clamp(2rem, 4.6vw, 3.35rem);
  font-weight: 660;
  letter-spacing: -0.055em;
  line-height: 1.26;
}

.nm-about-philosophy__header > p:last-child {
  max-width: 650px;
  margin: 22px auto 0;
  color: #526b80;
  font-size: clamp(0.88rem, 1.2vw, 1rem);
  line-height: 1.95;
}

.nm-about-philosophy__principles {
  display: grid;
  gap: 12px;
  margin-top: clamp(48px, 7vw, 78px);
}

.nm-about-philosophy__principles article {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  padding: clamp(27px, 4vw, 44px);
  border: 1px solid rgba(5, 112, 188, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 62px rgba(9, 76, 124, 0.085);
  backdrop-filter: blur(15px);
}

.nm-about-philosophy__principles article::after {
  position: absolute;
  right: -70px;
  bottom: -92px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(14, 153, 218, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(14, 153, 218, 0.025);
  content: "";
}

.nm-about-philosophy__principles article > span {
  position: absolute;
  top: 27px;
  right: 29px;
  color: rgba(5, 117, 188, 0.3);
  font-family: var(--nm-font-display);
  font-size: 0.7rem;
  font-weight: 720;
  letter-spacing: 0.12em;
}

.nm-about-philosophy__principles .nm-kicker {
  margin: 0 0 21px;
}

.nm-about-philosophy__principles h3 {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0;
  color: #0b2b45;
  font-family: var(--nm-font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.8rem);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.55;
}

.nm-about-values {
  margin-top: clamp(72px, 8vw, 108px);
}

.nm-about-values__header {
  display: grid;
  gap: 20px;
  align-items: end;
  margin-bottom: 34px;
}

.nm-about-values__header .nm-kicker {
  margin: 0 0 11px;
}

.nm-about-values__header h2 {
  margin: 0;
  color: #092741;
  font-family: var(--nm-font-display);
  font-size: clamp(1.6rem, 3.1vw, 2.3rem);
  font-weight: 660;
  letter-spacing: -0.045em;
  line-height: 1.35;
}

.nm-about-values__header > p {
  max-width: 540px;
  margin: 0;
  color: #597085;
  font-size: 0.87rem;
  line-height: 1.86;
}

.nm-about-values__grid {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nm-about-values__grid li {
  position: relative;
  min-height: 255px;
  overflow: hidden;
  padding: 27px;
  border: 1px solid rgba(7, 110, 181, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.87);
  box-shadow: 0 14px 42px rgba(12, 78, 126, 0.055);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.nm-about-values__grid li:hover {
  border-color: rgba(5, 143, 207, 0.34);
  box-shadow: 0 22px 52px rgba(12, 78, 126, 0.1);
  transform: translateY(-4px);
}

.nm-about-values__grid li::after {
  position: absolute;
  right: -38px;
  bottom: -46px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(12, 154, 214, 0.1);
  border-radius: 50%;
  content: "";
}

.nm-about-values__grid li > span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 1px solid rgba(4, 135, 201, 0.24);
  border-radius: 50%;
  color: #0781bd;
  background: #f6fcff;
  font-family: var(--nm-font-display);
  font-size: 0.58rem;
  font-weight: 740;
}

.nm-about-values__grid h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #102f49;
  font-family: var(--nm-font-display);
  font-size: 1.02rem;
  font-weight: 680;
  letter-spacing: -0.02em;
  line-height: 1.55;
}

.nm-about-values__grid p {
  position: relative;
  z-index: 1;
  margin: 13px 0 0;
  color: #5d7387;
  font-size: 0.78rem;
  line-height: 1.82;
}

@media (min-width: 784px) {
  .nm-about-philosophy__principles,
  .nm-about-values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nm-about-values__header {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  }
}

@media (min-width: 1200px) {
  .nm-about-values__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 783px) {
  .nm-about-philosophy__principles article {
    min-height: 230px;
  }

  .nm-about-values__grid li {
    min-height: 0;
  }
}

@media (max-width: 384px) {
  .nm-home .nm-hero-node {
    border-color: rgba(0, 103, 184, 0.7);
  }

  .nm-about-philosophy__header h2 {
    font-size: 1.85rem;
  }

  .nm-about-philosophy__principles article,
  .nm-about-values__grid li {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-about-values__grid li {
    transition: none;
    transform: none !important;
  }
}

/* --------------------------------------------------------------------------
   Works archive: compact project tiles (v1.15.2)
   -------------------------------------------------------------------------- */

.nm-works-page {
  background:
    radial-gradient(circle at 8% 20%, rgba(13, 171, 225, 0.07), transparent 25rem),
    linear-gradient(180deg, #f5fbff 0%, #fff 34%, #f7fbfe 100%);
}

.nm-works-index {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 7vw, 96px) 0 clamp(80px, 9vw, 132px);
}

.nm-works-index::before {
  position: absolute;
  top: 4%;
  right: -10rem;
  width: min(32rem, 70vw);
  height: min(32rem, 70vw);
  border: 1px solid rgba(12, 145, 207, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(25, 169, 224, 0.02), 0 0 0 8rem rgba(25, 169, 224, 0.012);
  content: "";
  pointer-events: none;
}

.nm-works-index__inner {
  position: relative;
  z-index: 1;
}

.nm-works-index__header {
  display: grid;
  gap: 16px;
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 42px);
}

.nm-works-index__header .nm-kicker {
  margin: 0 0 9px;
  color: #0783c4;
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.18em;
}

.nm-works-index__header h2 {
  margin: 0;
  color: #092b46;
  font-family: var(--nm-font-display);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 670;
  letter-spacing: -0.045em;
  line-height: 1.35;
}

.nm-works-index__header > p {
  max-width: 560px;
  margin: 0;
  color: #5a7184;
  font-size: 0.86rem;
  line-height: 1.85;
}

.nm-works-filter {
  margin-bottom: clamp(28px, 4vw, 42px);
  overflow-x: auto;
  scrollbar-width: none;
}

.nm-works-filter::-webkit-scrollbar {
  display: none;
}

.nm-works-filter ul {
  display: flex;
  width: max-content;
  min-width: 100%;
  flex-wrap: nowrap;
  gap: 7px;
  margin: 0;
  padding: 2px;
  list-style: none;
}

.nm-works-filter a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
  border: 1px solid rgba(8, 100, 160, 0.14);
  border-radius: 999px;
  color: #436378;
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 690;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.nm-works-filter a:hover,
.nm-works-filter a:focus-visible {
  border-color: rgba(0, 129, 204, 0.42);
  color: #006eae;
  background: #fff;
}

.nm-works-filter a[aria-current="page"] {
  border-color: #087fbd;
  color: #fff;
  background: linear-gradient(112deg, #075da4, #08a5d6);
  box-shadow: 0 8px 22px rgba(6, 112, 178, 0.2);
}

.nm-works-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nm-work-tile {
  min-width: 0;
}

.nm-work-tile > a {
  display: flex;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(8, 96, 157, 0.14);
  border-radius: 14px;
  color: inherit;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 15px 42px rgba(9, 66, 105, 0.07);
  text-decoration: none;
  transform: translateZ(0);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.nm-work-tile > a:hover,
.nm-work-tile > a:focus-visible {
  border-color: rgba(0, 137, 205, 0.38);
  box-shadow: 0 22px 52px rgba(8, 83, 133, 0.13);
  transform: translateY(-5px);
}

.nm-work-tile__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin: 0;
  background: #eaf5fb;
}

.nm-work-tile__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(3, 25, 44, 0.42) 100%);
  content: "";
  pointer-events: none;
}

.nm-work-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.nm-work-tile > a:hover .nm-work-tile__media img,
.nm-work-tile > a:focus-visible .nm-work-tile__media img {
  transform: scale(1.045);
}

.nm-work-tile__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: rgba(7, 84, 137, 0.44);
  background:
    linear-gradient(rgba(8, 123, 182, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 123, 182, 0.065) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(15, 178, 224, 0.2), transparent 55%),
    #eaf6fb;
  background-size: 24px 24px, 24px 24px, auto, auto;
  font-family: var(--nm-font-display);
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.18em;
}

.nm-work-tile__category {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  left: 12px;
  display: inline-flex;
  max-width: calc(100% - 24px);
  min-height: 26px;
  align-items: center;
  padding: 5px 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 35, 59, 0.66);
  backdrop-filter: blur(8px);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nm-work-tile__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 17px 17px 16px;
}

.nm-work-tile__body time {
  color: #7890a2;
  font-family: var(--nm-font-display);
  font-size: 0.58rem;
  font-weight: 620;
  letter-spacing: 0.08em;
}

.nm-work-tile__body h2 {
  display: -webkit-box;
  min-height: 3.15em;
  margin: 9px 0 0;
  overflow: hidden;
  color: #102f48;
  font-family: var(--nm-font-display);
  font-size: clamp(0.97rem, 1.35vw, 1.08rem);
  font-weight: 670;
  letter-spacing: -0.025em;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nm-work-tile__body > p {
  display: -webkit-box;
  min-height: 4.95em;
  margin: 11px 0 0;
  overflow: hidden;
  color: #60778a;
  font-size: 0.72rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.nm-work-tile__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 17px;
  color: #087ebc;
  font-size: 0.66rem;
  font-weight: 720;
  letter-spacing: 0.04em;
}

.nm-work-tile__link i {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(4, 129, 192, 0.2);
  border-radius: 50%;
  font-style: normal;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.nm-work-tile > a:hover .nm-work-tile__link i,
.nm-work-tile > a:focus-visible .nm-work-tile__link i {
  border-color: #0786c5;
  color: #fff;
  background: #0786c5;
}

.nm-works-pagination {
  display: flex;
  justify-content: center;
  margin-top: clamp(42px, 6vw, 66px);
}

.nm-works-pagination ul.page-numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nm-works-pagination ul.page-numbers > li {
  display: block;
  width: auto;
  margin: 0;
}

.nm-works-pagination a.page-numbers,
.nm-works-pagination span.page-numbers {
  display: grid;
  min-width: 38px;
  height: 38px;
  place-items: center;
  padding: 0 9px;
  border: 1px solid rgba(8, 102, 160, 0.16);
  border-radius: 50%;
  color: #42647b;
  background: rgba(255, 255, 255, 0.86);
  font-family: var(--nm-font-display);
  font-size: 0.7rem;
  font-weight: 690;
  text-decoration: none;
}

.nm-works-pagination span.page-numbers.current,
.nm-works-pagination a.page-numbers:hover,
.nm-works-pagination a.page-numbers:focus-visible {
  border-color: #087fbd;
  color: #fff;
  background: linear-gradient(135deg, #075fa6, #08a5d6);
  box-shadow: 0 8px 22px rgba(6, 112, 178, 0.18);
}

.nm-works-index__empty {
  margin: 44px 0;
  color: #597185;
  text-align: center;
}

@media (min-width: 784px) {
  .nm-works-index__header {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  }

  .nm-works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .nm-works-filter ul {
    width: auto;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .nm-works-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 384px) {
  .nm-works-index {
    padding-top: 48px;
  }

  .nm-work-tile__body {
    padding: 15px;
  }

  .nm-work-tile__body h2 {
    font-size: 0.96rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-work-tile > a,
  .nm-work-tile__media img,
  .nm-work-tile__link i {
    transition: none;
    transform: none !important;
  }
}

/* --------------------------------------------------------------------------
   Footer social link and archive hero (v1.15.3)
   -------------------------------------------------------------------------- */

.nm-footer__capabilities,
.nm-home .nm-hero__proof {
  display: none !important;
}

.nm-footer__social {
  align-items: center;
}

.nm-footer__social .nm-footer__social-link--youtube {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(0, 112, 185, 0.2);
  border-radius: 50%;
  color: #087fbd;
  background: rgba(242, 250, 255, 0.86);
  box-shadow: 0 9px 25px rgba(8, 100, 157, 0.1);
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nm-footer__social .nm-footer__social-link--youtube svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.nm-footer__social .nm-footer__social-link--youtube:hover,
.nm-footer__social .nm-footer__social-link--youtube:focus-visible {
  border-color: #f4002e;
  color: #fff;
  background: #f4002e;
  box-shadow: 0 12px 30px rgba(244, 0, 46, 0.22);
  transform: translateY(-2px);
}

.nm-page-heading {
  position: relative;
  isolation: isolate;
  background: #06203a;
}

.nm-page-heading__inner {
  position: relative;
  display: grid;
  min-height: clamp(320px, 28vw, 400px);
  overflow: hidden;
  place-items: center;
}

.nm-page-heading__media,
.nm-page-heading__scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nm-page-heading__media {
  z-index: 0;
  object-fit: cover;
  object-position: center;
}

.nm-page-heading__scrim {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(2, 18, 36, 0.2), rgba(2, 22, 42, 0.48)),
    radial-gradient(circle at 50% 48%, rgba(1, 38, 75, 0.12), rgba(1, 17, 34, 0.36));
}

.nm-page-heading__content {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 900px);
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 24px rgba(0, 13, 32, 0.5);
}

.nm-page-heading__content h1 {
  margin: 0;
  font-family: var(--nm-font-display);
  font-size: clamp(1.35rem, 2.7vw, 2rem);
  font-weight: 680;
  letter-spacing: 0.48em;
  line-height: 1.3;
  text-indent: 0.48em;
}

.nm-page-heading__content p {
  margin: 15px 0 0;
  font-size: clamp(0.72rem, 1.1vw, 0.88rem);
  font-weight: 650;
  letter-spacing: 0.12em;
}

.nm-page-heading--works .nm-page-heading__media {
  object-position: center 48%;
}

.nm-page-heading--works .nm-page-heading__scrim {
  background:
    linear-gradient(90deg, rgba(3, 29, 56, 0.18), rgba(2, 20, 43, 0.48) 42%, rgba(2, 20, 43, 0.5) 58%, rgba(3, 29, 56, 0.16)),
    linear-gradient(180deg, rgba(2, 20, 41, 0.08), rgba(1, 20, 41, 0.36));
}

@media (max-width: 783px) {
  .nm-page-heading__inner {
    min-height: 320px;
  }

  .nm-page-heading--works .nm-page-heading__media {
    object-position: 54% center;
  }

  .nm-page-heading__content h1 {
    letter-spacing: 0.34em;
    text-indent: 0.34em;
  }
}

@media (max-width: 384px) {
  .nm-page-heading__inner {
    min-height: 290px;
  }

  .nm-page-heading__content {
    width: min(100% - 28px, 900px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-footer__social .nm-footer__social-link--youtube {
    transition: none;
    transform: none !important;
  }
}
