:root{--bg: #f9f8f3;--bg-elevated: #ffffff;--ink: #0a0a0a;--ink-muted: rgba(10, 10, 10, .58);--ink-faint: rgba(10, 10, 10, .38);--line: rgba(10, 10, 10, .1);--accent: #1a1b3a;--accent-soft: rgba(26, 27, 58, .12);--radius-lg: 20px;--radius-md: 14px;--radius-sm: 10px;--font-display: "Fraunces", "Times New Roman", serif;--font-sans: "Outfit", system-ui, sans-serif;--shadow-soft: 0 24px 60px rgba(10, 10, 10, .06);--ease-out: cubic-bezier(.22, 1, .36, 1);--duration: .48s}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:var(--font-sans);font-size:clamp(18px,1.2vw + 13px,26px);line-height:1.5;color:var(--ink);background:transparent;-webkit-font-smoothing:antialiased}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.chrome{position:fixed;left:0;right:0;bottom:0;z-index:20;padding:0 clamp(1rem,3vw,2.5rem) clamp(.65rem,1.5vw,1rem);display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;pointer-events:none}.chrome>*{pointer-events:auto}.chrome__progress{flex:1;max-width:min(520px,42vw)}.chrome__progress-track{height:4px;border-radius:999px;background:var(--line);overflow:hidden}.chrome__progress-fill{height:100%;width:calc(100% * var(--p, 0));background:linear-gradient(90deg,var(--accent),#050505);border-radius:inherit;transition:width var(--duration) var(--ease-out)}.chrome__meta{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:.35rem}.chrome__nav{display:flex;gap:.5rem}.chrome__btn{width:50px;height:50px;border-radius:14px;font-size:1.35rem;line-height:1;border:1px solid var(--line);background:var(--bg-elevated);box-shadow:var(--shadow-soft);display:grid;place-items:center;transition:transform .18s var(--ease-out),border-color .18s ease,background .18s ease}.chrome__btn:hover:not(:disabled){transform:translateY(-1px);border-color:#0a0a0a2e}.chrome__btn:disabled{opacity:.35;cursor:not-allowed}.chrome__hint{font-size:.8rem;color:var(--ink-faint);text-align:right;max-width:220px;line-height:1.35}.title-slide{text-align:center;padding-block:clamp(1rem,4vh,3rem)}.title-slide__logo{width:min(720px,92vw);height:auto;margin-inline:auto;display:block}.title-slide__tagline{font-family:var(--font-display);font-size:clamp(1.55rem,3.2vw,2.35rem);font-weight:500;max-width:42ch;margin:clamp(1.25rem,2.5vh,2rem) auto 0;color:var(--ink-muted);line-height:1.3}.title-slide__footer{margin-top:clamp(1.75rem,4vh,3rem);display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;justify-content:center;align-items:center;font-size:.88rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint)}.title-slide__dot{width:4px;height:4px;border-radius:50%;background:var(--ink-faint);opacity:.6}.slide-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:clamp(1rem,2.5vh,1.75rem);padding-bottom:.85rem;border-bottom:1px solid var(--line)}.slide-header__kicker{font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:.35rem}.slide-header__title{font-family:var(--font-display);font-size:clamp(2.35rem,5vw,3.85rem);font-weight:600;line-height:1.02;margin:0;letter-spacing:-.02em}.slide-header__mark{width:clamp(52px,5vw,64px);height:clamp(52px,5vw,64px);opacity:.92}.grid-2{display:grid;gap:clamp(1.25rem,3vw,2rem)}@media(min-width:840px){.grid-2{grid-template-columns:1.05fr .95fr;align-items:start}}.prose p{margin:0 0 1rem;color:var(--ink-muted);max-width:58ch;font-size:1.05em}.prose p:last-child{margin-bottom:0}.prose--compact{margin:.75rem 0 0;font-size:1.02em;line-height:1.45;color:var(--ink-muted);max-width:75ch}.list{margin:0;padding:0;list-style:none}.list li{position:relative;padding:.72rem 0 .72rem 1.45rem;border-bottom:1px solid var(--line);color:var(--ink-muted);font-size:1.05em;line-height:1.4}.list li:last-child{border-bottom:none}.list li:before{content:"";position:absolute;left:0;top:1.15em;width:7px;height:7px;border-radius:50%;background:var(--accent);opacity:.85}.card-grid{display:grid;gap:1.15rem}@media(min-width:720px){.card-grid--3{grid-template-columns:repeat(3,1fr)}}.card{background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.45rem 1.5rem;box-shadow:var(--shadow-soft);min-height:100%;transition:border-color var(--duration) var(--ease-out),transform var(--duration) var(--ease-out)}.card:hover{border-color:#1a1b3a38;transform:translateY(-2px)}@media(prefers-reduced-motion:reduce){.card:hover{transform:none}}.card__label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.45rem}.card__title{font-family:var(--font-display);font-size:clamp(1.5rem,2.4vw,1.85rem);font-weight:600;margin:0 0 .45rem}.card__body{margin:0;font-size:1.02em;color:var(--ink-muted);line-height:1.45}.team-grid{display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.team-card{padding:1.55rem 1.65rem;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-elevated)}.team-card__name{font-family:var(--font-display);font-size:clamp(1.55rem,2.45vw,1.95rem);font-weight:600;margin:0 0 .25rem}.team-card__role{margin:0;font-size:1.02em;color:var(--ink-muted)}.team-card__ucid{margin:.45rem 0 0;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-faint)}.demo-placeholder{margin-top:clamp(1.5rem,4vh,2.5rem);padding:clamp(2.5rem,8vh,4.5rem) clamp(1.5rem,4vw,2.5rem);border-radius:var(--radius-lg);border:1px dashed var(--line);background:linear-gradient(165deg,rgba(255,255,255,.72) 0%,var(--accent-soft) 100%);text-align:center;max-width:min(52rem,100%);margin-inline:auto}.demo-placeholder__logo{width:clamp(120px,18vw,160px);height:auto;margin:0 auto 1.5rem;display:block;opacity:.92}.demo-placeholder__title{font-family:var(--font-display);font-size:clamp(1.85rem,3.5vw,2.65rem);font-weight:600;margin:0;letter-spacing:-.02em}.demo-placeholder__link{display:inline-block;margin-top:.7rem;font-size:clamp(.95rem,1.5vw,1.2rem);letter-spacing:.02em;color:var(--ink);text-decoration:underline;text-underline-offset:.16em}.demo-placeholder__link:hover{color:var(--accent)}.arch{display:grid;gap:1.1rem}.arch--spaced{margin-bottom:1rem}@media(min-width:900px){.arch{grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch}}.arch__node{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--bg-elevated);padding:1.35rem 1.4rem;box-shadow:var(--shadow-soft)}.arch__node h3{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint);margin:0 0 .65rem}.arch__node ul{margin:0;padding-left:1.15rem;color:var(--ink-muted);font-size:1.02em;line-height:1.4}.arch__arrow{display:none;align-items:center;justify-content:center;color:var(--ink-faint);font-size:1.55rem;-webkit-user-select:none;user-select:none}@media(min-width:900px){.arch__arrow{display:flex}}.code-block{font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace;font-size:.78rem;line-height:1.45;background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-md);padding:.85rem 1rem;color:var(--ink-muted);overflow-x:auto}.steps{counter-reset:step;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.steps li{counter-increment:step;display:grid;grid-template-columns:auto 1fr;gap:.85rem 1rem;align-items:start;padding:.85rem 1rem;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-elevated)}.steps li:before{content:counter(step);font-size:.7rem;font-weight:600;letter-spacing:.08em;width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);margin-top:.1rem}.reflection-block{margin-bottom:1.1rem}.reflection-block:last-child{margin-bottom:0}.reflection-block h3{font-family:var(--font-display);font-size:clamp(1.35rem,2.2vw,1.6rem);font-weight:600;margin:0 0 .4rem}.reflection-block p,.reflection-block ul{margin:0;color:var(--ink-muted);font-size:1.03em;line-height:1.4}.reflection-block ul{padding-left:1.15rem}.reflection-block li+li{margin-top:.4rem}.pill-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.pill{font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;padding:.4rem .75rem;border-radius:999px;border:1px solid var(--line);background:#ffffffa6;color:var(--ink-muted)}html{height:100%;overflow:hidden;background:radial-gradient(120% 90% at 12% 8%,rgba(255,252,246,.98) 0%,transparent 55%),radial-gradient(90% 70% at 88% 18%,rgba(244,236,224,.55) 0%,transparent 50%),linear-gradient(165deg,#f6f1e8,#efe6d8 42%,#e8dfd2)}html:after{content:"";pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.042;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}body{height:100%;margin:0;overflow:hidden;background:transparent}#root{position:relative;z-index:1;height:100%;overflow:hidden}main.deck-root{box-sizing:border-box;height:100%;max-height:100%;overflow:hidden;width:100%}.deck{position:relative;display:flex;flex-direction:column;height:100%;max-height:100%;min-height:0;overflow:hidden;background:transparent}.deck__stage{position:relative;flex:1;min-height:0;width:100%;padding:clamp(.65rem,1.6vw,1.1rem) clamp(1rem,3vw,2.5rem);padding-bottom:calc(clamp(.65rem,1.6vw,1.1rem) + 52px);display:flex;align-items:stretch;justify-content:center;background:transparent}.deck--export .deck__stage{padding-bottom:clamp(.65rem,1.6vw,1.1rem)}.deck--export .chrome{display:none!important}.slide{width:min(1420px,100%);margin-inline:auto;flex:1;min-height:0;display:flex;flex-direction:column;justify-content:flex-start;padding-block:clamp(.35rem,1.2vh,.85rem)}.slide:has(.slide-shell--hero){justify-content:center}.slide-shell{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:flex-start;padding-block-start:clamp(2.65rem,11.25vh,5.65rem);padding-block-end:clamp(.65rem,2vh,1.25rem);gap:clamp(.85rem,2vh,1.35rem)}.slide-shell--hero{justify-content:center;padding-block:clamp(.5rem,2vh,1.25rem);padding-block-start:clamp(.5rem,2.5vh,1.5rem)}.slide-shell--pm{min-height:0}.slide-shell--pm .grid-2{flex:0 0 auto;flex-shrink:0;min-height:0}.shell-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:clamp(.65rem,1.6vh,1.1rem);padding-bottom:.75rem;border-bottom:1px solid var(--line);flex-shrink:0}.shell-header__kicker{font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-faint);margin:0 0 .35rem}.shell-header__title{font-family:var(--font-display);font-size:clamp(2.2rem,4.6vw,3.65rem);font-weight:600;line-height:1.02;margin:0;letter-spacing:-.02em}.shell-header__mark{width:clamp(48px,4.8vw,60px);height:clamp(48px,4.8vw,60px);opacity:.92;flex-shrink:0;object-fit:contain;object-position:center}.shell-header__mark--door{width:clamp(44px,4.5vw,56px);height:clamp(44px,4.5vw,56px)}.hero-layout{display:grid;gap:clamp(1rem,3vw,2rem);align-items:stretch;width:100%;flex:1;min-height:0;max-height:100%}@media(min-width:900px){.hero-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center}}.hero-layout__copy{display:flex;flex-direction:column;justify-content:center;gap:clamp(1rem,2.2vh,1.6rem);min-width:0}.hero-kicker{margin:0;font-size:clamp(.78rem,1.05vw,.92rem);letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint);font-family:var(--font-sans);font-weight:500}.hero-rule{height:1px;width:min(100%,28rem);margin:0;border:none;background:var(--line)}.hero-brand{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:clamp(1.1rem,2.8vw,1.85rem)}.hero-brand__door{width:clamp(152px,21vw,224px);height:auto;flex:0 0 auto;display:block;object-fit:contain}.hero-brand__wordmark{flex:1 1 min(280px,100%);width:min(960px,100%);max-width:100%;height:auto;max-height:clamp(96px,15vw,144px);object-fit:contain;object-position:left center;display:block}@media(max-width:520px){.hero-brand{flex-direction:column;align-items:flex-start}.hero-brand__wordmark{height:auto;max-height:clamp(72px,22vw,112px);width:min(100%,720px)}}.hero-tagline{font-family:var(--font-display);font-size:clamp(1.65rem,3.35vw,2.55rem);font-weight:500;font-style:italic;line-height:1.32;color:var(--ink-muted);margin:0;max-width:46ch}.hero-footer{display:flex;flex-wrap:wrap;gap:.65rem 1.1rem;align-items:center;font-size:clamp(.8rem,1.05vw,.9rem);letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint);margin-top:.15rem;font-family:var(--font-sans)}.hero-footer__dot{width:4px;height:4px;border-radius:50%;background:var(--ink-faint);opacity:.6}.hero-layout__viewer{position:relative;min-height:clamp(320px,52dvh,640px);height:clamp(380px,66dvh,920px);max-height:min(920px,86dvh);overflow:visible;border-radius:0}.hero-glb{width:100%;height:100%;min-height:0;overflow:visible}.hero-glb canvas{width:100%!important;height:100%!important;display:block;border-radius:0}.hero-glb--fallback{display:grid;place-items:center;text-align:center;padding:1rem;font-size:.95rem;color:var(--ink-muted);border:1px dashed var(--line);border-radius:inherit;background:linear-gradient(165deg,rgba(255,255,255,.5) 0%,var(--accent-soft) 100%)}@media(max-width:899px){.hero-layout__viewer{min-height:clamp(260px,44dvh,480px);height:clamp(300px,54dvh,580px);max-height:min(600px,68dvh)}}.hero-canvas{width:100%!important;height:100%!important;display:block;border-radius:inherit}.hero-fallback{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:1px dashed var(--line);background:linear-gradient(165deg,rgba(255,255,255,.5) 0%,var(--accent-soft) 100%)}.team-slide__cluster{display:flex;flex-direction:column;gap:clamp(.95rem,2.2vh,1.4rem);min-height:0;width:100%;max-width:min(1500px,100%);margin-inline:auto}.team-slide__row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(.55rem,1.35vw,.95rem);width:100%;align-items:stretch}@media(max-width:1024px){.team-slide__row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.team-slide__row{grid-template-columns:repeat(2,minmax(0,1fr))}}.team-slide__row .team-card{min-width:0;max-width:none;width:100%;min-height:100%;display:flex;flex-direction:column}.team-slide__accent{display:block;width:100%;max-height:min(36dvh,400px);height:auto;object-fit:contain;object-position:center center;border-radius:var(--radius-md)}.team-slide__accent--fullbleed{margin-top:clamp(.5rem,1.5vh,.85rem);max-height:min(44dvh,520px);border:none;background:transparent;padding:0;border-radius:var(--radius-md)}.scope-col-heading{margin-bottom:.45rem!important}.scope-tight-bullets{margin:0;padding-left:1.15rem;color:var(--ink-muted);font-size:.98em;line-height:1.42;max-width:58ch}.scope-tight-bullets li+li{margin-top:.45rem}.list--scope-compact li{padding-top:.55rem;padding-bottom:.55rem;font-size:.98em;line-height:1.38}.grid-2--scope{align-items:start}.slide-shell--features{--features-tile-surface: #fefaf6;--features-tile-border: rgba(10, 10, 10, .1);gap:clamp(.55rem,1.4vh,.95rem)}.features-layout{display:flex;flex-direction:column;gap:clamp(.75rem,1.6vh,1.05rem);width:100%;flex:0 1 auto;min-height:0}.features-layout__grid{display:grid;gap:clamp(.75rem,1.5vw,1.05rem);width:100%;min-width:0}.features-layout__grid--top{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.features-layout__grid--bottom{grid-template-columns:repeat(2,minmax(0,1fr))}.features-layout__tile{display:flex;flex-direction:column;min-width:0;min-height:clamp(148px,17.5dvh,228px)}.slide-shell--features .features-layout__tile.card{background:var(--features-tile-surface);border-color:var(--features-tile-border);box-shadow:var(--shadow-soft);margin:0;height:100%;min-height:clamp(148px,17.5dvh,228px);padding:clamp(.95rem,1.5vw,1.25rem) clamp(1rem,1.6vw,1.3rem)}.slide-shell--features .features-layout__tile.card:hover{border-color:#1a1b3a2e}.features-layout__tile--media .features-layout__frame{flex:1;width:100%;min-height:0;box-sizing:border-box;background:var(--features-tile-surface);border:1px solid var(--features-tile-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:clamp(.5rem,1.1vw,.8rem);display:flex;align-items:center;justify-content:center}.features-layout__img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;display:block}.slide-shell--features .features-layout__tile--f45.card{min-height:clamp(100px,11dvh,132px);justify-content:center}.features-layout__f45-body{margin:0;font-size:clamp(.86rem,.98vw,.95rem);line-height:1.42}@media(max-width:1024px){.features-layout__grid--top{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.features-layout__grid--top,.features-layout__grid--bottom{grid-template-columns:1fr}}@media(min-width:1025px)and (max-width:1180px){.slide-shell--features .features-layout__tile--feat .card__body{font-size:.94em}}.slide-shell--stack .shell-header{margin-bottom:clamp(.45rem,1.2vh,.75rem)}.tech-icon-strip{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-evenly;column-gap:clamp(.5rem,1.8vw,1.25rem);row-gap:clamp(.75rem,2vh,1rem);width:100%;max-width:min(1200px,100%);margin:0 auto clamp(.85rem,2vh,1.35rem);padding:0 clamp(.25rem,1vw,.5rem) clamp(.45rem,1.2vh,.65rem);border-bottom:1px solid var(--line);box-sizing:border-box}.tech-icon-strip__item{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:.32rem;flex:1 1 0;min-width:56px;max-width:104px}.tech-icon-strip__img{width:clamp(34px,5.5vw,42px);height:clamp(34px,5.5vw,42px);object-fit:contain;object-position:center;display:block;filter:brightness(0) saturate(100%);opacity:.88}.tech-icon-strip__label{font-size:clamp(.55rem,.75vw,.65rem);letter-spacing:.05em;text-transform:uppercase;color:var(--ink);text-align:center;line-height:1.2;max-width:92px;font-weight:500}.slide-shell--pm .pm-slide__media{margin-top:clamp(.65rem,2vh,1.25rem);flex:1 1 0;min-height:0;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.pm-slide__graphic{display:block;width:100%;max-width:min(920px,100%);max-height:min(42dvh,440px);height:auto;object-fit:contain;object-position:center top;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-elevated);padding:clamp(.35rem,1vw,.5rem);box-sizing:border-box}.pm-slide__graphic--bare{border:none;background:transparent;padding:0;border-radius:0;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center}@media(max-height:780px){.pm-slide__graphic{max-height:min(32dvh,320px)}.slide-shell--pm .pm-slide__graphic--bare{max-height:100%}.team-slide__accent{max-height:min(34dvh,340px)}.team-slide__accent--fullbleed{max-height:min(42dvh,480px)}}.demo-placeholder__logo{object-fit:contain;object-position:center;max-width:min(200px,55vw);width:auto!important;height:auto;max-height:clamp(100px,18dvh,160px);margin-inline:auto;display:block}@media(prefers-reduced-motion:reduce){.slide--motion{animation:none}}
