.hero{position:relative;min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;background:var(--surface-dark);color:#f4f5f7;padding:0 var(--container-pad-x);overflow:hidden;width:100%;box-sizing:border-box;--bg:var(--surface-dark);--bg2:var(--surface-dark-elevated);--card:hsla(0,0%,100%,.03);--card2:hsla(0,0%,100%,.05);--bd:hsla(0,0%,100%,.09);--bd2:hsla(0,0%,100%,.16);--tx:#f4f5f7;--mut:var(--text-muted-on-dark);--mut2:var(--text-muted-on-dark)}.hero__bg{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}.hero__orb{position:absolute;border-radius:50%;filter:blur(110px);opacity:.55}.hero__orb--blue{width:460px;height:460px;right:-100px;top:-100px;background:radial-gradient(circle at 30% 30%,rgba(0,123,255,.55),rgba(0,123,255,0) 70%)}.hero__orb--soft{width:600px;height:600px;left:-200px;bottom:-200px;background:radial-gradient(circle at 50% 50%,rgba(0,123,255,.22),rgba(0,123,255,0) 70%)}.hero__grid{position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.02) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.02) 1px,transparent 0);background-size:60px 60px;mask-image:radial-gradient(ellipse at 50% 40%,#000 40%,transparent 85%);-webkit-mask-image:radial-gradient(ellipse at 50% 40%,#000 40%,transparent 85%);opacity:.85}.hero__container{position:relative;z-index:1;max-width:var(--container-max);margin:0 auto;width:100%;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:56px;gap:56px;align-items:center}.hero__left{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start}.hero__eyebrow{display:inline-block;margin-bottom:18px;font-size:15px}.hero__title{font-family:var(--font-display-stack);font-weight:700;font-size:68px;line-height:1.04;letter-spacing:-.025em;margin:0 0 22px;color:var(--tx);max-width:660px}.hero__title-text{background:none;-webkit-text-fill-color:currentColor;color:currentColor}.hero__subtitle{font-size:22px;line-height:1.62;color:#d0d0d0;max-width:600px;margin:0 0 34px}.hero__buttons,.hero__cta-group{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hero__right{position:relative;z-index:2;width:100%;aspect-ratio:1/1;max-height:720px;height:auto;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__right--mobile{display:none}.hero__right--desktop{display:flex}.hero__canvas-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--mut);font-size:1rem}@media (max-width:1200px){.hero{padding:2.5rem var(--container-pad-x) 5rem;min-height:auto}.hero__title{font-size:54px}.hero__container{gap:40px;grid-template-columns:1fr 1fr}}@media (max-width:1024px){.hero{min-height:auto;padding:4rem var(--container-pad-x)}.hero__container{display:flex;flex-direction:column;gap:40px}.hero__left{width:100%;align-items:flex-start;gap:0}.hero__title{font-size:40px}.hero__cta-group{align-self:stretch;width:100%;justify-content:center}.hero__right--mobile{display:flex;width:100%;aspect-ratio:1/1;max-height:400px;height:auto;margin:24px 0}.hero__right--desktop{display:none}.hero__buttons{width:100%;justify-content:center}}@media (max-width:768px){.hero{padding:50px 24px}.hero__container{gap:24px}.hero__left{gap:0;align-items:center;text-align:center}.hero__eyebrow{font-size:12.5px}.hero__title{font-size:clamp(2rem,8.5vw,2.6rem);line-height:1.1;letter-spacing:-.02em;max-width:22ch;text-wrap:balance}.hero__subtitle{font-size:18px;line-height:1.55;max-width:38ch;text-wrap:pretty;margin-bottom:20px}.hero__right--mobile{max-height:280px;aspect-ratio:1/1;margin:8px auto;max-width:360px}.hero__cta-group{width:100%;align-items:center;gap:12px;margin-top:8px}.hero__buttons{flex-direction:column;align-items:stretch;gap:10px;width:100%;max-width:280px}}.projects{padding:var(--section-pad-y) var(--container-pad-x);background:var(--bg);border-top:1px solid var(--bd);border-bottom:1px solid var(--bd);box-sizing:border-box;overflow:hidden}.projects,.projects__inner{position:relative;width:100%}.projects__inner{max-width:var(--container-max);margin:0 auto}.projects__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;margin-bottom:var(--section-header-spacing)}.projects__title{margin:0;font-family:var(--font-display-stack);font-size:var(--font-size-section-title);font-weight:700;letter-spacing:-.02em;line-height:1.08;color:var(--tx)}.projects__lead{color:var(--mut);font-size:15px;max-width:480px;margin:0;line-height:1.6}.projects__featured-wrap{position:relative;margin-bottom:24px}.projects__featured{border:1px solid var(--bd);border-radius:24px;overflow:hidden;background:var(--card);box-shadow:var(--shadow);display:flex;flex-direction:column}.projects__featured-visual{position:relative;width:100%;aspect-ratio:16/9;padding:32px 44px 0;background:linear-gradient(180deg,var(--card2),transparent);overflow:hidden}.projects__featured-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:48px;height:48px;border-radius:999px;border:1px solid rgba(18,32,56,.08);background:hsla(0,0%,100%,.88);backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%);color:var(--tx);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;box-shadow:0 1px 2px rgba(20,40,80,.08),0 12px 28px rgba(20,40,80,.14);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease,transform .15s ease}.projects__featured-nav:hover{background:#fff;border-color:var(--line);color:var(--accent);box-shadow:0 1px 2px rgba(20,40,80,.1),0 16px 36px rgba(0,123,255,.18)}.projects__featured-nav:active{transform:translateY(-50%) scale(.96)}.projects__featured-nav:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.projects__featured-nav svg{display:block;width:20px;height:20px}.projects__featured-nav--prev{left:18px}.projects__featured-nav--next{right:18px}.projects__featured-pager{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:hsla(0,0%,100%,.85);border:1px solid rgba(18,32,56,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:2}.projects__featured-dot-pager{width:6px;height:6px;border-radius:50%;background:rgba(18,32,56,.2);transition:background .2s ease,width .2s ease}.projects__featured-dot-pager--active{width:18px;border-radius:999px;background:var(--accent)}.projects__featured-desc{margin:0;grid-column:2;grid-row:1;align-self:start;color:var(--mut);font-size:15px;line-height:1.65}.projects__featured-grid{position:absolute;inset:0;background-image:linear-gradient(var(--bd) 1px,transparent 1px),linear-gradient(90deg,var(--bd) 1px,transparent 1px);background-size:42px 42px;opacity:.26;pointer-events:none}.projects__featured-img{position:absolute!important;inset:32px!important;width:auto!important;height:auto!important;max-width:calc(100% - 88px)!important;max-height:calc(100% - 32px)!important;margin:0 auto!important;object-fit:contain!important;filter:var(--shadowImg);border-radius:8px}.projects__featured-img,.projects__featured-visual--ocr .projects__featured-img{object-position:bottom center!important}.projects__featured-copy{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 48px;gap:12px 48px;align-items:start;padding:24px 48px 28px;border-top:1px solid var(--bd)}.projects__featured-title{grid-column:1;margin:0;font-family:var(--font-display-stack);font-weight:700;font-size:26px;letter-spacing:-.015em;line-height:1.12;color:var(--tx)}.projects__featured-sub{grid-column:1;display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--mut)}.projects__featured-dot{width:6px;height:6px;border-radius:50%;background:var(--accent)}.projects__featured-link{grid-column:2;grid-row:2;align-self:start;display:inline-flex;align-items:center;gap:.5rem;color:var(--accent);font-size:14px;font-weight:600;width:-moz-fit-content;width:fit-content;margin-left:auto;transition:gap .2s ease}.projects__featured-link:hover{gap:.75rem}.projects__strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.projects__thumb{display:flex;flex-direction:column;gap:12px;padding:0;border:2px solid var(--bd);border-radius:var(--r-card);background:var(--card);cursor:pointer;text-align:left;font:inherit;color:var(--tx);overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;min-width:0}.projects__thumb:hover{transform:translateY(-3px);border-color:var(--line);box-shadow:0 18px 44px rgba(0,123,255,.1)}.projects__thumb--active,.projects__thumb--active:hover{border-color:var(--accent);box-shadow:0 12px 32px rgba(0,123,255,.16)}.projects__thumb:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.projects__thumb-frame{padding:8px 8px 0;border-radius:calc(var(--r-card) - 2px) calc(var(--r-card) - 2px) 0 0}.projects__thumb-frame,.projects__thumb-visual{position:relative;display:block;width:100%;overflow:hidden}.projects__thumb-visual{aspect-ratio:16/10;border-radius:9px;background:var(--card2);border:1px solid var(--bd)}.projects__thumb-img{object-fit:cover!important;object-position:top center!important}.projects__thumb-meta{padding:6px 20px 18px;min-width:0}.projects__thumb-title{display:block;font-family:var(--font-display-stack);font-size:17px;font-weight:600;color:var(--tx);letter-spacing:-.01em;line-height:1.3}.projects__cta{margin:40px auto 0;text-align:center}@media (max-width:900px){.projects__header{margin-bottom:var(--section-header-spacing)}.projects__title{font-size:34px}.projects__featured-nav{width:42px;height:42px}.projects__featured-nav svg{width:18px;height:18px}.projects__featured-nav--prev{left:12px}.projects__featured-nav--next{right:12px}.projects__featured-visual{padding:24px 24px 0;aspect-ratio:16/10}.projects__featured-img{inset:24px!important;max-width:calc(100% - 48px)!important;max-height:calc(100% - 24px)!important}.projects__featured-copy{grid-template-columns:1fr;gap:12px;padding:20px 24px 24px}.projects__featured-title{font-size:22px}.projects__featured-desc{grid-column:1;grid-row:auto;font-size:14px}.projects__featured-link{grid-column:1;margin-left:0}.projects__strip{gap:12px}}@media (max-width:768px){.projects__strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (max-width:600px){.projects__title{font-size:var(--font-size-section-title-compact)}.projects__featured{border-radius:18px}.projects__featured-visual{padding:16px 16px 0;aspect-ratio:4/3}.projects__featured-img{inset:16px!important;max-width:calc(100% - 32px)!important;max-height:calc(100% - 16px)!important}.projects__featured-copy{padding:16px 18px 20px;gap:10px}.projects__featured-title{font-size:20px}.projects__featured-nav{width:36px;height:36px}.projects__featured-nav svg{width:16px;height:16px}.projects__featured-nav--prev{left:8px}.projects__featured-nav--next{right:8px}.projects__featured-pager{bottom:10px;padding:4px 8px;gap:6px}.projects__featured-dot-pager{width:5px;height:5px}.projects__featured-dot-pager--active{width:14px}.projects__strip,.projects__thumb{gap:8px}.projects__thumb-frame{padding:4px 4px 0}.projects__thumb-meta{padding:4px 8px 10px}.projects__thumb-title{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media (max-width:400px){.projects__thumb-title{font-size:12px}}.services{width:100%;padding:var(--section-pad-y) var(--container-pad-x);background:var(--bg2);border-top:1px solid var(--bd);border-bottom:1px solid var(--bd);position:relative;overflow:hidden;box-sizing:border-box}.services__container{position:relative;max-width:var(--container-max);margin:0 auto;width:100%}.services__header{text-align:center;margin-bottom:var(--section-header-spacing)}.services__header,.services__header-left{display:flex;flex-direction:column;align-items:center;gap:14px}.services__title{margin:0;font-family:var(--font-display-stack);font-size:var(--font-size-section-title);font-weight:700;letter-spacing:-.02em;line-height:1.1;color:var(--tx)}.services__lead{color:var(--mut);font-size:15px;max-width:480px;margin:0;line-height:1.6}.services__container-inner{display:grid;grid-template-columns:var(--card-grid-columns);grid-gap:var(--card-grid-gap);gap:var(--card-grid-gap);justify-content:center;align-items:stretch;position:relative;z-index:1;width:100%}.services__container-inner>div{display:flex;height:100%;width:100%}.services__container-inner>div>*{width:100%;height:100%}@media (max-width:1200px){.services__title{font-size:36px}}@media (max-width:900px){.services__header{gap:16px}.services__lead{flex:1 1 100%}}@media (max-width:780px){.services__title{font-size:var(--font-size-section-title-compact)}}