html,body{overflow-x:hidden;width:100%;position:relative;scroll-behavior:smooth}#home,#me,#experience,#projects,#contact{scroll-margin-top:12vh}*{padding:0;margin:0;box-sizing:border-box;font-family:Space Mono,monospace}html,body{background-color:#f9f6ee}.hidden-left{opacity:0;transform:translate(-25%);transition:all 1s}.hidden-right{opacity:0;transform:translate(25%);transition:all 1s}.show{opacity:1;filter:blur(0);transform:translate(0)}.container{min-height:100vh;width:78%;margin:0 auto;max-width:1550px;padding:0 40px}.navbar{position:fixed;top:0;left:0;width:100%;height:10vh;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#f9f6ee;box-shadow:0 2px 8px #00000014;z-index:1000;opacity:.98;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.logo{color:#000;font-size:1.6em}.logo a{text-decoration:none;color:#000}.logo a:visited{color:#000}.logo span{color:#1e6b83}nav ul li{list-style:none;display:inline-block;padding:10px 50px}nav ul li a{color:#1e6b83;text-decoration:none;font-weight:700;font-size:1em}nav ul li a:hover{color:#000}.hero-container{display:flex;flex-direction:column;justify-content:flex-end;margin-top:18vh;margin-bottom:0;margin-left:auto;margin-right:auto}.hero-container .hero-title{color:#1e6b83;font-size:4em;justify-content:center;margin-bottom:2vh}.cursor{color:#1e6b83;animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero-container .hero-description{color:gray;font-size:1.3em;margin-bottom:3vh}.hero-about{background-color:#1b61749a;display:flex;flex-direction:column;height:max-content;width:100%;margin-top:5vh;border-radius:15px;box-shadow:0 50px 100px #32325d26,0 15px 35px #32325d33,0 5px 15px #0000001f}.hero-about a{text-decoration:none;color:#f9f6ee}.about-bar{width:100%;height:4vh;display:flex;justify-content:flex-start;align-items:center;border-top-left-radius:15px;border-top-right-radius:15px;background-color:#dad4d4}.about-button{height:16px;width:16px;border-radius:50%;margin-left:12px}.about-button.red{border:1px solid rgb(245,43,43);background-color:#f52b2b}.about-button.yellow{border:1px solid rgb(255,196,0);background-color:#ffc400}.about-button.green{border:1px solid rgb(10,175,10);background-color:#0aaf0a}.about-window{display:flex;background-color:transparent;flex-direction:column;font-size:1.1em;font-weight:lighter;color:#f9f6ee;height:80%;width:80%;margin:1.5vh}.section-title{color:#1e6b83;font-size:2.2em;display:flex;justify-content:center;margin-top:10vh;margin-bottom:10vh}.me-card{display:flex;flex-direction:row;justify-content:center;align-items:center;height:max-content;width:100%;max-width:1400px;margin:5vh auto}.me-card:nth-child(2){flex-direction:row-reverse}.me-text{display:flex;flex:1;justify-content:center;align-items:center;width:50%;height:max-content;background-color:transparent;font-size:1.2em;margin:6vh}.me-img{display:flex;flex:.7;justify-content:center;box-shadow:0 50px 100px #32325d26,0 15px 35px #32325d33,0 5px 15px #0000001f;align-items:center;margin:10px 10px 10px 20px;border-radius:10px;transition:transform .25s ease,box-shadow .25s ease}.me-img:hover{transform:translateY(-6px);box-shadow:0 60px 120px #32325d33,0 20px 45px #32325d40,0 8px 20px #00000026}.me-img img{width:100%;height:50vh;object-fit:cover;border-radius:10px}.experience-card{background-color:#f9f6ee;display:flex;flex-direction:column;justify-content:flex-start;align-items:left;box-shadow:0 50px 100px #32325d26,0 15px 35px #32325d33,0 5px 15px #0000001f;height:max-content;width:100%;max-width:1400px;margin:5vh auto;padding:6vh;border-radius:10px;transition:transform .25s ease,box-shadow .25s ease}.experience-card:hover{transform:translateY(-6px);box-shadow:0 60px 120px #32325d33,0 20px 45px #32325d40,0 8px 20px #00000026}.experience-title{display:flex;align-items:center;gap:20px;margin-bottom:1vh}.experience-title img{height:1.6em;padding-right:10px;width:auto;vertical-align:middle}.experience-title h1{margin:0;font-size:1.6em}.experience-company{margin-bottom:3px;font-size:1em}.experience-date{margin-bottom:1vh;font-size:.8em}.experience-text{margin-bottom:1vh;font-size:.95em}.experience-text ul{padding-left:1.4em}.experience-text li{margin-bottom:.6em}.experience-technologies{display:flex;flex-wrap:wrap;gap:8px;margin-top:.5vh}.exp-badge{font-size:.78em;padding:5px 14px;border-radius:7px;cursor:default;color:#f9f6ee;transition:filter .2s ease,transform .2s ease,box-shadow .2s ease}.exp-badge--green{background-color:#70ac8d}.exp-badge--teal{background-color:#2279919a}.exp-badge:hover{filter:hue-rotate(20deg) brightness(1.1);transform:translateY(-3px);box-shadow:0 4px 10px #00000026}.hero-projects{display:flex;flex-direction:column;justify-content:center;align-items:center}.project-card{background-color:#f9f6ee;display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;box-shadow:0 50px 100px #32325d26,0 15px 35px #32325d33,0 5px 15px #0000001f;height:max-content;width:100%;max-width:1400px;margin:5vh auto;border-radius:10px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.project-card:hover{transform:translateY(-6px);box-shadow:0 60px 120px #32325d33,0 20px 45px #32325d40,0 8px 20px #00000026}.project-img{flex:0 0 25%;min-height:200px}.project-content{flex:1;display:flex;flex-direction:column;padding:6vh}.project-title{margin-bottom:2vh;font-size:.7em;color:#000}.project-text{font-size:.9em;margin-bottom:2vh;color:#000}.project-text ul{list-style:none;padding-left:0}.project-text li{margin-bottom:.6em}.project-skills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1.5vh}.badge{background-color:#282525c8;color:#f9f6ee;font-size:.78em;padding:5px 14px;border-radius:5px;cursor:default;transition:filter .2s ease,transform .2s ease,box-shadow .2s ease}.badge:hover{filter:hue-rotate(20deg) brightness(1.1);transform:translateY(-3px);box-shadow:0 4px 10px #00000026}.project-links{font-size:1.1em;margin:1vh;align-self:center;color:#000}.project-links a{text-decoration:none;color:#000;display:inline-flex;align-items:center;gap:7px;transition:color .2s ease}.project-links a:hover{color:#1e6b83}.github-icon{width:1.2em;height:1.2em;fill:currentColor;flex-shrink:0;margin:1em}.hero-contact{display:flex;flex-direction:column;justify-content:center;align-items:center}.contact-list{display:flex;justify-content:center;align-items:center;height:max-content;width:100%;padding:10px 0;margin-bottom:10vh;font-size:1.3em}.contact-list a{text-decoration:none;color:#1e6b83}footer{display:flex;align-items:center;justify-content:center;height:10vh;font-size:.9em}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;background:none;border:none;padding:4px;z-index:1100}.hamburger span{display:block;width:26px;height:3px;background-color:#1e6b83;border-radius:3px;transition:transform .3s ease,opacity .3s ease}.hamburger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width: 1200px){.me-card,.me-card:nth-child(2){flex-direction:column;gap:20px;margin:3vh auto}.me-text{width:100%;font-size:16px;margin-right:0;padding-right:7vh}.me-img{width:100%;margin-left:0;max-width:420px}.me-img img{height:50vh;width:50vh object-fit: contain}}@media (max-width: 1100px){.container{width:92%}.hamburger{display:flex}.navbar ul{display:none;position:absolute;top:10vh;left:0;width:100%;flex-direction:column;background:#f9f6ee;box-shadow:0 4px 12px #0000001f;padding:8px 0 16px;z-index:999}.navbar ul.open{display:flex}nav ul li{display:block;padding:12px 24px;text-align:left}nav ul li a{font-size:1.2em}.hero-container .hero-title{font-size:3.2em}.hero-container .hero-description{font-size:1.2em}.about-window{font-size:18px;width:90%}.me-text{font-size:1em}.contact-list{font-size:20px}}@media (max-width: 750px){.container{padding:0 18px;width:100%}.hero-container{margin-top:14vh}.hero-container .hero-title{font-size:2.4em}.hero-container .hero-description{font-size:1em}.about-window{font-size:14px;width:94%}.me-card,.me-card:nth-child(2){flex-direction:column;gap:20px;margin:3vh auto}.me-text{width:100%;font-size:16px;margin-right:0;padding-right:7vh}.me-img{width:100%;margin-left:0;max-width:420px}.me-img img{height:auto;object-fit:contain}.experience-card,.experience-card~.experience-card{padding:4vh 3.5vw}.project-card{flex-direction:column}.project-img{flex:none;width:100%;min-height:140px}.project-content{padding:4vh 3.5vw}.experience-title h1,.experience-company{font-size:1em}.project-title{align-self:center}.experience-text,.project-text{font-size:.95em;padding:1.5vh;align-self:center}.experience-technologies,.project-skills{font-size:.9em;align-self:center}.section-title{font-size:1.8em;margin-top:7vh;margin-bottom:5vh}.contact-list{font-size:16px;flex-direction:column;gap:10px;text-align:center}}
