{"id":63,"date":"2026-08-11T09:15:55","date_gmt":"2026-08-11T09:15:55","guid":{"rendered":"https:\/\/neo3nos.com\/?page_id=63"},"modified":"2026-08-12T09:11:33","modified_gmt":"2026-08-12T09:11:33","slug":"shop","status":"publish","type":"page","link":"https:\/\/neo3nos.com\/index.php\/shop\/","title":{"rendered":"SHOP"},"content":{"rendered":"\n<style>\n\n\/* =========================================================\n   NEO3NOS SHOP \u2014 FINAL VISUAL VERSION\n========================================================= *\/\n\n#neo-shop,\n#neo-shop * {\n  box-sizing: border-box;\n}\n\n#neo-shop {\n  --black: #050505;\n  --soft: #0c0c0c;\n  --line: rgba(255,255,255,.15);\n  --text: rgba(255,255,255,.92);\n  --muted: rgba(255,255,255,.60);\n  --faint: rgba(255,255,255,.34);\n\n  position: relative;\n\n  width: 100vw;\n  max-width: none;\n\n  margin-left: calc(50% - 50vw);\n  margin-right: calc(50% - 50vw);\n\n  padding: 0;\n\n  overflow: hidden;\n\n  background: var(--black);\n  color: #fff;\n\n  font-family:\n    Inter,\n    Arial,\n    Helvetica,\n    sans-serif;\n}\n\n#neo-shop a {\n  color: inherit;\n  text-decoration: none;\n}\n\n#neo-shop img {\n  width: 100%;\n  display: block;\n}\n\n#neo-shop .wrap {\n  width: 100%;\n  max-width: none;\n  margin: 0;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n#neo-shop .hero {\n  min-height: 100svh;\n\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n\n  padding: 48px 6vw 42px;\n\n  border-bottom: 1px solid var(--line);\n\n  background:\n    radial-gradient(\n      circle at 55% 45%,\n      rgba(255,255,255,.055),\n      transparent 36%\n    ),\n    #050505;\n}\n\n#neo-shop .brand {\n  font-size: 12px;\n  letter-spacing: .52em;\n}\n\n#neo-shop .hero-main {\n  max-width: 1000px;\n  padding: 70px 0;\n}\n\n#neo-shop .eyebrow {\n  margin-bottom: 22px;\n\n  font-size: 10px;\n  letter-spacing: .30em;\n  text-transform: uppercase;\n\n  color: var(--muted);\n}\n\n#neo-shop h1 {\n  margin: 0;\n\n  font-size: clamp(64px, 11vw, 150px);\n  font-weight: 400;\n  line-height: .84;\n  letter-spacing: -.068em;\n}\n\n#neo-shop .hero-copy {\n  max-width: 620px;\n\n  margin-top: 34px;\n\n  color: var(--muted);\n\n  font-size: clamp(16px, 2vw, 20px);\n  line-height: 1.75;\n}\n\n#neo-shop .hero-bottom {\n  display: flex;\n  justify-content: space-between;\n  gap: 30px;\n\n  font-size: 9px;\n  letter-spacing: .22em;\n  text-transform: uppercase;\n\n  color: var(--faint);\n}\n\n\n\/* =========================================================\n   GENERAL PRODUCT\n========================================================= *\/\n\n#neo-shop .product {\n  padding: 120px 6vw;\n\n  border-bottom: 1px solid var(--line);\n}\n\n#neo-shop .product-grid {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0, 1.05fr)\n    minmax(0, .95fr);\n\n  align-items: center;\n\n  gap: clamp(45px, 7vw, 120px);\n}\n\n#neo-shop .reverse .gallery {\n  order: 2;\n}\n\n#neo-shop .reverse .copy {\n  order: 1;\n}\n\n#neo-shop .product-no {\n  margin-bottom: 25px;\n\n  color: var(--faint);\n\n  font-size: 9px;\n  letter-spacing: .30em;\n  text-transform: uppercase;\n}\n\n#neo-shop h2 {\n  margin: 0;\n\n  font-size: clamp(38px, 5vw, 72px);\n  font-weight: 400;\n\n  line-height: .94;\n  letter-spacing: -.047em;\n}\n\n#neo-shop .price {\n  margin-top: 22px;\n\n  font-size: 23px;\n\n  letter-spacing: .07em;\n}\n\n#neo-shop .one {\n  display: inline-block;\n\n  margin-top: 15px;\n\n  padding: 7px 10px;\n\n  border: 1px solid rgba(255,255,255,.26);\n\n  font-size: 9px;\n  letter-spacing: .20em;\n  text-transform: uppercase;\n}\n\n#neo-shop .lead {\n  max-width: 600px;\n\n  margin-top: 30px;\n\n  color: rgba(255,255,255,.82);\n\n  font-size: 18px;\n  line-height: 1.75;\n}\n\n#neo-shop .body-copy {\n  max-width: 600px;\n\n  margin-top: 20px;\n\n  color: var(--muted);\n\n  font-size: 14px;\n  line-height: 1.85;\n}\n\n\n\/* =========================================================\n   BUTTONS\n========================================================= *\/\n\n#neo-shop .actions {\n  display: flex;\n  flex-wrap: wrap;\n\n  gap: 10px;\n\n  margin-top: 34px;\n}\n\n#neo-shop .btn {\n  min-height: 48px;\n\n  display: inline-flex;\n\n  align-items: center;\n  justify-content: center;\n\n  padding: 0 21px;\n\n  border: 1px solid rgba(255,255,255,.36);\n\n  background: transparent;\n  color: #fff;\n\n  cursor: pointer;\n\n  font-size: 9px;\n  letter-spacing: .22em;\n  text-transform: uppercase;\n\n  transition:\n    background .25s ease,\n    color .25s ease,\n    opacity .25s ease;\n}\n\n#neo-shop .btn:hover {\n  background: #fff;\n  color: #000;\n}\n\n#neo-shop .btn-main {\n  background: #fff;\n  color: #000;\n}\n\n#neo-shop .btn-main:hover {\n  opacity: .75;\n}\n\n\n\/* =========================================================\n   GALLERIES\n========================================================= *\/\n\n#neo-shop .gallery {\n  min-width: 0;\n}\n\n#neo-shop .gallery-scroll {\n  display: flex;\n\n  gap: 10px;\n\n  overflow-x: auto;\n\n  scroll-snap-type: x mandatory;\n\n  padding-bottom: 10px;\n\n  scrollbar-width: thin;\n}\n\n#neo-shop .gallery-scroll img {\n  flex: 0 0 88%;\n\n  width: auto;\n  height: auto;\n  max-height: 720px;\n\n  object-fit: contain;\n\n  scroll-snap-align: start;\n\n  background: #0a0a0a;\n}\n\n#neo-shop .gallery-scroll.landscape img {\n  aspect-ratio: auto;\n}\n\n#neo-shop .gallery-scroll.portrait img {\n  aspect-ratio: auto;\n}\n\n#neo-shop .gallery-hint {\n  margin-top: 12px;\n\n  color: var(--faint);\n\n  font-size: 8px;\n  letter-spacing: .22em;\n  text-transform: uppercase;\n}\n\n\n\/* =========================================================\n   VIDEO\n========================================================= *\/\n\n#neo-shop .video {\n  margin-top: 25px;\n\n  overflow: hidden;\n\n  border: 1px solid var(--line);\n\n  background: #000;\n}\n\n#neo-shop .video iframe {\n  display: block;\n\n  width: 100%;\n\n  aspect-ratio: 16 \/ 9;\n\n  border: 0;\n}\n\n#neo-shop .video.vertical iframe {\n  aspect-ratio: 9 \/ 16;\n  max-height: 650px;\n}\n\n#neo-shop .video-title {\n  padding: 16px 18px;\n\n  border-top: 1px solid var(--line);\n\n  color: var(--muted);\n\n  font-size: 9px;\n  letter-spacing: .2em;\n  text-transform: uppercase;\n}\n\n\n\/* =========================================================\n   SMALL PRODUCTS\n========================================================= *\/\n\n#neo-shop .fruits {\n  padding: 120px 6vw;\n\n  border-bottom: 1px solid var(--line);\n}\n\n#neo-shop .fruits-intro {\n  max-width: 850px;\n\n  margin-bottom: 65px;\n}\n\n#neo-shop .small-grid {\n  display: grid;\n\n  grid-template-columns: repeat(3, 1fr);\n\n  gap: 24px;\n}\n\n#neo-shop .card {\n  display: flex;\n  flex-direction: column;\n}\n\n#neo-shop .card-image {\n  background: #0a0a0a;\n\n  overflow: hidden;\n}\n\n#neo-shop .card-image img {\n  aspect-ratio: 4 \/ 5;\n\n  object-fit: cover;\n}\n\n#neo-shop .card h3 {\n  margin: 24px 0 0;\n\n  font-size: 27px;\n  font-weight: 400;\n\n  letter-spacing: -.025em;\n}\n\n#neo-shop .card-price {\n  margin-top: 9px;\n\n  font-size: 15px;\n\n  color: rgba(255,255,255,.84);\n}\n\n#neo-shop .card-copy {\n  margin-top: 15px;\n\n  color: var(--muted);\n\n  font-size: 14px;\n  line-height: 1.75;\n}\n\n#neo-shop .production {\n  margin-top: 12px;\n\n  color: var(--faint);\n\n  font-size: 9px;\n  letter-spacing: .15em;\n\n  text-transform: uppercase;\n}\n\n\n\/* =========================================================\n   APP\n========================================================= *\/\n\n#neo-shop .app {\n  min-height: 80svh;\n\n  display: flex;\n\n  align-items: center;\n\n  padding: 120px 6vw;\n\n  border-bottom: 1px solid var(--line);\n\n  background:\n    radial-gradient(\n      circle at 75% 50%,\n      rgba(255,255,255,.07),\n      transparent 30%\n    ),\n    #050505;\n}\n\n#neo-shop .app-inner {\n  max-width: 900px;\n}\n\n\n\/* =========================================================\n   CLOTHING\n========================================================= *\/\n\n#neo-shop .clothing {\n  padding: 130px 6vw;\n\n  border-bottom: 1px solid var(--line);\n}\n\n#neo-shop .clothing-intro {\n  max-width: 980px;\n\n  margin-bottom: 65px;\n}\n\n#neo-shop .clothing-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2, minmax(0,1fr));\n\n  gap: 14px;\n}\n\n#neo-shop .clothing-item {\n  position: relative;\n\n  overflow: hidden;\n\n  background: #0a0a0a;\n}\n\n#neo-shop .clothing-item img {\n  aspect-ratio: 1.25 \/ 1;\n\n  object-fit: cover;\n}\n\n#neo-shop .clothing-label {\n  position: absolute;\n\n  left: 18px;\n  bottom: 17px;\n\n  padding: 7px 9px;\n\n  background: rgba(0,0,0,.7);\n\n  backdrop-filter: blur(8px);\n\n  font-size: 9px;\n  letter-spacing: .20em;\n\n  text-transform: uppercase;\n}\n\n#neo-shop .clothing-story {\n  max-width: 790px;\n\n  margin-top: 65px;\n}\n\n#neo-shop .big-quote {\n  margin-top: 34px;\n\n  font-size: clamp(30px,4vw,52px);\n\n  line-height: 1.15;\n\n  letter-spacing: -.035em;\n}\n\n\n\/* =========================================================\n   FOOTER\n========================================================= *\/\n\n#neo-shop .footer {\n  min-height: 60svh;\n\n  display: flex;\n\n  flex-direction: column;\n  justify-content: space-between;\n\n  padding: 80px 6vw 40px;\n}\n\n#neo-shop .footer-word {\n  font-size: clamp(58px, 12vw, 160px);\n\n  line-height: .82;\n\n  letter-spacing: -.065em;\n}\n\n#neo-shop .footer-bottom {\n  display: flex;\n\n  justify-content: space-between;\n\n  gap: 20px;\n\n  margin-top: 100px;\n\n  color: var(--faint);\n\n  font-size: 9px;\n  letter-spacing: .2em;\n\n  text-transform: uppercase;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media (max-width: 760px) {\n\n  #neo-shop .hero {\n    padding:\n      32px\n      22px\n      34px;\n  }\n\n  #neo-shop .hero-main {\n    padding: 60px 0;\n  }\n\n  #neo-shop h1 {\n    font-size:\n      clamp(\n        58px,\n        21vw,\n        90px\n      );\n  }\n\n  #neo-shop .hero-bottom {\n    display: block;\n\n    line-height: 2.1;\n  }\n\n  #neo-shop .product,\n  #neo-shop .fruits,\n  #neo-shop .clothing,\n  #neo-shop .app {\n    padding-left: 22px;\n    padding-right: 22px;\n  }\n\n  #neo-shop .product {\n    padding-top: 78px;\n    padding-bottom: 78px;\n  }\n\n  #neo-shop .product-grid {\n    grid-template-columns: 1fr;\n\n    gap: 42px;\n  }\n\n  #neo-shop .reverse .gallery,\n  #neo-shop .reverse .copy {\n    order: initial;\n  }\n\n  #neo-shop .gallery-scroll img {\n    flex-basis: 92%;\n  }\n\n  #neo-shop .small-grid {\n    grid-template-columns: 1fr;\n\n    gap: 65px;\n  }\n\n  #neo-shop .actions {\n    flex-direction: column;\n  }\n\n  #neo-shop .btn {\n    width: 100%;\n  }\n\n  #neo-shop .clothing-grid {\n    grid-template-columns: 1fr;\n  }\n\n  #neo-shop .footer {\n    padding:\n      70px\n      22px\n      32px;\n  }\n\n  #neo-shop .footer-bottom {\n    display: block;\n\n    line-height: 2.1;\n  }\n\n}\n\n<\/style>\n\n\n<div id=\"neo-shop\">\n\n<div class=\"wrap\">\n\n\n<!-- =====================================================\n     HERO\n===================================================== -->\n\n<section class=\"hero\">\n\n  <div class=\"brand\">\n    NEO3NOS\n  <\/div>\n\n\n  <div class=\"hero-main\">\n\n    <div class=\"eyebrow\">\n      OBJECTS \u00b7 GAMES \u00b7 PORTALS \u00b7 EXPERIENCES\n    <\/div>\n\n    <h1>\n      ENTER<br>\n      NEO3NOS\n    <\/h1>\n\n    <div class=\"hero-copy\">\n      Different ways to enter the same field.\n      Play it. Question through it. Reflect through it.\n      Wear it. Take it with you.\n    <\/div>\n\n  <\/div>\n\n\n  <div class=\"hero-bottom\">\n\n    <span>\n      THE PHYSICAL UNIVERSE\n    <\/span>\n\n    <span>\n      SCROLL TO ENTER \u2193\n    <\/span>\n\n  <\/div>\n\n<\/section>\n\n\n\n<!-- =====================================================\n     COMPLETE NEO3NOS GAME\n===================================================== -->\n\n<section class=\"product\">\n\n<div class=\"product-grid\">\n\n\n<div class=\"gallery\">\n\n  <div class=\"gallery-scroll landscape\">\n\n    <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-09.54.48.jpeg\" alt=\"Neo3nos Game\">\n\n    <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-09.54.51.jpeg\" alt=\"Neo3nos Game\">\n\n    <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-09.54.52.jpeg\" alt=\"Neo3nos Game\">\n\n    <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-09.54.52-1.jpeg\" alt=\"Neo3nos Game\">\n\n    <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-09.54.53.jpeg\" alt=\"Neo3nos Game\">\n\n    <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-09.55.03.jpeg\" alt=\"Neo3nos Game\">\n\n    <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-09.55.01.jpeg\" alt=\"Neo3nos Game\">\n\n  <\/div>\n\n  <div class=\"gallery-hint\">\n    SWIPE TO EXPLORE \u2192\n  <\/div>\n\n<\/div>\n\n\n<div class=\"copy\">\n\n  <div class=\"product-no\">\n    THE ORIGINAL\n  <\/div>\n\n  <h2>\n    NEO3NOS<br>\n    THE GAME\n  <\/h2>\n\n  <div class=\"price\">\n    \u20ac1,111\n  <\/div>\n\n  <div class=\"lead\">\n    The complete physical Neo3nos experience.\n    A living system of questions, portals, archetypes,\n    chance and human interaction.\n  <\/div>\n\n  <div class=\"body-copy\">\n    Built to create conversations nobody can predict\n    and to reveal what normally remains unseen between people.\n    The board creates the structure. The people create the experience.\n  <\/div>\n\n  <div class=\"actions\">\n\n    <a class=\"btn btn-main\"\nhref=\"https:\/\/buy.stripe.com\/6oUeVd6iIgIe1HN4qe4ZG01\">\n    RESERVE NEO3NOS\n<\/a>\n      \n\n  <\/div>\n\n\n  <div class=\"video\">\n\n    <iframe src=\"https:\/\/www.youtube.com\/embed\/t3EyFBlv7Cg\" title=\"Neo3nos Game\" allowfullscreen=\"\">\n    <\/iframe>\n\n    <div class=\"video-title\">\n      WATCH NEO3NOS\n    <\/div>\n\n  <\/div>\n\n<\/div>\n\n\n<\/div>\n\n<\/section>\n\n\n\n<!-- =====================================================\n     FRUITS OF THE GAME\n===================================================== -->\n\n<section class=\"fruits\">\n\n<div class=\"fruits-intro\">\n\n  <div class=\"eyebrow\">\n    FRUITS OF THE GAME\n  <\/div>\n\n  <h2>\n    Enter Neo3nos<br>\n    from wherever you are.\n  <\/h2>\n\n  <div class=\"lead\">\n    Some parts of Neo3nos have grown beyond the board\n    and become experiences of their own.\n  <\/div>\n\n<\/div>\n\n\n<div class=\"small-grid\">\n\n\n<!-- CARDS OF CHANGE -->\n\n<article class=\"card\">\n\n  <div class=\"card-image\">\n\n    <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-19.30.06.jpeg\" alt=\"Cards of Change\">\n\n  <\/div>\n\n  <h3>\n    The Cards of Change\n  <\/h3>\n\n  <div class=\"card-price\">\n    \u20ac33\n  <\/div>\n\n  <div class=\"card-copy\">\n    The fruits of the Jokers of Neo3nos.\n    Guiding messages from the wisdom of Life,\n    created for moments when another perspective,\n    direction or invitation is needed.\n  <\/div>\n\n  <div class=\"actions\">\n\n    <a class=\"btn\" href=\"mailto:neo3nos@gmail.com?subject=Cards%20of%20Change%20%E2%82%AC33\">\n      GET THE CARDS\n    <\/a>\n\n  <\/div>\n\n<\/article>\n\n\n\n<!-- PORTAL DECK -->\n\n<article class=\"card\">\n\n  <div class=\"card-image\">\n\n    <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-19.30.07.jpeg\" alt=\"Neo3nos Portal Deck\">\n\n  <\/div>\n\n  <h3>\n    Portal Deck\n  <\/h3>\n\n  <div class=\"card-price\">\n    \u20ac55\n  <\/div>\n\n  <div class=\"card-copy\">\n    The 64 Portals of Neo3nos,\n    taken from the original game\n    and brought together as a standalone deck.\n    Draw a portal and discover what wants your attention now.\n  <\/div>\n\n  <div class=\"actions\">\n\n    <a class=\"btn\" href=\"mailto:neo3nos@gmail.com?subject=Portal%20Deck%20%E2%82%AC55\">\n      ENTER A PORTAL\n    <\/a>\n\n  <\/div>\n\n<\/article>\n\n\n\n<!-- N QUESTIONS -->\n\n<article class=\"card\">\n\n  <div class=\"card-image\">\n\n    <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-19.37.34-1.jpeg\" alt=\"N Questions\">\n\n  <\/div>\n\n  <h3>\n    N Questions\n  <\/h3>\n\n  <div class=\"card-price\">\n    \u20ac111\n  <\/div>\n\n  <div class=\"card-copy\">\n    Neo3nos distilled into questions.\n    Three parts. One N.\n    An accessible doorway into conversations\n    that rarely happen by themselves.\n  <\/div>\n\n  <div class=\"production\">\n    CURRENTLY IN PRODUCTION\n  <\/div>\n\n  <div class=\"actions\">\n\n    <a class=\"btn\" href=\"mailto:neo3nos@gmail.com?subject=N%20Questions%20%E2%82%AC111\">\n      RESERVE N QUESTIONS\n    <\/a>\n\n  <\/div>\n\n<\/article>\n\n\n<\/div>\n\n\n<!-- second N questions image -->\n\n<div style=\"\n    margin-top:55px;\n    max-width:850px;\n  \">\n\n  <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-19.37.34.jpeg\" alt=\"N Questions boxes\">\n\n<\/div>\n\n\n<\/section>\n\n\n\n<!-- =====================================================\n     MIRROR BOARD\n===================================================== -->\n\n<section class=\"product\">\n\n<div class=\"product-grid\">\n\n\n<div class=\"gallery\">\n\n  <div class=\"gallery-scroll portrait\">\n\n    <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-09.55.01-1.jpeg\" alt=\"Neo3nos Mirror Board\">\n\n  <\/div>\n\n<\/div>\n\n\n<div class=\"copy\">\n\n  <div class=\"product-no\">\n    ONE OF ONE\n  <\/div>\n\n  <h2>\n    THE<br>\n    MIRROR BOARD\n  <\/h2>\n\n  <div class=\"price\">\n    \u20ac500\n  <\/div>\n\n  <div class=\"one\">\n    1 \/ 1 \u00b7 ONLY ONE EXISTS\n  <\/div>\n\n  <div class=\"lead\">\n    The only Neo3nos Mirror Board of its kind.\n    A physical board built from multiple layers of mirrors.\n  <\/div>\n\n  <div class=\"body-copy\">\n    Neo3nos is a game of self-reflection.\n    Here, that idea becomes literal.\n    Players, cards, pieces and the surrounding world\n    enter the surface of the game itself \u2014\n    reflection within reflection.\n  <\/div>\n\n  <div class=\"actions\">\n\n    <a class=\"btn\" href=\"mailto:neo3nos@gmail.com?subject=Neo3nos%20Mirror%20Board%20%E2%82%AC500\">\n      MIRROR BOARD \u00b7 \u20ac500\n    <\/a>\n\n  <\/div>\n\n<\/div>\n\n\n<\/div>\n\n<\/section>\n\n\n\n<!-- =====================================================\n     MIRROR + COMPLETE GAME\n===================================================== -->\n\n<section class=\"product reverse\">\n\n<div class=\"product-grid\">\n\n\n<div class=\"gallery\">\n\n  <div class=\"gallery-scroll landscape\">\n\n    <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-09.54.56.jpeg\" alt=\"Neo3nos Mirror Game\">\n\n    <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-09.54.55.jpeg\" alt=\"Neo3nos Mirror Game\">\n\n    <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-09.54.58.jpeg\" alt=\"Neo3nos Mirror Game\">\n\n  <\/div>\n\n  <div class=\"gallery-hint\">\n    SWIPE TO EXPLORE \u2192\n  <\/div>\n\n<\/div>\n\n\n<div class=\"copy\">\n\n  <div class=\"product-no\">\n    THE COMPLETE MIRROR EXPERIENCE\n  <\/div>\n\n  <h2>\n    MIRROR<br>\n    + GAME\n  <\/h2>\n\n  <div class=\"price\">\n    \u20ac1,500\n  <\/div>\n\n  <div class=\"one\">\n    ONE MIRROR BOARD AVAILABLE\n  <\/div>\n\n  <div class=\"lead\">\n    The one-of-one Mirror Board\n    together with the complete physical Neo3nos Game.\n  <\/div>\n\n  <div class=\"body-copy\">\n    The complete system meets the object\n    that physically expresses one of its deepest themes:\n    seeing yourself while playing.\n  <\/div>\n\n  <div class=\"actions\">\n\n    <a class=\"btn btn-main\" href=\"mailto:neo3nos@gmail.com?subject=Neo3nos%20Mirror%20Board%20%2B%20Game%20%E2%82%AC1500\">\n      ACQUIRE THE SET \u00b7 \u20ac1,500\n    <\/a>\n\n  <\/div>\n\n<\/div>\n\n\n<\/div>\n\n<\/section>\n\n\n\n<!-- =====================================================\n     INFINITY MIRROR\n===================================================== -->\n\n<section class=\"product\">\n\n<div class=\"product-grid\">\n\n\n<div class=\"gallery\">\n\n  <div class=\"gallery-scroll portrait\">\n\n    <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-19.39.20.jpeg\" alt=\"Neo3nos Infinity Mirror\">\n\n    <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-19.41.02.jpeg\" alt=\"Neo3nos Infinity Mirror\">\n\n    <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-11-at-19.39.20-1.jpeg\" alt=\"Neo3nos Infinity Mirror\">\n\n  <\/div>\n\n  <div class=\"gallery-hint\">\n    SWIPE TO ENTER INFINITY \u2192\n  <\/div>\n\n<\/div>\n\n\n<div class=\"copy\">\n\n  <div class=\"product-no\">\n    COLLECTOR PIECE \u00b7 ONE OF ONE\n  <\/div>\n\n  <h2>\n    NEO3NOS<br>\n    INFINITY\n  <\/h2>\n\n  <div class=\"price\">\n    \u20ac3,333\n  <\/div>\n\n  <div class=\"one\">\n    1 \/ 1 \u00b7 ONLY ONE EXISTS\n  <\/div>\n\n  <div class=\"lead\">\n    The only Neo3nos Infinity Mirror Game ever created.\n  <\/div>\n\n  <div class=\"body-copy\">\n    A playable installation in which the board\n    appears to continue beneath the players\n    into an endless field.\n\n    Played publicly once in a theatre.\n    The set comes with Swarovski crystal figurines.\n\n    One created. One available.\n  <\/div>\n\n  <div class=\"actions\">\n\n    <a class=\"btn btn-main\" href=\"mailto:neo3nos@gmail.com?subject=Neo3nos%20Infinity%20%E2%82%AC3333\">\n      ACQUIRE THE ONE OF ONE\n    <\/a>\n\n  <\/div>\n\n\n  <div class=\"video vertical\">\n\n    <iframe src=\"https:\/\/www.youtube.com\/embed\/Hieufo8R6Is\" title=\"Neo3nos Infinity Mirror I\" allowfullscreen=\"\">\n    <\/iframe>\n\n    <div class=\"video-title\">\n      INFINITY I\n    <\/div>\n\n  <\/div>\n\n\n  <div class=\"video vertical\">\n\n    <iframe src=\"https:\/\/www.youtube.com\/embed\/zZ6ZY4cltIo\" title=\"Neo3nos Infinity Mirror II\" allowfullscreen=\"\">\n    <\/iframe>\n\n    <div class=\"video-title\">\n      INFINITY II\n    <\/div>\n\n  <\/div>\n\n<\/div>\n\n\n<\/div>\n\n<\/section>\n\n\n\n<!-- =====================================================\n     APP\n===================================================== -->\n\n<section class=\"app\">\n\n<div class=\"app-inner\">\n\n  <div class=\"eyebrow\">\n    NEO3NOS \u00b7 ANYWHERE\n  <\/div>\n\n  <h2>\n    THE GAME<br>\n    WITHOUT DISTANCE.\n  <\/h2>\n\n  <div class=\"lead\">\n    Enter the living Neo3nos experience online.\n    Meet. Play. Reflect. Connect.\n  <\/div>\n\n  <div class=\"body-copy\">\n    Play with people wherever they are.\n    Current access options and prices live inside the platform.\n  <\/div>\n\n  <div class=\"actions\">\n\n    <a class=\"btn btn-main\" href=\"https:\/\/playneo3nos.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n      ENTER THE APP\n    <\/a>\n\n  <\/div>\n\n<\/div>\n\n<\/section>\n\n\n\n<!-- =====================================================\n     CLOTHING\n===================================================== -->\n\n<section class=\"clothing\">\n\n\n<div class=\"clothing-intro\">\n\n  <div class=\"eyebrow\">\n    WEAR YOUR NATURE\n  <\/div>\n\n  <h2>\n    What if your clothes\n    were designed around\n    the way you naturally\n    move through the world?\n  <\/h2>\n\n<\/div>\n\n\n<div class=\"clothing-grid\">\n\n\n<div class=\"clothing-item\">\n\n  <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-08-at-23.42.47.jpeg\" alt=\"Manifestor clothing\">\n\n  <div class=\"clothing-label\">\n    MANIFESTOR \u00b7 THE INITIATOR\n  <\/div>\n\n<\/div>\n\n\n<div class=\"clothing-item\">\n\n  <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-08-at-23.42.48.jpeg\" alt=\"Projector clothing\">\n\n  <div class=\"clothing-label\">\n    PROJECTOR \u00b7 THE GUIDE\n  <\/div>\n\n<\/div>\n\n\n<div class=\"clothing-item\">\n\n  <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-08-at-23.42.47-1.jpeg\" alt=\"Generator clothing\">\n\n  <div class=\"clothing-label\">\n    GENERATOR \u00b7 THE BUILDER\n  <\/div>\n\n<\/div>\n\n\n<div class=\"clothing-item\">\n\n  <img decoding=\"async\" src=\"https:\/\/neo3nos.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-08-at-23.42.48-1.jpeg\" alt=\"Reflector clothing\">\n\n  <div class=\"clothing-label\">\n    REFLECTOR \u00b7 THE MIRROR\n  <\/div>\n\n<\/div>\n\n\n<\/div>\n\n\n\n<div class=\"clothing-story\">\n\n  <div class=\"lead\">\n    Neo3nos garments are individually created.\n    Never mass-produced.\n  <\/div>\n\n  <div class=\"body-copy\">\n    Your piece can begin with your Human Design\n    or simply with you: your body, your preferences,\n    your movement, your climate and what makes you feel\n    protected, open, powerful or free.\n\n    From there, the garment is developed\n    and made for you by a tailor.\n  <\/div>\n\n  <div class=\"big-quote\">\n    Your clothes should give\n    your nature somewhere to live.\n  <\/div>\n\n  <div class=\"body-copy\">\n    Designed around your body.\n    Inspired by your nature.\n    Made only for you.\n\n    Because every piece is individually developed\n    and tailored, creation and delivery take time.\n  <\/div>\n\n  <div class=\"actions\">\n\n    <a class=\"btn btn-main\" href=\"mailto:neo3nos@gmail.com?subject=Wear%20Your%20Nature%20Inquiry\">\n      MAKE AN INQUIRY\n    <\/a>\n\n  <\/div>\n\n<\/div>\n\n\n<\/section>\n\n\n\n<!-- =====================================================\n     FOOTER\n===================================================== -->\n\n<section class=\"footer\">\n\n  <div class=\"footer-word\">\n    NEO3NOS\n  <\/div>\n\n  <div class=\"footer-bottom\">\n\n    <span>\n      PLAY \u00b7 REFLECT \u00b7 CONNECT\n    <\/span>\n\n    <span>\n      THE INVISIBLE MADE VISIBLE\n    <\/span>\n\n  <\/div>\n\n<\/section>\n\n\n<\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>NEO3NOS OBJECTS \u00b7 GAMES \u00b7 PORTALS \u00b7 EXPERIENCES ENTER NEO3NOS Different ways to enter the same field. Play it. Question through it. Reflect through it. Wear it. Take it with you. THE PHYSICAL UNIVERSE SCROLL TO ENTER \u2193 SWIPE TO EXPLORE \u2192 THE ORIGINAL NEO3NOS THE GAME \u20ac1,111 The complete physical Neo3nos experience. A living [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"footnotes":""},"class_list":["post-63","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/neo3nos.com\/index.php\/wp-json\/wp\/v2\/pages\/63","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/neo3nos.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/neo3nos.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/neo3nos.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/neo3nos.com\/index.php\/wp-json\/wp\/v2\/comments?post=63"}],"version-history":[{"count":8,"href":"https:\/\/neo3nos.com\/index.php\/wp-json\/wp\/v2\/pages\/63\/revisions"}],"predecessor-version":[{"id":135,"href":"https:\/\/neo3nos.com\/index.php\/wp-json\/wp\/v2\/pages\/63\/revisions\/135"}],"wp:attachment":[{"href":"https:\/\/neo3nos.com\/index.php\/wp-json\/wp\/v2\/media?parent=63"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}