.hero{--ink: #f5f6f8;--muted: #d2d7de;--accent: #ff956e;position:relative;isolation:isolate;overflow:hidden;padding:0;color:var(--ink);background:#0b1015}.hero-photos{position:absolute;inset:0 0 0 22%;z-index:-2;-webkit-mask-image:linear-gradient(90deg,transparent,#000 14%);mask-image:linear-gradient(90deg,transparent,#000 14%)}.hero-frame{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility 0s .8s}.hero-frame.is-active{opacity:1;visibility:visible;transition-delay:0s}.hero-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:58% 52%}#photo-quality img{object-position:55% 57%}#photo-product img{object-position:50% 64%}.hero:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,#0b1015,#0b1015f2 22%,#0b1015b8 41%,#0b10152e 68%,#0b101508),linear-gradient(0deg,#0b1015f5 0%,#0b1015b3 14%,transparent 44%,#0b101526 100%);pointer-events:none}.hero-content{padding-top:58px;padding-bottom:24px;min-height:min(800px,calc(100svh - 90px));display:flex;flex-direction:column}.hero .eyebrow{color:#e6e9ed;font-size:10px}.hero-grid{display:block;margin-top:35px;margin-bottom:64px}.hero-intro{max-width:590px}.hero h1{font-size:clamp(56px,6.3vw,88px);letter-spacing:-.065em;line-height:1.04;font-weight:550}.hero-copy{display:block;padding:0;margin-top:28px}.hero-copy>p{max-width:400px;font-size:14px;line-height:1.85;color:#d2d7de}.hero-actions{margin-top:25px;gap:24px;flex-direction:row;flex-wrap:wrap;align-items:center}.hero .text-link{color:#f5f6f8}.hero .text-link:hover{color:var(--accent)}.hero .button{background:#c6411c;color:#fff}.hero .button:hover{background:#a93616}.hero-bottom{margin-top:auto;display:grid;grid-template-columns:minmax(0,650px) 1fr;gap:64px;align-items:end}.hero-scenes{display:grid;grid-template-columns:1fr .85fr 1.2fr;gap:22px}.hero-scenes button{position:relative;display:flex;align-items:center;gap:12px;min-height:64px;padding:17px 0;border-top:1px solid #ffffff59;color:#d2d7de;background:transparent;text-align:left;transition:color .25s}.hero-scenes button:before{content:"";position:absolute;top:-1px;left:0;right:0;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .5s ease}.hero-scenes button[aria-selected=true]{color:#fff}.hero-scenes button[aria-selected=true]:before{transform:scaleX(1)}.hero-scenes button>span{font-size:10px;font-variant-numeric:tabular-nums;color:#bdc6d0}.hero-scenes button[aria-selected=true]>span{color:var(--accent)}.hero-scenes button>b{font-size:13px;font-weight:550}.hero-scenes button:hover{color:var(--accent)}.hero-caption{max-width:290px;justify-self:end;font-size:16px;line-height:1.6;padding-bottom:17px}.hero-photo-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:13px;color:#bfc7d0;font-size:10px}.hero-photo-footer .mono{font-size:9px;letter-spacing:1.5px}.hero-photo-credit{text-align:right}.hero-photo-credit:hover{color:#fff}.hero :focus-visible{outline-color:#ff956e}.demo-section{padding-top:40px}.motion-enabled .hero-frame img{transform:scale(calc(1 + var(--hero-exit, 0) * .065))}.motion-enabled .demo-stage{transform:translateY(calc((1 - var(--demo-enter, 1)) * 20px)) scale(calc(.975 + var(--demo-enter, 1) * .025));transform-origin:center top}.motion-enabled [data-reveal]{transition:opacity .75s ease,translate .9s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0ms)}.motion-enabled [data-reveal]:not(.is-visible){opacity:0;translate:0 24px}.motion-enabled [data-reveal]:focus-within{opacity:1;translate:none}.motion-enabled .feature-card.is-visible .gantt-bar,.motion-enabled .feature-card.is-visible .material-track>span{animation:fill-material 1.1s cubic-bezier(.22,1,.36,1) both;transform-origin:left}.motion-enabled .feature-card.is-visible .bar-two{animation-delay:.15s}.motion-enabled .feature-card.is-visible .bar-three{animation-delay:.3s}@keyframes fill-material{0%{transform:scaleX(.1)}to{transform:scaleX(1)}}.workflow-section{background:linear-gradient(180deg,var(--bg),var(--soft) 28%,var(--soft) 72%,var(--bg));border:0}.motion-enabled .workflow-grid article:not(:last-child):after{background:linear-gradient(to right,var(--accent) calc(var(--step-progress, 0) * 100%),var(--line) 0)}.motion-enabled .step-number{transition:color .35s,border-color .35s,background .35s,box-shadow .35s}.motion-enabled .workflow-grid article.is-active .step-number{border-color:var(--accent);background:var(--accent-soft);box-shadow:0 0 0 5px var(--accent-soft)}.motion-enabled .phone-stage .phone{transform:translateY(calc((1 - var(--phone-enter, 1)) * 28px)) rotate(calc(-9deg + var(--phone-enter, 1) * 6deg)) scale(.91)}.motion-enabled .phone-stage .floating-scan{opacity:var(--scan-enter, 1);translate:0 calc((1 - var(--scan-enter, 1)) * 14px)}.demo-table tr.is-linked td{background:var(--accent-soft);transition:background .6s}.demo-table tr.is-linked td:first-child{box-shadow:inset 3px 0 var(--accent)}@media(max-width:1150px){.hero-bottom{gap:32px;grid-template-columns:minmax(0,570px) 1fr}.hero-scenes{gap:18px}.hero-scenes button>b{font-size:11px}.hero-caption{font-size:14px}}@media(max-width:900px){.hero-content{padding-top:45px}.hero-intro{max-width:510px}.hero h1{font-size:66px}.hero-bottom{grid-template-columns:1fr;gap:14px}.hero-caption{justify-self:start;max-width:none;padding:0;font-size:13px;min-height:21px}.hero-scenes button{min-height:55px}.hero-grid{margin-bottom:46px}.hero-scenes button>b{font-size:12px}}@media(max-width:680px){.hero-content{padding-top:35px;padding-bottom:22px;min-height:810px}.hero-photos{inset:0;-webkit-mask-image:none;mask-image:none}.hero-frame img{object-position:54% center}#photo-quality img{object-position:55% 52%}#photo-product img{object-position:55% 64%}.hero:after{background:linear-gradient(90deg,#0b1015cc,#0b10154d 70%,#0b101526),linear-gradient(0deg,#0b1015,#0b1015eb 18%,#0b101559 52%,#0b101580)}.hero .eyebrow{font-size:8px;letter-spacing:1px}.hero h1{font-size:clamp(46px,12vw,66px);line-height:1.08}.hero-grid{margin-top:28px;margin-bottom:100px}.hero-copy{margin-top:24px}.hero-copy>p{max-width:310px;font-size:13px;color:#f0f2f5}.hero-actions{gap:20px;margin-top:24px}.hero-scenes{grid-template-columns:1.05fr .8fr 1.2fr;gap:14px}.hero-scenes button{display:grid;align-content:start;gap:10px;min-height:79px;padding-block:14px}.hero-scenes button>b{font-size:11px;line-height:1.45}.hero-caption{font-size:12px;min-height:39px;max-width:270px}.hero-photo-footer{align-items:end;font-size:8px;gap:10px;padding-top:18px}.hero-photo-footer .mono{font-size:8px;white-space:nowrap}.demo-section{padding-top:24px}.motion-enabled .demo-stage{transform:none}.motion-enabled .phone-stage .phone{transform:rotate(calc(-6deg + var(--phone-enter, 1) * 3deg)) scale(.91)}}@media(prefers-reduced-motion:reduce){.motion-enabled [data-reveal]{opacity:1;translate:none}.motion-enabled .hero-frame img,.motion-enabled .demo-stage{transform:none}.motion-enabled .phone-stage .phone{transform:rotate(-3deg) scale(.91)}.motion-enabled .phone-stage .floating-scan{opacity:1;translate:none}}@media print{[data-reveal]{opacity:1!important;translate:none!important}}
