.article-title{margin-bottom:30px}.timeline{margin-bottom:30px}.timeline .title-wrapper{display:flex;align-items:center;gap:15px;margin-bottom:25px}.timeline-list{font-size:var(--fs-6);margin-left:45px}.timeline-innerlist{font-size:var(--fs-6);margin-top:20px;margin-bottom:16px;margin-left:35px}.timeline-item{position:relative}.timeline-item:not(:last-child){margin-bottom:20px}.timeline-item-title{font-size:var(--fs-6);line-height:1.3;margin-bottom:7px}.timeline-list span{display:inline-block;color:var(--vegas-gold);font-weight:var(--fw-400);line-height:1.6}.timeline-item:not(:last-child)::before{content:"";position:absolute;top:-25px;left:-30px;width:1px;height:calc(100% + 50px);background:var(--jet)}.timeline-item::after{content:"";position:absolute;top:5px;left:-33px;height:6px;width:6px;background:var(--text-gradient-yellow);border-radius:50%;box-shadow:0 0 0 4px var(--jet)}.timeline-text{color:var(--light-gray);font-weight:var(--fw-300);line-height:1.6;margin-bottom:15px}.timeline-text.row{display:flex;align-items:baseline;gap:.5em}.timeline-text .see-toggle{color:var(--vegas-gold);margin-left:auto;background:0 0;border:0;padding:0;cursor:pointer;font:inherit;text-decoration:underline}.skills-title{margin-bottom:20px}.skills-list{padding:20px}.skills-gallery{position:relative}.skills-gallery-stage{touch-action:pan-y;cursor:grab}.skills-gallery .skills-list.content-card{touch-action:pan-y}.skills-gallery-stage:active{cursor:grabbing}.skills-gallery-dots,.skills-gallery-nav{display:none;z-index:2}.skills-gallery-dot{border:none}@media (max-width:767px){.skills-gallery{overflow:hidden}.skills-gallery[data-gallery-enabled=true] .skills-list.content-card{display:none}.skills-gallery[data-gallery-enabled=true] .skills-list.content-card.is-active{display:block}.skills-gallery-dots,.skills-gallery-nav{position:absolute;display:flex}.skills-gallery-nav{top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.45);color:var(--vegas-gold);align-items:center;justify-content:center;font-size:1rem;cursor:pointer;transition:var(--transition-1)}.skills-gallery-nav:focus-visible,.skills-gallery-nav:hover{background:rgba(0,0,0,.7);border-color:rgba(255,255,255,.6)}.skills-gallery-nav-prev{left:.1rem}.skills-gallery-nav-next{right:.1rem}.skills-gallery-nav.is-hidden,.skills-gallery-nav[aria-hidden=true],.skills-gallery-nav[hidden]{display:none}.skills-gallery-dots{bottom:1.5rem;left:50%;transform:translateX(-50%);padding:.2rem .75rem;border-radius:999px;background:rgba(0,0,0,.55);gap:.35rem;align-items:center;justify-content:center;display:inline-flex}.skills-gallery-dot{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.45);padding:0;cursor:pointer;transition:var(--transition-1)}.skills-gallery-dot.is-active{width:18px;background:var(--vegas-gold)}}.skills-item:not(:last-child){margin-bottom:15px}.skill .title-wrapper{display:flex;align-items:center;gap:5px;margin-bottom:8px}.skill .title-wrapper data{color:var(--light-gray);font-size:var(--fs-7);font-weight:var(--fw-300)}.skill-progress-bg{background:var(--jet);width:100%;height:8px;border-radius:10px}.skill-progress-fill{background:var(--text-gradient-yellow);height:100%;border-radius:inherit}.filter-list{display:none}.filter-select-box{position:relative;margin-bottom:25px}.filter-select{background:var(--eerie-black-2);color:var(--vegas-gold);display:flex;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;border:1px solid var(--jet);border-radius:14px;font-size:var(--fs-6);font-weight:var(--fw-400)}.filter-select.active .select-icon{transform:rotate(.5turn)}.select-list{background:var(--eerie-black-2);position:absolute;top:calc(100% + 6px);width:100%;padding:6px;border:1px solid var(--jet);border-radius:14px;z-index:2;opacity:0;visibility:hidden;pointer-events:none;transition:.15s ease-in-out}.filter-select.active+.select-list{opacity:1;visibility:visible;pointer-events:all}.select-item button{background:var(--eerie-black-2);color:var(--light-gray);font-size:var(--fs-6);font-weight:var(--fw-400);text-transform:capitalize;width:100%;padding:8px 10px;border-radius:8px}.select-item button:hover{--eerie-black-2:hsl(240, 2%, 20%)}.project-list{display:grid;position:relative;grid-template-columns:1fr;gap:30px;margin-bottom:10px;min-height:300px}.project-item{display:none}.project-item.active{display:block;animation:scaleUp .25s ease forwards}@keyframes scaleUp{0%{transform:scale(.5)}100%{transform:scale(1)}}.project-item>a{width:100%}.project-img{position:relative;width:100%;height:200px;border-radius:16px;overflow:hidden;margin-bottom:15px}.project-img::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:0 0;z-index:1;transition:var(--transition-1)}.project-item>a:hover .project-img::before{background:hsla(0,0%,0%,.5)}.project-item-icon-box{--scale:0.8;background:var(--jet);color:var(--vegas-gold);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(var(--scale));font-size:20px;padding:18px;border-radius:12px;opacity:0;z-index:1;transition:var(--transition-1)}.project-item>a:hover .project-item-icon-box{--scale:1;opacity:1}.project-item-icon-box .icon{width:32px;height:32px}.project-img picture,.project-modal-img picture{display:block;width:100%}.project-img img{width:100%;height:100%;object-fit:cover;transition:var(--transition-1)}.project-item>a:hover img{transform:scale(1.1)}.project-title{color:var(--white-2);font-size:var(--fs-5);font-weight:var(--fw-400);text-transform:capitalize;line-height:1.3}.project-category{color:var(--light-gray-70);font-size:var(--fs-6);font-weight:var(--fw-300);font-style:italic}.modal-container{position:fixed;inset:0;background:rgba(0,0,0,.6);display:none;justify-content:center;align-items:center;z-index:9999}.modal-container.active{display:flex;justify-content:center;align-items:flex-start;padding-top:2rem}.project-modal{position:relative;background:var(--eerie-black-2);border:1px solid var(--jet);border-radius:14px;box-shadow:var(--shadow-5);padding:15px;margin:15px;transform:scale(1.2);opacity:0;transition:var(--transition-1);display:flex;flex-direction:column;gap:25px;max-width:90%;transform:none;max-height:none;overflow:visible;z-index:9999}.modal-container.active .project-modal{transform:scale(1);opacity:1;display:flex}.project-modal-img{position:relative}.project-modal-stage{display:block;width:100%;border-radius:10px;overflow:hidden;touch-action:pan-y;cursor:grab}.project-modal-stage:active{cursor:grabbing}.project-modal-img img{width:100%;border-radius:10px;background-color:#fff;aspect-ratio:269.4/202.5;object-fit:contain;user-select:none}.project-modal-dots,.project-modal-nav{display:flex}.project-modal-img[data-gallery-enabled=true] .project-modal-nav{display:flex}.project-modal-img[data-gallery-enabled=true] .project-modal-nav.is-hidden,.project-modal-img[data-gallery-enabled=true] .project-modal-nav[aria-hidden=true]{display:none}.project-modal-nav[hidden]{display:none!important}.project-modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.45);color:var(--vegas-gold);align-items:center;justify-content:center;font-size:1rem;cursor:pointer;transition:var(--transition-1)}.project-modal-nav-icon{width:18px;height:18px;display:block}.project-modal-nav-icon path{stroke-width:3px}.project-modal-nav:focus-visible,.project-modal-nav:hover{background:rgba(0,0,0,.7);border-color:rgba(255,255,255,.6)}.project-modal-nav-prev{left:.5rem}.project-modal-nav-next{right:.5rem}.project-modal-nav.is-hidden,.project-modal-nav[aria-hidden=true]{display:none}.project-modal-dots{position:absolute;bottom:.5rem;left:50%;transform:translateX(-50%);padding:.2rem .75rem;border-radius:999px;background:rgba(0,0,0,.55);gap:.35rem;align-items:center;justify-content:center;display:inline-flex}.project-modal-img[data-gallery-enabled=true] .project-modal-dots{display:inline-flex}.project-modal-dot{width:8px;height:8px;border-radius:999px;border:none;background:rgba(255,255,255,.45);padding:0;cursor:pointer;transition:var(--transition-1)}.project-modal-dot.is-active{width:18px;background:var(--vegas-gold)}.project-modal-stack{display:flex;flex-direction:column;gap:12px;margin-top:12px}.project-modal-stack picture{display:block}@media (max-width:1023px){.project-modal-stack{display:none}}@media (min-width:1024px){.project-modal-dots,.project-modal-nav,.project-modal-stage{display:none!important}}.project-modal-content{color:#fff}.project-modal-title{color:var(--vegas-gold);margin:0}.project-modal-category,.project-modal-meta{padding-top:5px;font-style:italic;opacity:.8}.project-detail{margin-top:1.5rem;color:#fff}.project-detail h3,.project-detail h4{color:var(--vegas-gold);margin:.75rem 0 .25rem;font-weight:600}.project-detail p{margin:0 0 1rem;line-height:1.5}.project-modal-problem{white-space:pre-line}.project-modal-takeaways{list-style:disc inside;margin:0 0 1rem;padding:0}.project-modal-takeaways li{margin-bottom:.5rem}.tech-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;margin-bottom:.5rem}.tech-badge{display:inline-block;padding:.25rem .5rem;font-size:.875rem;color:rgba(255,255,255,.7);background:rgba(255,255,255,.1);border-radius:4px;white-space:nowrap}.type-badge{display:inline-block;padding:.25rem .5rem;margin-top:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:var(--fw-400);background:rgba(255,255,255,.1);color:var(--vegas-gold);border-radius:4px;white-space:nowrap}.project-modal-links{display:flex;gap:1rem}.project-modal-links .btn{margin-top:15px;padding:.5rem 1rem;font-size:.9rem;border-radius:6px;text-decoration:none;text-align:center;white-space:nowrap;transition:var(--transition-1)}.project-modal-links .live-link{background:rgba(255,255,255,.1);color:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.2)}.project-modal-links .code-link{background:rgba(100,100,100,.1);color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.1)}.project-modal-links .btn:hover{background:rgba(255,255,255,.2)}@media (min-width:450px){.project-img{height:auto}.project-modal{max-width:400px}.project-item .card-sep{height:1px;background:#e5e7eb;margin-top:30px}.project-item.hide-sep .card-sep,.project-item:not(.active) .card-sep{display:none}.skills-wrapper{display:inline;gap:1rem}.skills-wrapper .skills-list{margin-bottom:15px}}@media (min-width:580px){.timeline-list{margin-left:65px}.timeline-item:not(:last-child)::before{left:-40px}.timeline-item::after{height:8px;width:8px;left:-43px}.timeline-innerlist{margin-left:45px}.skills-item:not(:last-child){margin-bottom:25px}.skills-wrapper{display:flex;gap:1rem}.project-img{border-radius:16px}.project-modal{max-width:500px}.project-item .card-sep{display:none}}@media (min-width:768px){.filter-select-box{display:none}.filter-list{display:flex;justify-content:flex-start;align-items:center;gap:25px;padding-left:5px;margin-bottom:30px}.filter-item button{color:var(--light-gray);font-size:var(--fs-5);font-weight:var(--fw-400);transition:var(--transition-1)}.filter-item button:hover{color:var(--light-gray-70)}.filter-item button.active{color:var(--vegas-gold)}.project-list{grid-template-columns:1fr 1fr}.project-modal{gap:35px;max-width:680px;padding:30px}.project-modal-content,.project-modal-img{flex:1}}@media (min-width:1024px){.project-list{grid-template-columns:repeat(3,1fr)}.project-modal{flex-direction:row;max-width:900px}.project-modal-img{display:flex;flex-direction:column;gap:12px;margin:0}.project-modal-img img,.project-modal-img picture{display:block;width:100%}}@media (min-width:1250px){.timeline-text{max-width:700px}.project-modal{max-width:1100px}}