.bg-dim{background-color:transparent;border-top:none;border-bottom:none}.global-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2;overflow:hidden;background-color:var(--bg-dark);pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden}.navbar{position:fixed;left:0;right:0;height:80px;display:flex;align-items:center;z-index:1000;transition:all .3s ease}.navbar.scrolled{background:#0a0a0acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);height:70px}.nav-content{display:flex;justify-content:space-between;align-items:center;width:100%}.navbar .logo{font-family:var(--font-heading);font-weight:800;font-size:1.5rem;letter-spacing:-1px;color:#fff}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{font-weight:500;font-size:.95rem;color:var(--text-secondary)}.nav-links a:hover{color:#fff}.btn-contact{padding:.5rem 1.25rem;background:#ffffff1a;border-radius:99px;color:#fff!important;transition:all .2s ease;border:1px solid transparent}.btn-contact:hover{background:#fff;color:#000!important}.app-container{position:relative;overflow-x:hidden;min-height:100vh}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:80px;overflow:hidden}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}@keyframes heartbeat-pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.15);opacity:.5}}@keyframes color-breath{0%,to{background-color:#1e1b4b}33%{background-color:#4c1d95}66%{background-color:#9240ae}}.blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35;mix-blend-mode:normal;animation:float 20s infinite ease-in-out,heartbeat-pulse 8s infinite ease-in-out,color-breath 24s infinite alternate}@media(min-width:769px){.blob{will-change:transform;transform:translateZ(0)}}.blob-1{width:900px;height:900px;top:0%;right:-20%;animation-delay:0s,0s,-5s}.blob-2{width:1000px;height:1000px;top:15%;left:-25%;animation-delay:-5s,-2s,0s}.blob-3{width:800px;height:800px;top:35%;right:-25%;opacity:.25;animation-delay:-10s,-5s,-10s}.blob-4{width:900px;height:900px;top:55%;left:-20%;opacity:.3;animation-delay:-15s,-8s,-15s}.blob-5{width:800px;height:800px;top:75%;right:-20%;opacity:.25;animation-delay:-2s,-4s,-8s}.blob-6{width:1000px;height:1000px;top:90%;left:-25%;opacity:.3;animation-delay:-8s,-2s,-4s}.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%}.hero-text{grid-area:text;text-align:center;width:100%}.hero-actions-wrapper{grid-area:actions;display:flex;flex-direction:column;gap:1.5rem}.hero-image-container{grid-area:image;display:flex;justify-content:center;align-items:center;position:relative}.hero-kicker{text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;color:var(--text-secondary);margin-bottom:1.5rem}.hero-title{font-size:clamp(3rem,6vw,7rem);font-weight:800;line-height:1.25;letter-spacing:-.02em;width:100%;margin-bottom:2rem;padding-bottom:.1em}.hero-lead{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2.5rem;max-width:90%}.hero-lead strong{color:#fff;font-weight:600}.hero-actions{display:flex;gap:1rem;justify-content:flex-start;margin-bottom:3rem}.hero-socials{display:flex;gap:1.5rem;justify-content:flex-start}.hero-image-container{display:flex;justify-content:center;align-items:center;position:relative}.hero-img-wrapper{position:relative;width:400px;height:480px;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #0000004d;background:var(--bg-card);border:1px solid rgba(255,255,255,.05);transform:rotate(3deg);transition:transform .3s ease}.hero-img-wrapper:hover{transform:rotate(0) scale(1.02)}.hero-img-wrapper img{width:100%;height:100%;object-fit:cover}.hero-image-container:before{content:"";position:absolute;width:400px;height:480px;border:2px solid var(--accent-primary);border-radius:24px;opacity:.3;transform:rotate(-3deg);z-index:-1}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .2s;cursor:pointer}.btn-primary{background:#fff;color:#000}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #ffffff4d}.btn-outline{border:1px solid rgba(255,255,255,.2);color:#fff}.btn-outline:hover{border-color:#fff;background:#ffffff0d}.social-link{color:var(--text-secondary);transition:color .2s}.social-link:hover{color:var(--accent-primary)}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:var(--text-secondary);animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) translate(-50%)}40%{transform:translateY(-10px) translate(-50%)}60%{transform:translateY(-5px) translate(-50%)}}.section{padding:3rem 0}.section-title{font-size:2.5rem;margin-bottom:3rem;text-align:center}.about-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center}.about-text p{margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7;color:var(--text-secondary)}.about-stats{display:grid;grid-template-columns:1fr;padding:2rem;gap:2rem}.stat-item{display:flex;flex-direction:column;text-align:center;align-items:center}.stat-icon-wrapper{margin-bottom:1rem;padding:1rem;background:#ffffff0d;border-radius:50%;border:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.stat-item:hover .stat-icon-wrapper{transform:scale(1.1) rotate(5deg);border-color:#fff3;background:#ffffff14}.stat-number{font-size:1.25rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:var(--text-secondary)}.story-content{max-width:1000px;margin:0 auto}.story-banner{padding:4rem 0;display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:center;position:relative}.story-banner h2{font-size:2.5rem;margin-bottom:2rem;line-height:1.1;text-align:left;max-width:100%;background:linear-gradient(to right,#fff,#a1a1aa);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.name-gradient-simple{display:inline-block;background:linear-gradient(90deg,var(--accent-primary),#c084fc,var(--accent-primary),#c084fc);background-size:200% auto;background-position:var(--mouse-x, 0%) center;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:text;will-change:background-position;transition:background-position .3s ease-out}@media(hover:none){.name-gradient-simple{animation:gradient-shift 4s ease-in-out infinite}}@keyframes gradient-shift{0%,to{background-position:0% center}50%{background-position:100% center}}.story-banner p{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2.5rem;max-width:100%;text-align:justify;line-height:1.6}.story-image{position:relative;width:100%;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #0000004d;border:1px solid rgba(255,255,255,.1);background:#0003;display:flex;justify-content:center;align-items:center}.story-image:hover{border-color:#ffffff4d}.story-image img{width:100%;height:auto;display:block;filter:grayscale(100%) contrast(1.1);opacity:.9;transition:all .5s ease}@media(max-width:768px){.hero-kicker{display:none}.hero-content{gap:1.5rem;display:flex;flex-direction:column}.hero-lead{margin-bottom:1rem}.hero-img-wrapper{width:260px;height:320px;margin:0 auto}.hero-image-container:before{width:260px;height:320px}.story-banner{grid-template-columns:1fr;gap:3rem}.story-image{aspect-ratio:auto;height:auto;transform:rotate(0);max-width:100%;margin:0 auto}.story-image img{object-position:center;position:relative;width:100%;height:auto}}.btn-text{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:#fff;font-size:1rem;border-bottom:1px solid transparent;padding-bottom:2px;transition:gap .2s}.btn-text:hover{gap:.8rem;color:var(--accent-primary)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.skill-card{padding:2rem;height:100%;transition:border-color .3s}.skill-card:hover{border-color:var(--accent-primary)}.skill-icon{margin-bottom:1.5rem;color:var(--accent-primary)}.skill-card h3{font-size:1.25rem;margin-bottom:1rem}.tools-wrapper{display:flex;flex-direction:column;gap:1.5rem}.tool-category{margin-bottom:2rem}.tool-category h3{font-size:1.25rem;margin-bottom:1rem;color:#fff;display:flex;align-items:center;gap:.5rem}.tool-grid{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.tool-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem .85rem;border-radius:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);font-size:.85rem;color:var(--text-secondary);transition:all .2s ease;cursor:default}.tool-badge:hover{background:#ffffff14;transform:translateY(-2px);border-color:#ffffff1a;color:#fff}.brand-box{width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.65rem;line-height:1;color:#000}.adobe-ps{background:#31a8ff;color:#001e36}.adobe-ai{background:#ff9a00;color:#300}.adobe-pr{background:#99f;color:#00005b}.adobe-id{background:#f36;color:#300}.office-xl{background:#1d6f42;color:#fff}.office-wd{background:#2b579a;color:#fff}.office-pp{background:#d24726;color:#fff}.office-pb{background:#f2c811;color:#000}.brand-tiktok{background:#000;color:#fff;text-shadow:1px 1px 0 #FF0050,-1px -1px 0 #00F2EA}.brand-capcut{background:#fff;color:#000}.brand-meta{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.brand-qgis{background:#589632;color:#fff}.brand-spss{background:#002d62;color:#fff}.tech-icon{width:20px;height:20px}.timeline{max-width:800px;margin:0 auto;border-left:2px solid rgba(255,255,255,.1);padding-left:2rem}.timeline-item{position:relative;margin-bottom:3rem}.timeline-marker{position:absolute;left:-2.75rem;top:0;width:2.5rem;height:2.5rem;background:#fff;border:2px solid var(--accent-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent-primary);box-shadow:0 0 0 4px #6366f133;z-index:1;overflow:hidden}.timeline-marker img{width:100%;height:100%;object-fit:cover}.timeline-date{display:inline-block;font-size:.875rem;color:var(--accent-primary);font-weight:600;margin-bottom:.5rem}.timeline-content h3{font-size:1.5rem;margin-bottom:.25rem}.timeline-content h4{font-size:1.1rem;color:var(--text-secondary);font-weight:500;margin-bottom:1rem}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.projects-grid-wrapper{width:100%;padding:2rem 0;overflow:hidden}.projects-grid{display:grid;grid-template-columns:1fr;gap:3rem;padding:0 1rem 2rem;width:100%;overflow-x:visible}.desktop-duplicates{display:none!important}.projects-grid::-webkit-scrollbar{display:none}.project-card{width:auto;display:flex;flex-direction:column;background:transparent;border:none;cursor:pointer;user-select:none;-webkit-user-select:none}.project-image-container{width:100%;aspect-ratio:16/9;height:auto;position:relative;border-radius:12px;border:1px solid rgba(255,255,255,.1);overflow:hidden;margin-bottom:.75rem;background:#111;will-change:transform}.project-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.project-card img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.project-card:hover .project-image-container img{transform:scale(1.05)}.project-content h3{font-size:1rem;margin-bottom:.25rem;color:#fff;white-space:normal;line-height:1.2}.project-content p{font-size:.95rem;color:var(--text-secondary);line-height:1.6;white-space:normal;display:block;margin-top:.5rem}@media(min-width:480px){.project-content p{display:block}}@media(min-width:769px){.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:3rem;padding:0 2rem 4rem;overflow-x:auto;padding:0 2rem 2rem;gap:2rem;touch-action:pan-y;scrollbar-width:none;-ms-overflow-style:none}.node-projects-list{margin-top:0;width:100%;display:flex;flex-direction:row;gap:1.5rem;overflow-x:auto;padding-bottom:20px;scroll-behavior:smooth;align-items:stretch;scrollbar-width:none;-ms-overflow-style:none}.projects-scroll-arrow{background:#ffffff1a;border:none;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s;z-index:10}.projects-scroll-arrow:hover{background:var(--accent-primary)}.desktop-duplicates{display:none!important}.project-card{width:100%;min-width:0}.project-image-container{height:auto;aspect-ratio:16/9;margin-bottom:1.5rem}.project-tags{font-size:.85rem;margin-bottom:.5rem}.project-content h3{font-size:1.5rem}.project-content p{font-size:1rem}.project-content{flex-grow:1;height:100%}}.project-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.project-card:hover .project-image-container img{transform:scale(1.03)}.project-content{padding:0 .5rem;display:flex;flex-direction:column}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.project-tags{display:flex;gap:.5rem;font-size:.7rem;color:var(--accent-primary);text-transform:uppercase;letter-spacing:.1em;font-weight:700}.project-year{font-size:.75rem;color:var(--text-secondary);opacity:.7}.project-card h3{font-size:1.5rem;margin-bottom:.75rem;color:#fff;font-weight:600;letter-spacing:-.02em}.project-card p{font-size:1rem;line-height:1.6;color:var(--text-secondary);margin-bottom:1rem;flex-grow:1}.project-footer{margin-top:auto;display:flex;justify-content:center;align-items:center;width:100%}.link-text{display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;color:#fff;transition:gap .2s}.project-card:hover .link-text{gap:.6rem;color:var(--accent-primary)}.contact-section{background:transparent}.contact-lead{font-size:1.5rem;max-width:600px;margin:0 auto 2.5rem;text-align:center}.btn-large{padding:1rem 2.5rem;font-size:1.125rem}.footer-socials{margin-top:3rem;display:flex;gap:2rem;justify-content:center}.footer-socials a{color:var(--text-secondary);font-size:.875rem}.footer-socials a:hover{text-decoration:underline}footer{padding:4rem 0 2rem;border-top:none;text-align:center;font-size:.875rem;color:var(--text-secondary);position:relative}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;text-align:center;gap:4rem;padding-top:2rem}.hero-text{text-align:center;order:2;order:1}.hero-image-container{order:2}.hero-actions,.hero-socials{justify-content:center}.hero-lead{margin-left:auto;margin-right:auto}}@media(max-width:768px){main{display:flex;flex-direction:column}#sobre-mi{order:-1;padding-bottom:2rem}#proyectos{order:0}.nav-links{display:none}.about-grid{grid-template-columns:1fr;gap:3rem}.hero-img-wrapper,.hero-image-container:before{width:300px;height:360px}.about-stats{grid-template-columns:repeat(2,1fr)}.global-background{position:absolute;height:100%;width:100%;background-color:var(--bg-dark);overflow:hidden}.blob{position:absolute;filter:none!important;border-radius:50%;mix-blend-mode:normal;animation:heartbeat-pulse 8s infinite ease-in-out!important;opacity:.4!important;width:100vw!important;height:100vw!important;max-width:500px;max-height:500px;left:50%!important;transform-origin:center center}.blob-1{top:-10%!important;left:50%!important;transform:translate(-50%) translateZ(0)!important;background:radial-gradient(circle closest-side,rgba(99,102,241,.4),transparent 100%)!important;animation-delay:0s!important}.blob-2{top:35%!important;left:-20%!important;transform:translateZ(0)!important;background:radial-gradient(circle closest-side,rgba(168,85,247,.35),transparent 100%)!important;display:block!important;animation-delay:-2s!important}.blob-3{top:75%!important;left:auto!important;right:-20%!important;transform:translateZ(0)!important;background:radial-gradient(circle closest-side,rgba(99,102,241,.35),transparent 100%)!important;display:block!important;animation-delay:-4s!important}.blob-4{display:none!important}}@media(max-width:480px){.about-stats{grid-template-columns:1fr}.hero-title{font-size:2.2rem}.hero-img-wrapper,.hero-image-container:before{width:260px;height:320px}.hero{padding-top:60px}}.logo-img{height:24px;width:auto}.lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:9999;padding:1rem;animation:fadeIn .3s ease}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;justify-content:center;align-items:center}.lightbox-content img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 0 50px #00000080}.lightbox-close{position:absolute;top:-40px;right:-10px;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;transition:transform .2s}.lightbox-close:hover{transform:scale(1.1);color:var(--accent-primary)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-overlay-hint{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.project-image-container:hover .image-overlay-hint{opacity:1}.mobile-scroll-hint{display:none}@media(max-width:768px){.mobile-scroll-hint{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;color:var(--text-secondary);font-size:.9rem;animation:pulse-hint 2s infinite ease-in-out}.mobile-scroll-hint svg{color:var(--accent-primary)}}@keyframes pulse-hint{0%,to{opacity:.6;transform:scale(.98)}50%{opacity:1;transform:scale(1.02)}}.core-axes-section{position:relative;padding:8rem 0;overflow:visible}.core-axes-container{position:relative;display:flex;justify-content:space-between;align-items:flex-start;max-width:1000px;margin:0 auto;gap:2rem}.core-node{position:relative;z-index:2;flex:1;text-align:center;padding:1rem;cursor:default;transition:transform .4s;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:center}.core-node:hover{transform:translateY(-5px)}.node-icon{display:inline-flex;padding:1rem;margin-bottom:1rem;color:var(--text-secondary);transition:all .4s ease}.core-node:hover .node-icon{color:var(--accent-primary);transform:scale(1.1);filter:drop-shadow(0 0 20px rgba(99,102,241,.4))}.core-node h3{font-size:1.1rem;margin-bottom:1rem;letter-spacing:.15em;text-transform:uppercase;color:#fff;transition:color .3s}.core-node:hover h3{color:var(--accent-primary)}.core-node p{font-size:.95rem;line-height:1.7;color:var(--text-secondary);text-align:center;max-width:280px;margin:0 auto}.node-cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:2rem;padding:.5rem 1.25rem;font-size:.85rem;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:99px;background:#ffffff0d;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(10px);text-decoration:none}.core-node:hover .node-cta,.core-node:focus-within .node-cta{opacity:1;transform:translateY(0)}.node-cta:hover{background:#fff;color:#000;border-color:#fff}@media(max-width:768px){.core-axes-container{flex-direction:column;align-items:center;gap:4rem}.core-node:after{content:"";position:absolute;bottom:-2.5rem;left:50%;height:1.5rem;width:1px;border-left:1px dashed var(--text-secondary);opacity:.3}.core-node:last-child:after{display:none}.node-cta{opacity:1!important;transform:none!important;margin-top:1.5rem}}.core-axes-container{display:flex;flex-direction:column;gap:3rem;width:100%}.core-axis-row{width:100%;display:flex;flex-direction:column}.core-header-wide{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;transition:all .3s ease}.core-header-wide:hover{background:#ffffff0d;border-color:#ffffff1a}.header-content-left{display:flex;align-items:center;gap:1.5rem}.header-icon-wrapper{display:flex;align-items:center;justify-content:center}.header-text h3{margin:0;font-size:1.4rem;font-weight:700;color:#fff;letter-spacing:.02em;line-height:1.2}.header-text p{margin:0;color:var(--text-secondary);font-size:.9rem;margin-top:.25rem}.header-cta{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--accent-primary);white-space:nowrap;padding-left:1rem;border-left:1px solid rgba(255,255,255,.1);height:40px;margin-left:1rem}.header-cta:hover{color:#fff}@media(max-width:768px){.core-header-wide{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem}.header-content-left{width:100%}.header-cta{margin-left:0;border-left:none;padding-left:0;width:100%;justify-content:flex-end}}.split-content-container{display:grid;grid-template-columns:1fr 1px 1fr;gap:0;margin-top:2rem;align-items:stretch;position:relative;background:linear-gradient(90deg,rgba(255,255,255,.02) 0%,rgba(255,255,255,.02) 49.9%,transparent 50%,transparent 100%);background:transparent}.split-divider{width:1px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.1) 10%,rgba(255,255,255,.1) 90%,transparent);height:100%}.split-col-left{padding-right:3rem}.split-col-right{padding-left:3rem;display:flex;flex-direction:column}@media(max-width:900px){.split-content-container{grid-template-columns:1fr;gap:4rem}.split-divider{display:none}.split-col-left{padding-right:0;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:3rem}.split-col-right{padding-left:0}}.split-col-left .skills-grid{grid-template-columns:1fr;gap:1.5rem}.split-col-right .timeline{margin-top:.5rem;padding-left:1.5rem;border-left:2px solid rgba(255,255,255,.1)}.skill-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.skill-pill{font-size:.75rem;padding:.25rem .75rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:9999px;color:var(--text-secondary);white-space:nowrap;transition:all .2s ease}.skill-card:hover .skill-pill{background:#ffffff26;border-color:#fff3;color:#fff}@media(max-width:768px){html,body{overflow-x:hidden}.container{padding-left:1.5rem;padding-right:1.5rem}h1.hero-title{font-size:clamp(2.5rem,9vw,4rem)!important;line-height:1.3;width:100%;text-align:center;padding-bottom:.1em;margin-top:2rem!important}.hero-lead{font-size:.95rem!important;margin-top:1.5rem!important;max-width:90%;margin-left:auto;margin-right:auto}.section-title{font-size:2rem!important;margin-bottom:2rem!important}.hero{padding-top:8rem;min-height:100vh!important;padding-bottom:4rem;display:flex;flex-direction:column;justify-content:center}.hero-content{flex-direction:column-reverse;gap:1.5rem}.hero-actions{margin-top:3rem!important;display:flex;flex-direction:column;gap:1rem;width:100%;align-items:center}.scroll-indicator{position:absolute;bottom:1.5rem!important;left:50%;transform:translate(-50%);margin-top:0!important}.section-title{font-size:1.75rem!important;margin-bottom:1.5rem!important}.core-header-wide{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.split-content-container{grid-template-columns:1fr;gap:2rem;margin-top:1rem}.split-col-left{padding-right:0;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:2rem}.split-col-right{padding-left:0}.tool-grid{display:flex;flex-wrap:wrap;gap:.5rem}.timeline{padding-left:1rem}.about-text,.about-stats{width:100%}.stat-item{flex:1 1 100%;margin-bottom:1rem}.story-banner{flex-direction:column}.story-image{display:none}.navbar .container{padding:0 1.5rem}.lightbox-content.project-detail-modal{width:95%!important;max-height:85vh;overflow-y:auto;border-radius:12px!important}.modal-image-wrapper{max-height:250px!important}.modal-text-content{padding:1.5rem!important}.modal-text-content h3{font-size:1.5rem!important}.lightbox-close{top:.5rem!important;right:.5rem!important;width:40px!important;height:40px!important}.lang-switcher button{padding:.5rem .75rem!important;font-size:.9rem!important}.contact-section .btn-large{width:100%;justify-content:center;margin-bottom:.5rem}}.projects-section{padding:6rem 0;position:relative}.projects-section-header{text-align:center;margin-bottom:3rem;min-height:140px;display:flex;flex-direction:column;justify-content:center}.filter-icons-container{display:flex;justify-content:center;align-items:flex-start;gap:3rem;margin-bottom:4rem;flex-wrap:wrap;min-height:120px}.filter-icon{display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer;transition:background .3s ease;padding:1rem;border-radius:12px;position:relative;min-width:120px}.filter-icon:hover{background:#ffffff08}.filter-icon.active{background:#ffffff0d}.filter-icon-graphic{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff0d;transition:background .3s ease}.filter-icon:hover .filter-icon-graphic{background:#ffffff14}.filter-icon.active .filter-icon-graphic{background:#ffffff1a;box-shadow:0 0 20px #ffffff1a}.filter-icon-label{font-size:.9rem;font-weight:600;color:#ffffffb3;transition:color .3s ease;white-space:pre-line;text-align:center}.filter-icon:hover .filter-icon-label,.filter-icon.active .filter-icon-label{color:#fff}@media(max-width:768px){.filter-icons-container{gap:1.5rem;min-height:100px}.filter-icon{min-width:80px}.filter-icon-graphic{width:50px;height:50px}.filter-icon-label{font-size:.8rem;white-space:normal;text-align:center;line-height:1.2;max-width:80px}}.projects-section-subtitle{text-align:center;opacity:.7;font-size:1.05rem;line-height:1.5;margin-top:1rem;margin-bottom:0;min-height:3.5rem;display:flex;align-items:center;justify-content:center;padding:0 2rem}@media(max-width:768px){.projects-section-header{min-height:160px}.projects-section-subtitle{font-size:.95rem;min-height:4rem}}.projects-compact-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;position:relative;will-change:contents}@media(min-width:1200px){.projects-compact-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:768px)and (max-width:1199px){.projects-compact-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:480px)and (max-width:767px){.projects-compact-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:479px){.projects-compact-grid{grid-template-columns:1fr}}.project-tile{position:relative;aspect-ratio:4/3;border-radius:12px;overflow:hidden;cursor:pointer;background:#1a1a1c;border:2px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-tile:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d;border-color:#ffffff1a}.project-tile.active{border-color:#fff3}.project-tile-image{position:absolute;inset:0;width:100%;height:100%}.project-tile-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.project-tile:hover .project-tile-image img{transform:scale(1.05)}.project-tile-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.3) 50%,transparent 70%);display:flex;flex-direction:column;justify-content:flex-end;padding:1rem;transition:background .3s ease}.project-tile:hover .project-tile-overlay{background:linear-gradient(to top,rgba(0,0,0,.98) 0%,rgba(0,0,0,.5) 60%,transparent 80%)}.project-tile-tag{display:inline-block;padding:.25rem .6rem;border-radius:4px;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:.5rem;align-self:flex-start}.project-tile-title{font-size:1rem;font-weight:700;color:#fff;margin:0;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-tile-expand-hint{position:absolute;top:.75rem;right:.75rem;width:28px;height:28px;border-radius:50%;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;font-weight:300;opacity:0;transition:opacity .3s ease}.project-tile:hover .project-tile-expand-hint{opacity:1}@media(max-width:768px){.project-tile-expand-hint{opacity:1}}.project-modal-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;overflow-y:auto}.project-modal-content{position:relative;width:100%;max-width:700px;background:linear-gradient(135deg,#1a1a1c,#0f0f10);border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 48px #00000080;max-height:90vh;overflow-y:auto}.project-modal-close{position:sticky;top:1.5rem;left:calc(100% - 1.5rem - 44px);width:44px;height:44px;border-radius:50%;border:none;background:#ffffff1a;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;margin-bottom:-44px}.project-modal-close:hover{background:#fff3;transform:rotate(90deg)}.project-modal-header{padding:2rem}.project-modal-image{width:100%;min-height:250px;max-height:70vh;border-radius:12px;overflow:hidden;background:#0a0a0b;margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.project-modal-image img{width:auto;max-width:100%;height:auto;max-height:70vh;object-fit:contain}.project-modal-info{margin-bottom:1rem}.project-modal-meta{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;opacity:.5;display:block;margin-bottom:.75rem;color:#fff}.project-modal-title{font-size:2.25rem;font-weight:700;line-height:1.2;margin:0;color:#fff}.project-modal-body{padding:0 2rem 2rem}.project-modal-highlights{list-style:none;padding:0;margin:0 0 2.5rem}.project-modal-highlights li{position:relative;padding-left:1.75rem;margin-bottom:1rem;font-size:1.05rem;line-height:1.7;color:#ffffffd9}.project-modal-highlights li:before{content:"";position:absolute;left:0;top:.75rem;width:7px;height:7px;background:var(--accent-primary);border-radius:50%;opacity:.7}.project-modal-actions{display:flex;gap:1rem;margin-top:.5rem}.project-modal-btn{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2rem;text-decoration:none;border-radius:10px;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer}.project-modal-btn-primary{background:#fff;color:#000;box-shadow:0 4px 12px #ffffff1a}.project-modal-btn-primary:hover{background:#fffffff2;transform:translateY(-3px);box-shadow:0 8px 20px #fff3}.project-modal-btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.15)}.project-modal-btn-secondary:hover{background:#ffffff0d;border-color:#ffffff4d}@media(max-width:768px){.project-modal-overlay{padding:1rem}.project-modal-content{max-height:95vh}.project-modal-header{padding:1.5rem}.project-modal-body{padding:0 1.5rem 1.5rem}.project-modal-title{font-size:1.75rem}.project-modal-highlights li{font-size:.95rem}.project-modal-close{top:1rem;left:calc(100% - 1rem - 40px);width:40px;height:40px}.project-modal-actions{flex-direction:column}.project-modal-btn{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){.project-tile,.project-tile-image img,.project-modal-close{transition:none}}:root{--bg-dark: #0a0a0a;--bg-card: #171717;--bg-card-hover: #262626;--text-primary: #ededed;--text-secondary: #a1a1aa;--accent-primary: #6366f1;--accent-secondary: #a855f7;--accent-glow: rgba(99, 102, 241, .4);--gradient-text: linear-gradient(to right, #ffffff, #c7d2fe);--gradient-bg: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);--font-body: "Inter", sans-serif;--font-heading: "Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-dark);color:var(--text-primary);font-family:var(--font-body);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;color:#fff;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.02em}h2{font-size:2rem;margin-bottom:2rem}p{color:var(--text-secondary);font-size:1.05rem;text-align:justify}a{color:inherit;text-decoration:none;transition:color .2s ease}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.gradient-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-panel{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);border-radius:12px}.lang-top-bar{position:fixed;top:0;left:0;right:0;height:40px;display:flex;justify-content:center;align-items:center;padding:0 1rem;z-index:1100;background:transparent;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-bottom:1px solid rgba(255,255,255,.05);transition:all .3s ease}.lang-top-bar.hidden{opacity:0;transform:translateY(-100%);pointer-events:none}.lang-switcher{display:inline-flex;gap:15px;align-items:center}.lang-switcher button{background:none;border:none;cursor:pointer;color:var(--text-secondary);font-size:.9rem;padding:.25rem .5rem;transition:all .2s;display:flex;align-items:center;gap:6px;border-radius:4px}.lang-switcher button:hover,.lang-switcher button.active{color:#fff;background:#ffffff1a;font-weight:600}.lang-flag{width:20px;height:20px;object-fit:contain;border-radius:50%;display:inline-block}.lang-separator{color:var(--text-secondary);opacity:.3}.navbar{top:40px!important;transition:top .3s ease,background .3s ease,height .3s ease,padding .3s ease}.navbar.scrolled{top:0!important}
