.about-page{min-height:100vh;position:relative;overflow-x:hidden;scroll-behavior:smooth}.background-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,rgba(34,139,34,.4) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(46,125,50,.35) 0,transparent 50%),radial-gradient(circle at 50% 50%,rgba(0,128,0,.3) 0,transparent 60%),radial-gradient(circle at 10% 80%,rgba(50,205,50,.3) 0,transparent 50%),radial-gradient(circle at 90% 20%,rgba(34,139,34,.35) 0,transparent 50%),linear-gradient(135deg,rgba(144,238,144,.2),rgba(152,251,152,.15));background-size:200% 200%,180% 180%,160% 160%,190% 190%,170% 170%,100% 100%;background-position:0 0,100% 100%,50% 50%,0 100%,100% 0,50%;filter:blur(12px) brightness(.9);z-index:0;opacity:.7;animation:foliageMove 20s ease-in-out infinite}@keyframes foliageMove{0%,to{background-position:0 0,100% 100%,50% 50%,0 100%,100% 0,50%}50%{background-position:10% 10%,90% 90%,60% 60%,10% 90%,90% 10%,50%}}.content-section{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:80px 40px}.content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;max-width:1400px;width:100%;align-items:start}.left-block{background:#fff;padding:60px 50px;border-radius:4px;box-shadow:0 4px 20px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:30px}.flag-heading-container{display:flex;align-items:center;gap:1.2rem;margin-bottom:40px}.small-flag{width:40px;height:40px;object-fit:contain;flex-shrink:0}.so-far-heading{font-size:1.8rem;font-weight:600;color:#000;margin:0;text-transform:uppercase;letter-spacing:1px}.about-intro,.so-far-heading{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.about-intro{font-size:1.1rem;line-height:1.8;font-weight:400;color:#333;margin:0 0 40px}.learn-more-link{display:inline-block;font-size:.9rem;font-weight:500;color:#000;text-decoration:none;text-transform:uppercase;letter-spacing:1px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:opacity .3s ease}.learn-more-link:hover{opacity:.7}.review-section{background:#e8e4f0;padding:30px;border-radius:4px;margin-top:20px}.review-header{margin-bottom:20px}.review-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#666}.review-label,.review-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.review-text{font-size:.95rem;line-height:1.7;color:#333;margin:0 0 20px}.review-controls{display:flex;align-items:center;gap:15px}.nav-arrow{background:none;border:none;font-size:1.2rem;color:#000;cursor:pointer;padding:5px 10px;transition:opacity .3s ease}.nav-arrow:hover{opacity:.6}.review-dots{display:flex;gap:8px;align-items:center}.dot{width:6px;height:6px;border-radius:50%;background:#ccc;transition:background .3s ease}.dot.active{background:#000}.right-block{background:#f5f5f5;padding:60px 50px;border-radius:4px;box-shadow:0 4px 20px rgba(0,0,0,.08);min-height:600px;display:flex;flex-direction:column}.right-block-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.case-studies-heading{font-weight:600;text-transform:uppercase;color:#000;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.case-studies-heading,.timestamp{font-size:.9rem;letter-spacing:1px}.timestamp{font-weight:400;color:#666;font-family:Courier New,monospace}.project-stack{position:relative;flex:1 1;display:flex;align-items:center;justify-content:center;min-height:400px;margin-bottom:30px}.project-card{position:absolute;width:100%;max-width:350px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.15);transform:rotate(3deg);transition:transform .3s ease,opacity .3s ease;opacity:.3}.project-card.active{transform:rotate(0deg);opacity:1;z-index:10}.project-card:not(.active){transform:rotate(3deg) scale(.95)}.project-tags{position:absolute;top:15px;left:15px;display:flex;gap:8px;z-index:2}.project-tag{background:hsla(0,0%,100%,.9);padding:4px 10px;border-radius:3px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.project-image{width:100%;height:250px;object-fit:cover}.project-info{padding:20px;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);position:absolute;bottom:0;left:0;right:0}.project-title{font-size:1.8rem;font-weight:700;color:#fff;margin:0 0 5px}.project-subtitle,.project-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.project-subtitle{font-size:1rem;color:hsla(0,0%,100%,.9);margin:0}.project-controls{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.browse-hint{font-size:.75rem;color:#999;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.project-nav{display:flex;gap:10px}.project-nav-arrow{background:#ff69b4;border:none;color:#fff;font-size:1rem;width:35px;height:35px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.project-nav-arrow:hover{background:#ff1493}@media (max-width:968px){.content-grid{grid-template-columns:1fr;gap:30px}.content-section{padding:60px 20px}.left-block,.right-block{padding:40px 30px}.so-far-heading{font-size:1.5rem}.small-flag{width:35px;height:35px}.about-intro{font-size:1rem;line-height:1.7}.review-section{padding:25px 20px}.project-stack{min-height:300px}.project-card{max-width:100%}.project-controls{flex-direction:column;gap:15px;align-items:flex-start}.browse-hint{font-size:.7rem}}