{"product_id":"delverique™-tempo-mechanical-pendulum-toy","title":"Delverique™ Tempo Mechanical Pendulum Toy","description":"\u003cstyle\u003e\n  .dv-tempo {\n    --black:#101010;\n    --dark:#171717;\n    --gray:#6c6c6c;\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-tempo * {\n    box-sizing:border-box;\n  }\n\n  .dv-tempo 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:tempoTicker 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 tempoTicker {\n    from {\n      transform:translateX(0);\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  \/* BIG 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  \/* DARK 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 PENDULUM *\/\n  .dv-motion {\n    position:relative;\n    height:430px;\n    margin-top:36px;\n    overflow:hidden;\n    border-radius:24px;\n    background:#111;\n  }\n\n  .dv-frame {\n    position:absolute;\n    left:50%;\n    top:38px;\n    width:270px;\n    height:330px;\n    transform:translateX(-50%);\n    border:16px solid #575757;\n    border-radius:28px;\n    box-shadow:\n      inset 0 0 0 2px #888,\n      0 18px 45px rgba(0,0,0,.35);\n  }\n\n  .dv-pivot {\n    position:absolute;\n    left:50%;\n    top:66px;\n    width:50px;\n    height:50px;\n    transform:translateX(-50%);\n    border-radius:50%;\n    border:8px solid var(--orange);\n    background:\n      radial-gradient(\n        circle at 30% 25%,\n        #efefef,\n        #777 48%,\n        #292929 100%\n      );\n    z-index:3;\n  }\n\n  .dv-pendulum {\n    position:absolute;\n    left:50%;\n    top:88px;\n    width:12px;\n    height:228px;\n    margin-left:-6px;\n    transform-origin:50% 4px;\n    animation:tempoSwing 4.2s ease-in-out infinite;\n    z-index:2;\n  }\n\n  .dv-arm {\n    position:absolute;\n    left:0;\n    top:0;\n    width:12px;\n    height:175px;\n    border-radius:8px;\n    background:linear-gradient(\n      90deg,\n      #555,\n      #c3c3c3,\n      #555\n    );\n  }\n\n  .dv-bob {\n    position:absolute;\n    width:78px;\n    height:78px;\n    left:50%;\n    bottom:0;\n    margin-left:-39px;\n    border-radius:50%;\n    background:\n      radial-gradient(\n        circle at 30% 25%,\n        #ededed 0%,\n        #aaa 20%,\n        #555 58%,\n        #262626 100%\n      );\n    box-shadow:\n      0 8px 20px rgba(0,0,0,.35);\n  }\n\n  @keyframes tempoSwing {\n    0% {\n      transform:rotate(-24deg);\n    }\n\n    25% {\n      transform:rotate(15deg);\n    }\n\n    50% {\n      transform:rotate(-9deg);\n    }\n\n    75% {\n      transform:rotate(4deg);\n    }\n\n    100% {\n      transform:rotate(0deg);\n    }\n  }\n\n  .dv-motion-line {\n    position:absolute;\n    left:50%;\n    bottom:39px;\n    transform:translateX(-50%);\n    color:#999;\n    font-size:11px;\n    letter-spacing:2px;\n    white-space:nowrap;\n  }\n\n  .dv-motion-line 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:380px;\n    }\n\n    .dv-frame {\n      width:230px;\n      height:290px;\n    }\n\n    .dv-pendulum {\n      height:200px;\n    }\n\n    .dv-arm {\n      height:150px;\n    }\n\n    .dv-bob {\n      width:66px;\n      height:66px;\n      margin-left:-33px;\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-pendulum {\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-tempo\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      DELVERIQUE™ \/ OBJECT 013\n    \u003c\/p\u003e\n\n    \u003ch1 class=\"dv-title\"\u003e\n      Meet\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        Tempo.\n      \u003c\/span\u003e\n    \u003c\/h1\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      A mechanical pendulum toy built around motion gradually\n      finding stillness. Give it one push,\n      watch the weighted pendulum swing,\n      and let the movement slowly settle.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"dv-pills\"\u003e\n\n      \u003cspan class=\"dv-pill\"\u003e\n        Weighted Pendulum\n      \u003c\/span\u003e\n\n      \u003cspan class=\"dv-pill\"\u003e\n        Precision Pivot\n      \u003c\/span\u003e\n\n      \u003cspan class=\"dv-pill\"\u003e\n        Visible 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        TAP \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        SWING \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        WATCH \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        SLOW \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        SETTLE \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n\n      \u003cspan\u003e\n        TAP \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        SWING \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        WATCH \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        SLOW \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        SETTLE \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!-- DETAIL 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_06_06_03_PM_6.png?v=1789726012\" alt=\"Delverique™ Tempo mechanical pendulum toy features\" 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      MOTION THAT CHANGES OVER TIME\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Give it one push.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        Watch the rhythm change.\n      \u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      Tempo begins with movement and ends in stillness.\n      Every swing becomes slightly smaller than the one before,\n      turning a simple mechanical action into a visible rhythm.\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 \/ TAP\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Start with one touch.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Give the weighted pendulum\n          a gentle push with your fingertip.\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 \/ SWING\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Let gravity take over.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The pendulum moves naturally\n          from one side to the other.\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 \/ SLOW\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Watch energy fade.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Each swing gradually loses\n          a small amount of energy.\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 \/ SETTLE\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Motion finds\u003cbr\u003e\n          stillness.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Eventually the pendulum returns\n          to its resting position.\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      Every swing is smaller.\u003cbr\u003e\n      Until movement becomes\n      \u003cspan class=\"dv-orange\"\u003e\n        stillness.\n      \u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003csmall\u003e\n      ENERGY \/ RHYTHM \/ DECAY\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 IDEA\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      A rhythm that\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        slows itself.\n      \u003c\/span\u003e\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"dv-motion\"\u003e\n\n      \u003cdiv class=\"dv-frame\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"dv-pivot\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"dv-pendulum\"\u003e\n\n        \u003cdiv class=\"dv-arm\"\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"dv-bob\"\u003e\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-motion-line\"\u003e\n        \u003cstrong\u003eTAP\u003c\/strong\u003e\n        → SWING → SLOW → SETTLE\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DETAIL 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_06_06_04_PM_7.png?v=1789726009\" alt=\"How Delverique™ Tempo mechanical pendulum 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      TAP \/ SWING \/ SLOW \/ SETTLE\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Simple physics.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        Beautiful motion.\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            Give it a gentle tap.\n          \u003c\/h4\u003e\n\n          \u003cp\u003e\n            Push the weighted bob slightly\n            away from its resting position.\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            Release it.\n          \u003c\/h4\u003e\n\n          \u003cp\u003e\n            Gravity pulls the weight downward\n            and carries it through the center point.\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 it return.\n          \u003c\/h4\u003e\n\n          \u003cp\u003e\n            Momentum carries the pendulum\n            through another swing in the opposite direction.\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            Let it settle.\n          \u003c\/h4\u003e\n\n          \u003cp\u003e\n            The swing gradually becomes smaller\n            until Tempo returns to rest.\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        Energy moves between height and speed.\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Raising the pendulum stores gravitational potential energy.\n        When released, that energy converts into motion.\n        Gravity repeatedly pulls the weighted bob toward the center,\n        while friction and air resistance gradually remove energy\n        from the system until the pendulum comes to rest.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"dv-flow\"\u003e\n\n        \u003cspan\u003e\n          Finger Push\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          →\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          Stored Energy\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          →\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          Swinging Motion\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          →\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          Gradual Slowdown\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          Weighted Bob\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          A solid metal weight creates\n          visible momentum through every swing.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-mini\"\u003e\n\n        \u003cstrong\u003e\n          Precision Pivot\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          The upper pivot guides\n          smooth back-and-forth movement.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-mini\"\u003e\n\n        \u003cstrong\u003e\n          Open Frame\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Nothing hides the motion.\n          The mechanism becomes the visual centerpiece.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- MODES --\u003e\n  \u003csection class=\"dv-section\" style=\"padding-top:15px;\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      ONE PENDULUM \/ DIFFERENT MOMENTS\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Set your\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        own tempo.\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          Gentle Swing\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Start with a very small push\n          and watch a subtle rhythm unfold.\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          Full Arc\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Give the pendulum a wider start\n          and watch the motion travel farther.\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          Watch It Settle\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Do nothing after the first tap.\n          Simply follow the changing rhythm to rest.\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      One small push.\u003cbr\u003e\n      Then let\n      \u003cspan class=\"dv-orange\"\u003e\n        physics do the rest.\n      \u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003csmall\u003e\n      TAP \/ WATCH \/ SETTLE\n    \u003c\/small\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- DETAIL 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_06_06_04_PM_8.png?v=1789726011\" alt=\"Delverique™ Tempo use cases specifications and brand philosophy\" loading=\"lazy\"\u003e\n\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      MOTION MADE FOR YOUR SPACE\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Play object.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        Desk sculpture.\n      \u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      Tempo is designed to be interacted with\n      when you want movement\n      and displayed when you don't.\n      Its exposed mechanical form makes the motion\n      part of the space around it.\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\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          Studio\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          A visual thinking break\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 kinetic object\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          Gift\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          For curious minds\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 013 \/ DETAILS\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Designed around\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        a single swing.\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™ Tempo Mechanical Pendulum 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          Tap \/ Swing \/ Slow \/ Settle\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-spec\"\u003e\n\n        \u003cspan\u003e\n          \u003cstrong\u003eMechanism\u003c\/strong\u003e\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          Weighted Pendulum + Precision Pivot\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-spec\"\u003e\n\n        \u003cspan\u003e\n          \u003cstrong\u003eBody Material\u003c\/strong\u003e\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          Zinc Alloy + Steel\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-spec\"\u003e\n\n        \u003cspan\u003e\n          \u003cstrong\u003eApprox. Size\u003c\/strong\u003e\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          104 × 42 × 152 mm\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-spec\"\u003e\n\n        \u003cspan\u003e\n          \u003cstrong\u003eApprox. Size\u003c\/strong\u003e\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          4.1 × 1.7 × 6.0 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          650 g \/ 1.4 lb\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 Tempo?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Tempo is a mechanical pendulum play object.\n          Give the weighted bob a gentle push\n          and it swings repeatedly around a precision pivot\n          before gradually returning to rest.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Does Tempo swing forever?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          No. The pendulum gradually loses energy\n          through normal friction and air resistance,\n          so the movement naturally becomes smaller\n          until it stops.\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. Tempo is completely mechanical.\n          It requires no battery, charging cable,\n          motor or app.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can I control how far it swings?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Yes. A smaller starting push creates\n          a shorter swing, while a larger push\n          creates a wider initial arc.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Is Tempo designed only as a toy?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          No. Tempo is designed as both\n          an interactive physical object\n          and a modern kinetic desk sculpture.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How is Tempo different from Balance?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Balance explores equilibrium using movable counterweights.\n          Tempo explores repeating pendulum motion\n          and the gradual transition from movement to stillness.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How does Tempo fit the Delverique™ collection?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Each Delverique™ object explores\n          a different physical interaction.\n          Loop flips, Shift slides, Drop falls,\n          Orbit rolls, Stack balances,\n          Snap reconnects, Ripple creates waves,\n          Balance explores equilibrium,\n          Helix spirals, Pulse compresses,\n          Arc tilts and rolls, Index clicks,\n          and Tempo explores pendulum motion.\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 curiosity does not disappear\n        when we grow up.\n        We simply become more selective\n        about what earns our attention.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Delverique™ creates modern physical play objects\n        built around simple interactions —\n        movement, touch, mechanics and discovery.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Less scrolling.\n        More touching.\n        More watching.\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 013\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™ Tempo\n    \u003c\/h2\u003e\n\n    \u003cp style=\"\n        margin:0;\n        color:#777;\n      \"\u003e\n      Give it one push. Watch motion find stillness.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Delverique™","offers":[{"title":"Default Title","offer_id":52899631530213,"sku":"Delverique013*1","price":119.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0846\/2457\/2645\/files\/ChatGPT_Image_Sep_18_2026_06_06_02_PM_2.png?v=1789726012","url":"https:\/\/delverique.com\/products\/delverique%e2%84%a2-tempo-mechanical-pendulum-toy","provider":"Delverique™","version":"1.0","type":"link"}