.header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#0e0f13d9,#0e0f13a6);border-bottom:1px solid #ffffff0f;position:sticky;top:0}.headerInner{flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:1.4rem 2.8rem;display:flex}.logo{letter-spacing:.12em;color:#f4f4f5;font-size:1.3rem;font-weight:600}.nav{flex-wrap:wrap;justify-content:flex-end;gap:1.5rem;display:flex}.nav a{color:#a1a1aa;font-size:.9rem;text-decoration:none;transition:all .25s;position:relative}.nav a:after{content:"";background:#c7b8a0;width:0;height:2px;transition:width .25s;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.nav a:hover{color:#f4f4f5}.nav a:hover:after{width:60%}@media (max-width:1024px){.headerInner{padding:1.2rem 2rem}.nav{gap:1.2rem}.nav a{font-size:.85rem}}@media (max-width:768px){.headerInner{justify-content:space-between;padding:1rem 1.5rem}.nav{justify-content:space-around;width:100%;margin-top:.5rem}.nav a{font-size:.8rem}}@media (max-width:480px){.headerInner{flex-direction:column;align-items:center;gap:.5rem;padding:.8rem 1rem}.nav{justify-content:center;gap:.7rem}.nav a{font-size:.75rem}}
.hero{background:#0e0f13;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.heroBg{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.heroContainer{z-index:1;position:relative}.particle{pointer-events:none;will-change:transform,opacity;background-color:#c7b8a0;border-radius:50%;position:absolute;box-shadow:0 0 6px #ffffff4d}.heroContainer{z-index:1;gap:2.4rem;max-width:1100px;margin:0 auto;padding:7rem 2rem 6rem;display:grid;position:relative}.heroGrid{grid-template-columns:1fr 320px;align-items:center;gap:3.8rem;display:grid}.heroTitle{color:#f4f4f5;letter-spacing:-.03em;opacity:0;font-size:clamp(2.8rem,6vw,3.8rem);font-weight:700;line-height:1.05;animation:1s cubic-bezier(.2,.8,.2,1) forwards fadeUp;transform:translateY(36px)}.heroSubtitle{color:#a1a1aa;opacity:0;max-width:580px;font-size:1.15rem;animation:1s cubic-bezier(.2,.8,.2,1) .25s forwards fadeUp;transform:translateY(30px)}.heroActions{opacity:0;gap:1.1rem;margin-top:2.4rem;animation:1s cubic-bezier(.2,.8,.2,1) .45s forwards fadeUp;display:flex;transform:translateY(26px)}.primaryBtn,.secondaryBtn{border-radius:999px;padding:.85rem 2.1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .25s}.primaryBtn{color:#0e0f13;background:#f4f4f5}.secondaryBtn{color:#a1a1aa;border:1px solid #ffffff26}.heroImage{opacity:0;justify-content:center;align-items:center;animation:1.2s .6s forwards fadeScale;display:flex}.profileImage{object-fit:cover;background:#0e0f13;border:1px solid #ffffff26;border-radius:18px;width:280px;height:350px;transition:transform .35s cubic-bezier(.2,.8,.2,1);box-shadow:0 20px 50px #0009,inset 0 0 0 1px #ffffff0d}.profileImage:hover{border-color:#fffc;transform:translateY(-6px)scale(1.02);box-shadow:0 0 0 1px #ffffffe6,0 30px 80px #000000b3}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeScale{to{opacity:1;transform:scale(1)}}@media (max-width:768px){.heroGrid{grid-template-columns:1fr;gap:2rem}.profileImage{width:180px;height:270px;margin:0 auto}.heroTitle{text-align:center;font-size:clamp(2.4rem,5vw,3rem)}.heroSubtitle{text-align:center;max-width:100%;font-size:1rem}.heroActions{flex-wrap:wrap;justify-content:center;gap:.8rem}}@media (max-width:480px){.profileImage{width:160px;height:240px}.heroTitle{text-align:center;font-size:clamp(1.8rem,6vw,2.6rem);line-height:1.2}.heroSubtitle{text-align:center;font-size:.95rem;line-height:1.35}.heroActions{flex-direction:column;gap:.7rem}}
.projects{background:#0e0f13;min-height:100vh}.projectsContainer{max-width:1100px;margin:0 auto;padding:6rem 2rem}.projects h2{color:#f4f4f5;text-align:center;letter-spacing:-.02em;margin-bottom:3.5rem;font-size:2.4rem;font-weight:700}.projectsGrid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:140px;grid-auto-flow:dense;gap:.5rem;margin-left:15%;display:grid}.card{color:#f4f4f5;border:1px solid #ffffff1f;border-radius:22px;flex-direction:column;min-height:100%;text-decoration:none;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s cubic-bezier(.2,.8,.2,1),border-color .35s;display:flex;position:relative;overflow:hidden}.cardMedia{background-position:50%;background-size:cover;flex:1}.cardOverlay{background:linear-gradient(#0e0f1326,#0e0f1359,#0e0f13e6);position:absolute;inset:0}.cardContent{z-index:2;padding:1.5rem;position:relative}.cardContent h3{margin-bottom:.4rem;font-size:1.2rem;font-weight:600}.cardContent p{color:#d4d4d8;font-size:.9rem;line-height:1.5}.card:hover{border-color:#ffffffe6;transform:translateY(-10px);box-shadow:0 0 0 1px #fffc,0 30px 80px #000000a6}.card.large{grid-area:span 3/span 6}.card.horizontal{grid-area:span 2/span 6}.card.vertical{grid-area:span 3/span 4}.card.small{grid-area:span 2/span 4}@media (max-width:1024px){.projectsContainer{padding:5rem 2rem}.projectsGrid{grid-auto-rows:130px;gap:.6rem;margin-left:5%}.card.large,.card.horizontal{grid-column:span 6}.card.vertical,.card.small{grid-column:span 4}}@media (max-width:768px){.projectsGrid{grid-template-columns:repeat(4,1fr);grid-auto-rows:120px;margin-left:0}.card.large,.card.horizontal{grid-column:span 4}.card.vertical,.card.small{grid-column:span 2}.cardContent h3{font-size:1.1rem}.cardContent p{font-size:.85rem}}@media (max-width:480px){.projectsContainer{padding:4rem 1rem}.projectsGrid{grid-template-columns:1fr;grid-auto-rows:160px;gap:.5rem}.card{grid-area:span 1/span 1!important}.cardContent h3{font-size:1rem}.cardContent p{font-size:.8rem}.projects h2{font-size:2rem}}
.skills{background:#0e0f13;align-items:center;min-height:50vh;display:flex}.skillsContainer{max-width:1100px;margin:0 auto;padding:6rem 2rem}.skills h2{text-align:center;color:#f4f4f5;letter-spacing:-.02em;margin-bottom:3.5rem;font-size:2.4rem;font-weight:700}.skillsGrid{grid-template-columns:repeat(5,auto);justify-content:center;gap:.9rem;display:grid}.skill{color:#e5e7eb;cursor:default;background:linear-gradient(145deg,#14151b,#0e0f13);border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:.55rem;padding:.7rem 1.35rem;font-size:.9rem;font-weight:500;transition:box-shadow .3s,border-color .3s,color .3s;display:inline-flex;box-shadow:0 8px 24px #0000008c}.skillIcon{color:#a1a1aa;font-size:1rem;transition:color .3s;display:flex}.skill:hover{border-color:#ffffffe6;box-shadow:0 0 0 1px #ffffffe6,0 18px 40px #000000bf}.skill:hover .skillIcon{color:#f4f4f5}@media (max-width:900px){.skillsGrid{grid-template-columns:repeat(5,1fr);justify-items:center;gap:.75rem;max-width:90%;margin:0 auto}.skill{padding:.6rem 1.1rem;font-size:.85rem}.skillIcon{font-size:.9rem}}@media (max-width:600px){.skillsGrid{grid-template-columns:repeat(2,1fr);gap:.6rem;max-width:100%;margin:0 auto}.skill{padding:.5rem .9rem;font-size:.8rem}.skillIcon{font-size:.85rem}}@media (max-width:400px){.skillsGrid{grid-template-columns:1fr;gap:.5rem;max-width:80%;margin:0 auto}.skill{justify-content:center;width:100%;padding:.45rem .8rem;font-size:.75rem}.skillIcon{font-size:.8rem}.skills h2{font-size:2rem}}
.experience{background:#0e0f13;align-items:center;min-height:50vh;display:flex}.experienceContainer{text-align:center;width:100%;max-width:1200px;margin:0 auto;padding:6rem 2rem}.experience h2{color:#f4f4f5;letter-spacing:-.02em;margin-bottom:3.5rem;font-size:2.4rem}.carousel{position:relative;overflow:hidden}.track{justify-content:center;gap:5rem;animation:12s ease-in-out infinite alternate float;display:flex}.logoItem{justify-content:center;align-items:center;width:320px;height:180px;transition:transform .4s;display:flex}.logoItem img{object-fit:contain;filter:grayscale()brightness(.85);opacity:.8;max-width:75%;max-height:75%;transition:filter .4s,opacity .4s,transform .4s}.logoItem:hover{transform:translateY(-4px)}.logoItem:hover img{filter:grayscale(0%)brightness();opacity:1;transform:scale(1.03)}@keyframes float{0%{transform:translate(-10px)}to{transform:translate(10px)}}@media (max-width:1200px){.experienceContainer{padding:5rem 2rem}.experience h2{margin-bottom:3rem;font-size:2.2rem}}@media (max-width:900px){.experienceContainer{padding:4rem 1.5rem}.track{gap:2.5rem}.logoItem{width:220px;height:130px}.logoItem img{max-width:80%;max-height:80%}}@media (max-width:600px){.experienceContainer{padding:3rem 1rem}.track{flex-wrap:wrap;justify-content:center;gap:1.5rem}.logoItem{width:160px;height:100px;margin-bottom:1rem}.logoItem img{max-width:85%;max-height:85%}}@media (max-width:400px){.experience h2{font-size:1.8rem}.logoItem{width:140px;height:90px}.logoItem img{max-width:90%;max-height:90%}.track{gap:1rem}}
.footer{color:#a1a1aa;background:#0e0f13;padding:4rem 1.5rem 3rem}.footerInner{text-align:center;flex-direction:column;align-items:center;gap:.8rem;max-width:1100px;margin:0 auto;display:flex}.footerName{letter-spacing:.02em;font-size:.95rem}.footerName strong{color:#f4f4f5;font-weight:600}.footerTag{color:#71717a;letter-spacing:.08em;text-transform:uppercase;font-size:.85rem}.footerDivider{background:linear-gradient(90deg,#0000,#ffffff59,#0000);width:48px;height:1px;margin:.4rem 0}.footerContact{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.8rem;font-size:.85rem;display:flex}.footerContact a{color:#a1a1aa;text-decoration:none;transition:color .25s}.footerContact a:hover{color:#f4f4f5}.footerContactDivider{color:#71717a;margin:0 .3rem}
