@charset "UTF-8";.navbar-wrapper{position:fixed;top:0;left:0;width:100%;z-index:100;padding:1.5rem;display:flex;justify-content:center}.navbar{max-width:1100px;width:100%;background-color:#0f0f0fb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.75rem 1.5rem;transition:all .3s}.navbar.scrolled{background-color:#0000004d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05);box-shadow:0 8px 32px #0003}.navbar-container{display:flex;justify-content:space-between;align-items:center;position:relative}.logo{font-weight:700;font-size:1.25rem;color:#e1e1e1;letter-spacing:1px}.nav-links{list-style:none;display:flex;gap:2.5rem}.nav-links a{font-weight:400;font-size:.95rem;color:#ffffffb3;position:relative;transition:color .3s}.nav-links a:hover,.nav-links a.active{color:#e1e1e1;opacity:1}.nav-links a.active{font-weight:500}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:25px;height:20px;cursor:pointer;z-index:1001;position:relative}.hamburger span{display:block;height:2px;width:100%;background-color:#e1e1e1;transition:all .3s}.hamburger.active span:first-child{transform:translateY(9px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:last-child{transform:translateY(-9px) rotate(-45deg)}.fullscreen-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#0a0a0af7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .5s,visibility .5s}.fullscreen-menu.active{opacity:1;visibility:visible}.fullscreen-menu-content{text-align:center;padding:2rem;width:100%}.mobile-nav-links{list-style:none;padding:0;margin:0}.mobile-nav-links li{margin-bottom:2rem;transform:translateY(20px);opacity:0;transition:transform .5s ease,opacity .5s ease}.mobile-nav-links li:nth-child(1){transition-delay:.1s}.mobile-nav-links li:nth-child(2){transition-delay:.2s}.mobile-nav-links li:nth-child(3){transition-delay:.3s}.mobile-nav-links li:nth-child(4){transition-delay:.4s}.fullscreen-menu.active .mobile-nav-links li{transform:translateY(0);opacity:1}.mobile-nav-links a{font-size:2rem;font-weight:600;color:#ffffffb3;text-decoration:none;transition:color .3s;display:inline-block;padding:.5rem 0}.mobile-nav-links a:hover,.mobile-nav-links a.active{color:#e1e1e1}.mobile-nav-links a.active{position:relative}.mobile-nav-links a.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40px;height:2px;background-color:#e1e1e1}@media (max-width: 768px){.navbar-wrapper{padding:1rem}.navbar{padding:.75rem 1rem}.hamburger{display:flex}.desktop-nav{display:none}}.footer{background-color:#0a0a0fcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);padding:3rem 0 2rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 5%}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.footer-logo a{font-size:1.5rem;font-weight:700;color:#e1e1e1;letter-spacing:1px}.footer-links{display:flex;align-items:center;gap:4rem}.footer-nav ul{list-style:none;padding:0;margin:0;display:flex;gap:2rem}.footer-nav ul li a{color:#d4d4d4;transition:color .3s;font-size:.95rem}.footer-nav ul li a:hover{color:#e1e1e1}.footer-social{display:flex;gap:1rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff0d;color:#d4d4d4;transition:all .3s}.footer-social a:hover{color:#e1e1e1;background:#ffffff1a;transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}.footer-bottom p{font-size:.9rem;color:#888;margin:.3rem 0;text-align:center}.footer-bottom .footer-tagline{font-size:.85rem;text-align:center}@media (max-width: 768px){.footer{padding:2.5rem 0 1.5rem}.footer-content{flex-direction:column;gap:2rem;margin-bottom:2rem;text-align:center}.footer-links{flex-direction:column;gap:2rem;width:100%}.footer-nav ul{justify-content:center;flex-wrap:wrap}.footer-social{justify-content:center}}@media (max-width: 480px){.footer-nav ul{gap:1.5rem;justify-content:center}.footer-bottom p,.footer-bottom .footer-tagline{font-size:.8rem;text-align:center}}.home{height:100vh;overflow:hidden}.hero{height:100vh;width:100%;background:transparent;position:relative;display:flex;align-items:center;justify-content:center}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:1;pointer-events:none}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;max-width:800px;padding:0 2rem}.hero-content h1{font-size:3.5rem;font-weight:600;margin-bottom:1rem;letter-spacing:1px;width:100%;text-align:center}.hero-content p{font-size:1.1rem;font-weight:400;max-width:600px;margin:0 auto 2.5rem;color:#fffc;letter-spacing:.5px;width:100%;text-align:center}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;width:100%}.cta-buttons .btn{padding:.75rem 2rem;font-size:.95rem;letter-spacing:.5px;transition:all .3s;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:6px;color:#e1e1e1;text-align:center}.cta-buttons .btn:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}@media (max-width: 768px){.hero-content h1{font-size:2.8rem}.hero-content p{font-size:1rem;max-width:450px}}@media (max-width: 480px){.hero-content{padding:0 1rem}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:.9rem;margin-bottom:2rem}.cta-buttons{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:250px;margin:0 auto}.cta-buttons .btn{width:100%}}.about{min-height:100vh;background-color:#000}.container{max-width:900px;margin:0 auto;padding:120px 5% 5rem}.section-header h1{font-size:4rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px;line-height:1.1}.about-content{width:100%}.about-text{text-align:left}.about-text h2{font-size:2.5rem;margin-bottom:2rem;font-weight:600;line-height:1.2;background:linear-gradient(to right,#fff,#aaa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-text .intro-text{margin-bottom:4rem}.about-text .intro-text p{margin-bottom:1.5rem;line-height:1.8;font-size:1.2rem;color:#d4d4d4}.about-text .skills-section{margin-top:3rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.about-text .skills-section h3{font-size:1.5rem;margin-bottom:2rem;font-weight:500;color:#e1e1e1;text-align:center}.about-text .skills-container{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.about-text .skill-category{flex:1;min-width:250px;background:#ffffff08;padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.about-text .skill-category h4{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;color:#888;margin-bottom:1.2rem;font-weight:600;text-align:center}.about-text .skill-tags{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.about-text .skill-tags span{padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:100px;font-size:.9rem;color:#d4d4d4;transition:all .3s;cursor:default}.about-text .skill-tags span:hover{background:#ffffff1a;border-color:#ffffff4d;color:#e1e1e1}@media (max-width: 768px){.container{padding-top:110px}.section-header h1{font-size:3rem}.about-text h2{font-size:2rem;text-align:center}.about-text .intro-text p{text-align:left}.skills-container{flex-direction:column}}@media (max-width: 480px){.section-header h1{font-size:2.5rem}.about-text h2{font-size:1.8rem}}.custom-video-player{position:relative;width:100%;height:100%;overflow:hidden;background-color:#000}.custom-video-player video{width:100%;height:100%;object-fit:cover;display:block}.custom-video-player video::-webkit-media-controls{display:none!important}.custom-video-player .video-controls{position:absolute;bottom:20px;right:20px;z-index:10;display:flex;gap:10px;opacity:0;transition:opacity .3s;opacity:1}.custom-video-player:hover .custom-video-player .video-controls,.custom-video-player .video-controls:focus-within{opacity:1}.custom-video-player .video-controls button.control-btn{background:#00000080;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s;padding:0}.custom-video-player .video-controls button.control-btn:hover{background:#fff3;transform:scale(1.05);border-color:#ffffff80}.custom-video-player .video-controls button.control-btn:active{transform:scale(.95)}.custom-video-player .video-controls button.control-btn svg{width:20px;height:20px;fill:currentColor}.work{min-height:100vh;background-color:#000}.section-header{text-align:center;margin-bottom:3rem}.work-filter{display:inline-flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem;background:#ffffff0d;padding:.5rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.filter-btn{background:transparent;border:none;color:#888;font-family:Outfit,sans-serif;font-size:.9rem;padding:.6rem 1.5rem;border-radius:25px;cursor:pointer;transition:all .3s;white-space:nowrap}.filter-btn:hover{color:#e1e1e1}.filter-btn.active{background:#e1e1e1;color:#000;font-weight:600}.work-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.work-item{border-radius:8px;overflow:hidden;position:relative;background-color:#ffffff0d;box-shadow:0 4px 20px #0003}.work-image{position:relative;overflow:hidden;aspect-ratio:4/3}.work-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.work-item:hover .work-image img{transform:scale(1.05)}.overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center}.overlay-content{text-align:center;padding:1.5rem}.overlay-content h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#e1e1e1}.overlay-content p{font-size:.9rem;color:#d4d4d4;margin-bottom:1.2rem}.view-project{display:inline-block;color:#e1e1e1;font-size:.9rem;padding:.5rem 1.2rem;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:6px;transition:all .3s}.view-project:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}@media (max-width: 768px){.container{padding-top:110px}.section-header h1{font-size:2rem}.work-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}}@media (max-width: 480px){.container{padding-top:100px}.section-header h1{font-size:1.8rem}.section-header p{font-size:1rem}.work-grid{grid-template-columns:1fr;gap:1.5rem}.work-filter{display:flex;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;gap:1rem;padding:.5rem 1rem;margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem);border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;-webkit-overflow-scrolling:touch;scrollbar-width:none}.work-filter::-webkit-scrollbar{display:none}.filter-btn{flex:0 0 auto;white-space:nowrap;font-size:.9rem;padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.filter-btn.active{background:#e1e1e1;color:#000;border-color:#e1e1e1}}.cv-page{padding:4rem 2rem;min-height:100vh;background:#000;color:#e1e1e1;font-family:Inter,sans-serif}.cv-page .cv-container{max-width:800px;margin:0 auto;background:#ffffff0d;padding:3rem;border-radius:8px;box-shadow:0 10px 30px #0003}.cv-page header{margin-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:2rem}.cv-page header h1{font-size:2.5rem;margin-bottom:.5rem;color:#fff}.cv-page header h2{font-size:1.2rem;font-weight:400;color:#ffffffb3;margin-bottom:1.5rem}.cv-page header .contact-info{display:flex;gap:1.5rem;font-size:.9rem;color:#fff9;flex-wrap:wrap}.cv-page header .contact-info span{display:flex;align-items:center;gap:.5rem}.cv-page section{margin-bottom:2.5rem}.cv-page section h3{font-size:1.5rem;margin-bottom:1.5rem;color:#888;text-transform:uppercase;letter-spacing:1px;border-left:3px solid #fff;padding-left:1rem}.cv-page .skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.cv-page .skills-grid .skill-category h4{font-size:1.1rem;margin-bottom:.8rem;color:#ffffffe6}.cv-page .skills-grid .skill-category ul{list-style:none;padding:0}.cv-page .skills-grid .skill-category ul li{font-size:.95rem;color:#ffffffb3;margin-bottom:.4rem;position:relative;padding-left:1rem}.cv-page .skills-grid .skill-category ul li:before{content:"•";position:absolute;left:0;color:#fff}.cv-page .projects-list .project-item{margin-bottom:2rem}.cv-page .projects-list .project-item h4{font-size:1.2rem;margin-bottom:.5rem;display:flex;justify-content:space-between;align-items:center}.cv-page .projects-list .project-item h4 .date{font-size:.85rem;font-weight:400;color:#ffffff80}.cv-page .projects-list .project-item .tech-stack{font-size:.85rem;color:#fff;margin-bottom:.8rem;font-family:monospace}.cv-page .projects-list .project-item p{font-size:.95rem;color:#fffc;line-height:1.6}.cv-page .print-actions{position:fixed;bottom:2rem;right:2rem;z-index:100}.cv-page .print-actions .btn-print{background:#fff;color:#000;border:none;padding:1rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;box-shadow:0 5px 15px #0000004d;transition:transform .2s}.cv-page .print-actions .btn-print:hover{transform:translateY(-2px)}@media (max-width: 768px){.cv-page{padding:2rem 1rem}.cv-page .cv-container{padding:1.5rem}.cv-page header{text-align:center}.cv-page header h1{font-size:2rem}.cv-page header .contact-info{justify-content:center;gap:1rem}.cv-page header .contact-info span{width:100%;justify-content:center}.cv-page .print-actions{display:none}}@media print{@page{margin:0;size:auto}body{background:#fff!important;color:#000!important}nav,footer,.navbar,.footer{display:none!important}.cv-page{padding:0;background:#fff;color:#000;min-height:auto}.cv-page .cv-container{max-width:100%;margin:0;padding:2cm;background:none;box-shadow:none;border-radius:0}.cv-page header{border-bottom-color:#ccc}.cv-page header h1{color:#000}.cv-page header h2{color:#666}.cv-page header .contact-info{color:#444}.cv-page section h3{color:#000;border-left-color:#000}.cv-page .skills-grid .skill-category h4{color:#000}.cv-page .skills-grid .skill-category ul li{color:#333}.cv-page .skills-grid .skill-category ul li:before{color:#000}.cv-page .projects-list .project-item h4{color:#000}.cv-page .projects-list .project-item h4 .date{color:#666}.cv-page .projects-list .project-item .tech-stack{color:#000;font-weight:600}.cv-page .projects-list .project-item p{color:#333}.cv-page .print-actions{display:none!important}}.contact{min-height:100vh;background-color:#000}.container{max-width:1200px;margin:0 auto;padding:120px 5% 5rem}.section-header h1{font-size:2.5rem;font-weight:600;margin-bottom:1rem;letter-spacing:1px}.section-header .separator{width:60px;height:3px;background:#e1e1e1;margin:.5rem auto 1rem}.contact-content{display:flex;justify-content:center;align-items:center}.contact-card{max-width:700px;width:100%;background:#0f0f1480;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:3.5rem;box-shadow:0 10px 30px #0003;transition:transform .5s}.contact-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}.contact-info{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.contact-info .info-item{position:relative;padding-left:3rem}.contact-info .info-item:before{content:"";position:absolute;left:0;top:.25rem;width:2rem;height:2rem;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.8}.contact-info .info-item:nth-child(1):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E")}.contact-info .info-item:nth-child(2):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E")}.contact-info .info-item:nth-child(3):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E")}.contact-info .info-item:nth-child(4){grid-column:span 2}.contact-info .info-item:nth-child(4):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 2.1l4 4-4 4'/><path d='M3 12.2v-2a4 4 0 0 1 4-4h12.8M7 21.9l-4-4 4-4'/><path d='M21 11.8v2a4 4 0 0 1-4 4H4.2'/%3E%3C/svg%3E")}.contact-info h3{font-size:1.2rem;font-weight:600;margin-bottom:.8rem;color:#e1e1e1}.contact-info p{color:#d4d4d4}.contact-info a{color:#d4d4d4;transition:color .3s;display:inline-block;position:relative;padding-bottom:2px}.contact-info a:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:1px;background-color:#e1e1e1;transition:width .3s}.contact-info a:hover{color:#e1e1e1}.contact-info a:hover:after{width:100%}.social-links h3{font-size:1.2rem;font-weight:600;margin-bottom:1.2rem}.social-icons{display:flex;gap:1.2rem}.social-icons a{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;background:#ffffff14;color:#e1e1e1;transition:all .3s;border:1px solid rgba(255,255,255,.15)}.social-icons a:after{display:none}.social-icons a:hover{background:#ffffff26;transform:translateY(-5px);border-color:#ffffff40;box-shadow:0 5px 15px #0003}@media (max-width: 768px){.container{padding-top:110px}.section-header h1{font-size:2rem}.contact-card{padding:2.5rem}.contact-info{grid-template-columns:1fr;gap:2.5rem}.contact-info .info-item:nth-child(4){grid-column:span 1}}@media (max-width: 480px){.container{padding-top:100px;padding-left:1rem;padding-right:1rem}.section-header h1{font-size:1.8rem}.contact-card{padding:2rem 1.5rem}.contact-info{gap:2rem}.social-icons{flex-wrap:wrap;justify-content:flex-start}}.project-detail-page{min-height:100vh;background:#000;color:#e1e1e1}.hero-banner{position:relative;height:70vh;width:100%;overflow:hidden;display:flex;align-items:flex-end;padding-bottom:4rem}@media (max-width: 768px){.hero-banner{height:50vh;padding-bottom:2rem}}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.6;transition:transform 10s ease}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000 0%,transparent 80%)}.hero-content{position:relative;z-index:2;width:100%}.hero-content h1{font-size:4rem;margin:0;line-height:1.1}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}}@media (max-width: 480px){.hero-content h1{font-size:2rem}}.hero-category{display:inline-block;background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em;color:#e1e1e1}.content-wrapper{margin-top:4rem;padding-bottom:4rem}@media (max-width: 768px){.content-wrapper{margin-top:2rem}}.info-grid{display:flex;gap:4rem;margin-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:2rem}@media (max-width: 768px){.info-grid{flex-direction:column;gap:1.5rem;margin-bottom:3rem}}.info-item .label{display:block;color:#d4d4d4;font-size:.8rem;text-transform:uppercase;margin-bottom:.2rem}.info-item .value{font-size:1.1rem;font-weight:500}.project-section{margin-bottom:4rem}@media (max-width: 768px){.project-section{margin-bottom:3rem}}.intro-section .lead{font-size:1.5rem;line-height:1.6;margin-bottom:2rem;color:#e1e1e1;max-width:800px}@media (max-width: 768px){.intro-section .lead{font-size:1.2rem}}.rich-text{color:#eee;line-height:1.8;font-size:1.1rem;max-width:800px}.rich-text p{margin-bottom:1.5rem}@media (max-width: 768px){.rich-text{font-size:1rem}}.challenge-solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}@media (max-width: 768px){.challenge-solution-grid{grid-template-columns:1fr;gap:2rem}}h2{font-size:1.8rem;margin-bottom:1.5rem;color:#e1e1e1}@media (max-width: 768px){h2{font-size:1.5rem}}.gallery-section{display:flex;flex-direction:column;gap:2rem;margin-top:5rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.08)}.gallery-section h2{font-size:2rem;margin-bottom:.5rem;color:#e1e1e1;letter-spacing:-.02em}.gallery-masonry{column-count:2;column-gap:1.5rem}@media (max-width: 992px){.gallery-masonry{column-count:2}}@media (max-width: 768px){.gallery-masonry{column-count:1;column-gap:1rem}}.gallery-item{break-inside:avoid;margin-bottom:1.5rem;position:relative;border-radius:16px;overflow:hidden;background:#080808;box-shadow:0 4px 20px -4px #00000040,0 0 0 1px #ffffff0d;transition:all .4s cubic-bezier(.23,1,.32,1)}.gallery-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;padding:1px;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%,rgba(255,255,255,.05) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:2}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 16px 32px -8px #00000059,0 0 0 1px #ffffff1a}.gallery-item:hover .gallery-media img{transform:scale(1.02)}@media (max-width: 768px){.gallery-item{margin-bottom:1rem;border-radius:12px}.gallery-item:before{border-radius:12px}}.gallery-media{display:block;width:100%;height:auto;border-radius:16px}.gallery-media img,.gallery-media video{display:block;width:100%;height:auto;transition:transform .6s cubic-bezier(.23,1,.32,1);border-radius:16px}.gallery-media video{background:#000}.gallery-media video::-webkit-media-controls-panel{background:linear-gradient(transparent,#0009)}@media (max-width: 768px){.gallery-media{border-radius:12px}.gallery-media img,.gallery-media video{border-radius:12px}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}@media (max-width: 768px){.gallery-grid{grid-template-columns:1fr;gap:1.25rem}}.gallery-image-wrapper{position:relative;width:100%;border-radius:20px;overflow:hidden;background:#080808}.project-nav{margin-top:6rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.project-nav{margin-top:4rem;flex-direction:column;gap:2rem;align-items:stretch}}.nav-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.5rem;transition:opacity .3s}.nav-link:hover{opacity:.7}.nav-link.next{text-align:right;align-items:flex-end}@media (max-width: 768px){.nav-link{align-items:center!important;text-align:center!important}}.nav-link .arrow{color:#d4d4d4;font-size:.9rem;text-transform:uppercase;display:flex;align-items:center;gap:.5rem}.nav-link .title{font-size:1.5rem;font-weight:600}@media (max-width: 768px){.nav-link .title{font-size:1.2rem}}@media (max-width: 768px){.spacer{display:none}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Outfit,sans-serif;background-color:#000;color:#e1e1e1;overflow-x:hidden;line-height:1.6}a{color:#e1e1e1;text-decoration:none;transition:opacity .3s}a:hover{opacity:.7}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:120px 5% 5%}.section-header{text-align:center;margin-bottom:4rem}.section-header h1{font-size:2.5rem;margin-bottom:1rem}.section-header .separator{width:60px;height:4px;background:#e1e1e1;margin:.5rem auto 1rem}.section-header p{color:#d4d4d4;font-size:1.1rem}.btn{display:inline-block;padding:.75rem 2rem;border:2px solid #e1e1e1;color:#e1e1e1;text-transform:uppercase;font-weight:600;transition:background .3s,color .3s;cursor:pointer;background:transparent;font-family:Outfit,sans-serif}.btn:hover{background:#e1e1e1;color:#000}.notification{position:fixed;bottom:20px;right:20px;padding:12px 20px;border-radius:4px;color:#fff;font-size:.9rem;z-index:2000;max-width:300px}.notification.success{background-color:#4caf50}.notification.error{background-color:#f44336}.loading{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.section-header h1{font-size:2rem}}@media (max-width: 480px){.section-header h1{font-size:1.8rem}}
