:root{--cq-ink:#171415;--cq-black:#090807;--cq-gold:#b87914;--cq-gold-light:#d59b35;--cq-cream:#f3eee5;--cq-muted:#6c6258;--cq-line:rgba(255,255,255,.14)}
html{scroll-behavior:smooth;scroll-padding-top:86px}
body{margin:0!important;padding:0!important;overflow-x:hidden;background:var(--cq-black);color:var(--cq-ink);font-family:Inter,Arial,Helvetica,sans-serif}
body>*{max-width:none!important}
#cq-robot-page{width:100%;max-width:none!important;margin:0!important;padding:0!important;overflow:hidden;background:var(--cq-cream);color:var(--cq-ink)}
#cq-robot-page,#cq-robot-page *{box-sizing:border-box}
#cq-robot-page a{color:inherit;text-decoration:none}
#cq-robot-page img{max-width:100%}
#cq-robot-page .section{padding:110px clamp(24px,6vw,112px)}

#cq-robot-page .hero{min-height:100svh;position:relative;display:flex;overflow:hidden;background:#100e0c;color:#fff}
#cq-robot-page .hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72}
#cq-robot-page .shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,4,4,.94) 0%,rgba(5,5,5,.73) 36%,rgba(5,5,5,.28) 70%,rgba(5,5,5,.16)),linear-gradient(0deg,rgba(0,0,0,.76),transparent 53%)}

#cq-robot-page header{position:absolute;z-index:50;inset:0 0 auto;height:96px;padding:12px clamp(24px,6vw,112px);display:grid;grid-template-columns:170px 1fr auto;align-items:center;gap:28px;border-bottom:1px solid rgba(255,255,255,.12);transition:background .35s,height .35s,box-shadow .35s,transform .35s,backdrop-filter .35s}
#cq-robot-page header.is-fixed{position:fixed;height:76px;background:rgba(10,9,8,.88);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 12px 34px rgba(0,0,0,.24);border-bottom-color:rgba(255,255,255,.08);animation:cqHeaderIn .3s ease}
@keyframes cqHeaderIn{from{transform:translateY(-100%)}to{transform:translateY(0)}}
#cq-robot-page header>a{display:inline-flex;width:max-content;align-items:center}
#cq-robot-page header>a img{width:132px;height:66px;object-fit:contain;filter:brightness(0) invert(1)}
#cq-robot-page header.is-fixed>a img{width:108px;height:54px}
#cq-robot-page header nav{display:flex;justify-content:center;align-items:center;gap:clamp(22px,2.6vw,46px);height:100%}
#cq-robot-page header nav a{position:relative;padding:14px 0;color:rgba(255,255,255,.82);font:600 14px/1.2 Arial,Helvetica,sans-serif;letter-spacing:.02em;white-space:nowrap;transition:color .25s}
#cq-robot-page header nav a:not(.outline):after{content:"";position:absolute;left:0;right:100%;bottom:6px;height:2px;background:var(--cq-gold-light);transition:right .25s}
#cq-robot-page header nav a:hover,#cq-robot-page header nav a.active{color:#fff}
#cq-robot-page header nav a:hover:after,#cq-robot-page header nav a.active:after{right:0}
#cq-robot-page header nav .outline{padding:13px 20px;border:1px solid rgba(213,155,53,.75);color:#fff;transition:background .25s,border-color .25s,transform .25s}
#cq-robot-page header nav .outline:hover,#cq-robot-page header nav .outline.active{background:var(--cq-gold);border-color:var(--cq-gold);transform:translateY(-1px)}
#cq-robot-page header>button{display:none;width:44px;height:44px;border:0;background:transparent;color:#fff;font-size:26px;cursor:pointer}
#cq-robot-page .language-switcher{display:flex;gap:6px;justify-self:end}
#cq-robot-page .language-switcher button{display:block;width:36px;height:32px;padding:0;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.28);color:#fff;font:700 10px Arial;letter-spacing:.06em;cursor:pointer;transition:.25s}
#cq-robot-page .language-switcher button:hover{border-color:var(--cq-gold-light);color:var(--cq-gold-light)}
#cq-robot-page .language-switcher button.active{background:var(--cq-gold);border-color:var(--cq-gold);color:#fff}

#cq-robot-page .hero-copy{position:relative;z-index:2;align-self:center;width:min(1120px,88vw);padding:150px 0 72px;margin-left:clamp(24px,6vw,112px)}
#cq-robot-page .eyebrow,#cq-robot-page .tag{font:700 12px/1.3 Arial,sans-serif;letter-spacing:.28em;color:var(--cq-gold-light)}
#cq-robot-page .hero h1,#cq-robot-page h2{font:400 clamp(52px,6.5vw,102px)/.94 Georgia,"Times New Roman",serif;letter-spacing:-.045em;margin:24px 0 30px}
#cq-robot-page .hero h1{max-width:970px;text-wrap:balance}
#cq-robot-page .hero h1 em,#cq-robot-page .contact h2 em{color:#cc8b1d;font-weight:400}
#cq-robot-page .lead{font:400 18px/1.72 Arial,sans-serif;max-width:690px;color:rgba(255,255,255,.78)}
#cq-robot-page .actions{display:flex;align-items:center;gap:30px;margin-top:38px}
#cq-robot-page .btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;background:var(--cq-gold);color:#fff!important;padding:17px 26px;font:700 14px Arial,sans-serif;transition:background .25s,transform .25s,box-shadow .25s}
#cq-robot-page .btn:hover{background:#ca881b;transform:translateY(-2px);box-shadow:0 12px 28px rgba(184,121,20,.28)}
#cq-robot-page .actions>a:not(.btn){font:600 14px Arial;color:rgba(255,255,255,.88);border-bottom:1px solid rgba(255,255,255,.35);padding:11px 0}

#cq-robot-page .tag{padding-bottom:28px;border-bottom:1px solid #cec4b6}
#cq-robot-page .intro-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:9vw;padding-top:55px}
#cq-robot-page .intro h2,#cq-robot-page .uses h2,#cq-robot-page .gallery h2,#cq-robot-page .details h2,#cq-robot-page .contact h2{font-size:clamp(44px,5.8vw,78px)}
#cq-robot-page .intro p,#cq-robot-page .uses-head p,#cq-robot-page .gallery-head p,#cq-robot-page .details-grid>div>p{line-height:1.8;color:var(--cq-muted)}
#cq-robot-page .intro .big{font:400 27px/1.45 Georgia,serif;color:var(--cq-ink)}
#cq-robot-page .stats{margin-top:80px;display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid #cec4b6}
#cq-robot-page .stats article{padding:40px 24px;border-right:1px solid #cec4b6}
#cq-robot-page .stats article:last-child{border-right:0}
#cq-robot-page .stats strong{display:block;font:400 48px Georgia,serif;color:#8d5c13}
#cq-robot-page .stats span{font-size:13px;color:#666}

#cq-robot-page .feature{display:grid;grid-template-columns:1fr 1fr;min-height:740px;background:#161313;color:#fff}
#cq-robot-page .visual{position:relative;min-height:620px;overflow:hidden;background:#171414}
#cq-robot-page .visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.52));pointer-events:none}
#cq-robot-page .machine-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
#cq-robot-page .machine-badge{position:absolute;z-index:2;right:28px;bottom:28px;padding:17px 20px;background:rgba(12,10,9,.84);border:1px solid rgba(201,149,59,.42);backdrop-filter:blur(10px);display:grid;gap:6px}
#cq-robot-page .machine-badge b{font-size:11px;letter-spacing:.18em;color:var(--cq-gold-light)}
#cq-robot-page .machine-badge span{font:400 22px Georgia;color:#fff}
#cq-robot-page .visual small{z-index:2;position:absolute;top:30px;left:30px;letter-spacing:.18em;color:#eee}
#cq-robot-page .feature-copy{padding:90px 7vw}
#cq-robot-page .feature-copy h2{font-size:clamp(48px,5.7vw,80px)}
#cq-robot-page .feature ul{list-style:none;padding:0;margin-top:48px}
#cq-robot-page .feature li{display:flex;gap:24px;padding:23px 0;border-top:1px solid var(--cq-line)}
#cq-robot-page .feature li>b{color:var(--cq-gold-light)}
#cq-robot-page .feature li span{display:grid;gap:8px;color:#aaa;line-height:1.5}
#cq-robot-page .feature li strong{color:#fff;font-size:18px}

#cq-robot-page .uses{background:#e9e0d2}
#cq-robot-page .uses-head,#cq-robot-page .gallery-head{display:grid;grid-template-columns:1.3fr .7fr;gap:8vw;align-items:end}
#cq-robot-page .use-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:55px}
#cq-robot-page .use-grid article{min-height:300px;padding:28px;border:1px solid #c9bca9;border-right:0;display:flex;flex-direction:column;justify-content:space-between;transition:.3s}
#cq-robot-page .use-grid article:last-child{border-right:1px solid #c9bca9}
#cq-robot-page .use-grid article:hover{background:#191515;color:#fff;transform:translateY(-8px)}
#cq-robot-page .use-grid article span{color:#9b6b1d}
#cq-robot-page .use-grid h3{font:400 28px Georgia,serif}
#cq-robot-page .use-grid p{font-size:13px;line-height:1.7;color:#796e61}

#cq-robot-page .gallery{background:var(--cq-cream)}
#cq-robot-page .gallery-head{padding-top:38px}
#cq-robot-page .gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:55px}
#cq-robot-page .gallery-grid figure{margin:0;position:relative;overflow:hidden;background:#171414;aspect-ratio:1}
#cq-robot-page .gallery-grid img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}
#cq-robot-page .gallery-grid figure:hover img{transform:scale(1.045)}
#cq-robot-page .gallery-grid figcaption{position:absolute;left:0;right:0;bottom:0;padding:38px 18px 16px;background:linear-gradient(transparent,rgba(0,0,0,.78));color:#fff;font-size:10px;letter-spacing:.14em}

#cq-robot-page .details{background:#1b1716;color:#fff}
#cq-robot-page .details .tag{border-color:var(--cq-line)}
#cq-robot-page .details-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:10vw;padding-top:35px}
#cq-robot-page .faq details{padding:24px 0;border-top:1px solid var(--cq-line)}
#cq-robot-page .faq details:last-child{border-bottom:1px solid var(--cq-line)}
#cq-robot-page summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;font:400 21px Georgia,serif}
#cq-robot-page summary::-webkit-details-marker{display:none}
#cq-robot-page summary i{color:var(--cq-gold-light)}
#cq-robot-page .faq p{color:#aaa;line-height:1.7}

#cq-robot-page .contact{text-align:center;background:#0d0c0c;color:#fff}
#cq-robot-page .contact>p:not(.eyebrow){max-width:620px;margin:auto;color:#aaa;line-height:1.7}
#cq-robot-page .contact .actions{justify-content:center}
#cq-robot-page .contact-info{max-width:1050px;margin:65px auto 0;display:grid;grid-template-columns:.7fr .9fr 2fr;border-block:1px solid var(--cq-line)}
#cq-robot-page .contact-info>a,#cq-robot-page .contact-info>div{padding:27px 22px;display:flex;flex-direction:column;gap:10px;border-right:1px solid var(--cq-line);text-align:left}
#cq-robot-page .contact-info>*:last-child{border-right:0}
#cq-robot-page .contact-info b{color:var(--cq-gold-light);font-size:11px;letter-spacing:.18em;text-transform:uppercase}
#cq-robot-page .contact-info span{color:#ddd;font-size:14px;line-height:1.55}
#cq-robot-page footer{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:35px clamp(24px,5vw,96px);background:#080808;color:#777;font-size:12px}
#cq-robot-page footer img{width:115px;filter:brightness(0) invert(1)}
#cq-robot-page footer p{text-align:center}
#cq-robot-page footer span{text-align:right}

#cq-robot-page .back-to-top{position:fixed;z-index:80;right:26px;bottom:26px;width:50px;height:50px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(15,13,12,.88);color:#fff;font-size:22px;display:grid;place-items:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(16px);transition:.3s;box-shadow:0 10px 30px rgba(0,0,0,.28);backdrop-filter:blur(10px)}
#cq-robot-page .back-to-top:hover{background:var(--cq-gold);border-color:var(--cq-gold);transform:translateY(-2px)}
#cq-robot-page .back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}
#cq-robot-page [data-reveal]{opacity:0;transform:translateY(32px);transition:opacity .8s ease,transform .8s ease}
#cq-robot-page [data-reveal].show{opacity:1;transform:none}

@media(max-width:1050px){#cq-robot-page header{grid-template-columns:140px 1fr auto;padding-inline:28px}#cq-robot-page header nav{gap:20px}#cq-robot-page header nav a{font-size:13px}}
@media(max-width:900px){html{scroll-padding-top:76px}#cq-robot-page header,#cq-robot-page header.is-fixed{height:76px;grid-template-columns:1fr auto auto;padding:10px 18px}#cq-robot-page header>a img,#cq-robot-page header.is-fixed>a img{width:105px;height:52px}#cq-robot-page header>button{display:grid;place-items:center;order:3}#cq-robot-page .language-switcher{position:static;order:2}#cq-robot-page header nav{display:none;position:absolute;top:76px;left:0;right:0;height:auto;background:rgba(10,9,8,.97);padding:18px 24px 26px;flex-direction:column;align-items:stretch;gap:2px;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 22px 40px rgba(0,0,0,.3)}#cq-robot-page header nav.open{display:flex}#cq-robot-page header nav a{font-size:15px;padding:15px 5px}#cq-robot-page header nav a:not(.outline):after{bottom:7px}#cq-robot-page header nav .outline{text-align:center;margin-top:8px}#cq-robot-page .intro-grid,#cq-robot-page .feature,#cq-robot-page .uses-head,#cq-robot-page .gallery-head,#cq-robot-page .details-grid{grid-template-columns:1fr}#cq-robot-page .gallery-grid,#cq-robot-page .stats,#cq-robot-page .use-grid{grid-template-columns:1fr 1fr}#cq-robot-page .feature-copy{padding:75px 7vw}#cq-robot-page footer{grid-template-columns:1fr;text-align:center;gap:15px}#cq-robot-page footer p,#cq-robot-page footer span{text-align:center}}
@media(max-width:560px){#cq-robot-page .section{padding:80px 22px}#cq-robot-page .hero-copy{margin-left:22px;width:calc(100% - 44px);padding-top:118px}#cq-robot-page .hero h1{font-size:clamp(44px,13vw,58px)}#cq-robot-page .lead{font-size:16px}#cq-robot-page .actions{flex-direction:column;align-items:flex-start}#cq-robot-page .stats,#cq-robot-page .use-grid,#cq-robot-page .gallery-grid,#cq-robot-page .contact-info{grid-template-columns:1fr}#cq-robot-page .stats article{border-right:0;border-bottom:1px solid #cec4b6}#cq-robot-page .use-grid article{border-right:1px solid #c9bca9;border-bottom:0}#cq-robot-page .feature-copy{padding:70px 22px}#cq-robot-page .contact-info>a,#cq-robot-page .contact-info>div{border-right:0;border-bottom:1px solid var(--cq-line)}#cq-robot-page .contact-info>*:last-child{border-bottom:0}#cq-robot-page .contact .actions{align-items:center}#cq-robot-page .contact h2{font-size:45px}#cq-robot-page .language-switcher button{width:31px;height:30px}#cq-robot-page .back-to-top{right:16px;bottom:16px;width:46px;height:46px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}#cq-robot-page *{transition:none!important;animation:none!important}#cq-robot-page [data-reveal]{opacity:1;transform:none}}
