:root{--body-font: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--fw-regular: 400;font-family:var(--body-font);line-height:1.2;font-weight:var(--fw-regular);--bg-color: #fcfafa;--text-color: #0f172a;--text-secondary: #343e4c;--card-bg: #ffffff;--border-color: #e2e8f0;--nav-hover: #4338ca;--shadow-color: rgba(2,6,23,.1);--social-bg: rgba(15,23,42,.04);--social-hover-bg: rgba(99,102,241,.12);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:default;caret-color:transparent}:root.dark-mode{--bg-color: #131313;--text-color: #f8fafc;--text-secondary: #94a3b8;--card-bg: #1e293b;--border-color: #334155;--nav-hover: #818cf8;--shadow-color: rgba(0,0,0,.5);--social-bg: rgba(255,255,255,.1);--social-hover-bg: rgba(129,140,248,.2)}body{margin:0;min-height:100vh;background-color:var(--bg-color);color:var(--text-color);font-family:var(--body-font);font-weight:var(--fw-regular);transition:background-color .3s ease,color .3s ease}a,button,input[type=submit],input[type=button]{cursor:pointer}*,*:before,*:after{box-sizing:border-box}.container{width:100%;margin:0 auto;padding:0 1rem}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.preloader-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:var(--bg-color);z-index:9999;transition:opacity .42s ease,visibility .42s ease}.preloader-overlay.fade-out{opacity:0;visibility:hidden}.preloader-inner{text-align:center}.progress-text{font-weight:700;color:var(--text-color)}.progress-center{font-size:2.5rem;font-weight:800}.app-content{opacity:1;transform:none}.app-content.hidden-behind{pointer-events:none}.hero{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin-top:2rem;min-height:calc(100vh - 84px);padding:1.25rem 1rem 2rem;box-sizing:border-box;text-align:left}.hero h1{font-size:clamp(2rem,6vw,3.5rem);line-height:1.1;margin:0 0 1.5rem;font-weight:400;color:var(--text-color)}.hero p{max-width:65ch;margin:0;font-size:clamp(.85rem,3.5vw,1.3rem);line-height:1.4;color:var(--text-color)}.showcase{display:flex;justify-content:center;padding:2rem 0 4rem;margin-top:-8rem;position:relative;z-index:2}.showcase-inner{width:100%;max-width:100%;padding:0}.video-wrap{width:100%;background:#000;border-radius:8px;overflow:hidden;aspect-ratio:16 / 9;box-shadow:0 12px 30px #0206171f}.showcase-video{width:100%;height:100%;display:block;object-fit:cover;background:#000}.featured-projects{padding:4rem 1rem;text-align:left;max-width:980px;margin:0 auto}.featured-projects h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-color)}.projects-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media(min-width:1025px){.featured-projects .project-card{height:50vh}}.all-projects-btn{display:inline-block;color:var(--text-color);font-weight:600;text-decoration:none;border-bottom:2px solid var(--text-color);padding-bottom:2px;transition:color .2s,border-color .2s}.all-projects-btn:hover{color:var(--nav-hover);border-color:var(--nav-hover)}.about-section{padding:4rem 1rem;text-align:left;max-width:980px;margin:0 auto}.about-section h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-color)}.about-content{display:flex;flex-direction:column;gap:2rem}@media(min-width:769px){.about-content{display:grid;grid-template-columns:40% 1fr;gap:3rem;align-items:stretch}.about-image{margin-bottom:0;height:100%;max-width:100%}.about-image img{height:100%;object-fit:cover}}.about-image{width:100%;max-width:300px;background-color:#0b1b25;border-radius:12px;overflow:hidden;margin-bottom:2rem}.about-image img{width:100%;height:auto;display:block}.about-text p{margin-bottom:1.5rem}.about-text p:last-child{margin-bottom:0}.about-content p{font-size:1.1rem;line-height:1.8;color:var(--text-secondary);max-width:65ch}.design-stack-section{padding:0 1rem 4rem;text-align:left;max-width:980px;margin:0 auto}.design-stack-section h3{font-size:1.5rem;margin-bottom:2rem;color:var(--text-color)}.stack-grid{display:flex;flex-wrap:wrap;gap:3rem;align-items:flex-start}.stack-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--text-secondary);font-size:.9rem;font-weight:500}.stack-icon{font-size:2.5rem;color:var(--text-color)}.projects-page{padding:0 0 2rem;max-width:1200px;margin:4rem auto 0}.projects-header{margin-bottom:3rem;text-align:center}.projects-header h1{font-size:2.5rem;margin-bottom:.5rem;color:var(--text-color)}.projects-header p{font-size:1.2rem;color:var(--text-secondary)}.projects-grid-full{display:grid;grid-template-columns:1fr;gap:.8rem;padding:0 1rem}@media(min-width:768px){.projects-grid-full{grid-template-columns:repeat(5,1fr)}.projects-grid-full>:nth-child(4n+1){grid-column:span 3}.projects-grid-full>:nth-child(4n+2){grid-column:span 2}.projects-grid-full>:nth-child(4n+3){grid-column:span 2}.projects-grid-full>:nth-child(4n+4){grid-column:span 3}}@media(max-width:640px){.showcase-inner{max-width:100%}.showcase h2{font-size:1.1rem}.hero{margin-top:1rem;padding:1rem .75rem .5rem}.showcase{margin-top:-2.5rem;padding:1.25rem 0 .75rem}.video-wrap{box-shadow:0 8px 20px var(--shadow-color)}}@media(max-width:1024px){#root{padding:1.5rem}.hero{margin-top:8rem;min-height:auto;padding-top:2rem;padding-bottom:1rem}.hero p{font-size:1.35rem;max-width:60ch}.showcase{margin-top:2rem;padding:1rem 0 .75rem}.video-wrap{box-shadow:0 10px 24px var(--shadow-color)}}@media(max-width:850px){.hero{margin-top:8rem;min-height:auto;padding-top:2rem;padding-bottom:1rem}.hero p{font-size:1.25rem}.showcase{margin-top:0}}@media(min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero{min-height:50vh;padding:1rem 1rem 1.5rem;text-align:left;margin-top:.5rem}.showcase{margin-top:-3rem;padding:1rem 0 .75rem}.video-wrap{aspect-ratio:16 / 10;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;border-radius:0}.container{width:98%;max-width:980px;padding:0}.about-section{padding:2rem 1rem;margin-bottom:3rem}.design-stack-section{padding:0 1rem 3rem}.stack-grid{gap:2rem}}@media(max-width:480px){#root{padding:.5rem 0}.hero{margin-top:4rem;margin-bottom:4rem;min-height:auto;padding:0 .75rem}.hero p{line-height:1.6;padding:0 .25rem}.showcase{margin-top:0;margin-bottom:6rem;padding:0}.video-wrap{width:100vw;height:auto;aspect-ratio:auto;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;border-radius:0;box-shadow:none}.showcase-video{height:auto;object-fit:contain}.featured-projects,.about-section{padding:0;margin-bottom:4rem}.about-image{max-width:100%;aspect-ratio:1}.about-image img{height:100%;object-fit:cover}.design-stack-section{padding:0 1rem;margin-bottom:4rem}.stack-grid{gap:2rem;justify-content:flex-start}.stack-icon{font-size:1.8rem}.container{width:95%;max-width:100%;padding:0;margin:0 auto}}@media(max-width:390px){.hero{margin-top:2rem;margin-bottom:-1rem;min-height:45vh}.hero p{font-size:.95rem}.showcase{margin:0 0 6rem;padding:0}}@media(min-width:1280px){.hero p{font-size:1.6rem}.showcase-inner{max-width:90%}}.project-card{display:block;text-decoration:none;color:inherit;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px var(--shadow-color);transition:transform .3s ease,box-shadow .3s ease;cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><circle cx="20" cy="20" r="19" fill="rgba(255,255,255,0.9)" stroke="%230f172a" stroke-width="1"/><path d="M15 25 L25 15 M25 15 L17 15 M25 15 L25 23" stroke="%230f172a" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>') 20 20,pointer;height:70vh}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -5px var(--shadow-color)}.card-media{width:100%;height:100%;background:#000}.card-media img,.card-media video{width:100%;height:100%;object-fit:cover;display:block;transition:filter .3s ease}.project-card:hover .card-media img,.project-card:hover .card-media video{filter:blur(1px)}.card-overlay{position:absolute;inset:0;background:#000000bf;display:flex;align-items:flex-end;justify-content:flex-start;opacity:0;transition:opacity .3s ease;padding:2rem;text-align:left}.project-card:hover .card-overlay{opacity:1}.card-content{transform:translateY(10px);transition:transform .3s ease}.project-card:hover .card-content{transform:translateY(0)}.project-card h4{font-size:1.25rem;margin:0 0 .75rem;color:#fff;font-weight:600}.project-card p{color:#e2e8f0;line-height:1.6;margin:0;font-size:1rem}@media(max-width:1024px),(hover:none){.project-card{height:auto;box-shadow:none;border-radius:0;overflow:visible}.project-card:hover{transform:none;box-shadow:none}.project-card:hover .card-media img,.project-card:hover .card-media video{filter:none}.card-media{height:auto;border-radius:12px;overflow:hidden}.card-media img,.card-media video{height:auto;object-fit:contain}.card-overlay{position:static;background:transparent;opacity:1;padding:1rem 0 2rem;align-items:flex-start}.card-content{transform:none}.project-card h4{color:var(--text-color);font-size:1.1rem}.project-card p{color:var(--text-secondary);font-size:.95rem}}.project-detail{width:100%;margin-top:4rem;padding-top:0}.project-banner{width:100%;height:90vh;position:relative;overflow:hidden;border-radius:12px}.project-banner img{width:100%;height:100%;object-fit:cover;display:block}.banner-overlay{position:absolute;inset:0;background:#0003;display:flex;align-items:center;justify-content:center}.banner-overlay h1{color:#fff;font-size:4rem;font-weight:700;text-transform:uppercase;letter-spacing:-.02em}.project-content{padding:4rem 1rem;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:0;align-items:start}.project-info{display:flex;flex-direction:column;gap:2rem;margin-bottom:0;border-bottom:none;padding-bottom:0;padding-right:3rem;position:sticky;top:100px;text-align:left}.project-description{border-left:1px solid var(--border-color);padding-left:3rem;text-align:left}.info-col h3{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.5rem}.info-col p{font-size:1.125rem;color:var(--text-color);font-weight:500}.project-description h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-color)}.project-description p{font-size:1.25rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1.5rem}.project-gallery{margin-top:0;padding-bottom:4rem;display:flex;flex-direction:column;gap:2rem}.project-gallery img{width:100%;height:90vh;object-fit:cover;border-radius:8px;display:block;box-shadow:0 4px 6px -1px var(--shadow-color)}.gallery-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.more-projects{margin-top:6rem;margin-bottom:12rem}.more-projects h3{font-size:1.5rem;margin-bottom:2rem;color:var(--text-color)}.more-projects .project-card{height:50vh}.more-projects .project-card p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:768px){.more-projects .projects-grid-full{grid-template-columns:1fr 1fr}.more-projects .projects-grid-full>*{grid-column:auto}}@media(max-width:900px){.project-content{grid-template-columns:1fr;gap:3rem}.project-description{border-left:none;padding-left:0}.project-info{flex-direction:row;flex-wrap:wrap;position:static;border-bottom:1px solid #e2e8f0;padding-bottom:2rem;padding-right:0}}@media(max-width:768px){.project-banner{height:auto}.project-banner img,.project-gallery img{height:auto;object-fit:contain}.banner-overlay h1{font-size:2.5rem}.project-info{flex-direction:column;align-items:flex-start;gap:.3rem}.info-col h3{margin-bottom:0}.gallery-row{grid-template-columns:1fr}}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;text-align:center;padding:2rem;box-sizing:border-box}.not-found h1{font-size:8rem;margin:0;line-height:1;color:var(--text-color)}.not-found p{font-size:1.5rem;color:var(--text-secondary);margin:1rem 0 2rem}.home-link{display:inline-block;padding:.8rem 1.5rem;background-color:var(--text-color);color:var(--bg-color);text-decoration:none;border-radius:4px;font-weight:600;transition:opacity .2s ease}.home-link:hover{opacity:.9}.header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.1rem 0}.brand{display:flex;align-items:center;gap:.75rem;padding-left:.6rem}.brand a{color:var(--text-color);display:flex;align-items:center;transition:color .3s ease}.logo{height:1.4rem;width:auto;display:block;will-change:filter,transform;transition:filter .22s,transform .22s}.logo:hover{transform:translateY(-3px);filter:drop-shadow(0 6px 18px rgba(100,108,255,.25))}.site-nav{display:flex;gap:1rem;align-items:center}.site-nav a{color:var(--text-color);text-decoration:none;padding:.45rem .6rem;border-radius:6px;font-size:1.4rem;font-family:var(--body-font);font-weight:var(--fw-regular);transition:color .3s ease}.theme-toggle{background:none;border:none;cursor:pointer;padding:.45rem;border-radius:6px;color:var(--text-color);display:flex;align-items:center;justify-content:center;transition:color .3s ease,background-color .3s ease}.theme-toggle:hover{background-color:var(--social-bg);color:var(--nav-hover)}.hamburger-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;gap:5px;z-index:1001}.hamburger-line{width:24px;height:2px;background-color:var(--text-color);transition:transform .3s ease,opacity .3s ease;display:block}.header-actions{display:flex;align-items:center;gap:.5rem}.nav-home-link,.mobile-toggle{display:none}@media(max-width:1024px){.logo{height:1.2rem}.site-nav a{font-size:1.2rem;padding:.4rem .5rem}}@media(max-width:768px){.nav-home-link{display:block}.mobile-toggle{display:flex}.desktop-toggle{display:none}.brand{justify-content:flex-start;padding-top:0}.hamburger-btn{display:flex}.site-nav{position:fixed;inset:0;background-color:var(--bg-color);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transform:translateY(-100%);transition:transform .4s cubic-bezier(.16,1,.3,1);z-index:1000;padding:2rem;padding-bottom:20vh;order:unset}.header.menu-open .site-nav{transform:translateY(0)}.site-nav a{padding:.6rem .9rem;width:auto;font-size:1.5rem;font-weight:600}.header.menu-open .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.header.menu-open .hamburger-line:nth-child(2){opacity:0}.header.menu-open .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}@media(max-width:480px){.logo{height:1rem}.site-nav a{font-size:1rem;padding:.5rem .6rem}}@media(min-width:1280px){.site-nav a{font-size:1.5rem}}.footer p{text-align:center;color:var(--text-secondary);margin:1.25rem 0 0;font-size:.8rem}.socials-wrap{display:flex;justify-content:center;padding:.75rem 0 0}.socials{display:flex;gap:.75rem;align-items:center}.socials a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:var(--text-color);background:var(--social-bg);text-decoration:none;transition:transform .16s ease,background .16s ease,color .16s ease}.socials a.book-call-btn{width:auto;padding:0 1rem;gap:.5rem;font-weight:500;font-size:.9rem;white-space:nowrap}.socials a:hover{transform:translateY(-3px);background:var(--social-hover-bg);color:var(--nav-hover)}.social-icon{width:20px;height:20px;display:block}@media(max-width:768px){.socials a{width:44px;height:44px}.social-icon{width:22px;height:22px}}@media(max-width:480px){.socials-wrap{padding:0 1.5rem}.socials{flex-wrap:wrap;justify-content:center;width:100%;gap:1rem}.socials a{width:40px;height:40px}.socials a.book-call-btn{width:100%;height:48px}.social-icon{width:18px;height:18px}}
