@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:grid;grid-template-columns:repeat(4,auto);grid-gap:10px;list-style:none;text-align:center;width:60vw;justify-content:end;margin-right:2rem}.nav-item{height:80px;display:flex;align-items:center}.nav-links{background:none;border:none;cursor:pointer;font-family:inherit;font-size:1rem;color:#fff;display:flex;align-items:center;text-decoration:none;padding:.5rem 1rem;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:5rem 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:.4rem;text-align:center;font-family:Playfair Display,Georgia,serif}.about-container .section-label{text-align:center;margin-bottom:2rem}.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:12px;z-index:-1}.about-photo{width:260px;height:310px;object-fit:cover;object-position:top center;border-radius:12px;display:block}.about-photo-placeholder{width:260px;height:310px;background:#ebd9c8;border-radius:12px;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:3rem 1.25rem}.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:160px;height:190px;border-radius:12px}.about-photo-placeholder{width:160px;height:190px;border-radius:12px;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:5rem 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:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.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-grid{grid-template-columns:repeat(2,1fr)}}.projects-container{padding:5rem 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;transition:transform .2s,box-shadow .2s}.project-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #5d3a1a1a}.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:.5rem;margin-bottom:1rem}.tag{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:999px;background:#f4e3d1;border:1px solid #d4b896;color:#5d3a1a;font-size:.76rem;font-weight:600;line-height:1;white-space:nowrap}.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:3rem 1.25rem}.projects-grid{grid-template-columns:1fr}.project-card:last-child:nth-child(3n+1){grid-column:auto}.project-tags{gap:.4rem}.tag{font-size:.72rem}}.work-container{padding:5rem 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}.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}.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}
