@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=DM+Sans:wght@300;400;500&display=swap";.navbar{background-color:transparent;height:80px;display:flex;justify-content:center;align-items:center;font-size:1.2rem;position:sticky;top:0;z-index:999;transition:background-color .3s ease}.navbar.scrolled{background-color:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-container{display:flex;justify-content:space-between;align-items:center;height:80px;width:100%;max-width:1500px;padding:0 2rem}.navbar-logo-img{height:4rem;width:auto}.navbar-logo{color:#fff;text-decoration:none;font-size:2rem;display:flex;align-items:center;position:relative}.nav-menu{display:flex;gap:.75rem;list-style:none;text-align:center;width:60vw;justify-content:flex-end;margin-right:2rem;align-items:center;white-space:nowrap;overflow:hidden}.nav-item{height:80px;display:flex;align-items:center}.nav-links{background:none;border:none;cursor:pointer;font-family:inherit;font-size:.95rem;color:#fff;display:flex;align-items:center;text-decoration:none;padding:.4rem .75rem;height:100%;white-space:nowrap}.nav-links:hover{border-bottom:4px solid #fff;transition:all .2s ease-out}.nav-contact-btn{background:#b36b3b;color:#fff;text-decoration:none;padding:.45rem 1.25rem;border-radius:6px;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.4rem;white-space:nowrap;transition:background .2s}.nav-contact-btn:hover{background:#5d3a1a}.fa-bars,.fa-times{color:#fff}.menu-icon{display:none}@media screen and (max-width: 960px){.nav-menu{display:flex;flex-direction:column;width:100%;height:100vh;position:absolute;top:80px;left:-100%;opacity:1;transition:left .5s ease-in-out;align-items:center;justify-content:flex-start;padding-top:50px}.nav-item{margin:15px 0;width:100%;height:auto}.nav-menu.active{background:#242222;left:0;opacity:1;transition:all .5s ease;z-index:1}.nav-links{text-align:center;padding:1.25rem 2rem;width:100%;justify-content:center;font-size:1.1rem}.nav-links:hover{background-color:#fff;color:#242424;border-bottom:none}.navbar-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.navbar-logo-img{height:5rem}.menu-icon{display:block;position:absolute;top:0;right:0;transform:translate(-100%,60%);font-size:1.8rem;cursor:pointer}.fa-times{color:#fff;font-size:2rem}.nav-contact-btn{display:none}}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,-6px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-6px)}}.logo-tooltip{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);background-color:#fffffff2;color:#242424;padding:8px 12px;border-radius:6px;font-size:.85rem;font-weight:500;white-space:nowrap;pointer-events:none;animation:fadeInOut 5s ease-in-out;box-shadow:0 2px 8px #0000001f;z-index:2}.hero-container{background:url(/images/background.jpg) center center/cover no-repeat;height:calc(100vh + 80px);width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:inset 0 0 0 1000px #00000040;margin-top:-80px;padding-top:80px;text-align:center;padding-left:1.25rem;padding-right:1.25rem}.hero-pre{font-size:1.3rem;color:#ffffffb3;margin-bottom:.5rem;min-height:2rem}.hero-pre span{color:#fffffff2}.hero-container h1{font-size:clamp(2.4rem,8vw,6rem);color:#fff;line-height:1.05;margin-bottom:.5rem;font-family:Playfair Display,Georgia,serif}.hero-cursor{color:#b36b3b;animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero-degree{color:#ffffff8c;font-size:.95rem;margin-bottom:1.75rem}.hero-social{display:flex;gap:1rem;margin-bottom:1.5rem}.hero-social a{color:#ffffffd9;font-size:1.1rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;text-decoration:none;transition:all .2s}.hero-social a:hover{background:#ffffff26;border-color:#fff9}.hero-resume-btn{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.35);color:#fff;text-decoration:none;padding:.6rem 1.5rem;border-radius:6px;font-size:.95rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s}.hero-resume-btn:hover{background:#ffffff38}@media screen and (max-width: 768px){.hero-container h1{font-size:clamp(2rem,10vw,3rem)}.hero-pre{font-size:.95rem}.hero-degree{font-size:.82rem;padding:0 1rem}}.about-container{padding:3rem 2rem;max-width:1100px;margin:0 auto}.section-label{font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#b36b3b;margin-bottom:.4rem}.about-container h2{font-size:clamp(2rem,4vw,2.8rem);color:#3b1f0a;margin-bottom:2.5rem}.about-grid{display:grid;grid-template-columns:280px 1fr;gap:4rem;align-items:start}.about-photo-wrapper{position:relative}.about-photo-wrapper:after{content:"";position:absolute;top:12px;right:-12px;bottom:-12px;left:12px;border:2px solid #d4b896;border-radius:14px;z-index:-1}.about-photo{width:260px;height:310px;object-fit:cover;object-position:top center;border-radius:12px;display:block;background:#f0e8dc}.about-photo-placeholder{width:260px;height:310px;background:#ebd9c8;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#9b7a5a;font-weight:600}.about-text p{color:#4a3020;line-height:1.8;margin-bottom:1rem;font-size:.97rem}.about-extra{display:block}.about-read-more{display:none}.about-facts{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.5rem}.about-fact{background:#fff9f3;border:1px solid #d4b896;border-radius:8px;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.15rem}.about-fact strong{font-size:.72rem;font-weight:600;letter-spacing:.06em;color:#b36b3b;text-transform:uppercase}.about-fact span{font-size:.88rem;color:#4a3020}@media (max-width: 768px){.about-container{padding:2rem 1rem}.about-grid{grid-template-columns:1fr;gap:1.5rem}.about-photo-wrapper{display:flex;justify-content:center}.about-photo-wrapper:after{display:none}.about-photo{width:100px;height:100px;border-radius:50%;object-position:0 110%}.about-photo-placeholder{width:100px;height:100px;border-radius:50%;font-size:1.5rem}.about-extra{display:none}.about-extra--open{display:block}.about-read-more{display:inline-block;background:none;border:1px solid #d4b896;color:#5d3a1a;font-size:.88rem;font-weight:500;padding:.4rem 1rem;border-radius:5px;cursor:pointer;margin-bottom:1.25rem;transition:background .2s}.about-read-more:hover{background:#ebd9c8}.about-facts{grid-template-columns:1fr}}.skills-container{padding:3rem 2rem;max-width:1100px;margin:0 auto}.skills-container h2{font-size:2.5rem;color:#3b1f0a;text-align:center;margin-bottom:.25rem}.skills-subtitle{text-align:center;color:#9b7a5a;margin-bottom:3rem}.skills-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.skill-card{flex:0 1 calc(33.333% - 1rem);box-sizing:border-box}.skill-card{background:#fff9f3;border:1px solid #d4b896;border-radius:12px;padding:1.5rem}.skill-card h3{font-size:1rem;color:#5d3a1a;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #ebd9c8}.skill-card ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.skill-card li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#4a3020}.skill-dot{width:6px;height:6px;border-radius:50%;background:#b36b3b;flex-shrink:0}@media (max-width: 768px){.skills-container{padding:2rem 1rem}.skills-grid{gap:1rem}.skill-card{flex:0 1 calc(50% - 1rem)}}.education-container{padding:3rem 2rem;max-width:1100px;margin:0 auto;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.education-section--visible{opacity:1;transform:translateY(0)}.education-container h2{font-size:2.5rem;color:#3b1f0a;text-align:center;margin-bottom:.25rem}.education-subtitle{text-align:center;color:#9b7a5a;margin-bottom:3rem}.education-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.edu-card{background:#fff9f3;border:1px solid #d4b896;border-radius:12px;padding:1.75rem}.edu-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;gap:1rem}.edu-card h3{font-size:1.05rem;color:#3b1f0a;margin-bottom:.25rem}.edu-institution{font-size:.9rem;color:#6b5040;margin-bottom:.15rem}.edu-dates{font-size:.8rem;color:#b36b3b;font-weight:500}.edu-badge{background:#d4b896;color:#3b1f0a;font-size:.72rem;font-weight:600;padding:.25rem .65rem;border-radius:4px;white-space:nowrap;flex-shrink:0}.edu-badge--progress{background:#f4e3d1;color:#b36b3b;border:1px solid #d4b896}.edu-courses-label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#b36b3b;margin-bottom:.75rem}.edu-course-grid{display:flex;flex-direction:column;gap:.4rem}.edu-course{font-size:.88rem;color:#4a3020;display:flex;justify-content:space-between;padding:.3rem 0;border-bottom:1px solid #f0e8dc}.edu-course:last-child{border-bottom:none}.edu-course em{font-style:normal;font-weight:600;color:#b36b3b}.edu-cert-desc{font-size:.88rem;color:#6b5040;line-height:1.7}@media (max-width: 768px){.education-container{padding:2rem 1rem}.education-grid{grid-template-columns:1fr}}.work-container{padding:3rem 2rem;max-width:1100px;margin:0 auto}.work-container h2{font-size:2.5rem;color:#3b1f0a;text-align:center;margin-bottom:.25rem}.work-subtitle{text-align:center;color:#9b7a5a;margin-bottom:3rem}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:2px;background:#d4b896}.timeline-item{position:relative;margin-bottom:2.5rem;opacity:0;transform:translate(-28px);transition:opacity .5s ease,transform .5s ease}.timeline-item:nth-child(1){transition-delay:0ms}.timeline-item:nth-child(2){transition-delay:80ms}.timeline-item:nth-child(3){transition-delay:.16s}.timeline-item:nth-child(4){transition-delay:.24s}.timeline-item--visible{opacity:1;transform:translate(0)}.timeline-dot{position:absolute;left:-2.375rem;top:6px;width:10px;height:10px;border-radius:50%;background:#b36b3b;border:2px solid #f5efe6}.timeline-date{font-size:.8rem;color:#b36b3b;font-weight:500;margin-bottom:.2rem}.timeline-role{font-size:1.1rem;font-weight:600;color:#3b1f0a;margin-bottom:.1rem}.timeline-company{font-size:.9rem;color:#6b5040;margin-bottom:.6rem}.timeline-desc{list-style:disc;padding-left:1.2rem}.timeline-desc li{font-size:.88rem;color:#6b5040;line-height:1.7;margin-bottom:.2rem}@media (max-width: 768px){.work-container{padding:2rem 1rem}}.projects-container{padding:3rem 2rem;max-width:1100px;margin:0 auto}.projects-container h2{font-size:2.5rem;color:#3b1f0a;text-align:center;margin-bottom:.25rem}.projects-subtitle{text-align:center;color:#9b7a5a;margin-bottom:3rem}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.project-card:last-child:nth-child(3n+1){grid-column:2 / 3}.project-card{background:#fff9f3;border:1px solid #d4b896;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;opacity:0;transform:translateY(24px) scale(.97);transition:opacity .45s ease,transform .45s ease,box-shadow .2s}.project-card--visible{opacity:1;transform:translateY(0) scale(1)}.project-card--visible:hover{transform:translateY(-4px) scale(1);box-shadow:0 10px 30px #5d3a1a1f}.project-thumb{height:160px;background:#ebd9c8;display:flex;align-items:center;justify-content:center}.project-emoji{font-size:3rem}.project-info{padding:1.25rem;display:flex;flex-direction:column;flex:1}.project-info h3{font-size:1.05rem;color:#3b1f0a;margin-bottom:.5rem}.project-info p{font-size:.87rem;color:#6b5040;line-height:1.65;flex:1;margin-bottom:1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.tag{background:#ebd9c8;color:#5d3a1a;font-size:.75rem;font-weight:500;padding:.2rem .6rem;border-radius:4px}.project-links{display:flex;gap:.75rem}.project-links a{color:#5d3a1a;text-decoration:none;font-size:.85rem;font-weight:500;border:1px solid #d4b896;padding:.3rem .75rem;border-radius:5px;transition:background .2s}.project-links a:hover{background:#ebd9c8}@media (max-width: 768px){.projects-container{padding:2rem 1rem}.projects-grid{grid-template-columns:1fr}.project-card:last-child:nth-child(3n+1){grid-column:auto}}.footer{background:#3b1f0a;padding:2.5rem;text-align:center}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer p{color:#fff9;font-size:.88rem}.footer strong{color:#ffffffe6}.footer a{color:#fff9;text-decoration:none}.footer a:hover{color:#b36b3b}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#ffffff80;font-size:.85rem;text-decoration:none}.footer-links a:hover{color:#b36b3b}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;font-family:DM Sans,PT Sans,sans-serif}html{scroll-behavior:smooth}body{background-color:#f5efe6;color:#3b1f0a;overflow-x:hidden}.about-container h2,.education-container h2,.projects-container h2,.skills-container h2,.work-container h2{font-family:Playfair Display,Georgia,serif;text-align:center}.edu-card h3,.project-info h3,.skill-card h3{font-family:Playfair Display,Georgia,serif}.about-container .section-label,.education-subtitle,.projects-subtitle,.skills-subtitle,.work-subtitle{text-align:center}.section{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.section--visible{opacity:1;transform:translateY(0)}
