{"product_id":"delverique™-link-mechanical-articulated-toy","title":"Delverique™ Link Mechanical Articulated Toy","description":"\u003cstyle\u003e\n  .dv-link {\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-link * {\n    box-sizing:border-box;\n  }\n\n  .dv-link 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    color:#777;\n    font-size:12px;\n    letter-spacing:2.8px;\n    text-transform:uppercase;\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:720px;\n    margin:24px 0 0;\n    color:var(--gray);\n    font-size:18px;\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  \/* 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:linkTicker 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 linkTicker {\n    from {\n      transform:translateX(0);\n    }\n\n    to {\n      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  \/* 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  \/* 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  \/* 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:840px;\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 SHAPE LAB\n  ========================== *\/\n\n  .dv-shape-lab {\n    margin-top:38px;\n    padding:30px;\n    border-radius:24px;\n    background:#111;\n    color:#fff;\n  }\n\n  .dv-shape-controls {\n    display:flex;\n    justify-content:center;\n    flex-wrap:wrap;\n    gap:8px;\n    margin-bottom:35px;\n  }\n\n  .dv-shape-input {\n    position:absolute;\n    opacity:0;\n    pointer-events:none;\n  }\n\n  .dv-shape-label {\n    padding:10px 17px;\n    border:1px solid #3d3d3d;\n    border-radius:999px;\n    color:#aaa;\n    font-size:12px;\n    letter-spacing:1.5px;\n    cursor:pointer;\n    transition:.25s ease;\n  }\n\n  #dv-shape-compact:checked\n  ~ .dv-shape-controls\n  label[for=\"dv-shape-compact\"],\n\n  #dv-shape-wave:checked\n  ~ .dv-shape-controls\n  label[for=\"dv-shape-wave\"],\n\n  #dv-shape-arc:checked\n  ~ .dv-shape-controls\n  label[for=\"dv-shape-arc\"] {\n    background:var(--orange);\n    border-color:var(--orange);\n    color:#fff;\n  }\n\n  .dv-chain-stage {\n    position:relative;\n    height:280px;\n    max-width:620px;\n    margin:0 auto;\n  }\n\n  .dv-segment {\n    position:absolute;\n    width:105px;\n    height:47px;\n    left:50%;\n    top:50%;\n    margin-left:-52px;\n    margin-top:-23px;\n    border-radius:15px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #8b8b8b,\n        #444 55%,\n        #272727\n      );\n\n    box-shadow:\n      inset 0 0 0 1px #8a8a8a,\n      0 12px 25px rgba(0,0,0,.3);\n\n    transform-origin:9px 50%;\n    transition:\n      transform .65s cubic-bezier(.2,.8,.2,1),\n      left .65s cubic-bezier(.2,.8,.2,1),\n      top .65s cubic-bezier(.2,.8,.2,1);\n  }\n\n  .dv-segment:before {\n    content:\"\";\n    position:absolute;\n    width:25px;\n    height:25px;\n    left:-3px;\n    top:11px;\n    border-radius:50%;\n\n    background:\n      radial-gradient(\n        circle at 30% 25%,\n        #f0f0f0,\n        #8c8c8c 45%,\n        #333 100%\n      );\n\n    box-shadow:\n      0 0 0 4px #222;\n  }\n\n  .dv-segment-5:after {\n    content:\"\";\n    position:absolute;\n    width:9px;\n    height:28px;\n    right:10px;\n    top:9px;\n    border-radius:8px;\n    background:var(--orange);\n  }\n\n  \/* COMPACT *\/\n  #dv-shape-compact:checked ~ .dv-chain-stage .dv-segment-1 {\n    transform:translate(-140px,-45px) rotate(0deg);\n  }\n\n  #dv-shape-compact:checked ~ .dv-chain-stage .dv-segment-2 {\n    transform:translate(-45px,-45px) rotate(180deg);\n  }\n\n  #dv-shape-compact:checked ~ .dv-chain-stage .dv-segment-3 {\n    transform:translate(-140px,20px) rotate(0deg);\n  }\n\n  #dv-shape-compact:checked ~ .dv-chain-stage .dv-segment-4 {\n    transform:translate(-45px,20px) rotate(180deg);\n  }\n\n  #dv-shape-compact:checked ~ .dv-chain-stage .dv-segment-5 {\n    transform:translate(55px,-12px) rotate(90deg);\n  }\n\n  \/* WAVE *\/\n  #dv-shape-wave:checked ~ .dv-chain-stage .dv-segment-1 {\n    transform:translate(-235px,5px) rotate(-38deg);\n  }\n\n  #dv-shape-wave:checked ~ .dv-chain-stage .dv-segment-2 {\n    transform:translate(-145px,-45px) rotate(38deg);\n  }\n\n  #dv-shape-wave:checked ~ .dv-chain-stage .dv-segment-3 {\n    transform:translate(-50px,0px) rotate(-38deg);\n  }\n\n  #dv-shape-wave:checked ~ .dv-chain-stage .dv-segment-4 {\n    transform:translate(45px,-45px) rotate(38deg);\n  }\n\n  #dv-shape-wave:checked ~ .dv-chain-stage .dv-segment-5 {\n    transform:translate(140px,2px) rotate(-38deg);\n  }\n\n  \/* ARC *\/\n  #dv-shape-arc:checked ~ .dv-chain-stage .dv-segment-1 {\n    transform:translate(-225px,65px) rotate(-55deg);\n  }\n\n  #dv-shape-arc:checked ~ .dv-chain-stage .dv-segment-2 {\n    transform:translate(-150px,-5px) rotate(-28deg);\n  }\n\n  #dv-shape-arc:checked ~ .dv-chain-stage .dv-segment-3 {\n    transform:translate(-50px,-45px) rotate(0deg);\n  }\n\n  #dv-shape-arc:checked ~ .dv-chain-stage .dv-segment-4 {\n    transform:translate(50px,-5px) rotate(28deg);\n  }\n\n  #dv-shape-arc:checked ~ .dv-chain-stage .dv-segment-5 {\n    transform:translate(125px,65px) rotate(55deg);\n  }\n\n  .dv-shape-note {\n    margin-top:10px;\n    color:#8d8d8d;\n    text-align:center;\n    font-size:11px;\n    letter-spacing:2px;\n  }\n\n  .dv-shape-note strong {\n    color:var(--orange);\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  \/* 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  \/* FEATURE CARDS *\/\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  \/* 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  \/* 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  \/* 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  \/* 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  \/* 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  @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-shape-lab {\n      padding:22px 10px;\n    }\n\n    .dv-chain-stage {\n      height:235px;\n      transform:scale(.74);\n      transform-origin:50% 40%;\n      margin-bottom:-45px;\n    }\n\n    .dv-spec {\n      font-size:13px;\n    }\n  }\n\n  @media(prefers-reduced-motion:reduce) {\n\n    .dv-ticker-track {\n      animation:none;\n    }\n\n    .dv-card,\n    .dv-mode,\n    .dv-image img,\n    .dv-segment {\n      transition:none;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"dv-link\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      DELVERIQUE™ \/ OBJECT 015\n    \u003c\/p\u003e\n\n    \u003ch1 class=\"dv-title\"\u003e\n      Meet\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        Link.\n      \u003c\/span\u003e\n    \u003c\/h1\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      A mechanical articulated play object made from linked metal segments.\n      Fold it compact, extend it outward,\n      build a new shape and change it again whenever your hands want something to explore.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"dv-pills\"\u003e\n\n      \u003cspan class=\"dv-pill\"\u003e\n        Articulated Joints\n      \u003c\/span\u003e\n\n      \u003cspan class=\"dv-pill\"\u003e\n        Friction-Balanced Motion\n      \u003c\/span\u003e\n\n      \u003cspan class=\"dv-pill\"\u003e\n        Multiple Configurations\n      \u003c\/span\u003e\n\n      \u003cspan class=\"dv-pill\"\u003e\n        Pocket-Sized\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        FOLD \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        EXTEND \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        ROTATE \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        ALIGN \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        FOLD \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        EXTEND \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        ROTATE \u003cb class=\"dv-dot\"\u003e●\u003c\/b\u003e\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        ALIGN \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_06_42_39_PM_6.png?v=1789728435\" alt=\"Delverique™ Link articulated mechanical toy features and premium metal 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      BUILT TO CHANGE SHAPE\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      One object.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        More than one form.\n      \u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      Link is built around connected segments rather than a fixed body.\n      Every joint changes the relationship between the pieces,\n      giving you a new shape every time you move it.\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 \/ FOLD\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Bring it together.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Rotate the linked sections inward\n          and compress Link into a compact form.\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 \/ EXTEND\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Open the structure.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Unfold each joint individually\n          and stretch the shape outward.\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 \/ ALIGN\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Find a new geometry.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Rotate different joints\n          until the segments form a shape you like.\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 \/ REPEAT\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Change it.\u003cbr\u003e\n          Then change it again.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          There is no final configuration.\n          The object is designed to keep moving.\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 shape isn't finished.\u003cbr\u003e\n      Until\n      \u003cspan class=\"dv-orange\"\u003e\n        you stop moving it.\n      \u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003csmall\u003e\n      JOINTS \/ MOTION \/ FORM\n    \u003c\/small\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- SHAPE LAB --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      SHAPE LAB\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      One Link.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        Three ideas.\n      \u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      Tap a configuration below and watch the structure change.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"dv-shape-lab\"\u003e\n\n      \u003cinput class=\"dv-shape-input\" type=\"radio\" name=\"dv-link-shape\" id=\"dv-shape-compact\" checked\u003e\n\n      \u003cinput class=\"dv-shape-input\" type=\"radio\" name=\"dv-link-shape\" id=\"dv-shape-wave\"\u003e\n\n      \u003cinput class=\"dv-shape-input\" type=\"radio\" name=\"dv-link-shape\" id=\"dv-shape-arc\"\u003e\n\n\n      \u003cdiv class=\"dv-shape-controls\"\u003e\n\n        \u003clabel class=\"dv-shape-label\" for=\"dv-shape-compact\"\u003e\n          COMPACT\n        \u003c\/label\u003e\n\n        \u003clabel class=\"dv-shape-label\" for=\"dv-shape-wave\"\u003e\n          WAVE\n        \u003c\/label\u003e\n\n        \u003clabel class=\"dv-shape-label\" for=\"dv-shape-arc\"\u003e\n          ARC\n        \u003c\/label\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-chain-stage\"\u003e\n\n        \u003cdiv class=\"dv-segment dv-segment-1\"\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"dv-segment dv-segment-2\"\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"dv-segment dv-segment-3\"\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"dv-segment dv-segment-4\"\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"dv-segment dv-segment-5\"\u003e\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-shape-note\"\u003e\n        \u003cstrong\u003eTAP A SHAPE\u003c\/strong\u003e\n          \/  \n        FOLD → MOVE → RECONFIGURE\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_06_42_40_PM_7.png?v=1789728435\" alt=\"How Delverique™ Link articulated pivot joint mechanism 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      FOLD \/ EXTEND \/ ALIGN \/ REPEAT\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Movement at\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        every joint.\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            Start with any segment.\n          \u003c\/h4\u003e\n\n          \u003cp\u003e\n            Grip one section while holding\n            the neighboring section with another finger.\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            Rotate the joint.\n          \u003c\/h4\u003e\n\n          \u003cp\u003e\n            Move the connected segment\n            through its available range.\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            Position the next segment.\n          \u003c\/h4\u003e\n\n          \u003cp\u003e\n            Adjust another joint\n            and continue building the form.\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            Reconfigure whenever you want.\n          \u003c\/h4\u003e\n\n          \u003cp\u003e\n            Fold it back down\n            or keep exploring another arrangement.\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 MECHANICAL PRINCIPLE\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Friction gives movement somewhere to stay.\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Each metal segment is connected through a pivot joint.\n        Controlled friction inside the joint resists free movement,\n        allowing the segment to rotate when you apply force\n        while helping it remain in position after you let go.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"dv-flow\"\u003e\n\n        \u003cspan\u003e\n          Finger Force\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          →\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          Pivot Rotation\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          →\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          Joint Friction\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          →\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          New Position\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          Linked Metal Segments\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Multiple connected pieces create\n          a continuous articulated structure.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-mini\"\u003e\n\n        \u003cstrong\u003e\n          Friction-Balanced Joints\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Each pivot is designed\n          to move deliberately rather than flop freely.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-mini\"\u003e\n\n        \u003cstrong\u003e\n          Open-Ended Shapes\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          No required final form.\n          Fold, extend and reshape it your way.\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      SAME OBJECT \/ DIFFERENT PLAY\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      How will you\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        shape it?\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          Compact Fold\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Bring every segment inward\n          and make the smallest form you can.\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          Continuous Wave\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Alternate each joint direction\n          and create a repeating zig-zag rhythm.\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          Sculptural Form\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Build a shape that stands\n          or sits as a small desk object.\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      Fold it.\u003cbr\u003e\n      Shape it.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        Change it again.\n      \u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003csmall\u003e\n      MOVE \/ CREATE \/ REPEAT\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_06_42_41_PM_8.png?v=1789728435\" alt=\"Delverique™ Link 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      DESIGNED FOR EVERYDAY MOMENTS\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Desk object.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        Pocket companion.\n      \u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      Fold Link down when you want to carry it.\n      Open it up when you want something physical\n      to move, shape and explore.\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          Thinking\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Keep your hands 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          Travel\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Fold it and carry it\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          Build a sculptural form\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 015 \/ DETAILS\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big\"\u003e\n      Built to move.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003e\n        Built to stay.\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™ Link Mechanical Articulated 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          Fold \/ Extend \/ Align \/ Repeat\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          Friction-Balanced Pivot Joints\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          Metal Articulated Segments\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-spec\"\u003e\n\n        \u003cspan\u003e\n          \u003cstrong\u003eAccent\u003c\/strong\u003e\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          Orange End Detail\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-spec\"\u003e\n\n        \u003cspan\u003e\n          \u003cstrong\u003eApprox. Extended Length\u003c\/strong\u003e\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          105 mm \/ 4.1 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. Width\u003c\/strong\u003e\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          18 mm \/ 0.7 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. Thickness\u003c\/strong\u003e\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          12 mm \/ 0.5 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          85 g \/ 3.0 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 Link?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Link is a mechanical articulated play object\n          made from multiple connected metal segments.\n          Each section can rotate around its joint,\n          allowing the overall object to change shape.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Do the joints move freely?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Link is designed around controlled joint resistance\n          rather than completely loose movement.\n          This gives the structure a more deliberate tactile feel\n          and helps each segment remain where you position it.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Is there a correct shape?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          No. Link is intentionally open-ended.\n          Fold it compact, extend it,\n          build a wave or explore your own configurations.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can it fold down for carrying?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Yes. The articulated structure is designed\n          to fold into a more compact arrangement\n          when you want to store or carry it.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Does Link require batteries?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          No. Link is entirely mechanical\n          and requires no battery,\n          charging cable, motor or app.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Is Link meant to stand on a desk?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Some configurations can create\n          small sculptural desk forms,\n          while others are better suited\n          to handheld play.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How does Link fit the Delverique™ collection?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Every 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          Tempo swings, Latch switches,\n          and Link explores articulated movement and changing form.\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 the objects we give our attention to.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Delverique™ creates modern physical play objects\n        built around simple interactions —\n        objects made to move,\n        change and be explored by hand.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Less scrolling.\n        More touching.\n        More creating.\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 015\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™ Link\n    \u003c\/h2\u003e\n\n    \u003cp style=\"\n        margin:0;\n        color:#777;\n      \"\u003e\n      Fold it. Shape it. Change it again.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Delverique™","offers":[{"title":"Default Title","offer_id":52899980706021,"sku":"Delverique015*1","price":69.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_42_34_PM_3.png?v=1789728403","url":"https:\/\/delverique.com\/products\/delverique%e2%84%a2-link-mechanical-articulated-toy","provider":"Delverique™","version":"1.0","type":"link"}