.header{z-index:1000;width:100%;padding:2rem 0;position:absolute;top:0;left:0}.header-container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.menu-toggle{-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#141414bf;border:1px solid #ffffff1f;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:48px;height:48px;padding:0;display:none}.menu-toggle span{background:#fff;width:18px;height:2px;transition:transform .3s,opacity .3s}.menu-toggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.logo-text{color:#fff;letter-spacing:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3rem;font-weight:900;line-height:1;display:inline-block}.nav-links{align-items:center;gap:4rem;display:flex}.nav-link{color:var(--text-main);letter-spacing:3px;text-transform:uppercase;font-size:.9rem;font-weight:500;transition:color .3s}.nav-link:hover:after{transform:scaleX(1)}.nav-link:hover{color:var(--primary-color)}@media (max-width:1024px){.menu-toggle{display:inline-flex}.nav-links{-webkit-backdrop-filter:blur(18px);opacity:0;visibility:hidden;pointer-events:none;background:#141414eb;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;align-items:flex-start;gap:1.25rem;min-width:220px;padding:1.25rem 1.5rem;transition:opacity .25s,transform .25s,visibility .25s;display:flex;position:absolute;top:calc(100% + 1rem);right:2rem;transform:translateY(-12px);box-shadow:0 18px 60px #00000059}.nav-links.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nav-link{letter-spacing:2px;font-size:.95rem}}@media (max-width:768px){.logo-text{font-size:2rem}.header-container{padding:0 1rem}.nav-links{min-width:0;left:1rem;right:1rem}}
.hero-section{flex-direction:column;justify-content:center;max-width:1200px;height:100vh;margin:0 auto;display:flex;position:relative}.hero-content{flex-direction:column;width:100%;display:flex}.hero-greeting{align-items:center;width:100%;margin-bottom:2rem;display:flex}.greeting-text{color:var(--text-muted);letter-spacing:8px;white-space:nowrap;margin-right:2rem;font-size:1.5rem}.greeting-line{background-color:var(--primary-color);transform-origin:0;opacity:0;flex-grow:1;height:3px;transition:transform .85s cubic-bezier(.22,1,.36,1) .6s,opacity .45s .6s;position:relative;overflow:hidden;transform:scaleX(0);box-shadow:0 0 16px #87ceeb2e}.greeting-line.is-visible{opacity:1;transform:scaleX(1)}.greeting-line:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 16px,#87ceebb3 0 4px,#0000 5px) 0/64px 16px repeat-x,radial-gradient(circle at 48px,#87ceeb73 0 3px,#0000 4px) 32px/64px 16px repeat-x,linear-gradient(90deg,#0000,#87ceeb4d,#0000) -160px/160px 100% no-repeat;animation:7s linear 1.7s infinite greetingWave;position:absolute;inset:-8px 0}.hero-name{justify-content:flex-start;width:100%;display:flex}.name-part-1{letter-spacing:-4px;color:#fff;margin:1rem 0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12rem;font-weight:900;line-height:1}.hero-role{flex-direction:column;align-items:flex-end;width:100%;margin-top:0;display:flex}.role-text{letter-spacing:3px;color:var(--primary-color);text-align:right;font-size:1.8rem;font-weight:900;line-height:1.3}.social-links{flex-direction:column;gap:1.5rem;display:flex;position:absolute;bottom:3rem;left:3rem}.social-link{color:var(--text-main);transition:color .3s}.social-link:hover{color:var(--primary-color)}.version-number{color:var(--text-muted);letter-spacing:1px;font-size:.9rem;font-weight:300;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.scroll-indicator{justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;bottom:3rem;right:3rem}.scroll-arrow{flex:0 0 16px;width:16px;height:22px;position:relative}.scroll-arrow span{opacity:0;border-bottom:2px solid #87ceebe6;border-right:2px solid #87ceebe6;width:10px;height:10px;animation:1.6s ease-in-out infinite scrollArrowLoop;position:absolute;left:50%;transform:translate(-50%)rotate(45deg)}.scroll-arrow span:last-child{animation-delay:.2s;top:6px}@keyframes scrollArrowLoop{0%{opacity:0;transform:translate(-50%,-4px)rotate(45deg)}30%{opacity:1}to{opacity:0;transform:translate(-50%,6px)rotate(45deg)}}@keyframes greetingWave{0%{opacity:0;background-position:0,32px,-180px}8%{opacity:.85}20%{opacity:.95;background-position:42px,74px,-40px}34%{opacity:.8;background-position:92px,124px,120px}46%{opacity:0;background-position:132px,164px,180px}to{opacity:0;background-position:132px,164px,180px}}@media (max-width:768px){.name-part-1{font-size:5rem}.role-text{font-size:1.2rem}.greeting-text{letter-spacing:4px;font-size:1rem}.scroll-indicator{bottom:2rem;right:1rem}}
.skills-section{flex-direction:column;align-items:center;display:flex}.experience-badge{align-items:baseline;gap:.5rem;margin-bottom:4rem;display:flex}.experience-badge .years{color:var(--primary-color);font-size:6rem;font-weight:800;line-height:1}.experience-badge .plus{color:var(--primary-color);font-size:3rem;font-weight:800}.experience-badge .text{color:var(--text-main);margin-left:1rem;font-size:1.5rem}.skills-grid{flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1000px;display:flex}.skill-category{flex-direction:column;flex:300px;align-items:center;min-width:250px;padding:1.5rem;transition:transform .3s,border-color .3s;display:flex}.skill-category:hover{border-color:var(--primary-color);transform:translateY(-5px);box-shadow:0 10px 30px #87ceeb1a}.category-title{color:var(--primary-color);letter-spacing:2px;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.skill-list{flex-direction:column;gap:.8rem;width:100%;display:flex}.skill-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;padding:.8rem 1rem;font-size:.95rem;transition:all .2s;display:flex}.skill-item:hover{color:var(--primary-color);background:#87ceeb1a;border-color:#87ceeb4d}@media (max-width:768px){.skills-section{width:100%;padding-left:.75rem;padding-right:.75rem}.experience-badge{flex-wrap:wrap;justify-content:center;margin-bottom:3rem}.experience-badge .years{font-size:4rem}.experience-badge .text{text-align:center;margin-top:.5rem;font-size:1.1rem}.skills-grid{width:100%}.skill-category{width:100%;min-width:100%}}
.projects-section{flex-direction:column;align-items:center;display:flex}.projects-header{flex-direction:column;align-items:center;width:100%;display:flex}.project-toggle{background:#ffffff08;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:3rem;padding:.35rem;display:inline-flex}.project-toggle-button{color:var(--text-muted);letter-spacing:.06em;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.7rem 1.2rem;font-size:.95rem;transition:background-color .25s,color .25s}.project-toggle-button.is-active{color:#fff;background:#87ceeb24}.projects-grid{flex-direction:column;gap:3rem;width:100%;max-width:1100px;display:flex}.project-card{flex-direction:column;gap:3rem;padding:3rem;transition:transform .3s,box-shadow .3s;display:flex}@media (min-width:768px){.project-card{flex-direction:row;justify-content:space-between;align-items:center}.project-card:nth-child(2n){flex-direction:row-reverse}}.project-card:hover{border-color:#87ceeb4d;transform:translateY(-5px);box-shadow:0 15px 40px #87ceeb26}.project-content{flex-direction:column;flex:1;justify-content:center;display:flex}.project-title{color:var(--primary-color);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.project-subtitle{color:var(--text-main);margin-bottom:1.5rem;font-size:1.5rem;font-weight:300}.project-divider{background-color:var(--primary-color);width:100%;max-width:200px;height:2px;margin-bottom:1.5rem}.project-desc{color:var(--text-muted);font-size:1.1rem;line-height:1.8}.project-image-placeholder{height:350px;color:var(--text-muted);letter-spacing:2px;text-transform:uppercase;background:#ffffff0a;flex:1.2;justify-content:center;align-items:center;font-size:1.2rem;text-decoration:none;transition:transform .5s;display:flex;position:relative;overflow:hidden}.project-image{object-fit:cover;width:100%;height:100%;display:block}.project-image-overlay{opacity:0;background:#0a0a0ab8;justify-content:center;align-items:center;transition:opacity .35s;display:flex;position:absolute;inset:0}.project-image-overlay span{color:#fff;letter-spacing:3px;text-transform:uppercase;font-size:.95rem}.project-image-placeholder:hover{background:#87ceeb0d;transform:scale(1.02)}.project-image-placeholder:hover .project-image-overlay{opacity:1}.project-image-placeholder:before{content:"";background:linear-gradient(90deg,#0000,#ffffff0d,#0000);width:50%;height:100%;transition:all .7s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.project-image-placeholder:hover:before{left:200%}.projects-more-link{color:var(--primary-color);letter-spacing:.12em;text-transform:uppercase;margin-top:2rem;font-size:.95rem}@media (max-width:768px){.projects-section{width:100%;padding-left:.75rem;padding-right:.75rem}.projects-grid{width:100%}.project-card{gap:1.75rem;width:100%;padding:1.5rem}.project-image-placeholder{height:240px}.project-toggle{margin-bottom:2rem}.project-toggle-button{padding:.65rem 1rem}}
.contact-section{background-color:var(--background);flex-direction:column;justify-content:space-between;align-items:center;min-height:80vh;padding:8rem 2rem 2rem;display:flex;position:relative}.contact-container{flex-direction:column;align-items:flex-start;width:100%;max-width:800px;margin-bottom:auto;display:flex}.contact-title{color:var(--primary-color);margin-bottom:2.5rem;font-size:2.2rem;font-weight:800}.contact-text{color:#ccc;max-width:750px;margin-bottom:4rem;font-size:1.4rem;font-weight:300;line-height:1.6}.contact-subtitle{color:#aaa;letter-spacing:8px;white-space:nowrap;margin-bottom:3rem;font-size:1.2rem;font-weight:400}.contact-socials{align-self:center;gap:2rem;margin-bottom:4rem;display:flex}.contact-icon{color:#fff;justify-content:center;align-items:center;transition:color .3s,transform .3s;display:flex}.contact-icon:hover{color:var(--primary-color);transform:translateY(-3px)}.footer-bottom{color:#fff;flex-direction:column;align-items:center;width:100%;margin-top:4rem;display:flex}.copyright{margin-bottom:.5rem;font-size:1.1rem}.version{color:#888;font-size:.9rem}.scroll-to-top{color:#fff;cursor:pointer;opacity:0;visibility:hidden;background-color:#0000;border:none;padding:.5rem;transition:all .3s;position:absolute;bottom:2rem;right:2rem}.scroll-to-top.visible{opacity:1;visibility:visible}.scroll-to-top:hover{color:var(--primary-color)}@media (max-width:768px){.contact-section{padding:6rem 1rem 2rem}.contact-title{font-size:1.8rem}.contact-text{margin-bottom:2.5rem;font-size:1.1rem}.contact-subtitle{letter-spacing:4px;margin-bottom:2rem;font-size:1rem}.contact-socials{gap:1.5rem}}
