html{scroll-behavior:smooth}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Inter,SF Pro Text,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#eef3fb;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#bfd2f6;background-image:radial-gradient(at 50% -20%,rgba(236,244,255,.9) 0px,transparent 80%),radial-gradient(at 90% 10%,rgba(96,165,250,.6) 0px,transparent 46%),radial-gradient(at 5% 50%,rgba(59,130,246,.45) 0px,transparent 58%),radial-gradient(at 50% 110%,rgba(30,64,175,.7) 0px,transparent 64%),linear-gradient(to bottom,#eff6ff,#c7ddff);background-attachment:fixed;background-size:100% 100%;color:#0f172a;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit}#root{min-height:100vh}.app-root{display:flex;justify-content:center;padding:1.5rem 1rem 3rem}@media(min-width:768px){.app-root{padding:4.5rem 1.5rem 5rem}}.app-left-sidebar,.app-right-sidebar{display:none}.app-shell{width:100%;max-width:1120px;padding:2.25rem 0 2.75rem;display:flex;flex-direction:column;gap:3rem;min-width:0}@media(min-width:1440px){.app-root{display:grid;grid-template-columns:220px 1fr 60px;padding:4.5rem 0 5rem;align-items:stretch}.app-left-sidebar{display:flex;justify-content:center;align-items:flex-start;grid-column:1}.app-shell{grid-column:2;width:95%;max-width:none;margin:0 4% 0 1%}.app-right-sidebar{display:block;grid-column:3}}.app-header{display:flex;justify-content:space-between;align-items:center;position:relative}.app-logo{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:#9ca3af;white-space:nowrap}@media(min-width:768px){.app-logo{font-size:.95rem;letter-spacing:.18em}}.mobile-menu-btn{display:block;background:transparent;border:none;color:#111827;cursor:pointer;padding:.5rem;z-index:100;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.mobile-menu-btn{display:none}}.app-nav{display:none;flex-direction:column;position:absolute;top:100%;right:0;margin-top:1rem;background:#ffffffd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(226,232,240,.6);border-radius:16px;padding:1.5rem 2rem 1.5rem 1.5rem;gap:1.5rem;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003;z-index:90;animation:dropdownFadeIn .15s ease-out forwards}.app-nav.app-nav--open{display:flex}@media(min-width:768px){.app-nav{display:inline-flex;flex-direction:row;align-items:center;position:relative;top:-3px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;padding:0;gap:1.75rem;box-shadow:none;animation:none;margin-right:.5cm}}.language-toggle-container{position:absolute;top:-1.3cm;left:calc(100% + .1cm);display:flex;align-items:center;white-space:nowrap}.seamless-text-switcher{background:transparent;border:none;box-shadow:none;padding:0;margin:0;display:inline-flex;align-items:center;gap:.3rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .15s ease}.seamless-text-switcher:hover{opacity:.8}.seamless-text-switcher:active{transform:scale(.96)}.seamless-tab{font-size:.86rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;transition:all .18s ease;line-height:1}.seamless-tab.active{color:#0f172a;font-weight:700}.seamless-divider{font-size:.8rem;color:#cbd5e1;font-weight:300}.app-nav-link{font-size:.9rem;letter-spacing:.16em;text-transform:uppercase;color:#9ca3af;position:relative}.app-nav-link:after{content:"";position:absolute;left:0;bottom:-.25rem;width:0;height:1px;background-color:#111827;transition:width .16s ease-out}.app-nav-link:hover:after{width:100%}.app-header-cta{display:flex;justify-content:flex-end}.resume-pill{padding-inline:1.35rem;padding-block:.5rem;font-size:.78rem;background-color:#111827;color:#f9fafb;border-radius:999px;border:none}.container{width:100%;margin:0 auto;padding-inline:1.25rem}@media(min-width:768px){.container{padding-inline:2.25rem}}.section{width:100%}.section-header{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.25rem}.section-subtitle{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:#a1a1aa}.section-title{font-size:1.1rem;font-weight:650;letter-spacing:-.02em;color:#020617}.section-description{font-size:.9rem;color:#6b7280}.section-body{width:100%}.bento-grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width:768px){.bento-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.bento-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.projects-section .bento-grid{gap:1.9rem}.bento-card{position:relative;padding:1.5rem 1.6rem;border-radius:22px;background:#fff;border:1px solid rgba(226,232,240,.45);box-shadow:0 1px 2px #0f172a0a,0 4px 12px #0f172a0f,0 16px 40px #0f172a0f;overflow:hidden;display:flex;flex-direction:column;gap:.75rem;transition:transform .15s ease-out,box-shadow .15s ease-out,border-color .15s ease-out,background .15s ease-out}.bento-card--primary{background:#fff}.bento-card--subtle{background:#ffffffd1}.bento-card--interactive{cursor:pointer}.bento-card--interactive:hover{transform:translateY(-2px);box-shadow:0 1px 2px #0f172a0a,0 6px 16px #0f172a14,0 20px 48px #0f172a14;border-color:#cbd5e180}.bento-card-accent{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:#6b7280}.bento-card-body{display:flex;flex-direction:column;gap:.65rem}.bento-card-link{text-decoration:none;color:inherit}.heading{font-size:2.9rem;line-height:.96;font-weight:650;letter-spacing:-.04em;color:#020617}.subheading{font-size:1.1rem;line-height:1.35;font-weight:580;letter-spacing:-.025em;color:#111827}.body{font-size:.92rem;line-height:1.68;color:#52525b}.meta-text{font-size:.7rem;text-transform:uppercase;letter-spacing:.18em;color:#a1a1aa}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.55rem .95rem;border-radius:999px;border:1px solid rgba(148,163,184,.6);font-size:.78rem;font-weight:500;background-color:#111827;color:#f9fafb;cursor:pointer;transition:background .14s ease-out,box-shadow .14s ease-out,border-color .14s ease-out,transform .14s ease-out}.btn--primary:hover{background-color:#020617;border-color:#020617;box-shadow:0 18px 40px #0f172a42;transform:translateY(-1px)}.btn--ghost{background-color:transparent;color:#111827}.hero-section{margin-top:1.5rem;margin-bottom:2.5rem}@media(min-width:768px){.hero-section{margin-top:3rem;margin-bottom:3.5rem}}.hero-intro{max-width:60rem;margin:0 auto}@media(min-width:768px){.hero-intro{transform:translate(-1cm)}}.hero-heading{font-size:2.4rem;line-height:1.04;font-weight:550;letter-spacing:-.04em}@media(min-width:768px){.hero-heading{font-size:clamp(3.4rem,5vw,4.6rem);letter-spacing:-.055em}}.hero-heading-main{display:block;color:#020617}.hero-heading-sub{display:block;margin-top:.25em;color:#71717a;font-weight:440}.hero-cta{margin-top:2.2rem;padding:.7rem 1.6rem;font-size:.88rem;font-weight:550;letter-spacing:.01em;background:#020617;color:#f8fafc;border:1px solid rgba(255,255,255,.08);border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:background .18s ease-out,box-shadow .18s ease-out,transform .18s ease-out}.hero-cta:hover{background:#1e293b;box-shadow:0 4px 16px #0f172a38,0 12px 32px #0f172a1f;transform:translateY(-1px)}.hero-cta:active{transform:translateY(0);box-shadow:0 2px 8px #0f172a2e}.hero-cta-arrow{display:inline-block;font-size:1rem;animation:hero-arrow-bounce 1.8s ease-in-out infinite}@keyframes hero-arrow-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.projects-section,.about-section,.contact-section{margin-top:.75rem}.about-card-body{font-size:1.05rem;line-height:1.75;color:#334155;margin-top:.5rem}.about-now-card .bento-card-body{display:flex;flex-direction:column;justify-content:center;height:100%}.about-now-card{display:flex;flex-direction:column}.about-now-section{margin-top:1.25rem}.about-now-section:first-of-type{margin-top:0}.about-now-label{display:block;font-size:.82rem;font-weight:700;letter-spacing:.04em;color:#6ba3a0;margin-bottom:.75rem}.about-edu-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.85rem}.about-edu-left{display:flex;align-items:flex-start;gap:.5rem}.about-edu-arrow{color:#94a3b8;font-size:.85rem;line-height:1.4;flex-shrink:0}.about-edu-school{display:block;font-size:.88rem;font-weight:400;color:#334155;line-height:1.4}.about-edu-degree{display:block;font-size:.88rem;font-weight:700;color:#0f172a;line-height:1.4}.about-edu-duration{font-size:.82rem;color:#64748b;white-space:nowrap;flex-shrink:0;line-height:1.4}.about-now-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.about-now-item{font-size:.88rem;line-height:1.5;color:#475569}.about-lang-name,.about-lang-level{font-weight:700;color:#0f172a}.premium-toc{position:sticky;top:35vh;z-index:100;display:none;background:#fff6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.6);border-radius:28px;box-shadow:0 4px 24px -4px #0f172a0a,inset 0 0 0 1px #fff3;padding:1.5rem}@media(min-width:1440px){.premium-toc{display:flex}}.premium-toc-header{margin-bottom:1.2rem;padding-left:.5rem}.premium-toc-title{font-size:.65rem;font-weight:750;letter-spacing:.25em;color:#94a3b8;text-transform:uppercase}.premium-toc-list{display:flex;flex-direction:column;gap:.4rem;position:relative}.premium-toc-track{position:absolute;left:.6rem;top:.5rem;bottom:.5rem;width:2px;background:#cbd5e166;border-radius:2px;overflow:hidden}.premium-toc-progress{width:100%;height:100%;background:#0f172a;transform-origin:top;border-radius:2px}.premium-toc-item{position:relative;z-index:2}.premium-toc-item.is-parent{margin-top:.2rem}.premium-toc-item.is-sub{margin-left:1.25rem}.premium-toc-btn{position:relative;background:transparent;border:none;padding:.5rem 1rem .5rem 1.75rem;text-align:left;font-size:1rem;font-weight:500;color:#64748b;cursor:pointer;border-radius:12px;transition:color .2s ease;width:100%;display:flex;align-items:center}.premium-toc-item.is-sub .premium-toc-btn{font-size:.9rem;padding:.4rem 1rem}.premium-toc-btn:hover{color:#334155}.premium-toc-btn.active{color:#0f172a;font-weight:650}.premium-toc-text{position:relative;z-index:2;letter-spacing:.01em}.premium-toc-active-bg{position:absolute;inset:0;background:#fff;border-radius:12px;box-shadow:0 4px 12px -2px #0f172a0d,0 0 0 1px #e2e8f080;z-index:1}.premium-toc-sub-dot{position:absolute;left:-1rem;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:#0f172a;z-index:2}.projects-row{display:grid;grid-template-columns:1fr;gap:1.6rem}.projects-row--engineering{margin-bottom:1.6rem}@media(min-width:768px){.projects-row--engineering{grid-template-columns:1fr 1fr}.projects-row--design{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.projects-row--design{display:flex;flex-direction:row;align-items:stretch;height:420px;gap:1.25rem}.projects-row--design .project-card--visual{flex:1 1 0px;height:100%;min-width:0;border-radius:20px;overflow:hidden;position:relative;padding:0;display:flex;flex-direction:row;background:#fff;border:1px solid rgba(226,232,240,.8);box-shadow:0 4px 16px #0f172a0f;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;cursor:pointer}.projects-row--design .project-card--visual:hover{transform:translateY(-4px);box-shadow:0 16px 36px -8px #0f172a24;border-color:#0f172a33}.projects-row--design .visual-card-image-slot{width:100%;height:100%;flex:1 1 auto;overflow:hidden;border-radius:20px;position:relative;background:transparent;border:none}.projects-row--design .visual-card-image,.projects-row--design .visual-card-video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.projects-row--design .project-card--visual:hover .visual-card-image,.projects-row--design .project-card--visual:hover .visual-card-video{transform:scale(1.03)}.projects-row--design .project-card-body{display:none}.projects-row--design .visual-card-view-badge{top:.85rem;right:.85rem;bottom:auto;z-index:10;opacity:.85;transition:opacity .2s ease,transform .2s ease}.projects-row--design .project-card--visual:hover .visual-card-view-badge{opacity:1;transform:scale(1.06)}}.projects-row-label{margin-bottom:.75rem;margin-top:.5rem}.project-card{padding:0;overflow:hidden}.project-card--hero{padding:0}.project-hero-image-wrap{width:100%;aspect-ratio:2 / 1;overflow:hidden;border-radius:22px 22px 0 0;border-bottom:1px solid rgba(226,232,240,.5);display:flex;align-items:center;justify-content:center;background:#f8fafc}@media(min-width:768px){.project-hero-image-wrap{aspect-ratio:16 / 10}}.project-hero-image{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.project-card-body{padding:1rem 1.2rem 1.2rem;display:flex;flex-direction:column;gap:.35rem;flex-grow:1}@media(min-width:768px){.project-card-body{padding:1.15rem 1.4rem 1.25rem}}.project-hero-title{font-size:1.35rem;font-weight:650;color:#020617;letter-spacing:-.03em}.project-card-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:.75rem;margin-top:auto;padding-top:.5rem}.project-card-footer .meta-text{flex:1;min-width:0}.project-github-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:500;color:#111827;text-decoration:none;padding:.35rem .75rem;border-radius:999px;border:1px solid rgba(148,163,184,.5);background:transparent;flex-shrink:0;white-space:nowrap;transition:background .16s ease-out,border-color .16s ease-out}.project-github-link:hover{background:#0f172a0d;border-color:#64748b99}.project-github-icon{display:inline-flex;align-items:center}.project-card--coming-soon{border:2px dashed rgba(148,163,184,.45);background:#f8fafc80;display:flex;align-items:center;justify-content:center;min-height:280px}.coming-soon-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.5rem;padding:2rem}.coming-soon-label{font-size:.85rem;font-weight:500;letter-spacing:.25em;color:#94a3b8;display:block}.coming-soon-dots{display:flex;justify-content:center;align-items:center;gap:.35rem;color:#94a3b8}.coming-soon-dot{opacity:0;animation:blink 1.4s infinite both;font-size:2.8rem;line-height:.5}.coming-soon-dot:nth-child(1){animation-delay:0s}.coming-soon-dot:nth-child(2){animation-delay:.2s}.coming-soon-dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:0}20%{opacity:1}to{opacity:0}}.project-card--visual{padding:0}.visual-card-image-slot{width:100%;aspect-ratio:4 / 3;background:#f1f5f9cc;border-bottom:1px solid rgba(226,232,240,.5);border-radius:22px 22px 0 0;display:flex;align-items:center;justify-content:center;overflow:hidden}.visual-card-image-slot img{width:100%;height:100%;object-fit:cover;display:block}.visual-card-placeholder-text{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#cbd5e1}.visual-card-video{width:100%;height:100%;object-fit:cover;display:block}.visual-card-view-badge{position:absolute;bottom:.65rem;right:.65rem;padding:.25rem .7rem;font-size:.68rem;font-weight:550;letter-spacing:.04em;color:#fff;background:#00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;pointer-events:none;opacity:.85;transition:opacity .18s ease-out}.bento-card--interactive:hover .visual-card-view-badge{opacity:1}.projects-section .section-title{font-size:1.6rem;letter-spacing:-.04em}.projects-section .section-description{max-width:40rem}.projects-section .body{font-size:.9rem}.editorial-backdrop{position:fixed;inset:0;z-index:1000;background:#0f172aa6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:center;padding:clamp(1.5rem,3.5vh,2.75rem) clamp(1.5rem,4vw,3.5rem)}.editorial-sheet{position:relative;width:88vw;max-width:1280px;height:88vh;max-height:880px;background:#faf8f5;color:#1c1917;border-radius:16px;border:1px solid rgba(231,226,214,.8);box-shadow:0 4px 6px -1px #0f172a0d,0 24px 60px -12px #0f172a40;display:flex;flex-direction:column;overflow:hidden}.editorial-top-bar{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:.95rem 2.25rem;border-bottom:1px solid rgba(231,226,214,.7);background:#faf8f5}.editorial-top-title-group{display:flex;align-items:baseline;gap:.85rem}.editorial-top-main-title{font-size:1.05rem;font-weight:600;letter-spacing:-.01em;color:#1c1917;margin:0;line-height:1.2}.editorial-top-subtitle-badge{font-size:.65rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#78716c;background:#efece5;border:1px solid #e2ddd2;padding:2px 7px;border-radius:4px}.editorial-close-btn{background:transparent;border:none;padding:0;margin:0;font-size:2.05rem;font-weight:250;line-height:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#a8a29e;cursor:pointer;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:6px;transition:color .15s ease,transform .15s ease;-webkit-user-select:none;user-select:none}.editorial-close-btn:hover{color:#1c1917;transform:scale(1.1)}.editorial-close-btn:active{transform:scale(.92)}.editorial-body{flex:1;overflow-y:auto;padding:1.5rem 2.5rem 3.5rem;display:flex;flex-direction:column;gap:2.25rem;background:#faf8f5;scrollbar-width:thin;scrollbar-color:#d6d1c4 transparent}.editorial-body::-webkit-scrollbar{width:6px}.editorial-body::-webkit-scrollbar-track{background:transparent}.editorial-body::-webkit-scrollbar-thumb{background:#d6d1c4;border-radius:999px}.editorial-spread{max-width:100%;width:100%;margin:0 auto}.editorial-spread--hero{display:flex;flex-direction:column;gap:1.75rem;width:100%;align-items:center}.pure-hero-media-wrap{width:100%;max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:center;background:transparent}.pure-hero-media{width:100%;max-height:58vh;object-fit:contain;border-radius:8px;box-shadow:none;display:block}.pure-gallery-media-grid{display:flex;align-items:center;justify-content:center;gap:1.5rem;width:100%;max-width:1140px;margin:0 auto}.pure-gallery-item{flex:1 1 0;max-width:380px;display:flex;align-items:center;justify-content:center}.pure-gallery-image{width:100%;height:auto;max-height:52vh;object-fit:contain;border-radius:10px;box-shadow:0 4px 16px #0f172a0f;display:block}.pure-evolution-flow{display:flex;flex-direction:column;gap:2rem;width:100%;align-items:center}.pure-evolution-stage{display:flex;align-items:center;justify-content:center;gap:0;width:100%;max-width:1100px;margin:0 auto}.pure-evolution-item{flex:1 1 0;display:flex;flex-direction:column;align-items:center;gap:.75rem;min-width:0}.pure-evolution-item--origin,.pure-evolution-item--mid,.pure-evolution-item--result{flex:1 1 0;max-width:none}.pure-evolution-image{display:block;object-fit:contain}.pure-evolution-image--origin,.pure-evolution-image--mid{width:100%;height:auto;max-height:220px;border-radius:8px;background:transparent;padding:0;border:none;box-shadow:none}.pure-evolution-image--result{width:100%;height:auto;max-height:54vh;border-radius:8px;box-shadow:none}.pure-evolution-label{font-size:.76rem;font-weight:600;color:#78716c;letter-spacing:.04em;text-transform:uppercase;text-align:center}.pure-evolution-arrow{flex:0 0 52px;display:flex;align-items:center;justify-content:center;color:#a8a29e}.editorial-narrative-text{font-size:.95rem;line-height:1.75;color:#44403c;margin:0;background:#f3efe9;border-left:3px solid #1c1917;padding:1.15rem 1.5rem;border-radius:0 8px 8px 0;border-top:1px solid #e7e2d6;border-right:1px solid #e7e2d6;border-bottom:1px solid #e7e2d6}.editorial-spread--process{display:flex;flex-direction:column;gap:1.5rem}.editorial-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.25rem}.editorial-process-col{display:flex;flex-direction:column;gap:.65rem}.editorial-col-header{display:flex;align-items:baseline;gap:.5rem;padding-bottom:.5rem;border-bottom:1px solid #1c1917}.editorial-col-num{font-size:.82rem;font-weight:700;letter-spacing:.08em;color:#78716c;font-family:inherit}.editorial-col-title{font-size:.9rem;font-weight:600;letter-spacing:-.01em;color:#1c1917;margin:0;text-transform:uppercase}.editorial-col-body{font-size:.86rem;line-height:1.68;color:#57534e;margin:0;white-space:pre-line}@media(max-width:900px){.editorial-sheet{width:96vw;height:94vh}.editorial-body{padding:1.5rem 1.5rem 3rem;gap:2.5rem}.editorial-hero-statement{grid-template-columns:1fr;gap:1rem}.editorial-evolution-grid{grid-template-columns:1fr;gap:1.25rem}.editorial-evolution-bridge{transform:rotate(90deg);padding:.25rem 0}.editorial-process-grid{grid-template-columns:1fr;gap:1.5rem}.editorial-top-bar{padding:.85rem 1.25rem}}.contact-capsule-outer{position:relative;border-radius:22px;padding:3rem 2.5rem 2.5rem;text-align:center}.contact-heading{font-size:1.5rem;font-weight:700;color:#f1f5f9;margin:0 0 .5rem}.contact-subtitle{font-size:.92rem;line-height:1.6;color:#94a3b8;max-width:480px;margin:0 auto 2rem}.contact-email-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:.85rem;font-weight:500;color:#e2e8f0;text-decoration:none;cursor:pointer;transition:background .2s ease,border-color .2s ease}.contact-email-pill:hover{background:#ffffff26;border-color:#ffffff40}.contact-email-pill svg{flex-shrink:0;opacity:.7}.contact-social-icons{position:absolute;bottom:1.25rem;right:1.5rem;display:flex;align-items:center;gap:.6rem}.contact-icon-link{display:flex;align-items:center;justify-content:center;color:#64748b;transition:color .18s ease}.contact-icon-link:hover{color:#e2e8f0}.contact-icon-disabled{opacity:.35;pointer-events:none}.col-span-1{grid-column:span 1}.col-span-2{grid-column:span 2}.col-span-3{grid-column:span 3}.col-span-4{grid-column:span 4}.row-span-1{grid-row:span 1}.row-span-2{grid-row:span 2}.row-span-3{grid-row:span 3}.row-span-4{grid-row:span 4}@media(max-width:767px){.bento-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.projects-row--engineering,.projects-row--design{grid-template-columns:1fr}.app-shell{padding:1.5rem 0 2rem}.heading{font-size:2.2rem}}@media(min-width:768px){.col-span-md-1{grid-column:span 1}.col-span-md-2{grid-column:span 2}.col-span-md-3{grid-column:span 3}.col-span-md-4{grid-column:span 4}.row-span-md-1{grid-row:span 1}.row-span-md-2{grid-row:span 2}.row-span-md-3{grid-row:span 3}.row-span-md-4{grid-row:span 4}}@media(min-width:1024px){.col-span-lg-1{grid-column:span 1}.col-span-lg-2{grid-column:span 2}.col-span-lg-3{grid-column:span 3}.col-span-lg-4{grid-column:span 4}.row-span-lg-1{grid-row:span 1}.row-span-lg-2{grid-row:span 2}.row-span-lg-3{grid-row:span 3}.row-span-lg-4{grid-row:span 4}.heading{font-size:3.4rem}}.styled-footer{background:transparent;padding:0}.styled-footer-container{max-width:960px;margin:0 auto}.styled-footer-card{background:linear-gradient(20deg,#2f4b78,#ecf0f1);border-radius:24px;padding:2.5rem 3rem;display:grid;grid-template-columns:3fr 2fr;gap:3rem;align-items:center;box-shadow:0 25px 50px -12px #0006}.footer-left{display:flex;flex-direction:column;gap:1rem}.footer-badge{display:inline-flex;align-items:center;gap:.4rem;background:#10b98126;color:#34d399;font-size:.78rem;font-weight:500;padding:.3rem .85rem;border-radius:999px;width:fit-content}.footer-badge-dot{width:7px;height:7px;background:#10b981;border-radius:50%}.footer-card-heading{font-size:1.6rem;font-weight:700;color:#0f172a;margin:0}.footer-card-subtitle{font-size:.88rem;line-height:1.6;color:#334155;margin:0;max-width:400px}.footer-email-capsule{display:inline-flex;align-items:center;gap:.65rem;padding:.75rem 1.5rem;background:#334155;border-radius:999px;font-size:.95rem;font-weight:600;color:#e2e8f0;text-decoration:none;width:fit-content;margin-top:.5rem;transition:background .2s ease,box-shadow .25s ease}.footer-email-capsule:hover{background:#475569;box-shadow:0 4px 16px #0000004d}.footer-email-capsule svg{color:#94a3b8;flex-shrink:0;transition:color .2s ease}.footer-email-capsule:hover svg{color:#f1f5f9}.footer-right{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;border-left:1px solid rgba(15,23,42,.15);padding-left:2rem}.footer-connect-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#334155}.footer-connect-icons{display:flex;gap:1rem}.footer-icon-btn{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:#334155;border-radius:50%;color:#94a3b8;text-decoration:none;transition:background .2s ease,color .2s ease}.footer-icon-btn:hover{background:#475569;color:#f1f5f9}.footer-icon-disabled{opacity:.35;pointer-events:none}@media(max-width:767px){.styled-footer-card{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}.footer-right{border-left:none;padding-left:0;border-top:1px solid #334155;padding-top:1.5rem;align-items:flex-start}}.back-to-top-btn{position:fixed;bottom:2.5rem;right:2.5rem;z-index:999;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#94a3b8;cursor:pointer;transition:color .25s ease,transform .25s ease}.back-to-top-btn:hover{color:#0f172a;transform:translateY(-5px)}.back-to-top-icon{width:56px;height:56px;stroke-width:1.5}.back-to-top-text{font-size:1.15rem;font-weight:700;letter-spacing:.16em}@media(max-width:767px){.back-to-top-btn{bottom:1.5rem;right:1.25rem}}.editorial-lightbox-backdrop{position:fixed;inset:0;z-index:9999;background:#0f172ae6;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:center;padding:1.5rem;cursor:zoom-out}.editorial-lightbox-img{max-width:92vw;max-height:92vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 25px 60px -12px #00000080;cursor:default;-webkit-user-select:none;user-select:none}.editorial-lightbox-close-btn{position:absolute;top:1.5rem;right:2rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:2.2rem;font-weight:200;line-height:1;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease;z-index:10000}.editorial-lightbox-close-btn:hover{background:#ffffff40;transform:scale(1.08)}.pure-hero-media,.pure-gallery-image,.pure-evolution-image{cursor:zoom-in;transition:opacity .2s ease,transform .2s ease}.pure-hero-media:hover,.pure-gallery-image:hover,.pure-evolution-image:hover{opacity:.92}
