:root{--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-ui: "Inter", var(--font-sans);--color-canvas: #fafafa;--color-canvas-strong: #ffffff;--color-ink: #000000;--color-muted: rgba(0, 0, 0, .65);--color-line: rgba(15, 23, 42, .08);--color-accent: #4d93ff;--color-accent-ink: #ffffff;--color-panel: rgba(255, 255, 255, .75);--color-panel-strong: #f4f7fb;--shadow-soft: 0 20px 40px rgba(15, 23, 42, .06);--radius-card: 32px;--radius-pill: 999px;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--space-24: 6rem;--container: min(1120px, calc(100vw - 2rem) )}[data-font-mode=inter]{--font-sans: "Inter", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);color:var(--color-ink);background:#fff}a{color:inherit;text-decoration:none}p,li{color:var(--color-muted);font-size:19px;line-height:1.5}h1,h2,h3{margin:0;color:var(--color-ink);letter-spacing:-.03em;text-wrap:balance}ul{margin:0;padding:0;list-style:none}.sr-only,.skip-link:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:100;background:var(--color-accent);color:var(--color-accent-ink);padding:.75rem 1rem;border-radius:var(--radius-pill)}.site-main,.site-footer{width:var(--container);margin:0 auto}.site-main--splash{width:100%;max-width:none;background:#fff}.site-header{position:sticky;top:0;z-index:60;padding:1.1rem 0 .88rem}.site-header__inner{width:fit-content;max-width:calc(100vw - 2.4rem);margin:0 auto}.nav-shell{--header-motion-duration: .32s;--header-motion-ease: cubic-bezier(.22, 1, .36, 1);position:relative;display:grid;grid-template-columns:max-content auto max-content;align-items:center;min-height:3.22rem;width:fit-content;max-width:100%;padding:.4rem .78rem;border:1px solid transparent;border-radius:999px;transition:padding var(--header-motion-duration) var(--header-motion-ease),border-color var(--header-motion-duration) var(--header-motion-ease),background-color var(--header-motion-duration) var(--header-motion-ease),box-shadow var(--header-motion-duration) var(--header-motion-ease),transform var(--header-motion-duration) var(--header-motion-ease),backdrop-filter var(--header-motion-duration) var(--header-motion-ease);will-change:transform,padding,background-color,box-shadow,backdrop-filter}.nav-shell:before,.nav-shell:after{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity var(--header-motion-duration) var(--header-motion-ease);will-change:opacity}.nav-shell:before{background:linear-gradient(180deg,#ffffffb8,#ffffff5c),radial-gradient(circle at top center,rgba(255,255,255,.55),transparent 62%)}.nav-shell:after{inset:1px;background:linear-gradient(180deg,#ffffff6b,#ffffff14)}:root[data-header-state=condensed] .nav-shell{padding:.44rem .88rem;border-color:#ffffffd1;background:#ffffff80;box-shadow:0 1px 1px #0f172a08,0 6px 18px #0f172a0d,0 18px 34px #0f172a14;backdrop-filter:blur(22px) saturate(180%);-webkit-backdrop-filter:blur(22px) saturate(180%)}:root[data-header-state=condensed] .nav-shell:before,:root[data-header-state=condensed] .nav-shell:after{opacity:1}.brand-lockup,.nav-shell__divider,.header-nav,.header-action{position:relative;z-index:1}.nav-shell__edge{position:relative;z-index:1;display:flex;align-items:center;min-width:0}.nav-shell__edge--brand,.nav-shell__edge--action{transition:transform var(--header-motion-duration) var(--header-motion-ease),padding var(--header-motion-duration) var(--header-motion-ease);will-change:transform,padding}.nav-shell__edge--brand{justify-self:stretch;justify-content:flex-end;padding-right:clamp(6.25rem,9vw,8.5rem);transform:translateZ(0)}.nav-shell__edge--action{justify-self:stretch;justify-content:flex-start;padding-left:clamp(6.25rem,9vw,8.5rem);transform:translateZ(0)}.brand-lockup{display:inline-flex;align-items:center;gap:.44rem;flex-shrink:0;justify-self:start;min-width:max-content;transition:gap var(--header-motion-duration) var(--header-motion-ease)}.brand-lockup__mark,.brand-lockup__text{display:inline-flex;align-items:center}.brand-lockup__mark{width:var(--brand-mark-size);height:var(--brand-mark-size);flex:0 0 var(--brand-mark-size)}.brand-lockup__mark img{width:100%;height:100%;display:block;object-fit:contain}.brand-lockup__text{max-width:7.1rem;height:var(--brand-wordmark-height);overflow:hidden;transform-origin:left center;contain:paint;will-change:max-width,opacity,transform;transition:max-width var(--header-motion-duration) var(--header-motion-ease),opacity .28s var(--header-motion-ease),transform var(--header-motion-duration) var(--header-motion-ease)}.brand-lockup__text img{height:100%;width:auto;display:block}:root[data-header-state=condensed] .nav-shell__edge--brand{padding-right:1.35rem;transform:translateZ(0)}:root[data-header-state=condensed] .brand-lockup{gap:0}:root[data-header-state=condensed] .brand-lockup__text{max-width:0;opacity:0;transform:translate3d(-.34rem,0,0) scale(.96)}.nav-shell__divider{width:1px;height:1.4rem;margin-left:.52rem;margin-right:0;background:linear-gradient(180deg,#0f172a0a,#0f172a26,#0f172a0a);opacity:.48;transform:scaleY(.92);will-change:transform;transition:opacity .22s ease,transform var(--header-motion-duration) var(--header-motion-ease),margin var(--header-motion-duration) var(--header-motion-ease);will-change:transform,margin,opacity}:root[data-header-state=condensed] .nav-shell__divider{margin-left:.64rem;margin-right:0;opacity:.52;transform:scaleY(1)}.header-nav{grid-column:2;display:flex;justify-content:center;min-width:0}.nav-list{display:flex;align-items:center;justify-content:center;gap:clamp(.88rem,1.2vw,1.24rem);flex-wrap:nowrap}.nav-link{padding:.42rem .1rem;color:#0f172ad1;font-size:.99rem;font-weight:530;letter-spacing:-.03em;transition:color .18s ease,opacity .18s ease}.nav-link:hover,.nav-link.is-current{color:#111}.header-action{display:inline-flex;align-items:center;justify-content:center;gap:.22rem;min-height:2.52rem;padding:0;color:#111;font-size:.99rem;font-weight:620;letter-spacing:-.03em;flex-shrink:0;justify-self:end;border-radius:999px;transition:padding var(--header-motion-duration) var(--header-motion-ease),color .24s ease,background-color var(--header-motion-duration) var(--header-motion-ease),box-shadow var(--header-motion-duration) var(--header-motion-ease)}.header-action__label{white-space:nowrap}.header-action__icon{display:inline-flex;align-items:center;justify-content:center;width:1.34rem;height:1.34rem;border-radius:999px;color:currentColor;transition:width var(--header-motion-duration) var(--header-motion-ease),height var(--header-motion-duration) var(--header-motion-ease),background-color var(--header-motion-duration) var(--header-motion-ease),box-shadow var(--header-motion-duration) var(--header-motion-ease)}.header-action__icon svg{width:.96rem;height:.96rem;stroke:currentColor}.mobile-header,.mobile-menu-shell{display:none}.mobile-brand-lockup__text,.mobile-header__divider,.mobile-header__cta,.mobile-menu-toggle,.mobile-menu-panel{transition:opacity var(--header-motion-duration) var(--header-motion-ease),transform var(--header-motion-duration) var(--header-motion-ease),max-width var(--header-motion-duration) var(--header-motion-ease),padding var(--header-motion-duration) var(--header-motion-ease),background-color var(--header-motion-duration) var(--header-motion-ease),border-color var(--header-motion-duration) var(--header-motion-ease),box-shadow var(--header-motion-duration) var(--header-motion-ease)}:root[data-header-state=condensed] .nav-shell__edge--action{padding-left:1.35rem;transform:translateZ(0)}:root[data-header-state=condensed] .header-action{padding:.18rem .75rem;background:#161616;color:#fff;box-shadow:inset 0 1px #ffffff14,0 14px 28px #0f172a24}:root[data-header-state=condensed] .header-action__icon{width:1.16rem;height:1.16rem;background:transparent;box-shadow:none}.button-row,.mini-list{display:flex;align-items:center;gap:clamp(1.3rem,1.8vw,2.2rem);flex-wrap:nowrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.9rem;padding:0 1rem;border:1px solid transparent;border-radius:var(--radius-pill);font-weight:600}.button--primary{background:var(--color-accent);color:var(--color-accent-ink)}.button--secondary{border-color:var(--color-line);background:#ffffffb8}.button--dark{background:#111;color:#fff;box-shadow:0 18px 30px #11111129}.button--soft{border-color:#0f172a1f;background:#ffffffeb}.page-shell{padding:var(--space-16) 0 var(--space-24)}.legal-page{background:#fff}.legal-page__inner{width:min(900px,calc(100vw - 2.5rem));margin:0 auto;padding:clamp(4.5rem,8vw,6.75rem) 0 clamp(5rem,8vw,7rem)}.legal-page__header{display:grid;gap:1.15rem;padding-bottom:2.25rem;border-bottom:1px solid rgba(15,23,42,.08)}.legal-page__title{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:56px;line-height:1;letter-spacing:-.28px;font-weight:700;color:#000}.legal-page__meta{display:grid;gap:.18rem}.legal-page__meta p{margin:0;font-size:1rem;line-height:1.45;color:#0f172a85}.legal-page__intro{display:grid;gap:.9rem;padding-top:.15rem}.legal-page__intro p{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:22px;line-height:1.5;font-weight:500;color:#000000a6}.legal-page__content{display:grid;gap:2rem;padding-top:2.2rem}.legal-page__section{display:grid;gap:.85rem}.legal-page__section h2{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:1.2rem;line-height:1.25;letter-spacing:-.02em;font-weight:700;color:#0f172a}.legal-page__section p{margin:0;font-size:1.02rem;line-height:1.72;color:#0f172ab8}.splash{min-height:100vh;display:flex;align-items:flex-start;padding:clamp(1.8rem,4vw,3.25rem) 0 clamp(2rem,5vw,4rem);background:#fff}.splash__stack{width:min(1380px,calc(100vw - 2.5rem));margin:0 auto;display:grid;justify-items:center;gap:clamp(2rem,4vw,3.25rem)}.splash__media{position:relative;min-height:min(56vh,620px);display:flex;align-items:center;justify-content:center;width:100%}.splash__glow{position:absolute;border-radius:999px;filter:blur(30px);opacity:.55}.splash__glow--large{width:24rem;height:24rem;left:14%;top:18%;background:radial-gradient(circle,rgba(119,173,255,.2),transparent 70%)}.splash__glow--small{width:13rem;height:13rem;right:12%;bottom:18%;background:radial-gradient(circle,rgba(15,23,42,.08),transparent 72%)}.splash__device,.splash__placeholder{position:absolute}.splash__placeholder--workspace{width:min(54vw,760px);left:50%;top:50%;transform:translate(-56%,-50%) rotate(-4deg);opacity:.56}.splash__placeholder--record{width:min(18vw,220px);left:50%;top:50%;transform:translate(-6%,-44%) rotate(5deg);opacity:.86}.placeholder-frame{position:relative;border:1px solid rgba(15,23,42,.08);background:#ffffffeb;box-shadow:0 30px 70px #0f172a14;overflow:hidden}.placeholder-frame--wide{aspect-ratio:1.32;border-radius:2.3rem}.placeholder-frame--tall{aspect-ratio:.49;border-radius:2.7rem;background:linear-gradient(180deg,#fbfdff,#eef3f9)}.placeholder-bar{display:flex;gap:.45rem;padding:1rem 1rem 0}.placeholder-bar span{width:.55rem;height:.55rem;border-radius:999px;background:#0f172a24}.placeholder-screen{display:grid;grid-template-columns:.28fr 1fr;gap:1rem;padding:1rem}.placeholder-sidebar,.placeholder-canvas{border-radius:1.4rem;background:#f1f5f9eb}.placeholder-sidebar{display:grid;align-content:start;gap:.8rem;padding:1rem .8rem}.placeholder-chip{height:.8rem;border-radius:999px;background:#0f172a24}.placeholder-chip--dark{background:#0f172ab8}.placeholder-canvas{display:grid;gap:.9rem;padding:1rem}.placeholder-header{height:3.5rem;border-radius:1.1rem;background:linear-gradient(135deg,#4d93ff29,#4d93ff0d)}.placeholder-row{height:1rem;border-radius:999px;background:#0f172a1f}.placeholder-row--strong{width:72%;background:#0f172a3d}.placeholder-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;padding-top:.3rem}.placeholder-grid div{height:5.3rem;border-radius:1.1rem;background:#ffffffe6;border:1px solid rgba(15,23,42,.06)}.placeholder-notch{position:absolute;top:.7rem;left:50%;width:34%;height:1.2rem;transform:translate(-50%);border-radius:999px;background:#0f172ac7}.placeholder-phone-screen{display:grid;gap:.85rem;height:100%;padding:2.4rem .9rem 1rem}.placeholder-phone-header{height:3.6rem;border-radius:1rem;background:#0f172a14}.placeholder-phone-card{height:4.7rem;border-radius:1rem;background:#fffffff5;border:1px solid rgba(15,23,42,.07)}.placeholder-phone-card--accent{background:linear-gradient(180deg,#4d93ff29,#4d93ff0d)}.placeholder-phone-footer{margin-top:auto;height:.35rem;width:34%;justify-self:center;border-radius:999px;background:#0f172a38}.splash__copy{display:grid;gap:.94rem;justify-items:start}.splash__copy--centered{justify-items:center;text-align:center}.splash__title{max-width:10ch;font-size:clamp(4rem,6vw,6.3rem);line-height:1;letter-spacing:-1px;font-weight:700;text-wrap:balance;color:#000}.splash__lede{max-width:24ch;margin:0;font-size:clamp(1.95rem,2.85vw,3rem);line-height:1.08;letter-spacing:-.03em;font-weight:700;text-wrap:balance;color:#000}.splash__body{margin-top:-.04rem;max-width:44rem;font-size:19px;font-weight:500;line-height:1.5;color:var(--color-muted)}.splash__body--centered{text-align:center}.problem-section{position:relative;overflow:clip;background:radial-gradient(circle at top center,rgba(54,67,122,.16),transparent 36%),linear-gradient(180deg,#07030c,#040109)}.problem-section__inner{width:min(1120px,calc(100vw - 2.5rem));margin:0 auto;padding:clamp(5.75rem,10vw,8.5rem) 0 clamp(6rem,10vw,8.75rem)}.problem-section__copy{display:grid;gap:28px}.problem-section__title{max-width:16ch;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:56px;line-height:1;letter-spacing:-.28px;font-weight:700;color:#fff;text-wrap:pretty}.problem-section__title-line{display:block;white-space:nowrap}.problem-section__body{max-width:58ch;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:22px;line-height:1.5;letter-spacing:0px;font-weight:500;color:#fffc}.solution-section{position:relative;overflow:clip;background:#fff}.solution-section__inner{width:min(1120px,calc(100vw - 2.5rem));margin:0 auto;padding:clamp(5rem,9vw,7.5rem) 0 clamp(6rem,10vw,8rem);display:grid;grid-template-columns:1fr;justify-items:center;gap:clamp(2rem,4vw,3rem);align-items:center}.solution-section__copy{display:grid;justify-items:center;gap:1.2rem;text-align:center}.solution-section__title{max-width:24ch;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:56px;line-height:1.05;letter-spacing:-.28px;font-weight:700;color:#000;text-wrap:balance}.solution-section__title-line{display:block}.solution-section__desc{padding-top:4px}.solution-section__body{max-width:58rem;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:21px;line-height:1.5;letter-spacing:0px;font-weight:500;color:#000000a6}.solution-section__body-line{display:block}.solution-section__stack{display:grid;gap:1rem;width:min(100%,56rem)}.solution-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;align-items:center;padding:1.2rem 1.25rem 1.25rem;border:1px solid rgba(15,23,42,.08);border-radius:28px;background:linear-gradient(180deg,#fffffffa,#f6f9fdf2),#fffffff5;box-shadow:inset 0 1px #fffc,0 20px 44px #0f172a14;backdrop-filter:blur(22px) saturate(165%);-webkit-backdrop-filter:blur(22px) saturate(165%);opacity:0;transform:translate3d(0,32px,0) scale(.965);filter:blur(8px);transition:opacity .52s ease,filter .62s ease,transform .88s cubic-bezier(.22,1.18,.36,1),box-shadow .26s ease,border-color .26s ease;transition-delay:var(--solution-delay, 0ms)}.solution-card.is-visible{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}.solution-card__icon{width:2.35rem;height:2.35rem;padding:0;border-radius:0;display:grid;place-items:center;border:none;background:transparent;color:#0f172aeb;box-shadow:none}.solution-card__icon img{width:100%;height:100%;display:block;object-fit:contain}.solution-card__content{display:grid;gap:.45rem;align-content:center}.solution-card__content h3{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:1.18rem;line-height:1.1;letter-spacing:-.03em;font-weight:650;color:#0f172a}.solution-card__content p{margin:0;font-size:1.01rem;line-height:1.5;color:#0f172aad;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.workflow-section{--workflow-progress: 0;--workflow-phase-index: 0;--workflow-copy-shift: 0%;--workflow-screen-shift: 0%;min-height:280vh;padding:0;position:relative;overflow:visible;background:linear-gradient(180deg,#fff,#f6f9fd)}.workflow-section__inner{width:min(1120px,calc(100vw - 2.5rem));min-height:inherit;margin:0 auto;padding:0}.workflow-section__stage{display:grid;grid-template-columns:minmax(0,.95fr) minmax(300px,.85fr);gap:clamp(2.5rem,5vw,5rem);align-items:center;position:sticky;top:0;min-height:100vh;padding:clamp(5rem,9vw,7rem) 0}.workflow-section__copy{display:grid;gap:1.75rem;align-content:start}.workflow-section__intro{display:grid;gap:1.4rem}.workflow-section__eyebrow{margin:0;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#0f172a7a}.workflow-section__title{max-width:11ch;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:56px;line-height:1;letter-spacing:-.28px;font-weight:700;color:#000;text-wrap:pretty}.workflow-section__title-line{display:block;white-space:nowrap}.workflow-section__lede,.workflow-section__phase-body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:22px;line-height:1.5;letter-spacing:0px;font-weight:500;color:#000000a6}.workflow-section__phase-viewport{position:relative;min-height:min(40rem,56vh);overflow:visible}.workflow-section__phase-track{position:relative;min-height:100%;transition:none}.workflow-phase-card{position:absolute;inset:0;display:grid;gap:1rem;min-height:min(40rem,56vh);align-content:start;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,1rem,0);transition:opacity .22s ease,transform .42s cubic-bezier(.22,1,.36,1),visibility 0s linear .22s}.workflow-section[data-workflow-active-phase=pre-op] .workflow-phase-card[data-phase=pre-op],.workflow-section[data-workflow-active-phase=intra-op] .workflow-phase-card[data-phase=intra-op],.workflow-section[data-workflow-active-phase=post-op] .workflow-phase-card[data-phase=post-op]{position:relative;inset:auto;opacity:1;visibility:visible;pointer-events:auto;transform:none;transition-delay:0s}.workflow-section__phase{display:grid;gap:.65rem}.workflow-section__phase-label{margin:0;font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#0f172a7a}.workflow-section__phase-title{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:1.85rem;line-height:1.08;letter-spacing:-.03em;font-weight:700;color:#0f172a}.workflow-section__points{display:grid;gap:.85rem;padding-top:.25rem}.workflow-point{display:grid;gap:.45rem;padding:1rem 1.05rem;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:#ffffffc7}.workflow-point h4{margin:0;font-size:1.05rem;line-height:1.15;letter-spacing:-.02em;font-weight:650;color:#0f172a}.workflow-point p{margin:0;font-size:1rem;line-height:1.5;color:#0f172aad}.workflow-section__device{display:flex;justify-content:center}.workflow-phone-shell{width:min(100%,21rem);display:grid;gap:1rem;justify-items:center}.workflow-phone{position:relative;width:100%;aspect-ratio:.49;padding:.78rem;border-radius:3rem;background:linear-gradient(180deg,#1e2430,#090d15);box-shadow:inset 0 1px #ffffff24,0 34px 70px #0f172a2e}.workflow-phone__notch{position:absolute;top:1rem;left:50%;width:38%;height:1.45rem;transform:translate(-50%);border-radius:999px;background:#000000c7;z-index:2}.workflow-phone__screen-viewport{height:100%;border-radius:2.4rem;background:radial-gradient(circle at top left,rgba(77,147,255,.14),transparent 35%),linear-gradient(180deg,#f9fbff,#edf3fb);overflow:hidden}.workflow-phone__screen-track{height:100%;display:grid;grid-auto-rows:100%;transform:translate3d(0,calc(var(--workflow-screen-shift, 0%) * -1),0);transition:transform .56s cubic-bezier(.22,1,.36,1);will-change:transform}.workflow-phone__screen{height:100%;padding:2.2rem 1rem 1rem;display:grid;gap:.85rem;align-content:start}.workflow-phone__status{display:flex;justify-content:space-between;align-items:center;font-size:.76rem;font-weight:700;letter-spacing:-.01em;color:#0f172ab3}.workflow-phone__hero-card,.workflow-phone__panel{border:1px solid rgba(15,23,42,.06);border-radius:1.35rem;background:#ffffffd1;box-shadow:inset 0 1px #ffffffd9,0 14px 28px #0f172a0f}.workflow-phone__hero-card{display:grid;gap:.55rem;padding:1rem}.workflow-phone__hero-chip{width:fit-content;padding:.3rem .55rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#1855b8;background:#4d93ff24}.workflow-phone__hero-chip--muted{color:#0f172a8f;background:#0f172a14}.workflow-phone__hero-title,.workflow-phone__panel-title,.workflow-phone__hero-line,.workflow-phone__row span,.workflow-phone__media div,.workflow-phone__footer-bar,.workflow-phone__timeline-row span,.workflow-phone__token-row span,.workflow-phone__event-line,.workflow-phone__summary-grid span,.workflow-phone__cta{border-radius:999px;background:#0f172a1f}.workflow-phone__hero-title{width:52%;height:1rem;background:#0f172a2e}.workflow-phone__hero-title--wide{width:68%}.workflow-phone__hero-line{width:100%;height:.82rem}.workflow-phone__hero-line--short{width:72%}.workflow-phone__panel{display:grid;gap:.85rem;padding:.95rem}.workflow-phone__panel-title{width:38%;height:.85rem;background:#0f172a2e}.workflow-phone__panel-title--wide{width:54%}.workflow-phone__row{display:grid;grid-template-columns:1.1fr .72fr;gap:.7rem}.workflow-phone__row span{height:2.95rem}.workflow-phone__media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.workflow-phone__media div{aspect-ratio:1;border-radius:1rem}.workflow-phone__timeline{display:grid;gap:.6rem}.workflow-phone__timeline-row{display:grid;grid-template-columns:.38fr 1fr .58fr;gap:.55rem}.workflow-phone__timeline-row span{height:2.25rem;border-radius:.9rem}.workflow-phone__token-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.workflow-phone__token-row span{height:1.8rem}.workflow-phone__event-card{display:grid;gap:.5rem;padding:.8rem;border-radius:1rem;background:#f7f9fdf0}.workflow-phone__event-line{height:.72rem;border-radius:999px}.workflow-phone__event-line--short{width:48%}.workflow-phone__event-line--long{width:88%}.workflow-phone__summary-grid{display:grid;gap:.65rem}.workflow-phone__summary-grid span{height:3rem;border-radius:1rem}.workflow-phone__cta{height:3.1rem;border-radius:1rem;background:linear-gradient(180deg,#4d93ffcc,#326de0d1),#4d93ffe0}.workflow-phone__footer-bar{margin-top:auto;justify-self:center;width:38%;height:.34rem;background:#0f172a33}.workflow-tabs{width:min(100%,20rem);padding:.38rem;border:1px solid rgba(15,23,42,.08);border-radius:1.7rem;background:#ffffffb8;box-shadow:inset 0 1px #ffffffbd,0 18px 34px #0f172a14;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%)}.workflow-tabs__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}.workflow-tabs__item{min-height:3.05rem;padding:.45rem .35rem;border:none;border-radius:1.25rem;display:grid;place-items:center;appearance:none;-webkit-appearance:none;background:transparent;cursor:pointer;font:inherit;text-align:center;font-size:.92rem;line-height:1.1;letter-spacing:-.02em;font-weight:600;color:#0f172a70;transition:color .22s ease,background-color .22s ease,box-shadow .22s ease,transform .22s ease}.workflow-tabs__item.is-active{color:#fff;background:#2c2c2e;box-shadow:inset 0 1px #ffffff14,0 8px 18px #0f172a1f;transform:translate3d(0,-1px,0)}.export-section{position:relative;background:linear-gradient(180deg,#fff,#fbfcfe)}.export-section__inner{width:min(1120px,calc(100vw - 2.5rem));margin:0 auto;padding:clamp(5rem,9vw,7rem) 0 clamp(5.5rem,9vw,7.5rem);display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem);align-items:start;justify-items:center}.export-section__copy{display:grid;gap:1.35rem;width:100%;justify-items:center;text-align:center}.export-section__title{max-width:none;width:100%;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:clamp(2.8rem,4vw,50px);line-height:1;letter-spacing:-.28px;font-weight:700;color:#000;text-wrap:pretty}.export-section__body{max-width:none;width:100%;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:22px;line-height:1.5;letter-spacing:0;font-weight:500;color:#000000a6}.export-section__preview{display:flex;justify-content:center;width:100%}.export-record{position:relative;width:min(100%,35rem);height:33rem;padding:1.35rem;border:1px solid rgba(15,23,42,.08);border-radius:2rem;background:linear-gradient(180deg,#fffffffa,#f7fafff5),#fff;box-shadow:inset 0 1px #ffffffdb,0 24px 46px #0f172a14;overflow:hidden;display:grid;gap:1rem}.export-record:after{content:"";position:absolute;inset:auto 0 0;height:6rem;background:linear-gradient(180deg,#fbfcfe00,#fbfcfef2 82%);pointer-events:none}.export-record__header,.export-record__block,.export-record__event-card{border:1px solid rgba(15,23,42,.06);border-radius:1.4rem;background:#ffffffeb}.export-record__header{display:grid;gap:.55rem;padding:1rem 1.05rem}.export-record__block{display:grid;gap:.8rem;padding:1rem 1.05rem}.export-record__title,.export-record__meta,.export-record__line,.export-record__row span,.export-record__timeline span,.export-record__table-row span{border-radius:999px;background:#0f172a1f}.export-record__title{width:42%;height:1rem;background:#0f172a2e}.export-record__meta{width:68%;height:.8rem}.export-record__line{height:.84rem}.export-record__line--wide{width:58%}.export-record__line--medium{width:46%}.export-record__line--short{width:34%}.export-record__row{display:grid;grid-template-columns:.6fr 1.2fr .7fr;gap:.6rem}.export-record__row span{height:2.2rem}.export-record__timeline{display:grid;gap:.55rem}.export-record__timeline span{height:.94rem}.export-record__block--crop{margin-top:.35rem}.export-record__table{display:grid;gap:.6rem}.export-record__table-row{display:grid;grid-template-columns:.46fr .8fr 1fr .7fr;gap:.55rem}.export-record__table-row span{height:2.55rem;border-radius:.9rem}.security-section{position:relative;background:linear-gradient(180deg,#fbfcfe,#f2f6fb)}.security-section__inner{width:min(1120px,calc(100vw - 2.5rem));margin:0 auto;padding:clamp(5rem,9vw,7rem) 0 clamp(5.25rem,9vw,7.25rem);display:grid;gap:clamp(1.6rem,3vw,2.4rem);justify-items:center;text-align:center}.security-section__copy{display:grid;gap:1.2rem;justify-items:center;text-align:center;width:min(100%,52rem)}.security-section__icon-shell{width:clamp(5.5rem,11vw,6.4rem);height:clamp(5.5rem,11vw,6.4rem);display:grid;place-items:center;border-radius:1.85rem;background:linear-gradient(180deg,#fff,#f7f7f7);box-shadow:0 1px #fffffff2 inset,0 10px 18px #0f172a14,0 2px 6px #0f172a0d}.security-section__icon{width:clamp(2.6rem,5vw,3.2rem);height:auto;display:block;filter:drop-shadow(0 2px 4px rgba(15,23,42,.06))}.security-section__title{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:56px;line-height:1;letter-spacing:-.28px;font-weight:700;color:#000}.security-section__body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:22px;line-height:1.5;letter-spacing:0;font-weight:500;color:#000000a6}.security-section__points{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.security-point{min-height:6.25rem;padding:1.15rem 1rem;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:#ffffffc7;box-shadow:inset 0 1px #ffffffe0,0 16px 32px #0f172a0d;display:grid;place-items:center}.security-point h3{margin:0;font-size:1.05rem;line-height:1.25;letter-spacing:-.02em;font-weight:650;color:#0f172a}.security-section__link{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:0 1rem;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:#ffffffb8;font-size:.98rem;font-weight:600;letter-spacing:-.02em;color:#0f172ac7;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}.faq-section{position:relative;background:#fff}.faq-section__inner{width:min(1120px,calc(100vw - 2.5rem));margin:0 auto;padding:clamp(5rem,9vw,7rem) 0 clamp(5.5rem,9vw,7.5rem);display:grid;gap:clamp(2rem,4vw,2.75rem);justify-items:start}.faq-section__title{margin:0;text-align:left;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:56px;line-height:1;letter-spacing:-.28px;font-weight:700;color:#000}.faq-list{width:min(100%,50rem);border-top:1px solid rgba(15,23,42,.1)}.faq-item{border-bottom:1px solid rgba(15,23,42,.1)}.faq-item__trigger{width:100%;margin:0;padding:1.2rem 0;border:none;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;text-align:left;font:inherit;color:#0f172a}.faq-item__trigger span:first-child{font-size:1.08rem;line-height:1.3;letter-spacing:-.02em;font-weight:600}.faq-item__chevron{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.2rem;height:1.2rem;color:#0f172ab3;transition:transform .18s ease,color .18s ease}.faq-item__chevron svg{width:100%;height:100%}.faq-item__chevron path{stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.faq-item.is-open .faq-item__chevron{transform:rotate(180deg)}.faq-item__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .26s cubic-bezier(.22,1,.36,1)}.faq-item__content.is-open{grid-template-rows:1fr}.faq-item__content-inner{overflow:hidden}.faq-item__content-inner p{padding:0 2.25rem 1.35rem 0}.faq-item__content p{margin:0;color:#0f172aad}.download-section{padding:3.25rem 0 5.75rem}.download-section__inner{width:min(1120px,calc(100vw - 2.5rem));margin:0 auto;padding:3.2rem 2rem 1.75rem;border-radius:40px;background:radial-gradient(circle at top,#f9fbfc,#eef2f6 42%,#e7edf3);box-shadow:inset 0 1px #ffffffe0,0 24px 48px #0f172a14}.download-section__copy{max-width:34rem;margin:0 auto;text-align:center}.download-section__title{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:56px;line-height:1;letter-spacing:-.28px;font-weight:700;color:#000}.download-section__body{max-width:30rem;margin:1rem auto 1.45rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:22px;line-height:1.5;font-weight:500;color:#000000a6}.download-section__button{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:.62rem;min-height:3.28rem;padding:.88rem 1.36rem;border-radius:999px;background:#000;color:#fff;font-size:1.02rem;font-weight:700;letter-spacing:-.02em;box-shadow:0 14px 24px #0f172a24;transition:box-shadow .18s ease}.download-section__button:after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 50% 45%,#ffffff38,#ffffff14 55%,#ffffff08);opacity:0;transition:opacity .18s ease;pointer-events:none}.download-section__button:hover,.download-section__button:focus-visible{box-shadow:0 14px 24px #0f172a24,0 0 0 1px #ffffff1a,0 0 24px #ffffff47}.download-section__button:hover:after,.download-section__button:focus-visible:after{opacity:1}.download-section__button-icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;flex:0 0 auto}.download-section__button-icon svg{width:100%;height:100%;stroke:currentColor;transform:none}.download-section__button span{transform:none}.download-section__button span:last-child{position:relative;z-index:1}.download-section__devices{position:relative;height:21rem;margin-top:2.8rem}.download-section__device{position:absolute;margin:0;color:#0f172a8f;font-size:.84rem;font-weight:600;letter-spacing:.01em;text-align:center}.download-section__device figcaption{padding-top:.85rem}.download-section__device--iphone{left:6%;bottom:1.1rem;width:11rem;transform:rotate(-9deg)}.download-section__device--ipad-mini{left:31%;bottom:0;width:22rem;z-index:2}.download-section__device--ipad-pro{right:5.5%;bottom:1.35rem;width:18rem;transform:rotate(7deg)}.download-section__screen{position:relative;overflow:hidden;padding:.5rem;border-radius:2rem;background:linear-gradient(180deg,#20232a,#111319);box-shadow:0 30px 54px #0f172a2e}.download-section__device--ipad-mini .download-section__screen{border-radius:1.7rem}.download-section__device--ipad-pro .download-section__screen{border-radius:1.35rem}.download-section__screen:before{content:"";display:block;width:100%;aspect-ratio:.78;border-radius:1.6rem;background:linear-gradient(180deg,#f8fbff,#dbe5f0)}.download-section__device--ipad-mini .download-section__screen:before{aspect-ratio:1.46;border-radius:1.25rem}.download-section__device--ipad-pro .download-section__screen:before{aspect-ratio:1.58;border-radius:1rem}.download-section__screen>.download-section__screen-topbar,.download-section__screen>.download-section__screen-stack{position:absolute;left:1rem;right:1rem}.download-section__device--iphone .download-section__screen>.download-section__screen-topbar,.download-section__device--iphone .download-section__screen>.download-section__screen-stack{left:.95rem;right:.95rem}.download-section__screen-topbar{top:1rem;height:16%;border-radius:1rem;background:linear-gradient(180deg,#edf5fc,#e5edf6)}.download-section__screen-stack{top:22%;display:grid;gap:.62rem}.download-section__screen-line,.download-section__screen-card,.download-section__screen-panel{border-radius:1rem;background:#0f172a1a}.download-section__screen-line{width:46%;height:.8rem;background:#0f172a2e}.download-section__screen-line--short{width:58%}.download-section__screen-card{height:2.3rem}.download-section__screen-card--accent{background:#4d93ff2e}.download-section__screen-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.download-section__screen-grid--split{grid-template-columns:repeat(2,minmax(0,1fr))}.download-section__screen-panel{height:4.05rem;background:#0f172a14}.download-section__screen-panel--wide{height:3rem}@media(hover:hover)and (pointer:fine){.solution-card:hover{border-color:#0f172a1f;box-shadow:inset 0 1px #fffffff5,0 26px 52px #0f172a1a}.security-section__link:hover{border-color:#0f172a2e;background:#ffffffeb;color:#0f172a;transform:translate3d(0,-1px,0)}}@media(prefers-reduced-motion:reduce){.solution-card{opacity:1;filter:none;transform:none;transition:none}.workflow-tabs__item{transition:none}.workflow-section{min-height:auto;padding:clamp(5rem,9vw,7.5rem) 0 clamp(5.5rem,9vw,7.5rem)}.workflow-section__inner{min-height:0;padding:0}.workflow-section__stage{position:static;min-height:auto;padding:0}.workflow-section__phase-viewport{height:auto;overflow:visible}.workflow-section__phase-track{min-height:0}.workflow-phone__screen-track{display:block;transform:none}.workflow-phase-card{position:static;inset:auto;min-height:auto;opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:none}.workflow-section[data-workflow-active-phase=pre-op] .workflow-phase-card:not([data-phase=pre-op]),.workflow-section[data-workflow-active-phase=intra-op] .workflow-phase-card:not([data-phase=intra-op]),.workflow-section[data-workflow-active-phase=post-op] .workflow-phase-card:not([data-phase=post-op]){display:none}.workflow-section[data-workflow-active-phase=pre-op] .workflow-phone__screen:not(.workflow-phone__screen--pre-op),.workflow-section[data-workflow-active-phase=intra-op] .workflow-phone__screen:not(.workflow-phone__screen--intra-op),.workflow-section[data-workflow-active-phase=post-op] .workflow-phone__screen:not(.workflow-phone__screen--post-op){display:none}.export-section__inner,.security-section__points{grid-template-columns:1fr}}.hero{display:grid;grid-template-columns:1.6fr 1fr;gap:var(--space-8);align-items:start;padding:var(--space-12) 0}.hero__copy{display:grid;gap:var(--space-6)}.hero__title{font-size:clamp(3rem,6vw,4.75rem);line-height:.97}.hero__body,.section-shell>p{max-width:42rem;font-size:1.05rem}.eyebrow{margin:0;font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#0f172a85}.surface{border:1px solid var(--color-line);border-radius:var(--radius-card);background:var(--color-panel);box-shadow:var(--shadow-soft)}.hero__panel,.surface--cta,.surface--note,.feature-card{padding:var(--space-8)}.hero__panel{position:sticky;top:6.75rem}.mini-list{padding-top:var(--space-3)}.mini-list li:before,.checklist li:before{content:"•";color:var(--color-accent);margin-right:.6rem}.content-section{padding:var(--space-8) 0}.section-shell,.feature-grid{display:grid;gap:var(--space-4)}.feature-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card{background:var(--color-canvas-strong)}.checklist{display:grid;gap:var(--space-3);padding:var(--space-6) 0 0}.site-footer{padding:clamp(4.75rem,7vw,6.5rem) 0 clamp(3.6rem,6vw,5.4rem);border-top:1px solid rgba(15,23,42,.08)}.footer-grid{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:clamp(1.3rem,2.6vw,2.6rem)}.footer-brand-lockup{display:inline-flex;align-items:flex-start;width:fit-content;color:var(--color-ink);user-select:none;-webkit-user-drag:none}.footer-brand-lockup__mark{display:inline-flex;width:var(--footer-brand-mark-size);height:var(--footer-brand-mark-size);flex:0 0 auto}.footer-brand-lockup__mark img{display:block;width:100%;height:100%;object-fit:contain;user-select:none;-webkit-user-drag:none}.footer-content{display:grid;justify-items:start;width:fit-content}.footer-nav-grid{display:flex;align-items:flex-start;justify-content:flex-start;gap:clamp(1.6rem,2.4vw,2.75rem);flex-wrap:nowrap}.footer-column{flex:0 0 auto;min-width:min(8.75rem,100%);display:grid;gap:.18rem}.footer-column h2{font-size:1.04rem;font-weight:600;letter-spacing:-.02em}.footer-list{display:grid;gap:.2rem}.footer-list a{color:#0f172a9e;font-size:1.02rem;line-height:1.28;transition:color .18s ease}.footer-list a:hover,.footer-list a:focus-visible{color:#0f172aeb}.footer-meta{margin:1.1rem 0 0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;color:#0f172a75;font-size:.9rem;line-height:1.4}@media(max-width:900px){.hero,.footer-grid{grid-template-columns:1fr}.footer-grid{gap:2.2rem}.footer-content{width:100%}.footer-nav-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.4rem}.feature-grid--2,.feature-grid--3{grid-template-columns:1fr}}@media(max-width:767px){.site-header{padding:.48rem 0 .18rem}.site-header__inner{width:calc(100vw - 3.1rem);max-width:calc(100vw - 3.1rem)}.nav-shell{width:100%;min-height:0;grid-template-columns:1fr;padding:0;border-radius:2rem;border-color:transparent;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;overflow:clip}.nav-shell:before,.nav-shell:after,.nav-shell__edge,.header-nav{display:none}:root[data-header-state=condensed] .nav-shell,.nav-shell[data-mobile-menu=open]{border-color:transparent;background:#ffffff85;box-shadow:0 10px 28px #0f172a12,0 18px 36px #0f172a14;backdrop-filter:blur(34px) saturate(210%);-webkit-backdrop-filter:blur(34px) saturate(210%)}.mobile-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.42rem;padding:.04rem}:root[data-header-state=condensed] .mobile-header,.nav-shell[data-mobile-menu=open] .mobile-header{padding:.2rem .28rem}.nav-shell[data-mobile-menu=open] .mobile-header{padding:.28rem .46rem}.mobile-header__brand-group{display:flex;align-items:center;min-width:0;gap:.45rem}.mobile-brand-lockup{display:inline-flex;align-items:center;min-width:0;gap:.42rem}.mobile-brand-lockup__mark,.mobile-brand-lockup__text{display:inline-flex;align-items:center}.mobile-brand-lockup__mark{width:2.1rem;height:2.1rem;flex:0 0 2.1rem}.mobile-brand-lockup__mark img{width:100%;height:100%;display:block;object-fit:contain}.mobile-brand-lockup__text{max-width:4.1rem;height:.98rem;overflow:hidden;transform-origin:left center}.mobile-brand-lockup__text img{height:100%;width:auto;display:block}:root[data-header-state=condensed] .mobile-brand-lockup__text,.nav-shell[data-mobile-menu=open] .mobile-brand-lockup__text{max-width:0;opacity:0;transform:translate3d(-.32rem,0,0) scale(.96)}.mobile-header__divider{width:1px;height:1.45rem;background:linear-gradient(180deg,#0f172a0d,#0f172a29,#0f172a0d);opacity:0;transform:scaleY(.82);flex:0 0 auto}:root[data-header-state=condensed] .mobile-header__divider,.nav-shell[data-mobile-menu=open] .mobile-header__divider{opacity:.44;transform:scaleY(1)}.mobile-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.34rem;min-width:0}.nav-shell[data-mobile-menu=open] .mobile-header__actions{gap:.24rem}.mobile-header__cta{display:inline-flex;align-items:center;justify-content:center;min-height:2.12rem;padding:0 .74rem;border:1px solid rgba(15,23,42,.12);border-radius:999px;background:#ffffffc7;color:#111;font-size:clamp(.78rem,3.8vw,.88rem);font-weight:610;letter-spacing:-.04em;white-space:nowrap;flex:0 0 auto}:root[data-header-state=condensed] .mobile-header__cta,.nav-shell[data-mobile-menu=open] .mobile-header__cta{border-color:transparent;background:#161616;color:#fff;box-shadow:inset 0 1px #ffffff14,0 14px 28px #0f172a24}.mobile-menu-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.12rem;height:2.12rem;padding:0;border:1px solid rgba(15,23,42,.1);border-radius:999px;background:#ffffffd1;color:#111;flex:0 0 auto;cursor:pointer}.mobile-menu-toggle__line{position:absolute;width:.96rem;height:1.75px;border-radius:999px;background:currentColor;transition:transform var(--header-motion-duration) var(--header-motion-ease),opacity .2s ease}.mobile-menu-toggle__line:first-child{transform:translateY(-.21rem)}.mobile-menu-toggle__line:last-child{transform:translateY(.21rem)}.nav-shell[data-mobile-menu=open] .mobile-menu-toggle__line:first-child{transform:rotate(45deg)}.nav-shell[data-mobile-menu=open] .mobile-menu-toggle__line:last-child{transform:rotate(-45deg)}.mobile-menu-shell{display:grid;grid-template-rows:0fr;min-width:0;transition:grid-template-rows var(--header-motion-duration) var(--header-motion-ease)}.nav-shell[data-mobile-menu=open] .mobile-menu-shell{grid-template-rows:1fr}.mobile-menu-panel{min-height:0;overflow:hidden;opacity:0;transform:translate3d(0,-.35rem,0);border-top:1px solid transparent}.nav-shell[data-mobile-menu=open] .mobile-menu-panel{opacity:1;transform:translateZ(0);border-top-color:#0f172a0d}.mobile-menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem .62rem;padding:.72rem .62rem .82rem}.mobile-menu-link{display:flex;align-items:center;gap:.5rem;min-height:2.35rem;padding:.14rem .12rem;color:#0f172ab8;font-size:clamp(.82rem,3.9vw,.96rem);font-weight:540;letter-spacing:-.04em}.mobile-menu-link.is-current,.mobile-menu-link:hover{color:#111}.mobile-menu-link__icon{display:inline-flex;align-items:center;justify-content:center;width:1.08rem;height:1.08rem;color:#0f172a70;flex:0 0 1.08rem}.mobile-menu-link__icon svg{width:100%;height:100%;stroke:currentColor}.mobile-menu-link.is-current .mobile-menu-link__icon,.mobile-menu-link:hover .mobile-menu-link__icon{color:#0f172aad}}@media(max-width:640px){.footer-nav-grid{grid-template-columns:1fr;gap:1.7rem}}@media(max-width:820px){.splash{align-items:flex-start;padding:2.5rem 0 4rem}.splash__stack{gap:1.6rem}.splash__title{max-width:10ch;font-size:clamp(3.2rem,12vw,4.5rem)}.splash__lede{max-width:20ch;font-size:clamp(1.8rem,7.2vw,2.7rem)}.splash__body{max-width:31rem}.splash__media{min-height:22rem;width:100%}.splash__placeholder--workspace{width:min(74vw,430px);left:50%;top:51%;transform:translate(-56%,-50%) rotate(-3deg)}.splash__placeholder--record{width:min(28vw,150px);left:57%;top:52%;transform:translate(-50%,-46%) rotate(4deg)}.problem-section__inner{width:min(1120px,calc(100vw - 2rem));padding:4.75rem 0 5rem}.problem-section__title{max-width:none;width:100%;font-size:42px;line-height:.98}.problem-section__title-line{display:inline;white-space:normal}.problem-section__body{max-width:34rem;font-size:19px;line-height:1.5}.solution-section__inner{width:min(1120px,calc(100vw - 2rem));padding:4.75rem 0 5rem}.solution-section__title{max-width:12ch;font-size:42px;line-height:1.05}.solution-section__title-line{display:inline}.solution-section__desc{padding-top:0}.solution-section__body{max-width:none;font-size:19px}.solution-section__body-line{display:inline}.solution-card{padding:1rem;border-radius:24px}.solution-card__icon{width:2.35rem;height:2.35rem;border-radius:0}.workflow-section{min-height:auto;padding:4.75rem 0 5rem}.workflow-section__inner{width:min(1120px,calc(100vw - 2rem));min-height:0;padding:0}.workflow-section__stage{position:static;min-height:auto;padding:0;grid-template-columns:1fr;gap:2rem}.workflow-section__title{max-width:none;font-size:42px}.workflow-section__title-line{display:inline;white-space:normal}.workflow-section__lede,.workflow-section__phase-body{max-width:none;font-size:19px}.workflow-section__device{order:2}.workflow-phone-shell{width:min(100%,19rem)}.workflow-phone{width:100%}.workflow-tabs{width:min(100%,18rem)}.workflow-section__phase-viewport{height:auto;overflow:visible}.workflow-section__phase-track{grid-auto-rows:auto;gap:1rem;transform:none}.workflow-phone__screen-track{display:block;transform:none}.workflow-section[data-workflow-active-phase=pre-op] .workflow-phase-card:not([data-phase=pre-op]),.workflow-section[data-workflow-active-phase=intra-op] .workflow-phase-card:not([data-phase=intra-op]),.workflow-section[data-workflow-active-phase=post-op] .workflow-phase-card:not([data-phase=post-op]){display:none}.workflow-section[data-workflow-active-phase=pre-op] .workflow-phone__screen:not(.workflow-phone__screen--pre-op),.workflow-section[data-workflow-active-phase=intra-op] .workflow-phone__screen:not(.workflow-phone__screen--intra-op),.workflow-section[data-workflow-active-phase=post-op] .workflow-phone__screen:not(.workflow-phone__screen--post-op){display:none}.export-section__inner{width:min(1120px,calc(100vw - 2rem));grid-template-columns:1fr;gap:2rem;padding:4.75rem 0 5rem}.export-section__title{max-width:none;font-size:42px;white-space:normal}.export-section__body{max-width:none;font-size:19px}.export-record{width:min(100%,30rem);height:28rem;padding:1rem}.security-section__inner{width:min(1120px,calc(100vw - 2rem));padding:4.75rem 0 5rem}.security-section__title{font-size:42px}.security-section__body{font-size:19px}.security-section__points{grid-template-columns:1fr}.download-section{padding:2.5rem 0 4.75rem}.download-section__inner{width:min(1120px,calc(100vw - 2rem));padding:2.75rem 1.3rem 1.4rem;border-radius:32px}.download-section__title{font-size:42px}.download-section__body{font-size:19px}.download-section__devices{height:auto;display:grid;grid-template-columns:1fr;gap:1.2rem;margin-top:2.2rem}.download-section__device{position:static;width:100%;transform:none}.download-section__device--iphone{max-width:11rem;margin:0 auto}.download-section__device--ipad-mini,.download-section__device--ipad-pro{max-width:19rem;margin:0 auto}}
