{"title":"NEW ARRIVALS","description":null,"products":[{"product_id":"delverique™-drop-gravity-desk-toy","title":"Delverique™ Drop Gravity Desk Toy","description":"\u003cstyle\u003e\n  .dv-drop-page {\n    --dv-black: #111111;\n    --dv-gray: #666666;\n    --dv-light: #f5f5f3;\n    --dv-line: #e6e6e3;\n    --dv-orange: #ff5a00;\n    --dv-white: #ffffff;\n\n    max-width: 1000px;\n    margin: 0 auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--dv-black);\n    line-height: 1.55;\n  }\n\n  .dv-drop-page * {\n    box-sizing: border-box;\n  }\n\n  .dv-drop-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .dv-section {\n    padding: 64px 24px;\n  }\n\n  .dv-eyebrow {\n    margin: 0 0 12px;\n    font-size: 12px;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n    color: #777;\n  }\n\n  .dv-title {\n    margin: 0;\n    font-size: clamp(42px, 7vw, 78px);\n    line-height: .95;\n    letter-spacing: -3px;\n    font-weight: 700;\n  }\n\n  .dv-orange {\n    color: var(--dv-orange);\n  }\n\n  .dv-subtitle {\n    max-width: 680px;\n    margin: 22px 0 0;\n    font-size: 18px;\n    color: var(--dv-gray);\n  }\n\n  .dv-pill-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 28px;\n  }\n\n  .dv-pill {\n    padding: 9px 15px;\n    border: 1px solid var(--dv-line);\n    border-radius: 999px;\n    background: white;\n    font-size: 13px;\n  }\n\n  .dv-ticker {\n    overflow: hidden;\n    white-space: nowrap;\n    border-top: 1px solid var(--dv-line);\n    border-bottom: 1px solid var(--dv-line);\n    padding: 16px 0;\n    background: #fafafa;\n  }\n\n  .dv-ticker-inner {\n    display: inline-block;\n    min-width: 100%;\n    text-align: center;\n    font-size: 13px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .dv-dot {\n    padding: 0 12px;\n    color: var(--dv-orange);\n  }\n\n  .dv-image-wrap {\n    overflow: hidden;\n    border-radius: 20px;\n    background: #efefed;\n  }\n\n  .dv-image-wrap img {\n    transition: transform .65s ease;\n  }\n\n  .dv-image-wrap:hover img {\n    transform: scale(1.02);\n  }\n\n  .dv-big-statement {\n    margin: 0 0 22px;\n    font-size: clamp(35px, 6vw, 65px);\n    line-height: 1;\n    letter-spacing: -2px;\n  }\n\n  .dv-bento {\n    display: grid;\n    grid-template-columns: 1.1fr .9fr;\n    gap: 12px;\n    margin-top: 34px;\n  }\n\n  .dv-card {\n    min-height: 210px;\n    padding: 28px;\n    border-radius: 20px;\n    background: var(--dv-light);\n    transition: transform .25s ease, box-shadow .25s ease;\n  }\n\n  .dv-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 14px 35px rgba(0,0,0,.06);\n  }\n\n  .dv-card-dark {\n    background: var(--dv-black);\n    color: white;\n  }\n\n  .dv-card-orange {\n    background: var(--dv-orange);\n    color: white;\n  }\n\n  .dv-number {\n    font-size: 12px;\n    letter-spacing: 2px;\n    opacity: .65;\n  }\n\n  .dv-card h3 {\n    margin: 35px 0 8px;\n    font-size: 25px;\n    line-height: 1.05;\n    letter-spacing: -.6px;\n  }\n\n  .dv-card p {\n    margin: 0;\n    font-size: 15px;\n    opacity: .74;\n  }\n\n  .dv-quote {\n    padding: 75px 24px;\n    background: #0e0e0e;\n    color: white;\n    text-align: center;\n  }\n\n  .dv-quote p {\n    max-width: 780px;\n    margin: 0 auto;\n    font-size: clamp(34px, 5vw, 60px);\n    line-height: 1.04;\n    letter-spacing: -1.7px;\n  }\n\n  .dv-quote small {\n    display: block;\n    margin-top: 25px;\n    color: #999;\n    font-size: 11px;\n    letter-spacing: 2.2px;\n  }\n\n  .dv-steps {\n    margin-top: 35px;\n  }\n\n  .dv-step {\n    display: grid;\n    grid-template-columns: 52px 1fr;\n    gap: 14px;\n    padding: 21px 0;\n    border-bottom: 1px solid var(--dv-line);\n  }\n\n  .dv-step-num {\n    width: 39px;\n    height: 39px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: var(--dv-orange);\n    color: white;\n    font-weight: 700;\n  }\n\n  .dv-step h4 {\n    margin: 0 0 5px;\n    font-size: 18px;\n  }\n\n  .dv-step p {\n    margin: 0;\n    color: var(--dv-gray);\n    font-size: 15px;\n  }\n\n  .dv-three {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-top: 30px;\n  }\n\n  .dv-mini {\n    padding: 23px;\n    border: 1px solid var(--dv-line);\n    border-radius: 18px;\n    background: white;\n  }\n\n  .dv-mini strong {\n    display: block;\n    margin-bottom: 6px;\n  }\n\n  .dv-mini span {\n    color: var(--dv-gray);\n    font-size: 14px;\n  }\n\n  .dv-use-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin-top: 30px;\n  }\n\n  .dv-use {\n    padding: 22px 14px;\n    border: 1px solid var(--dv-line);\n    border-radius: 16px;\n    text-align: center;\n  }\n\n  .dv-use-icon {\n    margin-bottom: 9px;\n    font-size: 25px;\n  }\n\n  .dv-use strong {\n    display: block;\n    font-size: 14px;\n  }\n\n  .dv-use span {\n    display: block;\n    margin-top: 3px;\n    color: #777;\n    font-size: 12px;\n  }\n\n  .dv-specs {\n    margin-top: 30px;\n    padding: 28px;\n    border-radius: 20px;\n    background: var(--dv-light);\n  }\n\n  .dv-spec-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 13px 0;\n    border-bottom: 1px solid #ddd;\n    font-size: 14px;\n  }\n\n  .dv-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .dv-spec-row span:last-child {\n    color: #666;\n    text-align: right;\n  }\n\n  .dv-accordion {\n    margin-top: 30px;\n    border-top: 1px solid var(--dv-line);\n  }\n\n  .dv-accordion details {\n    border-bottom: 1px solid var(--dv-line);\n  }\n\n  .dv-accordion summary {\n    position: relative;\n    padding: 21px 40px 21px 2px;\n    list-style: none;\n    cursor: pointer;\n    font-size: 17px;\n    font-weight: 600;\n  }\n\n  .dv-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .dv-accordion summary:after {\n    content: \"+\";\n    position: absolute;\n    top: 16px;\n    right: 4px;\n    font-size: 27px;\n    font-weight: 300;\n  }\n\n  .dv-accordion details[open] summary:after {\n    content: \"−\";\n  }\n\n  .dv-accordion details p {\n    margin: 0;\n    padding: 0 35px 22px 2px;\n    color: var(--dv-gray);\n    font-size: 15px;\n  }\n\n  .dv-brand {\n    padding: 75px 24px;\n    background: #0e0e0e;\n    color: white;\n  }\n\n  .dv-brand-inner {\n    max-width: 760px;\n    margin: auto;\n  }\n\n  .dv-brand h2 {\n    margin: 0 0 25px;\n    font-size: clamp(40px, 6vw, 66px);\n    line-height: 1;\n    letter-spacing: -2px;\n  }\n\n  .dv-brand p {\n    max-width: 640px;\n    color: #c7c7c7;\n    font-size: 17px;\n  }\n\n  .dv-tagline {\n    margin-top: 42px;\n    padding-top: 28px;\n    border-top: 1px solid #333;\n    font-size: 20px;\n    font-style: italic;\n  }\n\n  @media (max-width: 700px) {\n    .dv-section {\n      padding: 48px 18px;\n    }\n\n    .dv-bento,\n    .dv-three {\n      grid-template-columns: 1fr;\n    }\n\n    .dv-use-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .dv-card {\n      min-height: 170px;\n    }\n\n    .dv-spec-row {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"dv-drop-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      DELVERIQUE™ \/ OBJECT 003\n    \u003c\/p\u003e\n\n    \u003ch1 class=\"dv-title\"\u003e\n      Meet\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003eDrop.\u003c\/span\u003e\n    \u003c\/h1\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      A gravity-powered desk object built around one simple idea:\n      flip it, watch the steel ball travel, hear it land,\n      and start again.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"dv-pill-row\"\u003e\n      \u003cspan class=\"dv-pill\"\u003eGravity Powered\u003c\/span\u003e\n      \u003cspan class=\"dv-pill\"\u003eVisible Track\u003c\/span\u003e\n      \u003cspan class=\"dv-pill\"\u003eSteel Ball\u003c\/span\u003e\n      \u003cspan class=\"dv-pill\"\u003eNo Batteries\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- TICKER --\u003e\n  \u003cdiv class=\"dv-ticker\"\u003e\n    \u003cdiv class=\"dv-ticker-inner\"\u003e\n      FLIP\n      \u003cspan class=\"dv-dot\"\u003e●\u003c\/span\u003e\n      DROP\n      \u003cspan class=\"dv-dot\"\u003e●\u003c\/span\u003e\n      WATCH\n      \u003cspan class=\"dv-dot\"\u003e●\u003c\/span\u003e\n      TOK\n      \u003cspan class=\"dv-dot\"\u003e●\u003c\/span\u003e\n      REPEAT\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- IMAGE 01 --\u003e\n  \u003cdiv class=\"dv-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/2457\/2645\/files\/ChatGPTImageSep18_2026_03_23_09PM_8.png?v=1789716235\" alt=\"Delverique™ Drop gravity desk toy product overview\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- CORE SELLING POINTS --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      SIMPLE PHYSICS \/ SATISFYING MOTION\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big-statement\"\u003e\n      Gravity does\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003ethe work.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      No motors. No charging. No screen.\n      Just a steel ball, a carefully designed path,\n      and gravity pulling everything into motion.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"dv-bento\"\u003e\n\n      \u003cdiv class=\"dv-card dv-card-dark\"\u003e\n\n        \u003cdiv class=\"dv-number\"\u003e\n          01 \/ DROP\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Flip it.\u003cbr\u003e\n          Let go.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Turn the tower over and the steel ball begins\n          its journey automatically.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-card\"\u003e\n\n        \u003cdiv class=\"dv-number\"\u003e\n          02 \/ WATCH\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          See every second.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The transparent housing keeps the entire gravity path\n          visible from start to finish.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-card\"\u003e\n\n        \u003cdiv class=\"dv-number\"\u003e\n          03 \/ SOUND\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Wait for the tok.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The steel ball finishes its journey with a clean,\n          satisfying landing at the bottom.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-card dv-card-orange\"\u003e\n\n        \u003cdiv class=\"dv-number\"\u003e\n          04 \/ RESET\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Turn it over.\u003cbr\u003e\n          Again.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The end of one run becomes the beginning of the next.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- QUOTE --\u003e\n  \u003cdiv class=\"dv-quote\"\u003e\n\n    \u003cp\u003e\n      Some breaks don't need\n      \u003cspan class=\"dv-orange\"\u003ea screen.\u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003csmall\u003e\n      WATCH SOMETHING REAL MOVE\n    \u003c\/small\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- IMAGE 02 --\u003e\n  \u003cdiv class=\"dv-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/2457\/2645\/files\/ChatGPTImageSep18_2026_03_23_09PM_7.png?v=1789716234\" alt=\"How Delverique™ Drop gravity desk toy works\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      FLIP \/ FALL \/ SPIRAL \/ LAND\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big-statement\"\u003e\n      One journey.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003ePowered by gravity.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"dv-steps\"\u003e\n\n      \u003cdiv class=\"dv-step\"\u003e\n\n        \u003cdiv class=\"dv-step-num\"\u003e\n          1\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch4\u003eFlip the tower.\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Rotate Drop 180° so the steel ball begins in the upper chamber.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-step\"\u003e\n\n        \u003cdiv class=\"dv-step-num\"\u003e\n          2\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch4\u003eThe ball releases.\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Gravity draws the ball from the starting chamber\n            into the transparent track.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-step\"\u003e\n\n        \u003cdiv class=\"dv-step-num\"\u003e\n          3\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch4\u003eWatch the spiral.\u003c\/h4\u003e\n\n          \u003cp\u003e\n            The ball follows the curved path around the center,\n            transforming a simple fall into a longer visual journey.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-step\"\u003e\n\n        \u003cdiv class=\"dv-step-num\"\u003e\n          4\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch4\u003eHear it land.\u003c\/h4\u003e\n\n          \u003cp\u003e\n            A satisfying final tok tells you the run is complete.\n            Flip it again whenever you're ready.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"dv-three\"\u003e\n\n      \u003cdiv class=\"dv-mini\"\u003e\n        \u003cstrong\u003eVisible Track\u003c\/strong\u003e\n        \u003cspan\u003e\n          Follow the full motion through the transparent path.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-mini\"\u003e\n        \u003cstrong\u003eSteel Ball\u003c\/strong\u003e\n        \u003cspan\u003e\n          Real weight creates a more satisfying physical movement.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-mini\"\u003e\n        \u003cstrong\u003eNo Power Needed\u003c\/strong\u003e\n        \u003cspan\u003e\n          Gravity provides the entire experience.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SECOND STATEMENT --\u003e\n  \u003cdiv class=\"dv-quote\"\u003e\n\n    \u003cp\u003e\n      Watch gravity turn\n      \u003cspan class=\"dv-orange\"\u003eseconds into a moment.\u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003csmall\u003e\n      SIMPLE MOTION \/ NOTHING TO CHARGE\n    \u003c\/small\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c!-- IMAGE 03 --\u003e\n\u003cdiv class=\"dv-image-wrap\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/2457\/2645\/files\/ChatGPTImageSep18_2026_03_23_09PM_6.png?v=1789716235\" alt=\"Delverique™ Drop lifestyle, use cases and brand philosophy\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\n\n  \u003c!-- EVERYDAY USE --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      MADE FOR THESE MOMENTS\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big-statement\"\u003e\n      Designed to stay\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003eon display.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      Drop is part play object, part desk sculpture.\n      Keep it somewhere visible and flip it whenever you want\n      a short physical pause in your day.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"dv-use-grid\"\u003e\n\n      \u003cdiv class=\"dv-use\"\u003e\n        \u003cdiv class=\"dv-use-icon\"\u003e◌\u003c\/div\u003e\n        \u003cstrong\u003eDesk Break\u003c\/strong\u003e\n        \u003cspan\u003eA quick reset\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-use\"\u003e\n        \u003cdiv class=\"dv-use-icon\"\u003e◎\u003c\/div\u003e\n        \u003cstrong\u003eThinking Time\u003c\/strong\u003e\n        \u003cspan\u003eWatch the motion\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-use\"\u003e\n        \u003cdiv class=\"dv-use-icon\"\u003e⌂\u003c\/div\u003e\n        \u003cstrong\u003eAt Home\u003c\/strong\u003e\n        \u003cspan\u003eDisplay-worthy\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-use\"\u003e\n        \u003cdiv class=\"dv-use-icon\"\u003e◇\u003c\/div\u003e\n        \u003cstrong\u003eGift It\u003c\/strong\u003e\n        \u003cspan\u003eFor curious minds\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n  \u003csection class=\"dv-section\" style=\"padding-top:15px;\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      OBJECT 003 \/ DETAILS\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big-statement\"\u003e\n      Simple outside.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003eMovement inside.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"dv-specs\"\u003e\n\n      \u003cdiv class=\"dv-spec-row\"\u003e\n        \u003cspan\u003e\n          \u003cstrong\u003eProduct\u003c\/strong\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003e\n          Delverique™ Drop Gravity Desk Toy\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec-row\"\u003e\n        \u003cspan\u003e\n          \u003cstrong\u003eInteraction\u003c\/strong\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003e\n          Flip-Activated Gravity Motion\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec-row\"\u003e\n        \u003cspan\u003e\n          \u003cstrong\u003eHeight\u003c\/strong\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003e\n          Approx. 120 mm \/ 4.7 in\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec-row\"\u003e\n        \u003cspan\u003e\n          \u003cstrong\u003eWidth\u003c\/strong\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003e\n          Approx. 50 mm \/ 2.0 in\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec-row\"\u003e\n        \u003cspan\u003e\n          \u003cstrong\u003eDepth\u003c\/strong\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003e\n          Approx. 28 mm \/ 1.1 in\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec-row\"\u003e\n        \u003cspan\u003e\n          \u003cstrong\u003eCore\u003c\/strong\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003e\n          Stainless Steel Ball\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec-row\"\u003e\n        \u003cspan\u003e\n          \u003cstrong\u003eStructure\u003c\/strong\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003e\n          Metal Frame + Transparent Track\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec-row\"\u003e\n        \u003cspan\u003e\n          \u003cstrong\u003ePower\u003c\/strong\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003e\n          None Required\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      TAP TO EXPLORE\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big-statement\"\u003e\n      Curious?\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"dv-accordion\"\u003e\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          What exactly is Drop?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Drop is a gravity-powered desk toy containing a steel ball\n          and a visible internal track. Flip the object over and gravity\n          moves the ball through the path until it reaches the opposite end.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Does it use batteries?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          No. Drop uses no batteries, electronics, charging cable\n          or app. The entire experience is powered by gravity.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How do I reset it?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Simply turn the object 180°. The end chamber becomes\n          the new starting chamber and the sequence begins again.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Is the ball removable?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          The steel ball is designed to remain inside the enclosed\n          track system during normal use.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Is Drop the same type of toy as Loop or Shift?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          No. Each Delverique™ object explores a different physical action.\n          Loop is built around flipping, Shift around sliding,\n          and Drop around gravity and visible motion.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Where should I use it?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Drop is designed primarily as a desktop or display object.\n          Keep it beside your workspace, on a shelf or anywhere\n          you want an interactive object that also looks good at rest.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BRAND --\u003e\n  \u003csection class=\"dv-brand\"\u003e\n\n    \u003cdiv class=\"dv-brand-inner\"\u003e\n\n      \u003cp class=\"dv-eyebrow\" style=\"color:#777;\"\u003e\n        DELVERIQUE™\n      \u003c\/p\u003e\n\n      \u003ch2\u003e\n        Play isn't childish.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        We believe adults never stop needing moments of play.\n        The form simply changes.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Delverique™ creates modern physical objects built around\n        simple interactions — flipping, sliding, falling and moving —\n        refined into experiences worth repeating.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Less scrolling.\n        More touching.\n        More noticing.\n        More moments in the real world.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"dv-tagline\"\u003e\n        Toys for your hands, not your age.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL --\u003e\n  \u003csection class=\"dv-section\" style=\"text-align:center;\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      OBJECT 003\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"\n      margin:0 0 16px;\n      font-size:clamp(38px,6vw,66px);\n      line-height:1;\n      letter-spacing:-2px;\"\u003e\n      Delverique™ Drop\n    \u003c\/h2\u003e\n\n    \u003cp style=\"margin:0;color:#777;\"\u003e\n      Flip it. Watch it fall. Do it again.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Delverique™","offers":[{"title":"Default Title","offer_id":52899278717157,"sku":"Delverique003*1","price":79.6,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0846\/2457\/2645\/files\/ChatGPTImageSep18_2026_03_23_09PM_2.png?v=1789716234"},{"product_id":"delverique™-balance-kinetic-sculpture","title":"Delverique™ Helix Spiral Motion Toy","description":"\u003cstyle\u003e\n  .dv-balance-page {\n    --black:#111111;\n    --gray:#686868;\n    --light:#f5f5f3;\n    --line:#e7e7e3;\n    --orange:#ff5a00;\n    --white:#ffffff;\n\n    max-width:1000px;\n    margin:0 auto;\n    font-family:Arial, Helvetica, sans-serif;\n    color:var(--black);\n    line-height:1.55;\n    overflow:hidden;\n  }\n\n  .dv-balance-page * {\n    box-sizing:border-box;\n  }\n\n  .dv-balance-page img {\n    display:block;\n    width:100%;\n    height:auto;\n  }\n\n  .dv-section {\n    padding:68px 24px;\n  }\n\n  .dv-eyebrow {\n    margin:0 0 13px;\n    font-size:12px;\n    letter-spacing:2.8px;\n    text-transform:uppercase;\n    color:#777;\n  }\n\n  .dv-title {\n    margin:0;\n    font-size:clamp(44px,7vw,80px);\n    line-height:.94;\n    letter-spacing:-3px;\n    font-weight:700;\n  }\n\n  .dv-orange {\n    color:var(--orange);\n  }\n\n  .dv-subtitle {\n    max-width:690px;\n    margin:24px 0 0;\n    font-size:18px;\n    color:var(--gray);\n  }\n\n  .dv-pills {\n    display:flex;\n    flex-wrap:wrap;\n    gap:8px;\n    margin-top:30px;\n  }\n\n  .dv-pill {\n    padding:9px 15px;\n    border:1px solid var(--line);\n    border-radius:999px;\n    font-size:13px;\n    background:#fff;\n  }\n\n\n  \/* MOVING TICKER *\/\n  .dv-ticker {\n    overflow:hidden;\n    border-top:1px solid var(--line);\n    border-bottom:1px solid var(--line);\n    background:#fafafa;\n  }\n\n  .dv-ticker-track {\n    display:flex;\n    width:max-content;\n    animation:dvTicker 22s linear infinite;\n  }\n\n  .dv-ticker-item {\n    padding:16px 18px;\n    font-size:12px;\n    letter-spacing:2px;\n    white-space:nowrap;\n  }\n\n  .dv-ticker-dot {\n    color:var(--orange);\n  }\n\n  @keyframes dvTicker {\n    from { transform:translateX(0); }\n    to { transform:translateX(-50%); }\n  }\n\n\n  \/* IMAGE *\/\n  .dv-image {\n    overflow:hidden;\n    border-radius:22px;\n    background:#eee;\n  }\n\n  .dv-image img {\n    transition:transform .7s ease;\n  }\n\n  .dv-image:hover img {\n    transform:scale(1.018);\n  }\n\n\n  \/* BIG TEXT *\/\n  .dv-big {\n    margin:0 0 22px;\n    font-size:clamp(36px,6vw,66px);\n    line-height:.98;\n    letter-spacing:-2px;\n  }\n\n\n  \/* BENTO *\/\n  .dv-bento {\n    display:grid;\n    grid-template-columns:1.15fr .85fr;\n    gap:12px;\n    margin-top:35px;\n  }\n\n  .dv-card {\n    min-height:215px;\n    padding:28px;\n    border-radius:20px;\n    background:var(--light);\n    transition:\n      transform .25s ease,\n      box-shadow .25s ease;\n  }\n\n  .dv-card:hover {\n    transform:translateY(-4px);\n    box-shadow:0 16px 40px rgba(0,0,0,.07);\n  }\n\n  .dv-card-dark {\n    background:#111;\n    color:#fff;\n  }\n\n  .dv-card-orange {\n    background:var(--orange);\n    color:#fff;\n  }\n\n  .dv-num {\n    font-size:11px;\n    letter-spacing:2px;\n    opacity:.65;\n  }\n\n  .dv-card h3 {\n    margin:36px 0 9px;\n    font-size:25px;\n    line-height:1.05;\n  }\n\n  .dv-card p {\n    margin:0;\n    font-size:15px;\n    opacity:.74;\n  }\n\n\n  \/* STATEMENT *\/\n  .dv-statement {\n    padding:78px 24px;\n    background:#0f0f0f;\n    color:#fff;\n    text-align:center;\n  }\n\n  .dv-statement p {\n    max-width:800px;\n    margin:0 auto;\n    font-size:clamp(34px,5vw,60px);\n    line-height:1.04;\n    letter-spacing:-1.8px;\n  }\n\n  .dv-statement small {\n    display:block;\n    margin-top:26px;\n    font-size:11px;\n    letter-spacing:2.4px;\n    color:#888;\n  }\n\n\n  \/* STEPS *\/\n  .dv-steps {\n    margin-top:36px;\n  }\n\n  .dv-step {\n    display:grid;\n    grid-template-columns:52px 1fr;\n    gap:14px;\n    padding:22px 0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .dv-step-num {\n    width:39px;\n    height:39px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:50%;\n    background:var(--orange);\n    color:white;\n    font-weight:700;\n  }\n\n  .dv-step h4 {\n    margin:0 0 5px;\n    font-size:18px;\n  }\n\n  .dv-step p {\n    margin:0;\n    color:var(--gray);\n    font-size:15px;\n  }\n\n\n  \/* PRINCIPLE *\/\n  .dv-principle {\n    margin-top:36px;\n    padding:30px;\n    border-radius:22px;\n    background:#111;\n    color:#fff;\n  }\n\n  .dv-principle-label {\n    color:var(--orange);\n    font-size:12px;\n    letter-spacing:2px;\n    margin-bottom:14px;\n  }\n\n  .dv-principle h3 {\n    margin:0 0 12px;\n    font-size:30px;\n  }\n\n  .dv-principle p {\n    max-width:720px;\n    margin:0;\n    color:#c8c8c8;\n    font-size:15px;\n  }\n\n  .dv-formula {\n    margin-top:25px;\n    padding-top:22px;\n    border-top:1px solid #333;\n    font-size:22px;\n    letter-spacing:1px;\n  }\n\n\n  \/* THREE FEATURES *\/\n  .dv-three {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:12px;\n    margin-top:30px;\n  }\n\n  .dv-mini {\n    padding:23px;\n    border:1px solid var(--line);\n    border-radius:18px;\n    background:#fff;\n  }\n\n  .dv-mini strong {\n    display:block;\n    margin-bottom:6px;\n  }\n\n  .dv-mini span {\n    color:var(--gray);\n    font-size:14px;\n  }\n\n\n  \/* CHALLENGE MODES *\/\n  .dv-modes {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:12px;\n    margin-top:30px;\n  }\n\n  .dv-mode {\n    padding:26px;\n    border-radius:19px;\n    background:var(--light);\n    border:1px solid var(--line);\n    transition:transform .25s ease;\n  }\n\n  .dv-mode:hover {\n    transform:translateY(-4px);\n  }\n\n  .dv-mode-label {\n    margin-bottom:30px;\n    font-size:11px;\n    letter-spacing:2px;\n    color:var(--orange);\n  }\n\n  .dv-mode h3 {\n    margin:0 0 8px;\n    font-size:21px;\n  }\n\n  .dv-mode p {\n    margin:0;\n    font-size:14px;\n    color:var(--gray);\n  }\n\n\n  \/* USE *\/\n  .dv-use-grid {\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:10px;\n    margin-top:30px;\n  }\n\n  .dv-use {\n    padding:23px 14px;\n    border:1px solid var(--line);\n    border-radius:17px;\n    text-align:center;\n    background:white;\n  }\n\n  .dv-use-icon {\n    font-size:25px;\n    margin-bottom:10px;\n  }\n\n  .dv-use strong {\n    display:block;\n    font-size:14px;\n  }\n\n  .dv-use span {\n    display:block;\n    margin-top:3px;\n    color:#777;\n    font-size:12px;\n  }\n\n\n  \/* SPECS *\/\n  .dv-specs {\n    margin-top:30px;\n    padding:28px;\n    border-radius:20px;\n    background:var(--light);\n  }\n\n  .dv-spec {\n    display:flex;\n    justify-content:space-between;\n    gap:20px;\n    padding:14px 0;\n    border-bottom:1px solid #ddd;\n    font-size:14px;\n  }\n\n  .dv-spec:last-child {\n    border-bottom:none;\n  }\n\n  .dv-spec span:last-child {\n    color:#666;\n    text-align:right;\n  }\n\n\n  \/* ACCORDION *\/\n  .dv-accordion {\n    margin-top:30px;\n    border-top:1px solid var(--line);\n  }\n\n  .dv-accordion details {\n    border-bottom:1px solid var(--line);\n  }\n\n  .dv-accordion summary {\n    position:relative;\n    list-style:none;\n    cursor:pointer;\n    padding:22px 42px 22px 2px;\n    font-size:17px;\n    font-weight:600;\n  }\n\n  .dv-accordion summary::-webkit-details-marker {\n    display:none;\n  }\n\n  .dv-accordion summary:after {\n    content:\"+\";\n    position:absolute;\n    right:5px;\n    top:16px;\n    font-size:28px;\n    font-weight:300;\n  }\n\n  .dv-accordion details[open] summary:after {\n    content:\"−\";\n  }\n\n  .dv-accordion details p {\n    margin:0;\n    padding:0 38px 23px 2px;\n    color:var(--gray);\n    font-size:15px;\n  }\n\n\n  \/* BRAND *\/\n  .dv-brand {\n    padding:78px 24px;\n    background:#0e0e0e;\n    color:#fff;\n  }\n\n  .dv-brand-inner {\n    max-width:760px;\n    margin:auto;\n  }\n\n  .dv-brand h2 {\n    margin:0 0 26px;\n    font-size:clamp(40px,6vw,68px);\n    line-height:.98;\n    letter-spacing:-2px;\n  }\n\n  .dv-brand p {\n    max-width:650px;\n    color:#c7c7c7;\n    font-size:17px;\n  }\n\n  .dv-tagline {\n    margin-top:42px;\n    padding-top:29px;\n    border-top:1px solid #333;\n    font-size:20px;\n    font-style:italic;\n  }\n\n\n  @media(max-width:700px) {\n\n    .dv-section {\n      padding:50px 18px;\n    }\n\n    .dv-bento,\n    .dv-three,\n    .dv-modes {\n      grid-template-columns:1fr;\n    }\n\n    .dv-use-grid {\n      grid-template-columns:repeat(2,1fr);\n    }\n\n    .dv-card {\n      min-height:175px;\n    }\n\n    .dv-spec {\n      font-size:13px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"dv-balance-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      DELVERIQUE™ \/ OBJECT 008\n    \u003c\/p\u003e\n\n    \u003ch1 class=\"dv-title\"\u003e\n      Meet\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003eBalance.\u003c\/span\u003e\n    \u003c\/h1\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      A kinetic desk sculpture built around one physical idea:\n      move the counterweights, shift the forces,\n      and find the point where everything becomes still.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"dv-pills\"\u003e\n      \u003cspan class=\"dv-pill\"\u003eSliding Counterweights\u003c\/span\u003e\n      \u003cspan class=\"dv-pill\"\u003ePrecision Pivot\u003c\/span\u003e\n      \u003cspan class=\"dv-pill\"\u003eReal Physical Balance\u003c\/span\u003e\n      \u003cspan class=\"dv-pill\"\u003eScreen-Free\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- ANIMATED TICKER --\u003e\n  \u003cdiv class=\"dv-ticker\"\u003e\n\n    \u003cdiv class=\"dv-ticker-track\"\u003e\n\n      \u003cdiv class=\"dv-ticker-item\"\u003e\n        ADJUST \u003cspan class=\"dv-ticker-dot\"\u003e●\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-ticker-item\"\u003e\n        TILT \u003cspan class=\"dv-ticker-dot\"\u003e●\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-ticker-item\"\u003e\n        OBSERVE \u003cspan class=\"dv-ticker-dot\"\u003e●\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-ticker-item\"\u003e\n        BALANCE \u003cspan class=\"dv-ticker-dot\"\u003e●\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-ticker-item\"\u003e\n        RESET \u003cspan class=\"dv-ticker-dot\"\u003e●\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-ticker-item\"\u003e\n        ADJUST \u003cspan class=\"dv-ticker-dot\"\u003e●\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-ticker-item\"\u003e\n        TILT \u003cspan class=\"dv-ticker-dot\"\u003e●\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-ticker-item\"\u003e\n        OBSERVE \u003cspan class=\"dv-ticker-dot\"\u003e●\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-ticker-item\"\u003e\n        BALANCE \u003cspan class=\"dv-ticker-dot\"\u003e●\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-ticker-item\"\u003e\n        RESET \u003cspan class=\"dv-ticker-dot\"\u003e●\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- IMAGE 1 --\u003e\n  \u003cdiv class=\"dv-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/2457\/2645\/files\/ChatGPTImageSep18_2026_05_08_16PM_7.png?v=1789722543\" alt=\"Delverique™ Balance kinetic sculpture features and design\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- CORE VALUE --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      PHYSICS YOU CAN TOUCH\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Move the weight.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003eChange everything.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      Balance reacts to every small adjustment.\n      Move a counterweight only a little and the entire beam responds.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"dv-bento\"\u003e\n\n      \u003cdiv class=\"dv-card dv-card-dark\"\u003e\n\n        \u003cdiv class=\"dv-num\"\u003e\n          01 \/ ADJUST\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Slide the weight.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Move either counterweight along the beam\n          and instantly change the balance of the system.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-card\"\u003e\n\n        \u003cdiv class=\"dv-num\"\u003e\n          02 \/ RESPOND\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Watch the beam move.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The sculpture reacts physically to every shift\n          in weight and position.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-card\"\u003e\n\n        \u003cdiv class=\"dv-num\"\u003e\n          03 \/ REFINE\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Make tiny corrections.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Small movements become more important\n          as you approach equilibrium.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-card dv-card-orange\"\u003e\n\n        \u003cdiv class=\"dv-num\"\u003e\n          04 \/ BALANCE\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Find the center.\u003cbr\u003e\n          Hold it there.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          When both sides create equal turning force,\n          the beam settles into balance.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- STATEMENT --\u003e\n  \u003cdiv class=\"dv-statement\"\u003e\n\n    \u003cp\u003e\n      The closer you get,\u003cbr\u003e\n      the more\n      \u003cspan class=\"dv-orange\"\u003eevery millimeter matters.\u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003csmall\u003e\n      WEIGHT \/ DISTANCE \/ EQUILIBRIUM\n    \u003c\/small\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- IMAGE 2 --\u003e\n  \u003cdiv class=\"dv-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/2457\/2645\/files\/ChatGPTImageSep18_2026_05_08_15PM_6.png?v=1789722543\" alt=\"How Delverique™ Balance kinetic sculpture works\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      SLIDE \/ TILT \/ LEVEL \/ REPEAT\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Simple physics.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003eInfinite adjustment.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"dv-steps\"\u003e\n\n      \u003cdiv class=\"dv-step\"\u003e\n\n        \u003cdiv class=\"dv-step-num\"\u003e\n          1\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch4\u003eMove a counterweight.\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Slide one weight toward or away from the central pivot.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-step\"\u003e\n\n        \u003cdiv class=\"dv-step-num\"\u003e\n          2\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch4\u003eWatch the beam respond.\u003c\/h4\u003e\n\n          \u003cp\u003e\n            The beam tilts as the turning force changes on either side.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-step\"\u003e\n\n        \u003cdiv class=\"dv-step-num\"\u003e\n          3\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch4\u003eAdjust the opposite side.\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Move the second weight and begin bringing\n            the system back toward level.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-step\"\u003e\n\n        \u003cdiv class=\"dv-step-num\"\u003e\n          ∞\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch4\u003eFine-tune the balance.\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Keep making smaller adjustments and explore\n            how sensitive equilibrium can become.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"dv-principle\"\u003e\n\n      \u003cdiv class=\"dv-principle-label\"\u003e\n        THE PRINCIPLE\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Balance is about more than weight.\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Each counterweight creates a turning force around\n        the central pivot. That force depends on both\n        the amount of weight and its distance from the center.\n        Move the weight farther away and its effect increases.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"dv-formula\"\u003e\n        Torque = Force × Distance\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"dv-three\"\u003e\n\n      \u003cdiv class=\"dv-mini\"\u003e\n        \u003cstrong\u003eSliding Counterweights\u003c\/strong\u003e\n        \u003cspan\u003e\n          Change the position of each weight and alter the system instantly.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-mini\"\u003e\n        \u003cstrong\u003ePrecision Pivot\u003c\/strong\u003e\n        \u003cspan\u003e\n          A central moving point allows the beam to react freely.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-mini\"\u003e\n        \u003cstrong\u003eReal Equilibrium\u003c\/strong\u003e\n        \u003cspan\u003e\n          No digital tricks. The object balances through physical forces.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- INTERACTIVE CHALLENGE --\u003e\n  \u003csection class=\"dv-section\" style=\"padding-top:15px;\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      HOW DO YOU WANT TO PLAY?\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Three ways to\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003efind balance.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"dv-modes\"\u003e\n\n      \u003cdiv class=\"dv-mode\"\u003e\n\n        \u003cdiv class=\"dv-mode-label\"\u003e\n          MODE 01\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Perfect Level\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Adjust both sides until the beam becomes as horizontal as possible.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-mode\"\u003e\n\n        \u003cdiv class=\"dv-mode-label\"\u003e\n          MODE 02\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          One-Sided Challenge\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Move one weight dramatically and see how far\n          the opposite weight must travel to compensate.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-mode\"\u003e\n\n        \u003cdiv class=\"dv-mode-label\"\u003e\n          MODE 03\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Micro Balance\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Start close to equilibrium and make the smallest\n          adjustments your fingers can manage.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- STATEMENT 2 --\u003e\n  \u003cdiv class=\"dv-statement\"\u003e\n\n    \u003cp\u003e\n      Not every toy needs\u003cbr\u003e\n      a score to make you\n      \u003cspan class=\"dv-orange\"\u003ewant another try.\u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003csmall\u003e\n      ADJUST \/ OBSERVE \/ RESET\n    \u003c\/small\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- IMAGE 3 --\u003e\n  \u003cdiv class=\"dv-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/2457\/2645\/files\/ChatGPTImageSep18_2026_05_08_16PM_8.png?v=1789722543\" alt=\"Delverique™ Balance everyday use, details and brand philosophy\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- USE CASES --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      MADE TO BE PLAYED \/ DESIGNED TO BE DISPLAYED\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      A desk object\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003eeven when you're not playing.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      Balance is designed to work as both an interactive object\n      and a piece of modern desk sculpture.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"dv-use-grid\"\u003e\n\n      \u003cdiv class=\"dv-use\"\u003e\n        \u003cdiv class=\"dv-use-icon\"\u003e◌\u003c\/div\u003e\n        \u003cstrong\u003eDesk Break\u003c\/strong\u003e\n        \u003cspan\u003eA physical pause\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-use\"\u003e\n        \u003cdiv class=\"dv-use-icon\"\u003e◎\u003c\/div\u003e\n        \u003cstrong\u003eThinking\u003c\/strong\u003e\n        \u003cspan\u003eSlow, deliberate play\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-use\"\u003e\n        \u003cdiv class=\"dv-use-icon\"\u003e◇\u003c\/div\u003e\n        \u003cstrong\u003eDisplay\u003c\/strong\u003e\n        \u003cspan\u003eModern desk sculpture\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-use\"\u003e\n        \u003cdiv class=\"dv-use-icon\"\u003e□\u003c\/div\u003e\n        \u003cstrong\u003eGift It\u003c\/strong\u003e\n        \u003cspan\u003eFor curious minds\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SPECS --\u003e\n  \u003csection class=\"dv-section\" style=\"padding-top:15px;\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      OBJECT 008 \/ DETAILS\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Simple form.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003eReal physics.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"dv-specs\"\u003e\n\n      \u003cdiv class=\"dv-spec\"\u003e\n        \u003cspan\u003e\u003cstrong\u003eProduct\u003c\/strong\u003e\u003c\/span\u003e\n        \u003cspan\u003eDelverique™ Balance Kinetic Sculpture\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec\"\u003e\n        \u003cspan\u003e\u003cstrong\u003eInteraction\u003c\/strong\u003e\u003c\/span\u003e\n        \u003cspan\u003eAdjust \/ Tilt \/ Balance \/ Reset\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec\"\u003e\n        \u003cspan\u003e\u003cstrong\u003eMechanism\u003c\/strong\u003e\u003c\/span\u003e\n        \u003cspan\u003eSliding Counterweights + Central Pivot\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec\"\u003e\n        \u003cspan\u003e\u003cstrong\u003ePrimary Use\u003c\/strong\u003e\u003c\/span\u003e\n        \u003cspan\u003eDesk \/ Home \/ Studio \/ Display\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec\"\u003e\n        \u003cspan\u003e\u003cstrong\u003ePlay Style\u003c\/strong\u003e\u003c\/span\u003e\n        \u003cspan\u003eSolo \/ Open-Ended \/ Physics-Based\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec\"\u003e\n        \u003cspan\u003e\u003cstrong\u003ePower\u003c\/strong\u003e\u003c\/span\u003e\n        \u003cspan\u003eNone Required\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      TAP TO EXPLORE\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Curious?\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"dv-accordion\"\u003e\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          What exactly is Balance?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Balance is a kinetic desk sculpture with two movable\n          counterweights attached to a beam rotating around a central pivot.\n          Moving the weights changes how the beam responds.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How do I play with it?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Slide either counterweight, watch the beam tilt,\n          then adjust one or both sides until you find equilibrium again.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Why does moving the weight change the balance?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          A weight creates torque around the pivot.\n          The farther that weight sits from the center,\n          the greater its turning effect on the beam.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Is there one correct solution?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          No. Many combinations can create interesting positions\n          and balanced states depending on how the weights are arranged.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Does it require batteries?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          No. Balance operates entirely through physical weight,\n          gravity, position and the central pivot.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How is Balance different from Stack?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Stack explores balance through separate weighted blocks.\n          Balance explores equilibrium through a beam,\n          movable counterweights and a central pivot.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How does it fit the Delverique™ collection?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Every Delverique™ object explores a different physical interaction.\n          Loop flips, Shift slides, Drop falls, Orbit rolls,\n          Stack balances through construction, Snap reconnects,\n          Ripple creates waves, and Balance explores equilibrium.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BRAND --\u003e\n  \u003csection class=\"dv-brand\"\u003e\n\n    \u003cdiv class=\"dv-brand-inner\"\u003e\n\n      \u003cp class=\"dv-eyebrow\" style=\"color:#777;\"\u003e\n        DELVERIQUE™\n      \u003c\/p\u003e\n\n      \u003ch2\u003e\n        Play isn't childish.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        We believe adults never lose the instinct to touch,\n        test, move and discover.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Delverique™ turns simple physical actions into modern\n        play objects — objects made for curious hands,\n        considered spaces and moments away from endless scrolling.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Flip something.\n        Slide something.\n        Build something.\n        Balance something.\n        Notice what happens.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"dv-tagline\"\u003e\n        Toys for your hands, not your age.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- END --\u003e\n  \u003csection class=\"dv-section\" style=\"text-align:center;\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      OBJECT 008\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"\n      margin:0 0 16px;\n      font-size:clamp(38px,6vw,68px);\n      line-height:1;\n      letter-spacing:-2px;\"\u003e\n      Delverique™ Balance\n    \u003c\/h2\u003e\n\n    \u003cp style=\"margin:0;color:#777;\"\u003e\n      Adjust the weights. Find the center.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Delverique™","offers":[{"title":"Default Title","offer_id":52899433578725,"sku":"Delverique008*1","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0846\/2457\/2645\/files\/ChatGPTImageSep18_2026_05_08_13PM_2.png?v=1789722543"},{"product_id":"delverique™-arc-rolling-balance-toy","title":"Delverique™ Arc Rolling Balance Toy","description":"\u003cstyle\u003e\n  .dv-arc {\n    --black:#101010;\n    --dark:#171717;\n    --gray:#6d6d6d;\n    --light:#f5f5f2;\n    --line:#e5e5e1;\n    --orange:#ff5a00;\n    --white:#ffffff;\n\n    max-width:1000px;\n    margin:0 auto;\n    font-family:Arial,Helvetica,sans-serif;\n    color:var(--black);\n    line-height:1.55;\n    overflow:hidden;\n  }\n\n  .dv-arc * {\n    box-sizing:border-box;\n  }\n\n  .dv-arc img {\n    display:block;\n    width:100%;\n    height:auto;\n  }\n\n  .dv-section {\n    padding:68px 24px;\n  }\n\n  .dv-eyebrow {\n    margin:0 0 13px;\n    font-size:12px;\n    letter-spacing:2.8px;\n    text-transform:uppercase;\n    color:#777;\n  }\n\n  .dv-title {\n    margin:0;\n    font-size:clamp(44px,8vw,82px);\n    line-height:.93;\n    letter-spacing:-3.5px;\n    font-weight:700;\n  }\n\n  .dv-orange {\n    color:var(--orange);\n  }\n\n  .dv-subtitle {\n    max-width:710px;\n    margin:24px 0 0;\n    color:var(--gray);\n    font-size:18px;\n  }\n\n\n  \/* PILLS *\/\n  .dv-pills {\n    display:flex;\n    flex-wrap:wrap;\n    gap:8px;\n    margin-top:30px;\n  }\n\n  .dv-pill {\n    padding:9px 15px;\n    border:1px solid var(--line);\n    border-radius:999px;\n    background:#fff;\n    font-size:13px;\n  }\n\n\n  \/* MOVING TICKER *\/\n  .dv-ticker {\n    overflow:hidden;\n    border-top:1px solid var(--line);\n    border-bottom:1px solid var(--line);\n    background:#fafafa;\n  }\n\n  .dv-ticker-track {\n    display:flex;\n    width:max-content;\n    animation:arcTicker 20s linear infinite;\n  }\n\n  .dv-ticker-track span {\n    padding:16px 18px;\n    white-space:nowrap;\n    font-size:12px;\n    letter-spacing:2.2px;\n  }\n\n  .dv-dot {\n    color:var(--orange);\n  }\n\n  @keyframes arcTicker {\n    from {\n      transform:translateX(0);\n    }\n\n    to {\n      transform:translateX(-50%);\n    }\n  }\n\n\n  \/* IMAGES *\/\n  .dv-image {\n    overflow:hidden;\n    border-radius:22px;\n    background:#eee;\n  }\n\n  .dv-image img {\n    transition:transform .7s ease;\n  }\n\n  .dv-image:hover img {\n    transform:scale(1.018);\n  }\n\n\n  \/* HEADINGS *\/\n  .dv-big {\n    margin:0 0 22px;\n    font-size:clamp(36px,6vw,66px);\n    line-height:.98;\n    letter-spacing:-2px;\n  }\n\n\n  \/* BENTO *\/\n  .dv-bento {\n    display:grid;\n    grid-template-columns:1.12fr .88fr;\n    gap:12px;\n    margin-top:36px;\n  }\n\n  .dv-card {\n    min-height:215px;\n    padding:28px;\n    border-radius:20px;\n    background:var(--light);\n    transition:\n      transform .25s ease,\n      box-shadow .25s ease;\n  }\n\n  .dv-card:hover {\n    transform:translateY(-4px);\n    box-shadow:0 15px 38px rgba(0,0,0,.07);\n  }\n\n  .dv-card-dark {\n    background:var(--black);\n    color:#fff;\n  }\n\n  .dv-card-orange {\n    background:var(--orange);\n    color:#fff;\n  }\n\n  .dv-num {\n    font-size:11px;\n    letter-spacing:2px;\n    opacity:.65;\n  }\n\n  .dv-card h3 {\n    margin:36px 0 9px;\n    font-size:25px;\n    line-height:1.05;\n  }\n\n  .dv-card p {\n    margin:0;\n    font-size:15px;\n    opacity:.75;\n  }\n\n\n  \/* BLACK STATEMENT *\/\n  .dv-statement {\n    padding:80px 24px;\n    background:#0e0e0e;\n    color:#fff;\n    text-align:center;\n  }\n\n  .dv-statement p {\n    max-width:820px;\n    margin:0 auto;\n    font-size:clamp(34px,5vw,61px);\n    line-height:1.04;\n    letter-spacing:-1.8px;\n  }\n\n  .dv-statement small {\n    display:block;\n    margin-top:27px;\n    color:#888;\n    font-size:11px;\n    letter-spacing:2.4px;\n  }\n\n\n  \/* INTERACTIVE ARC MOTION *\/\n  .dv-motion {\n    position:relative;\n    height:360px;\n    margin-top:36px;\n    overflow:hidden;\n    border-radius:24px;\n    background:#111;\n  }\n\n  .dv-motion-track {\n    position:absolute;\n    width:470px;\n    height:230px;\n    left:50%;\n    bottom:55px;\n    transform:translateX(-50%);\n    border-radius:0 0 240px 240px;\n    border-bottom:18px solid #555;\n  }\n\n  .dv-motion-track:before {\n    content:\"\";\n    position:absolute;\n    left:16px;\n    right:16px;\n    bottom:8px;\n    height:182px;\n    border-radius:0 0 210px 210px;\n    border-bottom:5px solid #989898;\n  }\n\n  .dv-motion-ball {\n    position:absolute;\n    left:50%;\n    top:185px;\n    width:34px;\n    height:34px;\n    border-radius:50%;\n\n    background:\n      radial-gradient(\n        circle at 30% 24%,\n        #fff 0%,\n        #e4e4e4 15%,\n        #9b9b9b 43%,\n        #333 78%\n      );\n\n    box-shadow:\n      0 0 0 2px #111,\n      0 0 22px rgba(255,90,0,.35);\n\n    animation:arcBall 3.5s ease-in-out infinite;\n  }\n\n  @keyframes arcBall {\n\n    0% {\n      transform:translateX(-190px) translateY(-28px);\n    }\n\n    50% {\n      transform:translateX(155px) translateY(-28px);\n    }\n\n    100% {\n      transform:translateX(-190px) translateY(-28px);\n    }\n  }\n\n  .dv-motion-arrow-left,\n  .dv-motion-arrow-right {\n    position:absolute;\n    top:92px;\n    font-size:35px;\n    color:var(--orange);\n  }\n\n  .dv-motion-arrow-left {\n    left:19%;\n  }\n\n  .dv-motion-arrow-right {\n    right:19%;\n  }\n\n  .dv-motion-copy {\n    position:absolute;\n    left:0;\n    right:0;\n    bottom:18px;\n    text-align:center;\n    font-size:11px;\n    letter-spacing:2px;\n    color:#999;\n  }\n\n  .dv-motion-copy strong {\n    color:var(--orange);\n  }\n\n\n  \/* STEPS *\/\n  .dv-steps {\n    margin-top:36px;\n  }\n\n  .dv-step {\n    display:grid;\n    grid-template-columns:52px 1fr;\n    gap:14px;\n    padding:22px 0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .dv-step-num {\n    width:39px;\n    height:39px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:50%;\n    background:var(--orange);\n    color:#fff;\n    font-weight:700;\n  }\n\n  .dv-step h4 {\n    margin:0 0 5px;\n    font-size:18px;\n  }\n\n  .dv-step p {\n    margin:0;\n    color:var(--gray);\n    font-size:15px;\n  }\n\n\n  \/* PRINCIPLE *\/\n  .dv-principle {\n    margin-top:36px;\n    padding:32px;\n    border-radius:22px;\n    background:#111;\n    color:#fff;\n  }\n\n  .dv-principle-label {\n    margin-bottom:13px;\n    color:var(--orange);\n    font-size:11px;\n    letter-spacing:2px;\n  }\n\n  .dv-principle h3 {\n    margin:0 0 12px;\n    font-size:30px;\n  }\n\n  .dv-principle p {\n    max-width:720px;\n    margin:0;\n    color:#c6c6c6;\n    font-size:15px;\n  }\n\n  .dv-flow {\n    display:flex;\n    flex-wrap:wrap;\n    gap:7px;\n    margin-top:25px;\n    padding-top:22px;\n    border-top:1px solid #333;\n  }\n\n  .dv-flow span {\n    padding:8px 12px;\n    border:1px solid #444;\n    border-radius:999px;\n    font-size:12px;\n  }\n\n\n  \/* FEATURES *\/\n  .dv-three {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:12px;\n    margin-top:30px;\n  }\n\n  .dv-mini {\n    padding:23px;\n    border:1px solid var(--line);\n    border-radius:18px;\n    background:#fff;\n  }\n\n  .dv-mini strong {\n    display:block;\n    margin-bottom:6px;\n  }\n\n  .dv-mini span {\n    color:var(--gray);\n    font-size:14px;\n  }\n\n\n  \/* PLAY MODES *\/\n  .dv-modes {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:12px;\n    margin-top:30px;\n  }\n\n  .dv-mode {\n    padding:25px;\n    border-radius:18px;\n    border:1px solid var(--line);\n    background:var(--light);\n    transition:transform .25s ease;\n  }\n\n  .dv-mode:hover {\n    transform:translateY(-4px);\n  }\n\n  .dv-mode-tag {\n    margin-bottom:30px;\n    color:var(--orange);\n    font-size:11px;\n    letter-spacing:2px;\n  }\n\n  .dv-mode h3 {\n    margin:0 0 7px;\n    font-size:21px;\n  }\n\n  .dv-mode p {\n    margin:0;\n    color:var(--gray);\n    font-size:14px;\n  }\n\n\n  \/* USE CASES *\/\n  .dv-use-grid {\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:10px;\n    margin-top:30px;\n  }\n\n  .dv-use {\n    padding:23px 14px;\n    border:1px solid var(--line);\n    border-radius:17px;\n    background:#fff;\n    text-align:center;\n  }\n\n  .dv-use-icon {\n    margin-bottom:10px;\n    font-size:25px;\n  }\n\n  .dv-use strong {\n    display:block;\n    font-size:14px;\n  }\n\n  .dv-use span {\n    display:block;\n    margin-top:3px;\n    color:#777;\n    font-size:12px;\n  }\n\n\n  \/* SPECS *\/\n  .dv-specs {\n    margin-top:30px;\n    padding:28px;\n    border-radius:20px;\n    background:var(--light);\n  }\n\n  .dv-spec {\n    display:flex;\n    justify-content:space-between;\n    gap:20px;\n    padding:14px 0;\n    border-bottom:1px solid #ddd;\n    font-size:14px;\n  }\n\n  .dv-spec:last-child {\n    border-bottom:none;\n  }\n\n  .dv-spec span:last-child {\n    color:#666;\n    text-align:right;\n  }\n\n\n  \/* FAQ *\/\n  .dv-faq {\n    margin-top:30px;\n    border-top:1px solid var(--line);\n  }\n\n  .dv-faq details {\n    border-bottom:1px solid var(--line);\n  }\n\n  .dv-faq summary {\n    position:relative;\n    padding:22px 42px 22px 2px;\n    list-style:none;\n    cursor:pointer;\n    font-size:17px;\n    font-weight:600;\n  }\n\n  .dv-faq summary::-webkit-details-marker {\n    display:none;\n  }\n\n  .dv-faq summary:after {\n    content:\"+\";\n    position:absolute;\n    top:16px;\n    right:5px;\n    font-size:28px;\n    font-weight:300;\n  }\n\n  .dv-faq details[open] summary:after {\n    content:\"−\";\n  }\n\n  .dv-faq details p {\n    margin:0;\n    padding:0 38px 23px 2px;\n    color:var(--gray);\n    font-size:15px;\n  }\n\n\n  \/* BRAND *\/\n  .dv-brand {\n    padding:80px 24px;\n    background:#0d0d0d;\n    color:#fff;\n  }\n\n  .dv-brand-inner {\n    max-width:760px;\n    margin:auto;\n  }\n\n  .dv-brand h2 {\n    margin:0 0 26px;\n    font-size:clamp(40px,6vw,68px);\n    line-height:.98;\n    letter-spacing:-2px;\n  }\n\n  .dv-brand p {\n    max-width:650px;\n    color:#c6c6c6;\n    font-size:17px;\n  }\n\n  .dv-tagline {\n    margin-top:42px;\n    padding-top:29px;\n    border-top:1px solid #333;\n    font-size:20px;\n    font-style:italic;\n  }\n\n\n  @media(max-width:700px) {\n\n    .dv-section {\n      padding:50px 18px;\n    }\n\n    .dv-bento,\n    .dv-three,\n    .dv-modes {\n      grid-template-columns:1fr;\n    }\n\n    .dv-use-grid {\n      grid-template-columns:repeat(2,1fr);\n    }\n\n    .dv-motion {\n      height:310px;\n    }\n\n    .dv-motion-track {\n      width:320px;\n      height:180px;\n    }\n\n    .dv-motion-ball {\n      top:155px;\n    }\n\n    @keyframes arcBall {\n\n      0% {\n        transform:translateX(-135px) translateY(-20px);\n      }\n\n      50% {\n        transform:translateX(100px) translateY(-20px);\n      }\n\n      100% {\n        transform:translateX(-135px) translateY(-20px);\n      }\n    }\n\n    .dv-spec {\n      font-size:13px;\n    }\n  }\n\n\n  @media(prefers-reduced-motion:reduce) {\n\n    .dv-ticker-track,\n    .dv-motion-ball {\n      animation:none;\n    }\n\n    .dv-card,\n    .dv-mode,\n    .dv-image img {\n      transition:none;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"dv-arc\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      DELVERIQUE™ \/ OBJECT 011\n    \u003c\/p\u003e\n\n    \u003ch1 class=\"dv-title\"\u003e\n      Meet\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003eArc.\u003c\/span\u003e\n    \u003c\/h1\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      A rolling balance toy built around control, gravity and return.\n      Tilt the curved body, guide the steel ball,\n      catch the movement and send it back again.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"dv-pills\"\u003e\n\n      \u003cspan class=\"dv-pill\"\u003e\n        Visible Steel Ball\n      \u003c\/span\u003e\n\n      \u003cspan class=\"dv-pill\"\u003e\n        Curved Rolling Track\n      \u003c\/span\u003e\n\n      \u003cspan class=\"dv-pill\"\u003e\n        Tilt-Controlled Motion\n      \u003c\/span\u003e\n\n      \u003cspan class=\"dv-pill\"\u003e\n        No Batteries\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- TICKER --\u003e\n  \u003cdiv class=\"dv-ticker\"\u003e\n\n    \u003cdiv class=\"dv-ticker-track\"\u003e\n\n      \u003cspan\u003e\n        TILT \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        ROLL \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        CATCH \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        RETURN \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        REPEAT \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n\n      \u003cspan\u003e\n        TILT \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        ROLL \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        CATCH \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        RETURN \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        REPEAT \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- IMAGE 01 --\u003e\n  \u003cdiv class=\"dv-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/2457\/2645\/files\/ChatGPT_Image_Sep_18_2026_05_47_49_PM_6.png?v=1789724910\" alt=\"Delverique™ Arc rolling balance toy features and design\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      CONTROL THE CURVE\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Tilt the Arc.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        Set the ball free.\n      \u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      Arc turns tiny wrist movements into a visible rolling response.\n      Change the angle and you change the speed.\n      Reverse the angle and gravity brings the ball home.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"dv-bento\"\u003e\n\n      \u003cdiv class=\"dv-card dv-card-dark\"\u003e\n\n        \u003cdiv class=\"dv-num\"\u003e\n          01 \/ TILT\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          You set the angle.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          A small movement of your hand changes\n          the slope of the entire track.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-card\"\u003e\n\n        \u003cdiv class=\"dv-num\"\u003e\n          02 \/ ROLL\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Gravity takes over.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Once the angle changes, the polished steel ball\n          begins moving through the curved path.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-card\"\u003e\n\n        \u003cdiv class=\"dv-num\"\u003e\n          03 \/ CATCH\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Meet it at the other side.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Change your wrist angle as the ball approaches\n          the end and control its return.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-card dv-card-orange\"\u003e\n\n        \u003cdiv class=\"dv-num\"\u003e\n          04 \/ RETURN\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Reverse.\u003cbr\u003e\n          Roll back.\u003cbr\u003e\n          Repeat.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Every return becomes the beginning\n          of the next movement.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- STATEMENT --\u003e\n  \u003cdiv class=\"dv-statement\"\u003e\n\n    \u003cp\u003e\n      The ball follows gravity.\u003cbr\u003e\n      Gravity follows\n      \u003cspan class=\"dv-orange\"\u003e\n        your angle.\n      \u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003csmall\u003e\n      CONTROL \/ GRAVITY \/ MOMENTUM\n    \u003c\/small\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- INTERACTIVE MOTION --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      WATCH THE RHYTHM\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      One curve.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        Endless return.\n      \u003c\/span\u003e\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"dv-motion\"\u003e\n\n      \u003cdiv class=\"dv-motion-arrow-left\"\u003e\n        ←\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-motion-arrow-right\"\u003e\n        →\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-motion-track\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"dv-motion-ball\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"dv-motion-copy\"\u003e\n        \u003cstrong\u003eTILT\u003c\/strong\u003e\n        → ROLL → CATCH → REVERSE\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 02 --\u003e\n  \u003cdiv class=\"dv-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/2457\/2645\/files\/ChatGPT_Image_Sep_18_2026_05_47_50_PM_7.png?v=1789724910\" alt=\"How Delverique™ Arc rolling balance toy works\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      TILT \/ ROLL \/ CATCH \/ REPEAT\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Your hands control\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        the pace.\n      \u003c\/span\u003e\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"dv-steps\"\u003e\n\n      \u003cdiv class=\"dv-step\"\u003e\n\n        \u003cdiv class=\"dv-step-num\"\u003e\n          1\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003ch4\u003e\n            Hold the Arc.\n          \u003c\/h4\u003e\n\n          \u003cp\u003e\n            Rest the curved body comfortably\n            between your fingers or in your palm.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-step\"\u003e\n\n        \u003cdiv class=\"dv-step-num\"\u003e\n          2\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003ch4\u003e\n            Tilt one side.\n          \u003c\/h4\u003e\n\n          \u003cp\u003e\n            Raise one end slightly and create\n            a downhill path for the steel ball.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-step\"\u003e\n\n        \u003cdiv class=\"dv-step-num\"\u003e\n          3\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003ch4\u003e\n            Watch the ball roll.\n          \u003c\/h4\u003e\n\n          \u003cp\u003e\n            Gravity accelerates the ball\n            through the smooth curved track.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-step\"\u003e\n\n        \u003cdiv class=\"dv-step-num\"\u003e\n          ∞\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003ch4\u003e\n            Catch and reverse.\n          \u003c\/h4\u003e\n\n          \u003cp\u003e\n            Tilt in the opposite direction\n            and send the ball back across the Arc.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- PRINCIPLE --\u003e\n    \u003cdiv class=\"dv-principle\"\u003e\n\n      \u003cdiv class=\"dv-principle-label\"\u003e\n        THE PRINCIPLE\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Angle creates acceleration.\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Tilting Arc changes the height difference\n        between the two ends of the track.\n        Gravity pulls the steel ball toward the lower side,\n        while the curved path guides its movement.\n        Adjusting the angle lets you influence\n        how quickly the ball travels.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"dv-flow\"\u003e\n\n        \u003cspan\u003e\n          Hand Tilt\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          →\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          Track Angle\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          →\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          Gravity\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          →\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          Rolling Motion\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"dv-three\"\u003e\n\n      \u003cdiv class=\"dv-mini\"\u003e\n\n        \u003cstrong\u003e\n          Polished Steel Ball\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Real weight creates smooth,\n          visible rolling momentum.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-mini\"\u003e\n\n        \u003cstrong\u003e\n          Precision Curved Track\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          The continuous arc guides the ball\n          naturally from one side to the other.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-mini\"\u003e\n\n        \u003cstrong\u003e\n          Direct Hand Control\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          You control direction and speed\n          simply by changing the angle.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PLAY STYLES --\u003e\n  \u003csection class=\"dv-section\" style=\"padding-top:15px;\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      ONE ARC \/ DIFFERENT RHYTHMS\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      How steady\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        are your hands?\n      \u003c\/span\u003e\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"dv-modes\"\u003e\n\n      \u003cdiv class=\"dv-mode\"\u003e\n\n        \u003cdiv class=\"dv-mode-tag\"\u003e\n          MODE 01\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Slow Roll\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Use the smallest possible tilt\n          and keep the ball moving slowly.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-mode\"\u003e\n\n        \u003cdiv class=\"dv-mode-tag\"\u003e\n          MODE 02\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Quick Return\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Increase the angle and send the ball\n          quickly from side to side.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-mode\"\u003e\n\n        \u003cdiv class=\"dv-mode-tag\"\u003e\n          MODE 03\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Center Hold\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Try to stop the steel ball\n          as close to the center as possible.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- STATEMENT 02 --\u003e\n  \u003cdiv class=\"dv-statement\"\u003e\n\n    \u003cp\u003e\n      Simple enough to understand\u003cbr\u003e\n      in one second.\u003cbr\u003e\n      Precise enough to keep\n      \u003cspan class=\"dv-orange\"\u003e\n        trying.\n      \u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003csmall\u003e\n      TILT \/ CONTROL \/ RETURN\n    \u003c\/small\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- IMAGE 03 --\u003e\n  \u003cdiv class=\"dv-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/2457\/2645\/files\/ChatGPT_Image_Sep_18_2026_05_47_50_PM_8.png?v=1789724910\" alt=\"Delverique™ Arc everyday use specifications and brand philosophy\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- USE CASES --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      BUILT FOR EVERYDAY MOMENTS\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Pocket-sized motion.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        Desk-worthy design.\n      \u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      Arc works as a handheld play object when you want movement\n      and as a sculptural desk object when you don't.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"dv-use-grid\"\u003e\n\n      \u003cdiv class=\"dv-use\"\u003e\n\n        \u003cdiv class=\"dv-use-icon\"\u003e\n          ◌\n        \u003c\/div\u003e\n\n        \u003cstrong\u003e\n          Desk Break\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Between tasks\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-use\"\u003e\n\n        \u003cdiv class=\"dv-use-icon\"\u003e\n          ◎\n        \u003c\/div\u003e\n\n        \u003cstrong\u003e\n          Thinking\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Hands stay moving\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-use\"\u003e\n\n        \u003cdiv class=\"dv-use-icon\"\u003e\n          ↗\n        \u003c\/div\u003e\n\n        \u003cstrong\u003e\n          Commute\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Compact enough to carry\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-use\"\u003e\n\n        \u003cdiv class=\"dv-use-icon\"\u003e\n          ◇\n        \u003c\/div\u003e\n\n        \u003cstrong\u003e\n          Display\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Modern industrial object\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SPECS --\u003e\n  \u003csection class=\"dv-section\" style=\"padding-top:15px;\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      OBJECT 011 \/ DETAILS\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Built around\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        one perfect curve.\n      \u003c\/span\u003e\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"dv-specs\"\u003e\n\n      \u003cdiv class=\"dv-spec\"\u003e\n\n        \u003cspan\u003e\n          \u003cstrong\u003eProduct\u003c\/strong\u003e\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          Delverique™ Arc Rolling Balance Toy\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-spec\"\u003e\n\n        \u003cspan\u003e\n          \u003cstrong\u003eInteraction\u003c\/strong\u003e\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          Tilt \/ Roll \/ Catch \/ Return\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-spec\"\u003e\n\n        \u003cspan\u003e\n          \u003cstrong\u003eMoving Element\u003c\/strong\u003e\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          Stainless Steel Ball\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-spec\"\u003e\n\n        \u003cspan\u003e\n          \u003cstrong\u003eBody\u003c\/strong\u003e\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          Zinc Alloy\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-spec\"\u003e\n\n        \u003cspan\u003e\n          \u003cstrong\u003eTrack Window\u003c\/strong\u003e\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          Smoky Transparent PC\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-spec\"\u003e\n\n        \u003cspan\u003e\n          \u003cstrong\u003eApprox. Width\u003c\/strong\u003e\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          92 mm \/ 3.62 in\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-spec\"\u003e\n\n        \u003cspan\u003e\n          \u003cstrong\u003eApprox. Height\u003c\/strong\u003e\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          34 mm \/ 1.34 in\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-spec\"\u003e\n\n        \u003cspan\u003e\n          \u003cstrong\u003eApprox. Weight\u003c\/strong\u003e\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          118 g \/ 4.16 oz\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-spec\"\u003e\n\n        \u003cspan\u003e\n          \u003cstrong\u003ePower\u003c\/strong\u003e\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          None Required\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      TAP TO EXPLORE\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Still curious?\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"dv-faq\"\u003e\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          What exactly is Arc?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Arc is a handheld rolling balance toy\n          containing a polished steel ball inside\n          a curved track. Tilting the body causes\n          the ball to travel from side to side.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How do I control the speed?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          The angle controls the movement.\n          A small tilt produces slower travel,\n          while a steeper tilt lets gravity\n          accelerate the ball more quickly.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can the steel ball come out?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          The steel ball is designed to remain\n          contained inside the enclosed track\n          during normal use.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Does Arc use batteries?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          No. Arc uses gravity, the curved track\n          and your hand movement.\n          No battery, charging cable, app or motor is required.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Is there a goal?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          There does not need to be one.\n          You can simply roll the ball back and forth,\n          control its speed or challenge yourself\n          to stop it near the center.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How is Arc different from Orbit?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Orbit uses wrist-driven circular motion\n          to keep a ball traveling around a closed loop.\n          Arc uses tilt and gravity to move one steel ball\n          back and forth through an open curved path.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How does Arc fit the Delverique™ collection?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Each Delverique™ object explores a different physical action.\n          Loop flips, Shift slides, Drop falls, Orbit rolls continuously,\n          Stack balances, Snap reconnects, Ripple creates waves,\n          Balance explores equilibrium, Helix spirals,\n          Pulse compresses, and Arc explores tilt-controlled rolling.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BRAND PHILOSOPHY --\u003e\n  \u003csection class=\"dv-brand\"\u003e\n\n    \u003cdiv class=\"dv-brand-inner\"\u003e\n\n      \u003cp class=\"dv-eyebrow\" style=\"color:#777;\"\u003e\n        DELVERIQUE™\n      \u003c\/p\u003e\n\n      \u003ch2\u003e\n        Play isn't childish.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        We believe curiosity does not disappear\n        when we grow up.\n        We simply become more selective\n        about the objects we keep around us.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Delverique™ creates modern physical play objects\n        built around simple movements —\n        objects made to be touched,\n        understood and explored without another screen.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Less scrolling.\n        More touching.\n        More noticing.\n        More interaction with something real.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"dv-tagline\"\u003e\n        Toys for your hands, not your age.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL --\u003e\n  \u003csection class=\"dv-section\" style=\"text-align:center;\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      OBJECT 011\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"\n        margin:0 0 16px;\n        font-size:clamp(40px,6vw,68px);\n        line-height:1;\n        letter-spacing:-2px;\n      \"\u003e\n      Delverique™ Arc\n    \u003c\/h2\u003e\n\n    \u003cp style=\"\n        margin:0;\n        color:#777;\n      \"\u003e\n      Tilt it. Catch the return.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Delverique™","offers":[{"title":"Default Title","offer_id":52899478929637,"sku":"Delverique011*1","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0846\/2457\/2645\/files\/ChatGPT_Image_Sep_18_2026_05_47_48_PM_2.png?v=1789724910"}],"url":"https:\/\/delverique.com\/collections\/new.oembed","provider":"Delverique™","version":"1.0","type":"link"}