<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#000000" />
<title>Your Rig Deserves an OMNIA in 2026 — Rigid.PRO</title>
<meta name="description" content="Your rig deserves an OMNIA in 2026. The single-piece CNC-machined universal cinema rig from Rigid.PRO. Made in Melbourne, Australia." />
<meta name="robots" content="index, follow, max-image-preview:large" />

<link rel="canonical" href="https://cineback.com/" />
<link rel="icon" href="https://rigid.pro/cdn/shop/files/RP-Logo-Black.png?v=1740263680&width=64" />
<link rel="apple-touch-icon" href="https://rigid.pro/cdn/shop/files/RP-Logo-Black.png?v=1740263680&width=180" />

<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Your Rig Deserves an OMNIA in 2026" />
<meta property="og:description" content="The single-piece CNC-machined universal cinema rig from Rigid.PRO." />
<meta property="og:url" content="https://cineback.com/" />
<meta property="og:image" content="https://rigid.pro/cdn/shop/files/IMG_3020_1800x1800.jpg?v=1753428263" />
<meta property="og:image:width" content="1600" />
<meta property="og:image:height" content="900" />
<meta property="og:site_name" content="Rigid.PRO" />

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Your Rig Deserves an OMNIA in 2026" />
<meta name="twitter:description" content="The single-piece CNC-machined universal cinema rig from Rigid.PRO." />
<meta name="twitter:image" content="https://rigid.pro/cdn/shop/files/IMG_3020_1800x1800.jpg?v=1753428263" />

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://cdn.shopify.com" />
<link rel="preconnect" href="https://rigid.pro" />
<link rel="preload" as="image" href="https://rigid.pro/cdn/shop/files/IMG_3020_1800x1800.jpg?v=1753428263" fetchpriority="high" />

<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Fahkwang:wght@300;400;500;600&display=swap" rel="stylesheet" />

<style>
  *,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }

  html, body { height: 100%; }

  body {
    background: #000;
    color: #fff;
    font-family: 'Fahkwang', system-ui, sans-serif;
    font-weight: 300;
    letter-spacing: .04em;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
  }

  a.stage {
    position: fixed;
    inset: 0;
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    overflow: hidden;
  }

  /* Background image — full bleed, responsive */
  .bg {
    position: absolute;
    inset: 0;
    background-image: url('https://rigid.pro/cdn/shop/files/IMG_3020_1800x1800.jpg?v=1753428263');
    background-color: #f4f4f2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1.04);
    transition: transform 1.2s cubic-bezier(.2,.7,.2,1), filter 1.2s ease;
    will-change: transform;
  }

  /* Cinematic scrim — image is on a white studio background, so we darken heavily for legibility */
  .scrim {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse at 50% 55%, rgba(0,0,0,.35) 0%, rgba(0,0,0,.65) 70%, rgba(0,0,0,.88) 100%),
      linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.15) 25%, rgba(0,0,0,.15) 65%, rgba(0,0,0,.8) 100%);
    pointer-events: none;
    mix-blend-mode: multiply;
  }

  /* Secondary darken layer (regular blend) for guaranteed text contrast */
  .scrim-2 {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(0,0,0,.35) 0%, rgba(0,0,0,0) 65%);
    pointer-events: none;
  }

  /* Subtle cyan accent glow */
  .glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 60%, rgba(8,200,255,.10) 0%, rgba(8,200,255,0) 45%);
    pointer-events: none;
  }

  /* Logo top-left */
  .logo {
    position: absolute;
    top: clamp(20px, 3.5vw, 40px);
    left: clamp(20px, 3.5vw, 40px);
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .logo img {
    height: clamp(28px, 3.5vw, 44px);
    width: auto;
    display: block;
    opacity: .92;
  }

  /* Eyebrow top-right */
  .eyebrow {
    position: absolute;
    top: clamp(28px, 3.8vw, 48px);
    right: clamp(20px, 3.5vw, 40px);
    z-index: 3;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(10px, 1vw, 12px);
    letter-spacing: .28em;
    text-transform: uppercase;
    color: rgba(255,255,255,.72);
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .eyebrow .dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: #08c8ff;
    box-shadow: 0 0 12px rgba(8,200,255,.8);
  }

  /* Center content */
  .center {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(80px, 10vh, 140px) clamp(20px, 5vw, 60px);
    text-align: center;
  }

  .headline {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: .95;
    /* Fluid scaling: tiny phone → ultra-wide */
    font-size: clamp(2.4rem, 9.5vw, 9.5rem);
    color: #fff;
    text-shadow: 0 4px 40px rgba(0,0,0,.6), 0 2px 12px rgba(0,0,0,.5);
    max-width: 16ch;
  }
  .headline .accent {
    color: #08c8ff;
    text-shadow: 0 0 30px rgba(8,200,255,.45), 0 4px 40px rgba(0,0,0,.6);
  }
  .headline .year {
    display: inline-block;
  }

  /* CTA */
  .cta {
    margin-top: clamp(28px, 5vh, 56px);
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: clamp(14px, 2vh, 20px) clamp(26px, 3.2vw, 38px);
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(0,0,0,.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: clamp(11px, 1.1vw, 13px);
    letter-spacing: .28em;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    transition: all .35s cubic-bezier(.2,.7,.2,1);
    position: relative;
  }
  .cta::before {
    content: '';
    position: absolute;
    inset: -6px;
    border: 1px solid rgba(8,200,255,0);
    border-radius: 6px;
    transition: border-color .35s ease, inset .35s ease;
    pointer-events: none;
  }
  .cta .arrow {
    width: 22px; height: 10px;
    transition: transform .35s cubic-bezier(.2,.7,.2,1);
  }

  /* Bottom-left tagline */
  .tag {
    position: absolute;
    bottom: clamp(22px, 3.5vh, 40px);
    left: clamp(20px, 3.5vw, 40px);
    z-index: 3;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: clamp(9px, .95vw, 11px);
    letter-spacing: .28em;
    text-transform: uppercase;
    color: rgba(255,255,255,.55);
    line-height: 1.6;
  }

  /* Bottom-right destination */
  .dest {
    position: absolute;
    bottom: clamp(22px, 3.5vh, 40px);
    right: clamp(20px, 3.5vw, 40px);
    z-index: 3;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(9px, .95vw, 11px);
    letter-spacing: .28em;
    text-transform: uppercase;
    color: rgba(255,255,255,.65);
    display: flex;
    align-items: center;
    gap: 8px;
  }

  /* Hover state on entire stage */
  .stage:hover .bg { transform: scale(1.07); filter: brightness(1.05); }
  .stage:hover .cta {
    background: rgba(8,200,255,.95);
    color: #000;
    border-color: rgba(8,200,255,1);
    letter-spacing: .32em;
    box-shadow: 0 0 40px rgba(8,200,255,.45);
  }
  .stage:hover .cta::before {
    inset: -10px;
    border-color: rgba(8,200,255,.4);
  }
  .stage:hover .cta .arrow { transform: translateX(6px); }
  .stage:focus-visible .cta { outline: 2px solid #08c8ff; outline-offset: 4px; }

  /* Reveal animation */
  @keyframes rise {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @keyframes fade {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  .headline { animation: rise .9s cubic-bezier(.2,.7,.2,1) .15s both; }
  .cta      { animation: rise .9s cubic-bezier(.2,.7,.2,1) .35s both; }
  .logo, .eyebrow, .tag, .dest { animation: fade 1.2s ease .1s both; }

  /* Respect reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .bg, .stage:hover .bg, .cta, .stage:hover .cta, .stage:hover .cta .arrow,
    .headline, .logo, .eyebrow, .tag, .dest {
      animation: none !important;
      transition: none !important;
      transform: none !important;
    }
  }

  /* Phone portrait tweaks */
  @media (max-width: 600px) {
    body { overflow: auto; }
    .headline { font-size: clamp(2.6rem, 12vw, 4.8rem); max-width: 12ch; }
    .eyebrow { font-size: 9px; letter-spacing: .22em; }
    .tag, .dest { font-size: 8px; letter-spacing: .22em; }
    .bg { background-position: 60% center; }
  }
</style>
</head>
<body>

<a class="stage" href="https://rigid.pro/products/omnia-universal-cinema-rig" target="_blank" rel="noopener" aria-label="Shop OMNIA Universal Cinema Rig on Rigid.PRO">

  <div class="bg" aria-hidden="true"></div>
  <div class="scrim" aria-hidden="true"></div>
  <div class="scrim-2" aria-hidden="true"></div>
  <div class="glow" aria-hidden="true"></div>

  <div class="logo">
    <img src="https://rigid.pro/cdn/shop/files/RP-Logo-Black.png?v=1740263680&width=560" alt="Rigid.PRO" />
  </div>

  <div class="eyebrow">
    <span class="dot"></span>
    <span>OMNIA · Universal Cinema Rig</span>
  </div>

  <div class="center">
    <h1 class="headline">
      Your Rig Deserves<br />
      An <span class="accent">OMNIA</span><br />
      In <span class="year">2026</span>
    </h1>

    <span class="cta">
      Shop OMNIA on Rigid.PRO
      <svg class="arrow" viewBox="0 0 22 10" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
        <path d="M0 5h20M16 1l4 4-4 4" stroke="currentColor" stroke-width="1.4" stroke-linecap="square" stroke-linejoin="miter" fill="none"/>
      </svg>
    </span>
  </div>

  <div class="tag">
    Made in Melbourne, Australia
  </div>

  <div class="dest">
    rigid.pro
    <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
      <path d="M2 2h6v6M2 8l6-6" stroke="currentColor" stroke-width="1.2" stroke-linecap="square"/>
    </svg>
  </div>

</a>

<script data-pplx-inline-edit>
(function(){
  if(window===window.top)return;
  function inlineAll(orig,clone){
    if(orig.nodeType!==1)return;
    try{
      var cs=getComputedStyle(orig);
      var t='';
      for(var i=0;i<cs.length;i++){t+=cs[i]+':'+cs.getPropertyValue(cs[i])+';';}
      clone.style.cssText=t;
    }catch(e){}
    var oc=orig.children,cc=clone.children;
    for(var j=0;j<oc.length&&j<cc.length;j++){inlineAll(oc[j],cc[j]);}
  }
  function stripExternal(clone){
    var imgs=clone.querySelectorAll('img');
    for(var i=0;i<imgs.length;i++){
      var s=imgs[i].getAttribute('src');
      if(s&&!s.startsWith('data:'))imgs[i].removeAttribute('src');
    }
    var all=clone.querySelectorAll('*');
    for(var i=0;i<all.length;i++){
      var st=all[i].style.cssText;
      if(st&&st.indexOf('url(')>=0){
        all[i].style.cssText=st.replace(/url\(["']?(?!data:)[^)"']*["']?\)/gi,'none');
      }
    }
  }
  var scrollRaf=0;
  function emitScroll(){
    scrollRaf=0;
    var x=window.scrollX||window.pageXOffset||0;
    var y=window.scrollY||window.pageYOffset||0;
    window.parent.postMessage({type:'INLINE_EDIT_SCROLL',scrollX:x,scrollY:y},'*');
  }
  window.addEventListener('scroll',function(){
    if(scrollRaf)return;
    scrollRaf=requestAnimationFrame(emitScroll);
  },{passive:true,capture:true});
  emitScroll();
  window.addEventListener('message',function(e){
    if(!e.data||e.data.type!=='INLINE_EDIT_CAPTURE_REQUEST')return;
    var scrollX=window.scrollX||window.pageXOffset||0;
    var scrollY=window.scrollY||window.pageYOffset||0;
    var w=window.innerWidth,h=window.innerHeight;
    try{
      var clone=document.documentElement.cloneNode(true);
      var rm=clone.querySelectorAll('script,link[rel="stylesheet"],style');
      for(var i=0;i<rm.length;i++){rm[i].remove();}
      inlineAll(document.documentElement,clone);
      stripExternal(clone);
      var html=new XMLSerializer().serializeToString(clone);
      var svg='<svg xmlns="http://www.w3.org/2000/svg" width="'+w+'" height="'+h+'">'
        +'<foreignObject width="100%" height="100%">'
        +'<div xmlns="http://www.w3.org/1999/xhtml" style="width:'+w+'px;height:'+h+'px;overflow:hidden">'
        +'<div style="transform:translate(-'+scrollX+'px,-'+scrollY+'px);transform-origin:top left">'
        +html+'</div></div></foreignObject></svg>';
      var svgUrl='data:image/svg+xml;charset=utf-8,'+encodeURIComponent(svg);
      var img=new Image();
      img.onload=function(){
        var c=document.createElement('canvas');c.width=w;c.height=h;
        c.getContext('2d').drawImage(img,0,0);
        window.parent.postMessage({type:'INLINE_EDIT_SCREENSHOT_RESULT',dataUrl:c.toDataURL('image/png'),scrollX:scrollX,scrollY:scrollY},'*');
      };
      img.onerror=function(){
        window.parent.postMessage({type:'INLINE_EDIT_SCREENSHOT_RESULT',dataUrl:null,scrollX:scrollX,scrollY:scrollY},'*');
      };
      img.src=svgUrl;
    }catch(err){
      window.parent.postMessage({type:'INLINE_EDIT_SCREENSHOT_RESULT',dataUrl:null,scrollX:scrollX,scrollY:scrollY},'*');
    }
  });
})();
</script></body>
</html>
