*{box-sizing:border-box;margin:0;padding:0}body,html{overflow-x:hidden;width:100%}.App,body{background:#121212;color:#f4f4f9;font-family:Poppins,sans-serif}.App{width:100%}.App h1,h2,h3{font-weight:700;margin:0}.App a{color:#4caf50;text-decoration:none}.App a:hover{color:#76ff03}.App .header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121212cc;display:flex;justify-content:space-between;left:0;padding:1rem 2rem;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.App .header.scrolled{background:#121212f2;box-shadow:0 2px 10px #0000001a}.App .header .logo{color:#4caf50;font-size:1.7rem;font-weight:700;text-decoration:none;transition:color .3s ease}.App .header .logo:hover{color:#76ff03}.App .nav a.active{color:#4caf50}.App .nav a.active:after{width:100%}.App .nav{align-items:center;display:flex}.App .header a{color:#f4f4f9;font-weight:500;margin:0 1rem;position:relative;text-decoration:none;transition:all .3s ease}.App .header a:after{background-color:#4caf50;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.App .header a:hover{color:#4caf50}.App .header a:hover:not(#portfolio):after{width:100%}.App .header .contact-button{background:#4caf50;border-radius:20px;color:#fff;padding:.5rem 1rem;transition:all .3s ease}.App .header .contact-button:hover{background:#76ff03;box-shadow:0 4px 10px #4caf504d;color:#121212;transform:translateY(-2px)}.lang-toggle{align-items:center;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:50px;cursor:pointer;display:flex;gap:.3rem;justify-content:center;padding:.3rem .8rem;transition:border-color .2s;width:120px}.lang-toggle:hover{border-color:#4caf5066}.lang-toggle__opt{color:#555;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.5px;transition:color .2s}.lang-toggle__opt--active{color:#4caf50}.lang-toggle__sep{color:#333;font-size:.75rem;line-height:1}.hero{align-items:center;color:#fff;display:flex;font-family:Arial,sans-serif;height:100vh;justify-content:center;overflow:hidden;position:relative;text-align:center;width:100%}.background-video{filter:brightness(50%);height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:1}.hero-content{position:relative;text-align:center;z-index:2}.hero-content h1{animation:fadeIn 2s ease-in-out,moveDown 2s ease-in-out;font-size:4rem;font-weight:700;margin-bottom:1rem}.hero-content p{animation:fadeIn 3s ease-in-out;color:#d1d1d1}.hero-content p,.hero-subtitle{font-size:1.3rem;line-height:1.8;margin-bottom:3rem}.hero-subtitle{animation:fadeIn 3s ease-in-out .2s both;color:#b0b0b9}.hero-button{animation:slideUp .8s ease .5s both;background:linear-gradient(135deg,#4caf50,#76ff03);border:none;border-radius:50px;box-shadow:0 0 20px #4caf5066;color:#121212;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:2rem;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.hero-button:hover{background:linear-gradient(135deg,#76ff03,#4caf50);box-shadow:0 0 30px #4caf50b3,0 5px 15px #4caf5066;transform:translateY(-3px)}.hero-button:active{transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes moveDown{0%{transform:translateY(-20px)}to{transform:translateY(0)}}.dynamic-text{animation:blink .8s step-end infinite;background:linear-gradient(90deg,#0f3,#3bda1b);-webkit-background-clip:text;border-right:4px solid #fff;color:#0000;display:inline-block;font-size:4.5rem;font-weight:700;overflow:hidden;text-shadow:0 0 15px #fffc;white-space:nowrap;width:fit-content}@keyframes blink{0%,to{border-color:#0000}50%{border-color:#fff}}@keyframes zoomText{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.about{align-items:center;background:linear-gradient(135deg,#0f1115,#1a1a2e);color:#f4f4f9;display:flex;flex-direction:column;min-height:100vh;padding:5rem 2rem}.about-header{animation:slideDown .8s ease;margin-bottom:3rem;text-align:center}.about-header h2{color:#4caf50;font-size:3rem;margin-bottom:1rem;text-shadow:0 0 20px #4caf504d}.about-subtitle{color:#b0b0b9;font-size:1.3rem;font-style:italic}.timeline-container{margin-bottom:3rem;max-width:1000px;width:100%}.timeline{padding:2rem 0;position:relative}.timeline:before{animation:growHeight 1.5s ease-out .3s both;background:linear-gradient(180deg,#4caf50,#76ff03 50%,#4caf50);content:"";height:100%;left:50%;position:absolute;transform:translateX(-50%);width:3px}@keyframes growHeight{0%{height:0;opacity:0}to{height:100%;opacity:1}}.timeline-item{animation:fadeInUp .8s ease forwards;margin-bottom:3rem;opacity:0;position:relative}.timeline-item:first-child{animation-delay:.2s}.timeline-item:nth-child(2){animation-delay:.4s}.timeline-item:nth-child(3){animation-delay:.6s}.timeline-item:nth-child(4){animation-delay:.8s}.timeline-item:nth-child(5){animation-delay:1s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.timeline-item.left{margin-left:0;margin-right:50%;padding-right:3rem;text-align:right}.timeline-item.right{margin-left:50%;margin-right:0;padding-left:3rem;text-align:left}.timeline-marker{left:50%;position:absolute;top:0;transform:translateX(-50%);z-index:10}.timeline-dot{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#4caf50,#76ff03);border:4px solid #0f1115;border-radius:50%;box-shadow:0 0 20px #4caf5080,0 0 40px #4caf5033;display:flex;height:50px;justify-content:center;position:relative;width:50px}.timeline-dot:hover{box-shadow:0 0 30px #4caf50cc,0 0 60px #4caf5066}@keyframes pulse{0%,to{box-shadow:0 0 20px #4caf5080,0 0 40px #4caf5033;transform:scale(1)}50%{box-shadow:0 0 30px #4caf50cc,0 0 60px #4caf5066;transform:scale(1.1)}}.timeline-icon{display:block;font-size:1.8rem}.timeline-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:2px solid #4caf5033;border-radius:15px;overflow:hidden;padding:1.5rem 2rem;position:relative;transition:all .3s ease}.timeline-content:before{background:linear-gradient(90deg,#0000,#4caf50,#0000);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.timeline-item:hover .timeline-content{background:#4caf501a;border-color:#4caf50;box-shadow:0 0 20px #4caf504d,inset 0 0 20px #4caf500d;transform:translateY(-5px)}.timeline-item:hover .timeline-content:before{opacity:1}.timeline-year{color:#4caf50;font-size:1rem;letter-spacing:1px;text-transform:uppercase}.timeline-title,.timeline-year{font-weight:700;margin-bottom:.5rem}.timeline-title{color:#fff;font-size:1.5rem}.timeline-school{color:#76ff03;font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.timeline-location{color:#b0b0b9;font-size:.9rem;margin-bottom:.8rem}.timeline-description{color:#d1d1d1;font-size:1rem;line-height:1.6;margin:0 0 1rem}.timeline-ranking-text{animation:slideInRight .6s ease .2s both;border-top:1px solid #4caf5033;color:#76ff03;font-size:.95rem;font-weight:600;margin:0;padding:1rem 0 .8rem}.ranking-number{background:linear-gradient(135deg,#76ff03,#4caf50);-webkit-background-clip:text;color:#0000;padding:0 .3rem}.about-button,.ranking-number{font-size:1.1rem;font-weight:700}.about-button{animation:slideUp .8s ease .5s both;background:linear-gradient(135deg,#4caf50,#76ff03);border:none;border-radius:50px;box-shadow:0 0 20px #4caf5066;color:#121212;cursor:pointer;margin-top:2rem;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about-button:hover{background:linear-gradient(135deg,#76ff03,#4caf50);box-shadow:0 0 30px #4caf50b3,0 5px 15px #4caf5066;transform:translateY(-3px)}.about-button:active{transform:translateY(-1px)}@media (max-width:768px){.about{padding:3rem 1.5rem}.about-header h2{font-size:2rem}.timeline:before{left:25px}.timeline-item.left,.timeline-item.right{margin-left:0;margin-right:0;padding-left:80px;padding-right:0;text-align:left}.timeline-marker{left:25px;transform:translateX(-50%)}.timeline-content{padding:1.2rem 1.5rem}.timeline-title{font-size:1.3rem}.timeline-year{font-size:.9rem}}.skills-section{background:linear-gradient(135deg,#0a0a10,#0f1115);color:#f4f4f9;padding:5rem 2rem}.skills-header{margin-bottom:3rem;text-align:center}.skills-header h2{color:#4caf50;font-size:2.8rem;margin:0 0 .5rem;text-shadow:0 0 16px #4caf5040}.skills-subtitle{color:#b0b0b9;font-size:1rem;font-style:italic;margin:0}.skills-grid-v2{grid-gap:1.4rem;display:grid;gap:1.4rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0 auto;max-width:1200px}.skills-card{border:1px solid;border-radius:16px;display:flex;flex-direction:column;gap:1rem;padding:1.4rem 1.5rem 1.6rem;transition:transform .25s ease,box-shadow .25s ease}.skills-card:hover{box-shadow:0 10px 32px #0000004d;transform:translateY(-4px)}.skills-card__header{align-items:center;border-bottom:1px solid #ffffff0d;display:flex;gap:.65rem;padding-bottom:.85rem}.skills-card__icon{flex-shrink:0;font-size:1.1rem;font-weight:700;line-height:1}.skills-card__title{font-size:.78rem;font-weight:800;letter-spacing:1.8px;margin:0;text-transform:uppercase}.skills-card__pills{display:flex;flex-wrap:wrap;gap:.45rem}.skill-pill{border:1px solid;border-radius:99px;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.2px;padding:.3rem .75rem;transition:opacity .2s,transform .2s}.skill-pill:hover{opacity:.75;transform:scale(.97)}@media (max-width:768px){.skills-grid-v2{grid-template-columns:1fr}.skills-header h2{font-size:2rem}}.projects{background:linear-gradient(135deg,#0f1115,#141421);color:#f4f4f9;padding:5rem 2rem}.projects-header{margin-bottom:3rem;text-align:center}.projects-header h2{color:#4caf50;font-size:2.8rem;text-shadow:0 0 16px #4caf5040}.projects-subtitle{color:#b0b0b9;font-size:1rem;font-style:italic;margin-top:.5rem}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));margin:0 auto;max-width:1200px}.project-card{background:#121212bf;border:1px solid #4caf5014;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.project-card:hover{border-color:#4caf5040;box-shadow:0 12px 40px #4caf501a;transform:translateY(-8px) scale(1.01)}.project-card--wip{border-color:#ffb43233}.project-card--wip:hover{border-color:#ffb43273;box-shadow:0 12px 40px #ffb43214}.project-image-container{background:#0003;flex-shrink:0;height:230px;overflow:hidden;position:relative;width:100%}.project-thumbnail{height:100%;object-fit:cover;object-position:top;transition:transform .5s ease;width:100%}.project-card:hover .project-thumbnail{transform:scale(1.05)}.project-thumbnail-placeholder{align-items:center;color:#555;display:flex;flex-direction:column;font-size:.85rem;gap:.5rem;height:100%;justify-content:center;width:100%}.project-thumbnail-placeholder span:first-child{font-size:2rem;opacity:.4}.project-badge{background:#4caf50d9;color:#121212;left:12px;letter-spacing:.5px;text-transform:uppercase}.project-badge,.project-wip-tag{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:20px;font-size:.72rem;font-weight:700;padding:.28rem .7rem;position:absolute;top:12px}.project-wip-tag{background:#ffb432e0;color:#1a1000;right:12px}.project-info{display:flex;flex:1 1;flex-direction:column;gap:.8rem;justify-content:space-between;padding:1.3rem 1.4rem 1.5rem}.project-type-tag{border-radius:20px;display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.4px;margin-bottom:.4rem;padding:.2rem .6rem;text-transform:uppercase}.project-title{color:#fff;font-size:1.3rem;font-weight:700;margin:0 0 .3rem}.project-short{color:#cfcfcf;font-size:.9rem;line-height:1.5;margin:0}.project-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:space-between}.project-tech-row{display:flex;flex:1 1;flex-wrap:wrap;gap:.35rem}.project-tech-chip{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;color:#b0b0b9;font-size:.75rem;font-weight:500;padding:.2rem .5rem}.project-tech-more{background:#4caf500f;border-color:#4caf5040;color:#4caf50}.project-cta{animation:none;flex-shrink:0;font-size:.88rem;margin-top:0;padding:.5rem 1.1rem;white-space:nowrap}.pp-page{background:#0f1115;color:#f4f4f9;font-family:Poppins,sans-serif;min-height:100vh}.pp-topbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121212e6;border-bottom:1px solid #4caf501a;display:flex;gap:1rem;justify-content:space-between;padding:1rem 2.5rem;position:sticky;top:0;z-index:100}.pp-back-btn{background:none;border:1px solid #ffffff26;border-radius:50px;color:#ccc;cursor:pointer;font-family:inherit;font-size:.88rem;padding:.45rem 1rem;transition:all .2s;white-space:nowrap}.pp-back-btn:hover{border-color:#4caf50;color:#fff}.pp-topbar-nav{display:flex;gap:.6rem}.pp-sibling-btn{background:none;border:1px solid #4caf5033;border-radius:50px;color:#888;cursor:pointer;font-family:inherit;font-size:.82rem;padding:.4rem .9rem;transition:all .2s;white-space:nowrap}.pp-sibling-btn:hover{border-color:#76ff03;color:#76ff03}.pp-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 260px;margin:0 auto;max-width:1200px;padding:3rem 2.5rem 2rem}.pp-doc-col{min-width:0}.pp-header{margin-bottom:2rem}.pp-header__badges{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.9rem}.pp-wip-badge{background:#ffb4321f;border:1px solid #ffb4324d;border-radius:20px;color:#ffb432;display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.4px;padding:.24rem .65rem;text-transform:uppercase}.pp-title{color:#fff;font-size:2.8rem;font-weight:800;line-height:1.1;margin:0 0 .4rem}.pp-tagline{color:#76ff03;font-size:1.05rem;font-style:italic;margin:0 0 1.2rem;opacity:.8}.pp-header__divider{background:linear-gradient(90deg,#4caf5099,#0000);border-radius:2px;height:2px}.pp-actions{border-top:1px solid #4caf501a;display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem;padding-top:2rem}.pp-sidebar{background:#ffffff05;border:1px solid #4caf501a;border-radius:12px;display:flex;flex-direction:column;gap:0;overflow:hidden;position:sticky;top:80px}.pp-sidebar__block{border-bottom:1px solid #4caf5012;padding:1rem 1.2rem}.pp-sidebar__block:last-child{border-bottom:none}.pp-sidebar__label{color:#555;font-size:.67rem;font-weight:800;letter-spacing:1.6px;margin:0 0 .5rem;text-transform:uppercase}.pp-sidebar__pills{display:flex;flex-wrap:wrap;gap:.35rem}.pp-sidebar__value{color:#c8c8d8;font-size:.88rem;margin:0}.pp-sidebar__link{color:#4caf50;display:block;font-size:.85rem;margin-bottom:.25rem;text-decoration:none;transition:color .2s}.pp-sidebar__link:hover{color:#76ff03}.pp-bottom-nav{border-top:1px solid #4caf5014;display:flex;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:2rem 2.5rem 4rem}.pp-bottom-nav__btn{background:#ffffff05;border:1px solid #4caf501f;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:.2rem;min-width:160px;padding:1rem 1.4rem;transition:background .2s,border-color .2s}.pp-bottom-nav__btn--prev{text-align:left}.pp-bottom-nav__btn--next{text-align:right}.pp-bottom-nav__btn:hover{background:#4caf500f;border-color:#4caf504d}.pp-bottom-nav__dir{color:#555;font-size:.75rem;letter-spacing:1px;text-transform:uppercase}.pp-bottom-nav__name{color:#e0e0f0;font-size:.95rem;font-weight:600}.pp-not-found{align-items:center;color:#888;gap:1.5rem;justify-content:center;min-height:60vh}.pp-not-found,.proj-doc{display:flex;flex-direction:column}.proj-doc{gap:0}.proj-doc__overview{color:#c8c8d8;font-size:1rem;line-height:1.8;margin:0 0 2rem}.proj-doc__section{margin-bottom:2rem}.proj-doc__heading{align-items:center;color:#888;display:flex;font-size:.72rem;font-weight:800;gap:.65rem;letter-spacing:2px;margin:0 0 1rem;text-transform:uppercase}.proj-doc__heading-bar{background:#4caf50;border-radius:2px;display:inline-block;flex-shrink:0;height:2px;width:20px}.proj-doc__body{color:#b8b8c8;font-size:.95rem;line-height:1.8;margin:0}.proj-doc__body strong{color:#e0e0f0;font-weight:700}.proj-doc__list{display:flex;flex-direction:column;gap:.6rem;list-style:none;margin:0;padding:0}.proj-doc__item{background:hsla(0,0%,100%,.015);border-left:2px solid #4caf5040;border-radius:0 6px 6px 0;color:#b0b0c0;font-size:.93rem;line-height:1.65;padding:.6rem .9rem;transition:border-color .2s,background .2s}.proj-doc__item:hover{background:#4caf500a;border-left-color:#4caf50}.proj-doc__item-label{color:#e8e8f8;font-weight:700}.proj-doc__item-sep{color:#444}.proj-doc__item-text{color:#a0a0b8}.proj-doc__stack-table{border-collapse:collapse;width:100%}.proj-doc__stack-table tr{border-bottom:1px solid #ffffff0a}.proj-doc__stack-table tr:last-child{border-bottom:none}.proj-doc__stack-cat{color:#555;font-size:.72rem;font-weight:700;letter-spacing:.8px;padding:.55rem 1rem .55rem 0;text-transform:uppercase;vertical-align:middle;white-space:nowrap;width:110px}.proj-doc__stack-vals{padding:.45rem 0;vertical-align:middle}.proj-doc__stack-vals .tech-pill{margin:.15rem .25rem .15rem 0}.tech-pill{background:#4caf5012;border:1px solid #4caf5033;border-radius:20px;color:#8dd88d;display:inline-block;font-size:.77rem;font-weight:600;padding:.22rem .62rem}.pp-gallery-section{margin-bottom:.5rem;margin-top:2rem}.pp-gallery{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.pp-gallery__thumb{aspect-ratio:4/3;background:#ffffff08;border:1px solid #4caf501a;border-radius:10px;cursor:pointer;display:block;overflow:hidden;padding:0;position:relative;transition:border-color .2s,transform .2s,box-shadow .2s}.pp-gallery__thumb:hover{border-color:#4caf50;box-shadow:0 8px 24px #4caf5026;transform:translateY(-3px)}.pp-gallery__thumb img{display:block;height:100%;object-fit:cover;object-position:top;transition:transform .35s ease;width:100%}.pp-gallery__thumb:hover img{transform:scale(1.04)}.pp-gallery__zoom{align-items:center;background:#00000073;border-radius:10px;color:#fff;display:flex;font-size:1.5rem;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .2s}.pp-gallery__thumb:hover .pp-gallery__zoom{opacity:1}.pp-gallery__empty{align-items:center;border:1px dashed #4caf5026;border-radius:10px;color:#444;display:flex;flex-direction:column;gap:.6rem;grid-column:1/-1;height:140px;justify-content:center}.pp-gallery__empty span{font-size:2rem;opacity:.3}.pp-gallery__empty p{font-size:.85rem;margin:0}.pp-gallery__placeholder-slot{aspect-ratio:4/3;border:1px dashed #4caf501a;border-radius:10px;color:#333;font-size:1.2rem}.lb-overlay,.pp-gallery__placeholder-slot{align-items:center;display:flex;justify-content:center}.lb-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000eb;inset:0;padding:1rem;position:fixed;z-index:2000}.lb-box{max-height:92vh;max-width:95vw;position:relative}.lb-box,.lb-img-wrap{align-items:center;display:flex;justify-content:center}.lb-img{border-radius:8px;box-shadow:0 24px 80px #000c;display:block;height:auto;max-height:85vh;max-width:90vw;object-fit:contain;width:auto}.lb-close{align-items:center;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;color:#ccc;cursor:pointer;display:flex;font-size:1.5rem;height:38px;justify-content:center;line-height:1;position:fixed;right:1.5rem;top:1.2rem;transition:background .2s,color .2s;width:38px;z-index:2001}.lb-close:hover{background:#4caf5080;color:#fff}.lb-counter{background:#00000080;border-radius:20px;color:#777;font-size:.8rem;left:1.5rem;padding:.25rem .7rem;top:1.4rem}.lb-arrow,.lb-counter{position:fixed;z-index:2001}.lb-arrow{align-items:center;background:#ffffff12;border:1px solid #ffffff1f;border-radius:50%;color:#ccc;cursor:pointer;display:flex;font-size:2rem;height:50px;justify-content:center;line-height:1;top:50%;transform:translateY(-50%);transition:background .2s,color .2s,border-color .2s;width:50px}.lb-arrow:hover{background:#4caf5080;border-color:#4caf50;color:#fff}.lb-arrow--left{left:1.2rem}.lb-arrow--right{right:1.2rem}.lb-dots{bottom:1.5rem;display:flex;gap:.45rem;left:50%;position:fixed;transform:translateX(-50%);z-index:2001}.lb-dot{background:#fff3;border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:background .2s,transform .2s;width:8px}.lb-dot--active{background:#4caf50;transform:scale(1.3)}.lb-dot:hover{background:#4caf5099}.footer-v2{background:#0a0a10;border-top:1px solid #4caf501a;font-family:Poppins,sans-serif;padding:3rem 2rem 0}.footer-v2__inner{grid-gap:3rem;border-bottom:1px solid #ffffff0d;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr;margin:0 auto;max-width:1100px;padding-bottom:2.5rem}.footer-v2__logo{color:#4caf50;display:block;font-size:1.2rem;font-weight:800;margin-bottom:.6rem}.footer-v2__tagline{color:#555;font-size:.85rem;margin:0}.footer-v2__col-title{color:#444;font-size:.68rem;font-weight:800;letter-spacing:1.8px;margin:0 0 .8rem;text-transform:uppercase}.footer-v2__links{display:flex;flex-direction:column;gap:.45rem}.footer-v2__links a{color:#777;font-size:.88rem;text-decoration:none;transition:color .2s}.footer-v2__links a:hover{color:#4caf50}.footer-v2__social-link{align-items:center;display:flex!important;gap:.45rem}.footer-v2__icon{flex-shrink:0;height:14px;opacity:.6;width:14px}.footer-v2__bottom{color:#333;font-size:.78rem;margin:0 auto;max-width:1100px;padding:1.2rem 0 1.5rem}@media (max-width:900px){.pp-content{grid-template-columns:1fr;padding:2rem 1.5rem}.pp-sidebar{position:static}.pp-title{font-size:2rem}}@media (max-width:700px){.footer-v2__inner{gap:1.8rem;grid-template-columns:1fr}}@media (max-width:600px){.projects-grid{grid-template-columns:1fr}.project-image-container{height:200px}.pp-topbar{padding:.8rem 1.2rem}.pp-content{padding:1.5rem 1rem}.pp-bottom-nav{padding:1.5rem 1rem 3rem}.pp-title{font-size:1.6rem}.pp-topbar-nav{display:none}.pp-gallery{gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.lb-arrow--left{left:.4rem}.lb-arrow--right{right:.4rem}.lb-arrow{font-size:1.5rem;height:40px;width:40px}}
/*# sourceMappingURL=main.45b32033.css.map*/