.bayu-portfolio-root{--cream:#f5f0e6;--cream-dark:#ede7d9;--yellow:#ffe135;--yellow-dark:#f5cc00;--coral:#ff6b6b;--coral-dark:#e85555;--black:#000;--white:#fff;--gray:#333;--border:3px solid var(--black);--border-thin:2px solid var(--black);--shadow-sm:3px 3px 0 var(--black);--shadow-md:5px 5px 0 var(--black);--shadow-lg:8px 8px 0 var(--black);--shadow-xl:12px 12px 0 var(--black);--font-display:"Space Grotesk", "Inter", sans-serif;--font-body:"Inter", sans-serif;font-family:var(--font-body);background:var(--cream);color:var(--black);width:100%;min-height:100vh;font-weight:600;line-height:1.5;position:relative;overflow-x:hidden}.bayu-portfolio-root *{box-sizing:border-box}.bayu-portfolio-root h1,.bayu-portfolio-root h2,.bayu-portfolio-root h3,.bayu-portfolio-root h4{font-family:var(--font-display);font-weight:800;line-height:1.1}.bayu-portfolio-root .navbar{z-index:1000;background:var(--yellow);border-bottom:var(--border);box-shadow:0 var(--shadow-md);justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex;position:fixed;top:0;left:0;right:0}.bayu-portfolio-root .navbar-logo{font-family:var(--font-display);color:var(--black);letter-spacing:-.5px;background:var(--white);border:var(--border);box-shadow:var(--shadow-sm);padding:.4rem 1rem;font-size:1.3rem;font-weight:800;text-decoration:none}.bayu-portfolio-root .nav-links{gap:.5rem;list-style:none;display:flex}.bayu-portfolio-root .nav-links a{color:var(--black);background:var(--white);border:var(--border);box-shadow:var(--shadow-sm);padding:.5rem 1rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .15s}.bayu-portfolio-root .nav-links a:hover{background:var(--coral);box-shadow:var(--shadow-md);transform:translate(-2px,-2px)}.bayu-portfolio-root .nav-links a.active{background:var(--black);color:var(--yellow)}.bayu-portfolio-root .nav-links a.active:hover{background:var(--coral-dark)}.bayu-portfolio-root .btn{font-family:var(--font-display);color:var(--black);background:var(--yellow);border:var(--border);box-shadow:var(--shadow-lg);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;padding:.9rem 2rem;font-size:1.05rem;font-weight:800;text-decoration:none;transition:all .15s;display:inline-block}.bayu-portfolio-root .btn:hover{box-shadow:var(--shadow-xl);transform:translate(-4px,-4px)}.bayu-portfolio-root .btn:active{box-shadow:var(--shadow-md);transform:translate(0)}.bayu-portfolio-root .btn-coral{background:var(--coral)}.bayu-portfolio-root .btn-white{background:var(--white)}.bayu-portfolio-root .btn-black{background:var(--black);color:var(--yellow)}.bayu-portfolio-root .btn-sm{box-shadow:var(--shadow-sm);padding:.6rem 1.25rem;font-size:.85rem}.bayu-portfolio-root .btn-sm:hover{box-shadow:var(--shadow-md);transform:translate(-2px,-2px)}.bayu-portfolio-root .btn-lg{box-shadow:var(--shadow-xl);padding:1rem 2.5rem;font-size:1.2rem}.bayu-portfolio-root .btn-lg:hover{box-shadow:15px 15px 0 var(--black);transform:translate(-5px,-5px)}.bayu-portfolio-root .tag{color:var(--black);background:var(--yellow);border:var(--border-thin);box-shadow:2px 2px 0 var(--black);text-transform:uppercase;letter-spacing:.5px;padding:.3rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}.bayu-portfolio-root .tag-coral{background:var(--coral)}.bayu-portfolio-root .tag-white{background:var(--white)}.bayu-portfolio-root .tag-black{background:var(--black);color:var(--yellow);font-weight:800}.bayu-portfolio-root .window{background:var(--white);border:var(--border);box-shadow:var(--shadow-lg)}.bayu-portfolio-root .window-header{background:var(--black);color:var(--white);align-items:center;gap:.75rem;padding:.5rem 1rem;display:flex}.bayu-portfolio-root .window-dots{gap:.4rem;display:flex}.bayu-portfolio-root .window-dot{border:2px solid var(--black);border-radius:50%;width:12px;height:12px}.bayu-portfolio-root .window-dot-red{background:var(--coral)}.bayu-portfolio-root .window-dot-yellow{background:var(--yellow)}.bayu-portfolio-root .window-dot-green{background:#4ade80}.bayu-portfolio-root .window-title{font-family:var(--font-display);text-align:center;color:var(--yellow);flex:1;font-size:.85rem;font-weight:800}.bayu-portfolio-root .window-body{padding:1.5rem}.bayu-portfolio-root .search-bar{background:var(--white);border:var(--border);box-shadow:var(--shadow-sm);align-items:center;gap:.5rem;padding:.6rem 1rem;display:flex}.bayu-portfolio-root .search-bar-icon{font-size:1rem}.bayu-portfolio-root .search-bar-input{font-family:var(--font-body);color:var(--black);background:0 0;border:none;outline:none;flex:1;font-size:.9rem;font-weight:700}.bayu-portfolio-root .search-bar-input::placeholder{color:var(--black);opacity:.75;font-weight:600}.bayu-portfolio-root .media-player{background:var(--white);border:var(--border);box-shadow:var(--shadow-md);padding:1rem}.bayu-portfolio-root .media-controls{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.bayu-portfolio-root .media-btn{background:var(--yellow);border:var(--border);width:36px;height:36px;box-shadow:var(--shadow-sm);cursor:pointer;justify-content:center;align-items:center;font-size:1rem;transition:all .15s;display:flex}.bayu-portfolio-root .media-btn:hover{box-shadow:var(--shadow-md);transform:translate(-2px,-2px)}.bayu-portfolio-root .media-progress{background:var(--cream-dark);border:var(--border-thin);width:100%;height:8px;position:relative;overflow:hidden}.bayu-portfolio-root .media-progress-fill{background:var(--coral);width:35%;height:100%}.bayu-portfolio-root .hero{background:var(--cream);text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100dvh;padding:5.5rem 1.5rem 2rem;display:flex;position:relative;overflow:hidden}.bayu-portfolio-root .hero-content{flex-direction:column;align-items:center;width:100%;max-width:800px;margin-top:4rem;display:flex}.bayu-portfolio-root .hero-badge{background:var(--yellow);color:var(--black);border:var(--border-thin);letter-spacing:.5px;box-shadow:var(--shadow-sm);text-transform:uppercase;margin-bottom:.75rem;padding:.35rem 1.1rem;font-size:.85rem;font-weight:800;display:inline-block}.bayu-portfolio-root .hero-name{font-family:var(--font-display);letter-spacing:-2px;margin-bottom:.6rem;font-size:clamp(2.5rem,6.5vw,4.8rem);font-weight:900;line-height:1;color:var(--black)!important}.bayu-portfolio-root .hero-name-accent{text-shadow:3px 3px 0 var(--black);color:var(--coral)!important}.bayu-portfolio-root .hero-role-title{font-family:var(--font-display);color:var(--black);text-transform:uppercase;letter-spacing:1px;background:var(--white);border:var(--border-thin);box-shadow:var(--shadow-sm);padding:.4rem 1.1rem;font-size:clamp(.8rem,2vw,1.05rem);font-weight:800;display:inline-block}.bayu-portfolio-root .hero-image-section{z-index:2;flex-direction:column;align-items:center;margin:.5rem 0;display:flex;position:relative}.bayu-portfolio-root .hero-image-wrapper{aspect-ratio:1;background:linear-gradient(135deg, var(--yellow), var(--coral));border:var(--border);width:auto;height:clamp(200px,35dvh,340px);box-shadow:var(--shadow-lg);border-radius:20px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex;position:relative;overflow:hidden}.bayu-portfolio-root .hero-profile-img{object-fit:contain;object-position:bottom;filter:drop-shadow(0 6px 12px #0000004d);width:100%;height:100%}.bayu-portfolio-root .hero-avatar-placeholder{background:var(--white);width:100%;height:100%;color:var(--black);flex-direction:column;justify-content:center;align-items:center;padding:1rem;font-size:2.5rem;display:flex}.bayu-portfolio-root .hero-avatar-placeholder-text{color:var(--black);background:var(--yellow);border:var(--border-thin);box-shadow:2px 2px 0 var(--black);text-transform:uppercase;margin-top:.4rem;padding:.2rem .75rem;font-size:.85rem;font-weight:900}.bayu-portfolio-root .hero-social-icons{justify-content:center;align-items:center;gap:.75rem;display:flex}.bayu-portfolio-root .social-icon-btn{background:var(--white);width:44px;height:44px;color:var(--black);border:var(--border);box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:inline-flex}.bayu-portfolio-root .social-icon-btn:hover{box-shadow:var(--shadow-md);transform:translate(-3px,-3px)scale(1.08)}.bayu-portfolio-root .social-icon-btn.whatsapp:hover{color:#fff;background:#25d366}.bayu-portfolio-root .social-icon-btn.instagram:hover{color:#fff;background:#e1306c}.bayu-portfolio-root .social-icon-btn.email:hover{background:var(--coral);color:#000}.bayu-portfolio-root .social-icon-btn.linkedin:hover{color:#fff;background:#0a66c2}.bayu-portfolio-root .hero-eyecatching-wa-btn{color:#000;width:100%;max-width:440px;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.5px;background:#25d366;border:3px solid #000;border-radius:999px;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.75rem;font-size:1.05rem;font-weight:900;text-decoration:none;transition:all .2s cubic-bezier(.175,.885,.32,1.275);animation:2.5s infinite bayu-wa-glow;display:inline-flex;box-shadow:6px 6px #000}.bayu-portfolio-root .hero-eyecatching-wa-btn:hover{background:#20ba5a;transform:translate(-3px,-3px)scale(1.02);box-shadow:9px 9px #000}.bayu-portfolio-root .wa-btn-svg{filter:drop-shadow(1px 1px #00000026);flex-shrink:0}@keyframes bayu-wa-glow{0%{box-shadow:6px 6px #000}50%{box-shadow:6px 6px 20px #25d36699,6px 6px #000}to{box-shadow:6px 6px #000}}.bayu-portfolio-root .hero-bottom-content{flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:600px;display:flex}.bayu-portfolio-root .hero-bio-tag{font-family:var(--font-display);color:var(--black);background:var(--white);border:var(--border-thin);box-shadow:var(--shadow-sm);padding:.4rem 1rem;font-size:.85rem;font-weight:800}.bayu-portfolio-root .hero-primary-cta{text-align:center;justify-content:center;width:100%;max-width:400px}.bayu-portfolio-root .stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;display:grid}.bayu-portfolio-root .stat-card{background:var(--yellow);border:var(--border);box-shadow:var(--shadow-sm);text-align:center;color:var(--black);padding:1rem}.bayu-portfolio-root .stat-card:nth-child(2n){background:var(--coral);color:var(--black)}.bayu-portfolio-root .stat-num{font-family:var(--font-display);color:var(--black);font-size:2rem;font-weight:900;line-height:1}.bayu-portfolio-root .stat-label{text-transform:uppercase;letter-spacing:.5px;color:var(--black);margin-top:.25rem;font-size:.7rem;font-weight:800}.bayu-portfolio-root .highlights-marquee{background:var(--yellow);border-top:var(--border);border-bottom:var(--border);white-space:nowrap;padding:.85rem 0;position:relative;overflow:hidden}.bayu-portfolio-root .highlights-track{gap:1.5rem;animation:25s linear infinite bayu-marquee-infinite;display:inline-flex}.bayu-portfolio-root .highlights-track:hover{animation-play-state:paused}.bayu-portfolio-root .marquee-item{background:var(--white);border:var(--border-thin);box-shadow:2px 2px 0 var(--black);font-family:var(--font-display);letter-spacing:.5px;color:var(--black);align-items:center;gap:.5rem;padding:.45rem 1.1rem;font-size:.85rem;font-weight:800;display:inline-flex}.bayu-portfolio-root .marquee-item.coral{background:var(--coral)}.bayu-portfolio-root .marquee-icon{font-size:1rem}@keyframes bayu-marquee-infinite{0%{transform:translate(0)}to{transform:translate(-50%)}}.bayu-portfolio-root .section{padding:4rem 1.5rem}.bayu-portfolio-root .section-inner{max-width:1200px;margin:0 auto}.bayu-portfolio-root .section-header{margin-bottom:2.5rem}.bayu-portfolio-root .section-title{font-family:var(--font-display);letter-spacing:-2px;color:var(--black);font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1}.bayu-portfolio-root .section-title-accent{color:var(--coral)}.bayu-portfolio-root .section-line{background:var(--black);width:80px;height:5px;margin-top:.75rem}.bayu-portfolio-root .about{background:var(--cream-dark)}.bayu-portfolio-root .about-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:2rem;display:grid}.bayu-portfolio-root .about-image-wrap{position:relative}.bayu-portfolio-root .about-img-frame{aspect-ratio:1;background:linear-gradient(135deg, var(--yellow), var(--coral));border:var(--border);width:100%;box-shadow:var(--shadow-lg);justify-content:center;align-items:flex-end;display:flex;position:relative;overflow:hidden}.bayu-portfolio-root .about-profile-img{object-fit:contain;object-position:bottom;filter:drop-shadow(0 4px 12px #0000004d);width:100%;height:100%}.bayu-portfolio-root .about-img-placeholder{background:var(--white);border:var(--border);width:100%;height:100%;box-shadow:var(--shadow-lg);color:var(--black);flex-direction:column;justify-content:center;align-items:center;font-size:4rem;display:flex}.bayu-portfolio-root .about-img-placeholder-text{color:var(--black);background:var(--yellow);border:var(--border-thin);box-shadow:var(--shadow-sm);text-transform:uppercase;letter-spacing:.5px;margin-top:.75rem;padding:.3rem 1rem;font-size:1rem;font-weight:900}.bayu-portfolio-root .about-img-badge{background:var(--coral);border:var(--border);box-shadow:var(--shadow-md);font-family:var(--font-display);color:var(--black);padding:.5rem 1rem;font-size:.85rem;font-weight:800;position:absolute;bottom:-1rem;right:-1rem}.bayu-portfolio-root .about-text h2{letter-spacing:-2px;color:var(--black);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1}.bayu-portfolio-root .about-text p{color:var(--black);margin-bottom:1rem;font-size:1rem;font-weight:600;line-height:1.7}.bayu-portfolio-root .about-text strong{color:var(--black);font-weight:800}.bayu-portfolio-root .about-stats-row{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.bayu-portfolio-root .about-stat{background:var(--yellow);border:var(--border);box-shadow:var(--shadow-sm);text-align:center;min-width:100px;color:var(--black);flex:1;padding:.75rem 1.25rem}.bayu-portfolio-root .about-stat-num{font-family:var(--font-display);color:var(--black);font-size:1.5rem;font-weight:900}.bayu-portfolio-root .about-stat-label{text-transform:uppercase;color:var(--black);font-size:.7rem;font-weight:800}.bayu-portfolio-root .skills{background:var(--cream)}.bayu-portfolio-root .skills-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.bayu-portfolio-root .skill-card{background:var(--white);border:var(--border);box-shadow:var(--shadow-md);cursor:pointer;color:var(--black);transition:all .15s}.bayu-portfolio-root .skill-card:hover{box-shadow:var(--shadow-xl);transform:translate(-4px,-4px)}.bayu-portfolio-root .skill-card-header{background:var(--yellow);border-bottom:var(--border);color:var(--black);align-items:center;gap:.75rem;padding:1rem;display:flex}.bayu-portfolio-root .skill-card:nth-child(2n) .skill-card-header{background:var(--coral);color:var(--black)}.bayu-portfolio-root .skill-card-icon{background:var(--white);border:var(--border);justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.bayu-portfolio-root .skill-card-title{font-family:var(--font-display);color:var(--black);font-size:.95rem;font-weight:800}.bayu-portfolio-root .skill-card-body{color:var(--black);padding:1rem}.bayu-portfolio-root .skill-card-desc{color:var(--black);font-size:.85rem;font-weight:600;line-height:1.6}.bayu-portfolio-root .experience{background:var(--cream-dark)}.bayu-portfolio-root .exp-list{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.bayu-portfolio-root .exp-item{background:var(--white);border:var(--border);box-shadow:var(--shadow-md)}.bayu-portfolio-root .exp-item-header{background:var(--black);color:var(--white);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.bayu-portfolio-root .exp-item-title{font-family:var(--font-display);color:var(--yellow);font-size:1.1rem;font-weight:900}.bayu-portfolio-root .exp-item-meta{color:var(--white);text-align:right;font-size:.85rem;font-weight:700}.bayu-portfolio-root .exp-item-body{color:var(--black);padding:1.5rem}.bayu-portfolio-root .exp-item-desc{color:var(--black);margin-bottom:1rem;font-size:.9rem;font-weight:600;line-height:1.7}.bayu-portfolio-root .exp-item-tags{flex-wrap:wrap;gap:.5rem;display:flex}.bayu-portfolio-root .projects{background:var(--cream)}.bayu-portfolio-root .projects-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.bayu-portfolio-root .project-card{background:var(--white);border:var(--border);box-shadow:var(--shadow-lg);color:var(--black);transition:all .15s}.bayu-portfolio-root .project-card:hover{box-shadow:var(--shadow-xl);transform:translate(-5px,-5px)}.bayu-portfolio-root .project-card-header{border-bottom:var(--border);color:var(--black);padding:1.5rem;position:relative}.bayu-portfolio-root .project-card-header.yellow{background:var(--yellow)}.bayu-portfolio-root .project-card-header.coral{background:var(--coral)}.bayu-portfolio-root .project-card-num{font-family:var(--font-display);color:var(--black);opacity:.25;font-size:4rem;font-weight:900;line-height:1;position:absolute;top:.5rem;right:1rem}.bayu-portfolio-root .project-card-event{font-family:var(--font-display);z-index:1;color:var(--black);margin-bottom:.5rem;font-size:1.1rem;font-weight:900;line-height:1.3;position:relative}.bayu-portfolio-root .project-card-role{text-transform:uppercase;letter-spacing:.5px;z-index:1;color:var(--black);font-size:.8rem;font-weight:800;position:relative}.bayu-portfolio-root .project-card-body{color:var(--black);padding:1.5rem}.bayu-portfolio-root .project-card-desc{color:var(--black);margin-bottom:1.25rem;font-size:.9rem;font-weight:600;line-height:1.7}.bayu-portfolio-root .project-stats{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.bayu-portfolio-root .project-stat{background:var(--cream-dark);border:var(--border-thin);text-align:center;color:var(--black);padding:.5rem}.bayu-portfolio-root .project-stat-num{font-family:var(--font-display);color:var(--coral-dark);font-size:1.3rem;font-weight:900}.bayu-portfolio-root .project-stat-label{text-transform:uppercase;color:var(--black);font-size:.65rem;font-weight:800}.bayu-portfolio-root .contact{background:var(--black);color:var(--yellow)}.bayu-portfolio-root .contact-inner{text-align:center;max-width:1000px;margin:0 auto}.bayu-portfolio-root .contact h2{font-family:var(--font-display);letter-spacing:-3px;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1}.bayu-portfolio-root .contact h2 .accent{color:var(--yellow)}.bayu-portfolio-root .contact h2 .coral{color:var(--coral)}.bayu-portfolio-root .contact-sub{color:var(--yellow);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.bayu-portfolio-root .contact-cards{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.bayu-portfolio-root .contact-card{background:var(--white);border:var(--border);box-shadow:var(--shadow-md);text-align:center;color:var(--black);padding:1.5rem;text-decoration:none;transition:all .15s}.bayu-portfolio-root .contact-card:hover{box-shadow:var(--shadow-lg);transform:translate(-3px,-3px)}.bayu-portfolio-root .contact-card-icon{margin-bottom:.75rem;font-size:2rem}.bayu-portfolio-root .contact-card-label{text-transform:uppercase;letter-spacing:.5px;color:var(--black);margin-bottom:.25rem;font-size:.8rem;font-weight:700}.bayu-portfolio-root .contact-card-value{font-family:var(--font-display);color:var(--black);font-size:.95rem;font-weight:800}.bayu-portfolio-root .contact-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.bayu-portfolio-root .contact .btn{padding:1rem 2.5rem;font-size:1.1rem}.bayu-portfolio-root .footer{background:var(--yellow);border-top:var(--border);text-align:center;padding:1.5rem}.bayu-portfolio-root .footer-inner{max-width:1200px;margin:0 auto}.bayu-portfolio-root .footer-logo{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.3rem;font-weight:900}.bayu-portfolio-root .footer-copy{color:var(--black);font-size:.85rem;font-weight:600}.bayu-portfolio-root .footer-links{justify-content:center;gap:1.5rem;margin-bottom:1rem;display:flex}.bayu-portfolio-root .footer-links a{color:var(--black);background:var(--white);border:var(--border);box-shadow:var(--shadow-sm);padding:.4rem 1rem;font-size:.85rem;font-weight:700;text-decoration:none}.bayu-portfolio-root .footer-links a:hover{background:var(--coral)}.bayu-portfolio-root .floating-wa{z-index:1000;color:var(--white);border:var(--border);box-shadow:var(--shadow-xl);font-family:var(--font-display);letter-spacing:.3px;background:#25d366;align-items:center;gap:.5rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:800;text-decoration:none;transition:all .2s;animation:2s ease-in-out infinite bayu-wa-pulse;display:flex;position:fixed;bottom:2rem;right:2rem}.bayu-portfolio-root .floating-wa:hover{box-shadow:15px 15px 0 var(--black);animation:none;transform:translate(-4px,-4px)scale(1.05)}.bayu-portfolio-root .floating-wa-icon{font-size:1.4rem}.bayu-portfolio-root .floating-wa-text{font-size:.9rem;font-weight:700}@keyframes bayu-wa-pulse{0%{box-shadow:var(--shadow-xl)}50%{box-shadow:0 0 0 8px #25d3664d, var(--shadow-xl)}to{box-shadow:var(--shadow-xl)}}@media (width<=968px){.bayu-portfolio-root .navbar{padding:.75rem 1rem}.bayu-portfolio-root .nav-links{display:none}.bayu-portfolio-root .about-grid{grid-template-columns:1fr;gap:2rem}.bayu-portfolio-root .about-image-wrap{max-width:360px;margin:0 auto}.bayu-portfolio-root .skills-grid{grid-template-columns:1fr 1fr;gap:1rem}.bayu-portfolio-root .projects-grid{grid-template-columns:1fr;gap:1rem}.bayu-portfolio-root .contact-cards{grid-template-columns:1fr}.bayu-portfolio-root .big-heading{font-size:clamp(2.8rem,10vw,4.5rem)}}@media (width<=600px){.bayu-portfolio-root html,body{font-size:15px}.bayu-portfolio-root .hero-inner{padding:0 1rem}.bayu-portfolio-root .hero-role-title{padding:.4rem .8rem;font-size:.8rem}.bayu-portfolio-root .big-heading{letter-spacing:-1.5px;font-size:clamp(2.2rem,13vw,3.2rem)}.bayu-portfolio-root .hero-badge{margin-bottom:.75rem;padding:.3rem .9rem;font-size:.75rem}.bayu-portfolio-root .btn{box-shadow:var(--shadow-md);padding:.75rem 1.25rem;font-size:.9rem}.bayu-portfolio-root .btn:hover{box-shadow:var(--shadow-lg);transform:translate(-3px,-3px)}.bayu-portfolio-root .search-bar{margin-top:1rem}.bayu-portfolio-root .navbar{padding:.5rem .75rem}.bayu-portfolio-root .navbar-logo{padding:.3rem .6rem;font-size:.9rem}.bayu-portfolio-root .hero-profile-body{padding:1.25rem .85rem}.bayu-portfolio-root .hero-avatar-placeholder{width:100%;height:90px;font-size:2rem}.bayu-portfolio-root .hero-wa-primary-btn{padding:.75rem .85rem;font-size:.85rem}.bayu-portfolio-root .hero-social-btn{min-width:90px;padding:.45rem .75rem;font-size:.78rem}.bayu-portfolio-root .stats-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.bayu-portfolio-root .stat-num{font-size:1.5rem}.bayu-portfolio-root .stat-card{padding:.75rem .5rem}.bayu-portfolio-root .section{padding:2.5rem 1rem}.bayu-portfolio-root .section-title{font-size:clamp(1.8rem,8vw,2.5rem)}.bayu-portfolio-root .about-grid{gap:1.5rem}.bayu-portfolio-root .about-img-badge{padding:.4rem .75rem;font-size:.75rem}.bayu-portfolio-root .about-stats-row{flex-direction:column}.bayu-portfolio-root .about-stat{min-width:auto}.bayu-portfolio-root .skills-grid{grid-template-columns:1fr;gap:.75rem}.bayu-portfolio-root .exp-item-header{flex-direction:column;align-items:flex-start}.bayu-portfolio-root .exp-item-meta{text-align:left}.bayu-portfolio-root .exp-item-tags{gap:.3rem}.bayu-portfolio-root .tag{font-size:.65rem}.bayu-portfolio-root .project-stats{grid-template-columns:repeat(3,1fr);gap:.3rem}.bayu-portfolio-root .project-stat-num{font-size:1.1rem}.bayu-portfolio-root .project-stat-label{font-size:.6rem}.bayu-portfolio-root .contact h2{font-size:clamp(2rem,10vw,3rem)}.bayu-portfolio-root .contact-cards{gap:.75rem}.bayu-portfolio-root .contact-card{padding:1rem}.bayu-portfolio-root .contact-card-icon{font-size:1.5rem}.bayu-portfolio-root .contact-ctas{flex-direction:column;align-items:center;gap:.75rem}.bayu-portfolio-root .contact .btn{justify-content:center;width:100%;max-width:320px;padding:.9rem 1.5rem;font-size:1rem}.bayu-portfolio-root .floating-wa{padding:.75rem 1.25rem;bottom:1.5rem;right:1.5rem}.bayu-portfolio-root .floating-wa-text{font-size:.8rem}}@media (width<=480px){.bayu-portfolio-root .big-heading{font-size:clamp(2rem,12vw,2.8rem)}}@media (width<=380px){.bayu-portfolio-root .big-heading{font-size:clamp(2rem,16vw,3rem)}.bayu-portfolio-root .btn{padding:.7rem 1.25rem;font-size:.85rem}}.bayu-portfolio-root .reveal{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(20px)}.bayu-portfolio-root .reveal.visible{opacity:1;transform:translateY(0)}.bayu-portfolio-root .reveal-delay-1{transition-delay:.1s}.bayu-portfolio-root .reveal-delay-2{transition-delay:.2s}.bayu-portfolio-root .reveal-delay-3{transition-delay:.3s}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.bayu-portfolio-root .pop-anim{animation:.3s pop}.bayu-portfolio-root .mobile-nav{display:none}@media (width<=768px){.bayu-portfolio-root .navbar{display:none!important}.bayu-portfolio-root .mobile-nav{background:var(--yellow);border:var(--border);width:calc(100% - 2rem);max-width:440px;box-shadow:var(--shadow-md);z-index:1000;border-radius:999px;justify-content:space-around;align-items:center;padding:.35rem .6rem;transition:all .2s;position:fixed;top:.85rem;left:50%;transform:translate(-50%);display:flex!important}.bayu-portfolio-root .mobile-nav-item{color:var(--black);font-family:var(--font-display);border-radius:30px;flex-direction:column;justify-content:center;align-items:center;padding:.35rem .65rem;font-size:.65rem;font-weight:800;text-decoration:none;transition:all .15s;display:flex}.bayu-portfolio-root .mobile-nav-icon{margin-bottom:.15rem;font-size:1.1rem;line-height:1}.bayu-portfolio-root .mobile-nav-item.active{background:var(--black);color:var(--yellow);box-shadow:2px 2px 0 var(--coral)}.bayu-portfolio-root .mobile-nav-item:hover:not(.active){background:var(--white)}.bayu-portfolio-root .hero{padding-top:5.25rem!important}}
