@media (width<=768px){.App{flex-direction:column}}@media (width<=480px){.App{flex-direction:column}}.sidebar{background:#f5f5f5;flex-shrink:0;width:400px;height:100vh;padding:40px 24px;animation:.8s cubic-bezier(.34,1.56,.64,1) slideInLeft;overflow-y:auto}@media (width<=1440px){.sidebar{width:350px;padding:35px 20px}}@media (width<=1024px){.sidebar{width:300px;padding:30px 18px}}@media (width<=768px){.sidebar{z-index:auto;width:100%;height:auto;box-shadow:none;max-height:none;position:relative;overflow-y:visible}}@media (width<=480px){.sidebar{border-bottom:1px solid #e0e0e0;width:100%;height:auto;max-height:none;padding:20px 16px;overflow-y:visible}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.profile-container{flex-direction:column;gap:32px;display:flex}@media (width<=768px){.profile-container{gap:24px}}@media (width<=480px){.profile-container{gap:16px}}.sidebar-content{flex-direction:column;justify-content:space-between;height:100%;display:flex}@media (width<=768px){.sidebar-content{justify-content:flex-start;gap:28px;height:auto;min-height:0}}@media (width<=480px){.sidebar-content{gap:20px}}.profile-image{background:#e0e0e0;border-radius:50%;width:80px;height:80px;animation:.8s ease-out .1s both fadeInScale;overflow:hidden}@media (width<=768px){.profile-image{width:70px;height:70px}}@media (width<=480px){.profile-image{width:60px;height:60px}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.profile-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.profile-image:hover img{transform:scale(1.05)}.name{color:#1a1a1a;margin:0;font-size:32px;font-weight:400;line-height:1.3;animation:.8s ease-out .2s both fadeInUp}@media (width<=1440px){.name{font-size:28px}}@media (width<=768px){.name{font-size:24px}}@media (width<=480px){.name{font-size:20px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.bio{color:#666;margin:0;font-size:13px;line-height:1.6;animation:.8s ease-out .3s both fadeInUp}@media (width<=768px){.bio{font-size:12px}}@media (width<=480px){.bio{font-size:12px;line-height:1.5}}.social-links{flex-wrap:wrap;gap:8px;animation:.8s ease-out .4s both fadeInUp;display:flex}@media (width<=480px){.social-links{gap:6px}}.social-links a{color:#666;background:#f5f5f5;border:.5px solid #d0d0d0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}@keyframes popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.social-links a:first-child{animation-delay:.45s}.social-links a:nth-child(2){animation-delay:.5s}.social-links a:nth-child(3){animation-delay:.55s}.social-links a:nth-child(4){animation-delay:.6s}.social-links a:after{content:attr(aria-label);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#000;border-radius:6px;padding:6px 10px;font-size:11px;transition:all .25s cubic-bezier(.4,0,.2,1);position:absolute;bottom:36px;left:50%;transform:translate(-50%)translateY(6px);box-shadow:0 4px 12px #00000026}.social-links a:hover:after{opacity:1;transform:translate(-50%)translateY(0)}.social-links svg{width:16px;height:16px}.social-links img{filter:invert(.6)brightness(1.1);opacity:.8;width:16px;height:16px;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.social-links a:hover img{filter:invert(.3)brightness();opacity:1}.cta-section{border:1px solid #d0d0d0;border-width:1px 0;flex-direction:column;gap:16px;padding:20px 0;transition:all .3s;animation:.8s ease-out .5s both slideInUp;display:flex}@media (width<=480px){.cta-section{gap:12px;padding:16px 0}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cta-text{color:#333;margin:0;font-size:13px;font-weight:500}.cta-subtext{color:#999;margin-top:4px;font-size:12px;font-weight:400;display:block}.cta-buttons{gap:10px;display:flex}.btn{cursor:pointer;text-align:center;border:none;border-radius:20px;flex:1;justify-content:center;align-items:center;padding:10px 16px;font-size:12px;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex}@media (width<=480px){.btn{padding:8px 12px;font-size:11px}}.btn-primary{color:#fff;background:#1a1a1a}.btn-primary:hover{background:#0f0e0e;transform:translateY(-2px);box-shadow:0 8px 16px #00000026}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.btn-secondary{color:#333;background:#e8e8e8}.btn-secondary:hover{background:#fff;border-color:#fff;transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}.clients{margin-top:20px;animation:.8s ease-out .6s both fadeInUp}.clients-label{color:#999;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:11px;font-weight:500}.client-logos{flex-direction:row;gap:12px;display:flex}.logo-placeholder{color:#999;background:#e8e8e8;border-radius:4px;justify-content:center;align-items:center;height:24px;font-size:10px;font-weight:600;transition:all .3s;animation:.6s ease-out slideInRight;display:flex}@keyframes slideInRight{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}.logo-placeholder:first-child{animation-delay:.65s}.logo-placeholder:nth-child(2){animation-delay:.7s}.logo-placeholder:hover{background:#d0d0d0;transform:translate(4px)}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:0 0}.sidebar::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px;transition:background .3s}.sidebar::-webkit-scrollbar-thumb:hover{background:#999}.gallery{scroll-behavior:smooth;scroll-snap-type:y mandatory;background:#f5f5f5;flex:1;min-width:0;overflow:hidden scroll}.gallery-container{flex-direction:column;height:100%;display:flex}.project-wrapper{width:100%;transition:all .6s cubic-bezier(.34,1.56,.64,1)}.about-view{height:100%;padding:40px;animation:.6s ease-out fadeIn;overflow-y:auto}.about-view--project-detail{box-sizing:border-box;min-width:0;max-width:100%;padding-left:0;padding-right:0;overflow-x:hidden}.project-detail-header{align-items:baseline;gap:14px;min-width:0;margin:40px 30px;display:flex}.project-detail-header .close-btn{margin:0}.project-detail-title{color:#1a1a1a;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;font-size:24px;font-weight:600;overflow:hidden}@media (width<=768px){.about-view{padding:0}.about-view--project-detail{padding-left:0;padding-right:0}.project-detail-header{margin-left:20px;margin-right:20px}.gallery{overflow:hidden auto}}@media (width<=480px){.about-view{height:auto;padding:16px;overflow-y:auto}.about-view--project-detail{padding-left:0;padding-right:0}.project-detail-header{margin-left:16px;margin-right:16px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.close-btn{color:#666;cursor:pointer;background:0 0;border:none;margin-bottom:30px;padding:0;font-size:14px;font-weight:500;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:.5s ease-out slideInLeft}@media (width<=480px){.close-btn{margin-bottom:20px;font-size:12px}}.close-btn:hover{color:#1a1a1a;transform:translate(-5px)}.close-btn:active{transform:translate(0)}.scroll-progress{z-index:100;flex-direction:column;gap:12px;animation:.6s ease-out .4s both fadeInRight;display:flex;position:fixed;top:50%;right:30px;transform:translateY(-50%)}@media (width<=480px){.scroll-progress{flex-direction:row;gap:8px;top:auto;bottom:20px;right:10px;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%{box-shadow:0 0 #1a1a1ab3}70%{box-shadow:0 0 0 8px #1a1a1a00}to{box-shadow:0 0 #1a1a1a00}}.gallery::-webkit-scrollbar{width:6px}.gallery::-webkit-scrollbar-track{background:0 0}.gallery::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px;transition:background .3s;animation:.6s ease-out .3s both slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.gallery::-webkit-scrollbar-thumb:hover{background:#999}@media (width<=1024px){.gallery{margin-left:0}.about-view{padding:0}.scroll-progress{right:20px}}@media (width<=768px){.scroll-progress{right:15px}.progress-dot{width:8px;height:8px}.progress-dot.active{width:12px;height:12px}}@media (width<=480px){.progress-dot{width:6px;height:6px}.progress-dot.active{width:10px;height:10px}}.project-card{aspect-ratio:16/10;border-radius:4px;margin:20px;position:relative;overflow:hidden}.project-card[role=button]{cursor:pointer}.project-card[role=button]:focus-visible{outline-offset:4px;outline:2px solid #1a1a1a}.project-card:before{content:"";background-image:inherit;will-change:transform;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:transform .9s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:scale(1)}@media (width<=768px){.project-card{aspect-ratio:4/3;margin:10px}.project-card:before{background-size:contain}}@media (hover:hover) and (pointer:fine){.project-card:hover:before{transform:scale(1.08)}}@keyframes gradientShift{0%,to{opacity:0}50%{opacity:1}}.project-info{z-index:1;-webkit-backdrop-filter:blur(8px);box-sizing:border-box;background:#0000004d;justify-content:space-between;align-items:flex-end;gap:40px;width:100%;padding:20px;animation:.8s ease-out .4s both fadeInUp;display:flex;position:absolute;bottom:0;left:0;right:0}@media (width<=1024px){.project-info{gap:20px;padding:30px}}@media (width<=768px){.project-info{flex-direction:column;align-items:flex-start;gap:15px;padding:20px}}@media (width<=480px){.project-info{gap:12px;padding:16px}}.project-text{flex:1}.project-title{margin:0 0 8px;font-size:28px;font-weight:600;line-height:1.2;transition:all .3s;display:inline-block;position:relative}@media (width<=1024px){.project-title{font-size:24px}}@media (width<=768px){.project-title{font-size:20px}}@media (width<=480px){.project-title{margin-bottom:6px;font-size:18px}}.project-title:before{content:"";opacity:.3;background:currentColor;width:0;height:3px;transition:width .6s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:-4px;left:0}.project-title:hover:before{width:100%}.project-title.dark,.project-title.light{color:#fff}.project-subtitle{margin:0;font-size:13px;font-weight:500;transition:all .3s;animation:.8s ease-out .5s both fadeInUp}@media (width<=768px){.project-subtitle{font-size:12px}}@media (width<=480px){.project-subtitle{font-size:11px}}.project-subtitle.dark,.project-subtitle.light{color:#fffc}.project-subtitle:hover{transform:translate(5px)}.project-dots{display:none}.dot{cursor:pointer;border-radius:50%;width:8px;height:8px;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:.5s cubic-bezier(.34,1.56,.64,1) popIn}.dot:first-child{animation-delay:.6s}.dot:nth-child(2){animation-delay:.65s}.dot:nth-child(3){animation-delay:.7s}.dot.dark,.dot.light{background:#fff9}.dot:first-child{opacity:1}.dot:not(:first-child){opacity:.4}.dot:hover{transform:scale(1.5);opacity:1!important}.dot:hover.dark,.dot:hover.light{background:#ffffffe6;box-shadow:0 0 12px #fff9}.about-section{max-width:900px}.about-section h2{color:#1a1a1a;margin-bottom:40px;font-size:32px;font-weight:600;line-height:1.3}@media (width<=768px){.about-section h2{margin-bottom:30px;font-size:24px}}@media (width<=480px){.about-section h2{margin-bottom:24px;font-size:20px}}.about-grid{grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:60px;display:grid}@media (width<=768px){.about-grid{grid-template-columns:1fr;gap:20px;margin-bottom:40px}}@media (width<=480px){.about-grid{gap:16px;margin-bottom:30px}}.about-card{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:12px;padding:24px;transition:all .3s}@media (width<=768px){.about-card{padding:20px}}@media (width<=480px){.about-card{border-radius:8px;padding:16px}}.about-card:hover{background:#f5f5f5;border-color:#d0d0d0}.about-card h3{color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px;font-size:13px;font-weight:600}@media (width<=480px){.about-card h3{margin-bottom:12px;font-size:12px}}.about-card p{color:#666;margin:0;font-size:14px;line-height:1.8}@media (width<=480px){.about-card p{font-size:13px;line-height:1.6}}.about-card ul{margin:0;padding:0;list-style:none}.about-card li{color:#666;padding-left:16px;font-size:14px;line-height:2;position:relative}@media (width<=480px){.about-card li{font-size:13px;line-height:1.8}}.about-card li:before{content:"→";color:#999;position:absolute;left:0}.about-footer{color:#fff;text-align:center;background:#1a1a1a;border-radius:12px;padding:40px}@media (width<=768px){.about-footer{padding:30px 20px}}@media (width<=480px){.about-footer{border-radius:8px;padding:24px 16px}}.about-footer h3{margin:0 0 16px;font-size:24px;font-weight:600}@media (width<=768px){.about-footer h3{font-size:20px}}@media (width<=480px){.about-footer h3{margin-bottom:12px;font-size:18px}}.about-footer p{color:#ffffffb3;margin:0 0 20px;font-size:14px}@media (width<=480px){.about-footer p{margin:0 0 16px;font-size:13px}}.contact-link{color:#fff;border:1px solid #ffffff4d;border-radius:20px;padding:12px 24px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}@media (width<=480px){.contact-link{padding:10px 20px;font-size:13px}}.contact-link:hover{background:#ffffff1a;border-color:#fff9}@media (width<=768px){.about-section{max-width:100%}.about-section h2{font-size:24px}.about-grid{grid-template-columns:1fr;gap:20px}.about-card{padding:20px}.about-footer{padding:30px 20px}.about-footer h3{font-size:20px}}@media (width<=480px){.about-section h2{font-size:20px}}.project-detail{box-sizing:border-box;background:#fff;width:100%;min-width:0;max-width:100%;margin:0;overflow-x:hidden}.project-gallery{box-sizing:border-box;width:100%;min-width:0;max-width:100%;margin:0;padding:0}.gallery-item{box-sizing:border-box;justify-content:center;width:100%;min-width:0;max-width:100%;display:flex}.project-gallery--stack .gallery-item img{object-fit:contain;object-position:top center;width:auto;max-width:100%;height:auto;max-height:min(92vh,2400px);display:block}.project-gallery--grid{grid-template-columns:1fr;gap:0;padding:0;display:grid}.project-gallery--grid .gallery-item{margin:0;padding:0;display:block}.project-gallery--grid .gallery-item img{object-fit:contain;object-position:top center;border-radius:0;width:100%;height:auto;max-height:none;display:block}@media (width<=1024px){.project-gallery{padding:0}}@media (width<=768px){.project-gallery{padding:0}}@media (width<=480px){.project-gallery{padding:0}}.coming-soon{box-sizing:border-box;width:100%;padding:32px 30px 40px}@media (width<=768px){.coming-soon{padding:24px 20px 32px}}.coming-soon__frame{background:radial-gradient(1200px 600px at 10% 0,#0000000a,#0000 60%),linear-gradient(#fff 0%,#f7f7f7 100%);border:1px solid #0000000f;border-radius:24px;grid-template-columns:1.05fr .95fr;width:100%;max-width:1160px;min-height:520px;margin:0 auto;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 30px #00000014}@media (width<=1024px){.coming-soon__frame{min-height:unset;grid-template-columns:1fr}}.coming-soon__content{flex-direction:column;justify-content:center;gap:14px;padding:44px;display:flex}@media (width<=768px){.coming-soon__content{padding:28px 20px}}.coming-soon__kicker{letter-spacing:.12em;text-transform:uppercase;color:#0000008c;margin:0;font-size:12px;font-weight:600}.coming-soon__title{letter-spacing:-.03em;color:#0f0e0e;margin:0;font-size:44px;font-weight:650;line-height:1.05}@media (width<=768px){.coming-soon__title{font-size:34px}}.coming-soon__subtitle{color:#000000a6;max-width:42ch;margin:0;font-size:14px;line-height:1.7}.coming-soon__meta{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.coming-soon__pill{color:#0f0e0e;background:#0000000f;border:1px solid #0000000f;border-radius:999px;justify-content:center;align-items:center;padding:8px 12px;font-size:12px;font-weight:600;display:inline-flex}.coming-soon__pill--muted{color:#00000094;background:#00000008;font-weight:600}.coming-soon__art{background:radial-gradient(800px 500px at 60% 40%,#00000014,#0000 60%),linear-gradient(135deg,#00000008 0%,#0000 40%,#0000000d 100%);justify-content:center;align-items:center;padding:26px;display:flex;position:relative}@media (width<=1024px){.coming-soon__art{padding:18px 18px 26px}}.coming-soon__artGlow{filter:blur(30px);opacity:.35;background:radial-gradient(circle,#00000024,#0000 55%);animation:6.5s ease-in-out infinite comingGlow;position:absolute;inset:-40%}@keyframes comingGlow{0%{opacity:.28;transform:translate(-1%,-1%)scale(1)}50%{opacity:.38;transform:translate(1%,1%)scale(1.03)}to{opacity:.28;transform:translate(-1%,-1%)scale(1)}}.coming-soon__image{-webkit-user-select:none;user-select:none;border-radius:18px;width:100%;max-width:520px;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s;position:relative;transform:translateY(0);box-shadow:0 18px 44px #0000002e}.coming-soon__frame:hover .coming-soon__image{transform:translateY(-4px);box-shadow:0 24px 54px #00000038}@media (prefers-reduced-motion:reduce){.coming-soon__artGlow{animation:none}.coming-soon__frame:hover .coming-soon__image{transform:none}}*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif}.App{height:100vh;display:flex;overflow:hidden}@media (width<=768px){.App{flex-direction:column;height:auto;min-height:100dvh;overflow:hidden auto}}@media (width<=480px){body{font-size:14px}}
