/* Extends the existing OmniTech system; scoped to the new image and data sections. */
/* Clean designed hero background: deep navy + engineered depth + a schematic
   robotic-manipulation motif. No photograph — always legible under both columns. */
.hero-banner .hero-bg{position:absolute;inset:0;z-index:-2;overflow:hidden;
  background:
    radial-gradient(120% 90% at 82% 8%, rgba(47,107,255,.20), transparent 55%),
    radial-gradient(90% 120% at 108% 60%, rgba(47,107,255,.12), transparent 60%),
    linear-gradient(160deg,#0d1424 0%,#0b0f19 55%,#090c15 100%)}
/* faint precision grid for texture, fading out toward the left copy */
.hero-banner .hero-grid{position:absolute;inset:0;
  background-image:linear-gradient(rgba(120,150,220,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(120,150,220,.05) 1px,transparent 1px);
  background-size:40px 40px;
  -webkit-mask-image:linear-gradient(90deg,transparent 30%,#000 78%);
  mask-image:linear-gradient(90deg,transparent 30%,#000 78%)}
/* the robotic-hand rig: right-anchored, reaching in toward the copy so the
   gripper + object read in the open band beside the eval card */
.hero-banner .hero-rig{position:absolute;left:auto;top:50%;right:1%;bottom:auto;
  width:min(600px,50%);height:auto;transform:translateY(-50%);
  opacity:.7;z-index:-1;pointer-events:none;
  filter:drop-shadow(0 0 34px rgba(47,107,255,.14))}
/* readability scrim: solid navy under the copy, easing off so the rig shows at right */
.hero-banner::before{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(90deg,rgba(11,15,25,.97) 0%,rgba(11,15,25,.9) 36%,rgba(11,15,25,.5) 66%,rgba(11,15,25,.4) 100%)}
.hero-banner .hero-copy{opacity:1;transform:none}
/* eval card stays near-solid: the rig reaches behind it, never through it */
.hero-banner .eval-card{background:rgba(13,19,34,.985);backdrop-filter:blur(3px);
  box-shadow:0 24px 70px -28px rgba(0,0,0,.9);border:1px solid rgba(90,130,220,.14)}
.hero-banner .proof-row{margin-top:30px}
@media (max-width:900px){
  .hero-banner .hero-rig{width:80%;right:-10%;opacity:.35}
  .hero-banner::before{background:linear-gradient(180deg,rgba(11,15,25,.9),rgba(11,15,25,.82))}
}
.physical-intro .section-head{max-width:850px}
.physical-intro .section-head p{max-width:70ch}
.physical-showcase{display:grid;grid-template-columns:1.3fr 1fr;gap:36px;align-items:center;margin-top:36px}
.task-image{position:relative;overflow:hidden;aspect-ratio:16/9;border-radius:8px;background:var(--ink-2);margin:0}
.task-image picture,.task-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:65% center}
.stereo-frame{aspect-ratio:3/1;border:1px solid var(--line-dark-2)}
.stereo-frame picture,.stereo-frame img{object-fit:contain;object-position:center}
.physical-showcase:has(.stereo-frame){grid-template-columns:1fr;gap:28px}
.physical-showcase:has(.stereo-frame) .physical-details{max-width:800px}
.action-example:has(.stereo-frame){grid-template-columns:1fr}
.action-example:has(.stereo-frame) .record-fields{display:grid;grid-template-columns:1fr 1fr;column-gap:32px}
.physical-page #quality .split:has(.stereo-frame){grid-template-columns:1fr}
.physical-hero>picture img{object-position:25% 75%}
.task-image .annotation-region{position:absolute;left:57%;top:36%;width:24%;height:39%;border:1px solid #7fa6ff;border-radius:3px;pointer-events:none}
.capture-placeholder{display:grid;grid-template-columns:1fr 1fr;gap:2px;width:100%;height:100%;padding:18px;background:#111827}
.capture-placeholder span{border:1px solid #364152;padding:14px;color:#9aa6bc;font:10px var(--f-mono);background:#151d28}
.task-image figcaption{position:absolute;left:12px;bottom:12px;padding:5px 10px;background:rgba(11,15,25,.86);color:#fff;font:11px var(--f-mono);border-radius:3px}
.physical-details h3{font-size:1.6rem;letter-spacing:0}
.physical-details p{margin-top:14px}
.physical-details .arrow-link{margin-top:20px}
.data-pipeline{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0;margin-top:40px;border-top:1px solid var(--line-dark-2)}
.data-pipeline li{position:relative;padding:20px 16px 4px 0;min-width:0}
.data-pipeline li:not(:last-child)::after{content:"\2192";position:absolute;right:12px;top:17px;color:#7fa6ff}
.data-pipeline .stage-no{font:11px var(--f-mono);color:#7fa6ff;display:block;margin-bottom:16px}
.data-pipeline strong{font-size:13px;line-height:1.45;display:block;max-width:15ch}
.data-pipeline small{display:block;font-size:11px;line-height:1.5;color:var(--on-dark-muted);margin-top:8px}
.physical-hero{isolation:isolate}
.physical-hero>picture{position:absolute;inset:0;z-index:-2}
.physical-hero>picture img{width:100%;height:100%;object-fit:cover;object-position:70% center}
.physical-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(11,15,25,.96),rgba(11,15,25,.82) 60%,rgba(11,15,25,.40))}
.physical-hero h1{font-size:3.5rem;max-width:22ch;letter-spacing:0}
.physical-hero .lead{max-width:60ch;margin-top:22px}
.physical-hero .wrap-actions{margin-top:28px}
.physical-page .section-head h2{letter-spacing:0}
.physical-page .card h3{font-size:1.25rem;letter-spacing:0}
.physical-page .grid{margin-top:32px}
.action-example{margin-top:32px;display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}
.action-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px;margin:24px 0;border-top:1px solid var(--line-dark-2);padding-top:14px}
.action-track li{border-bottom:3px solid #2f6bff;padding:0 5px 12px;min-width:0}
.action-track li:nth-child(2){border-color:#7fa6ff}.action-track li:nth-child(3){border-color:#12b886}.action-track li:nth-child(4){border-color:#a8b4cb}
.action-track span{display:block;font-size:12px;line-height:1.45;color:#fff}
.action-track time{display:block;font:10px var(--f-mono);color:var(--on-dark-muted);margin-top:8px}
.record-fields{margin:24px 0 0;border-top:1px solid var(--line-dark-2)}
.record-fields>div{display:grid;grid-template-columns:130px 1fr;gap:18px;padding:11px 0;border-bottom:1px solid var(--line-dark)}
.record-fields dt{font:11px var(--f-mono);color:#7fa6ff;padding-top:4px}.record-fields dd{margin:0;color:var(--on-dark);font-size:13px}
.delivery-list{margin-top:24px;display:grid;gap:0}
.delivery-list li{padding:17px 0;border-bottom:1px solid var(--line)}
.delivery-list strong{display:block;margin-bottom:5px}.delivery-list p{font-size:.95rem}
.physical-related{padding:24px 0;margin-top:32px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.physical-related p{margin:10px 0 16px;max-width:65ch}
.mobile-nav .m-sub{overflow:hidden}
.nav-toggle svg[hidden]{display:none}
@media(max-width:1100px){.nav-links,.nav-cta.desktop{display:none}.nav-toggle{display:flex}}
@media(min-width:1101px){.hero-banner h1{font-size:3rem;letter-spacing:0}.hero-banner{padding-block:72px}}
@media(max-width:640px){.stereo-frame figcaption{font-size:8px;bottom:5px;left:5px;padding:3px 5px}.action-example:has(.stereo-frame) .record-fields{grid-template-columns:1fr}}
@media(min-width:901px){.hero-banner{min-height:660px}.hero-banner .split{gap:40px;grid-template-columns:1.15fr .85fr}}
@media(max-width:1050px){.data-pipeline{grid-template-columns:repeat(4,minmax(0,1fr))}.physical-hero h1{font-size:3rem}}
@media(max-width:900px){.hero-banner .hero-visual{display:none}.hero-banner .hero-copy{max-width:700px}.hero-banner::before{background:rgba(11,15,25,.84)}.physical-showcase,.action-example{grid-template-columns:1fr}.physical-hero::before{background:rgba(11,15,25,.84)}}
@media(max-width:640px){.hero-banner{padding-block:52px 48px}.hero-banner h1{font-size:2.3rem;letter-spacing:0}.hero-banner .lead{font-size:1.05rem}.hero-banner .wrap-actions{align-items:stretch}.hero-banner .btn{width:100%;white-space:normal;text-align:center;justify-content:center}.hero-banner .proof-row{gap:18px}.hero-banner .proof-row .pi{flex:1 1 40%}.hero-banner .banner-pause{display:none}.data-pipeline{grid-template-columns:repeat(2,minmax(0,1fr))}.data-pipeline li{padding-bottom:20px}.physical-hero h1{font-size:2.3rem}.physical-intro h2,.physical-page h2{font-size:1.9rem;letter-spacing:0}.physical-showcase{gap:24px}.record-fields>div{grid-template-columns:100px 1fr;gap:12px}.action-track time{font-size:9px}}
@media(prefers-reduced-motion:reduce){.hero-banner .hero-backgrounds picture{transition:none}.hero-banner .banner-pause{display:none}}

/* Subtle technical corner-tag on real-capture figures (P3) */
.task-image{position:relative}
.frame-tag{position:absolute;left:12px;top:12px;z-index:2;display:inline-flex;align-items:center;gap:7px;
  font-family:var(--f-mono);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;
  color:#cfe0ff;background:rgba(11,15,25,.72);border:1px solid rgba(127,166,255,.35);
  border-radius:6px;padding:5px 9px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);pointer-events:none}
.frame-tag .d{width:6px;height:6px;border-radius:50%;background:#7fa6ff;flex:0 0 auto}
@media (max-width:640px){.frame-tag{font-size:.56rem;padding:4px 7px}}

/* Section slideshow (homepage "From human demonstration to machine action") */
.section-slideshow{position:relative;overflow:hidden;border-radius:10px;border:1px solid var(--line-dark-2);background:var(--ink-2)}
.section-slideshow .ss-track{position:absolute;inset:0}
.section-slideshow .ss-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.4s ease}
.section-slideshow .ss-slide.is-active{opacity:1}
.section-slideshow .ss-slide picture,.section-slideshow .ss-slide img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.section-slideshow .ss-caption{position:absolute;left:12px;bottom:12px;z-index:2;font-family:var(--f-mono);font-size:.64rem;
  letter-spacing:.09em;text-transform:uppercase;color:#cfe0ff;background:rgba(11,15,25,.74);border:1px solid rgba(127,166,255,.35);
  border-radius:6px;padding:5px 10px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.section-slideshow .ss-dots{position:absolute;right:12px;bottom:14px;z-index:2;display:flex;gap:6px}
.section-slideshow .ss-dots button{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.4);border:0;padding:0;cursor:pointer;transition:width .3s,background .3s,border-radius .3s}
.section-slideshow .ss-dots button[aria-selected="true"]{background:#7fa6ff;width:16px;border-radius:4px}
.section-slideshow .ss-dots button:focus-visible{outline:2px solid #7fa6ff;outline-offset:2px}
@media (prefers-reduced-motion:reduce){.section-slideshow .ss-slide{transition:none}}
