@import"https://fonts.googleapis.com/css?family=Montserrat";body{background:#ddd;font-family:Montserrat,sans-serif}.menu-container{position:fixed;z-index:999}.menu-toggle{position:fixed;top:20px;left:20px;z-index:2001;display:flex;justify-content:center;align-items:center;height:50px;width:65px;cursor:pointer}label{all:unset}#menu{display:none}.menu{position:relative;width:40px;height:3px;background:#1f2232;transition:background .3s ease;display:block;border-radius:2px}.menu:before,.menu:after{content:"";position:absolute;left:0;width:40px;height:3px;background:#1f2232;transition:transform .4s ease,top .4s ease;border-radius:2px}.menu:before{top:-10px}.menu:after{top:10px}#menu:checked~.menu-toggle .menu{background:transparent}#menu:checked~.menu-toggle .menu:before{transform:rotate(45deg);top:0}#menu:checked~.menu-toggle .menu:after{transform:rotate(-45deg);top:0}.menu-header{position:absolute;top:0;left:0;width:100%;height:33%;background:#fde8e9;z-index:0;border-bottom-right-radius:50% 20%}.box{position:fixed;bottom:0;left:0;width:100vw;height:100vh;background:#fff;transform:translateY(100%);transition:transform .8s ease;transition-delay:.7s;overflow:hidden;z-index:999;display:flex;justify-content:center;align-items:center}#menu:checked~.box{transform:translateY(0)}.box h1{position:relative;font-size:40px;margin:0 40px;cursor:pointer}.box h1:nth-child(2):after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:4px;background:#e7c5cf}.box h1:nth-child(3):after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:4px;background:#e7c5cf}.box h1:nth-child(4):after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:4px;background:#e7c5cf}.move-item{position:absolute;height:350px;width:350px;background:#fde8e9;border-top-right-radius:400px;border-bottom-right-radius:125px;top:-70px;transition:.7s ease;transition-delay:.1s;transform:translate(-250px) rotate(45deg);animation:ooz 3s linear infinite;z-index:0}@keyframes ooz{50%{border-bottom-left-radius:300px;border-top-right-radius:0}}h1:nth-of-type(1):hover~.move-item{transform:translate(-250px) rotate(45deg)}h1:nth-of-type(2):hover~.move-item{transform:translate(10px) rotate(45deg)}h1:nth-of-type(3):hover~.move-item{transform:translate(280px) rotate(45deg)}.menu-link{text-decoration:none;color:inherit}body{margin:0;background-color:#fde8e9;color:#fff;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;width:100%;display:flex;justify-content:center;align-items:center;overflow-x:hidden}main{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:2rem 1rem;box-sizing:border-box}h1{font-size:4rem;font-family:Notable,sans-serif;font-weight:700;color:#bc9ec1;position:relative}h2{font-size:2rem;font-family:Limelight,sans-serif;color:#1f2232}.image-container{position:relative;width:300px;height:300px;overflow:hidden;border-radius:50%;margin:20px 0}.image-container img{width:100%;height:100%;object-fit:cover;filter:blur(3px) brightness(.8)}.button-row{display:flex;gap:3rem;justify-content:center;margin-top:1.5rem;margin-bottom:3.5rem}.underline-button{background:none;border:none;color:#dba9b9;font-family:Jura,sans-serif;font-size:1.2rem;font-weight:700;position:relative;padding:0;cursor:pointer;overflow:hidden;text-transform:uppercase;letter-spacing:1px;display:inline-block}.underline-button:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:#1f2232;transition:all .4s ease;transform:translate(-50%)}.underline-button:hover:after,.underline-button:focus:after{width:100%}.about-me{width:100vw;background-color:#d6beda;padding:1rem 1.5rem;box-sizing:border-box}.about-me-content{max-width:1200px;margin:0 auto}.about-me-inner{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.about-me-image img{width:300px;height:300px;object-fit:cover;border-radius:50%;border:4px solid #596475}.about-me-text{flex:1;min-width:250px}.about-me-text h3{font-size:2.5rem;font-family:Limelight,sans-serif;color:#1f2232;margin-bottom:1rem;margin-left:4rem;text-align:left}.about-me-text p{font-size:1rem;font-family:Jura,sans-serif;line-height:1.6;color:#1f2232;margin-bottom:1rem;margin-left:4rem;text-align:left}.skills-section{background-color:#fff;color:#1f2232;padding:3rem 1.5rem;width:100%;box-sizing:border-box;text-align:center}.skills-section h3{font-size:2.5rem;font-family:Limelight,sans-serif;margin-bottom:1rem;margin-left:6rem;text-align:left}.skills-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem}.skill-item{display:flex;flex-direction:column;align-items:center;width:80px;color:#596475}.skill-item p{margin-top:.5rem;font-size:.9rem;color:#1f2232;font-family:Jura,sans-serif}.skills-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:4rem}.skill-item svg{color:#596475;transition:color .3s}.skill-item svg:hover{color:#e3bac6}.tableau-image img{transition:transform .2s,box-shadow .2s;border-radius:15px;width:100%;height:auto}.tableau-image img:hover{transform:scale(1.05);color:#e3bac6}.tableau-image p{font-family:Jura,sans-serif;color:#1f2232;font-size:1rem;text-align:center;margin-top:.5rem}.contact-section{background-color:#1f2232;padding:3rem 1.5rem;text-align:center;width:100%}.contact-section h3{font-size:2.5rem;font-family:Limelight,sans-serif;color:#fde8e9;margin-bottom:1rem;margin-left:6rem;text-align:left}.contact-section p{font-size:1.2rem;font-family:Jura,sans-serif;color:#fde8e9;margin-bottom:2rem}.contact-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.contact-buttons button,.btn-wobble{border-radius:100px;border:none;padding:.78em 1.5em;font-size:1rem;font-weight:700;background-color:#fde8e9;font-family:Jura,sans-serif;color:#c8a4cb;cursor:pointer;transition:transform .2s,background-color .2s}.btn-wobble:hover{animation:wobble .8s;background-color:#fde8e9}@keyframes wobble{0%,to{transform:translate(0)}15%{transform:translate(-25%) rotate(-5deg)}30%{transform:translate(20%) rotate(3deg)}45%{transform:translate(-15%) rotate(-3deg)}60%{transform:translate(10%) rotate(2deg)}75%{transform:translate(-5%) rotate(-1deg)}}.projects-container{padding:2rem;max-width:900px;margin:0 auto}.projects-header{text-align:center;margin-bottom:2rem}.project-tabs{display:flex;gap:2rem;justify-content:center}.tab-button{background:none;border:none;color:#dca7b7;font-family:Jura,sans-serif;font-size:1.3rem;padding:.5rem 1.25rem;cursor:pointer;position:relative;font-weight:700;text-transform:capitalize}.tab-button:after{content:"";position:absolute;bottom:-6px;left:50%;width:0;height:2px;background-color:#1f2232;transform:translate(-50%);transition:width .3s ease}.tab-button:hover:after{width:100%}.tab-button.active:after{width:100%}.tab-button:not(.active):hover:after{width:100%}.project-cards{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.project-card{display:flex;align-items:center;border:1px solid #DBA9B9;color:#e1b7c3;font-family:Cascadia Mono,sans-serif;font-size:1.7rem;border-radius:12px;padding:1rem;cursor:pointer;background:#fff}.project-thumbnail{width:300px;height:250px;object-fit:cover;margin-right:1rem;border-radius:8px}.project-info{flex:1;display:flex;flex-direction:column;align-items:center}.project-title{margin:2 0 5.5rem}.project-tools{display:flex;flex-direction:row;font-family:Jura,sans-serif;gap:.5rem;margin-bottom:1.5rem;margin-top:.5rem}.tools-label{font-family:Teko,sans-serif;font-weight:300;color:#dca7b7}.tool-tag{background:#1f2232;color:#fcd9db;padding:.3rem .7rem;border-radius:4px;font-size:1rem}.read-more-btn{display:inline-block;padding:.5rem 1rem;font-family:Jura,sans-serif;font-size:1.1rem;font-weight:700;color:#1f2232;cursor:pointer;position:relative;text-align:center;border-bottom:2px solid #E8C4CE;transition:color .3s ease}.read-more-btn:before{content:"";position:absolute;top:0;left:50%;width:0;height:2px;background-color:#eed3da;transform:translate(-50%);transition:width .3s ease;opacity:.8}.read-more-btn:hover:before{width:100%;left:0;transform:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}.modal-content{font-family:Jura,sans-serif;background:#fff;color:#1f2232;padding:2rem;border-radius:10px;max-width:500px;width:100%;text-align:center;position:relative}.selected-project-title{font-family:Cascadia Mono,sans-serif;color:#e1b7c3}.view-project-btn{background:#1f2232;color:#fdeced;font-family:Jura,sans-serif;border:none;padding:.5rem 1.2rem;margin-top:1rem;margin-right:1rem;border-radius:6px;cursor:pointer}.close-btn{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:none;background:transparent;cursor:pointer;opacity:.3;transition:opacity .3s ease}.close-btn:hover{opacity:1}.close-btn:before,.close-btn:after{content:"";position:absolute;left:15px;top:0;width:2px;height:32px;background-color:#5e7082}.close-btn:before{transform:rotate(45deg)}.close-btn:after{transform:rotate(-45deg)}.btn-top-static-bottom-hover{background:none;border:none;border-top:2px solid #E8C4CE;padding:.75rem 1.5rem;font-family:Jura,sans-serif;font-size:1rem;font-weight:700;color:#1f2232;position:relative;cursor:pointer;overflow:hidden;letter-spacing:1px}.btn-top-static-bottom-hover:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:#eed3da;transform:translate(-50%);transition:width .3s ease;opacity:.8}.btn-top-static-bottom-hover:hover:after{width:100%;left:0;transform:none}.resume-container{padding:2rem;max-width:1200px;margin:auto;font-family:Inter,sans-serif;background-color:#fde8e9}.resume-sections{display:flex;flex-direction:row;gap:2rem;align-items:flex-start;flex-wrap:wrap}.profile-section{display:flex;align-items:flex-start;gap:2rem;flex-wrap:wrap;margin-bottom:3rem}.profile-image{width:350px;height:350px;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:transparent}.profile-image img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block}.profile-intro{flex:1;max-width:700px;font-family:Jura,sans-serif;color:#1f2232;line-height:1.6;font-size:1rem}.profile-intro h1{font-size:4rem;margin-bottom:1rem;margin-top:-2rem;color:#b28fcf;text-transform:uppercase}.profile-intro p{margin-bottom:1rem}.hobbies-section{margin-top:4rem;padding:.5rem 2rem;border-top:2px solid #1F2232;font-family:Jura,sans-serif;color:#1f2232;text-align:center}.hobbies-list{list-style:none;padding:0;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;justify-items:center;max-width:900px}.hobbies-heading{font-size:3rem;font-family:Notable,sans-serif;margin-bottom:2rem;color:#bc93c1}.hobbies-list{list-style:none;padding:0;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;font-size:1.1rem}.hobbies-list li{background-color:#fdedee;padding:.6rem 1rem;border-radius:12px;font-weight:500}.hobby-image{margin-top:1rem;width:250px;height:250px;object-fit:cover;border-radius:12px;display:block;margin-left:auto;margin-right:auto}.hobby-running{width:250px;height:160px;object-fit:cover;border-radius:12px}.contact-links a{margin-right:1rem;text-decoration:none;font-weight:500;color:#1f2232;background:#e1b7c3;padding:.4rem .8rem;border-radius:10px;transition:background .2s ease}.contact-links a:hover{background:#be97c3;color:#fff}ul{list-style:none;padding:0;display:flex;flex-direction:row;gap:15px;margin-top:20px}li a{text-decoration:none;font-size:1.2rem;font-weight:700;color:#596475;border-bottom:2px solid transparent}li a:hover{border-bottom:2px solid #f4a261}.skills-education-layout{display:flex;flex-direction:row;gap:2rem;align-items:flex-start;flex-wrap:wrap;margin-top:3rem}.education-section,.skills-section-resume,.experience-section{position:relative;padding:3.5rem 2rem 2rem;flex:1;min-width:320px;border:2px solid #1F2232;border-radius:16px;background-color:#fdedee;box-sizing:border-box}section h2.section-heading{position:absolute;top:-30px;left:2rem;z-index:2;display:inline-block;background-color:#bf97c3;color:#1f2232;padding:.4rem 1.5rem;border-radius:999px;border:3px solid black;box-shadow:0 4px #000;font-family:Jura,sans-serif;font-size:2.75rem;font-weight:700;text-transform:uppercase;margin:0}.skills-section-resume>.section-heading{margin-bottom:0}.skills-section-resume>.skill-group:first-of-type{margin-top:1rem}.skills-section-resume{margin-top:2rem}.skill-toggle-header{display:flex;align-items:center;gap:1rem;margin-top:1rem;cursor:pointer}.skill-toggle-header h3{font-size:1.5rem;font-family:Jura,sans-serif;color:#1f2232;margin:0}.line-arrow{position:relative;width:24px;height:6px;cursor:pointer;padding:15px;border:none;background:none;display:inline-block}.line-arrow .line{position:absolute;top:55%;width:18px;height:3px;border-radius:2px;background-color:#1f2232;transition:transform .3s ease}.line-arrow .line-1{right:50%;transform-origin:right center;margin-right:-1px}.line-arrow .line-2{left:50%;transform-origin:left center;margin-left:-1px}.line-arrow:hover .line-1{transform:rotate(25deg)}.line-arrow:hover .line-2{transform:rotate(-25deg)}.line-arrow.open .line-1{transform:rotate(25deg)}.line-arrow.open .line-2{transform:rotate(-25deg)}.skill-toggle-content{margin-top:1rem;animation:fadeSlideIn .3s ease}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dot-skill-row{display:flex;align-items:center;gap:1rem;margin:1rem 0;font-family:Jura,sans-serif}.skill-name-icon{display:flex;align-items:center;gap:.5rem;min-width:120px}.skill-name-icon img,.skill-name-icon svg{width:30px;height:30px;object-fit:contain}.skill-name{font-weight:700;color:#1f2232;font-size:1rem}.dot-bar{display:flex;gap:6px;flex:1}.dot{width:12px;height:12px;border-radius:50%;background-color:#cdcfdf}.dot.filled{background-color:#e7c5d3}.skill-level-label{font-size:.85rem;color:#4f5969;font-weight:600;width:80px;text-align:right}.experience-section{border:2px solid #1F2232;border-radius:16px;padding:2rem;background-color:transparent;margin-top:2rem;font-family:Jura,sans-serif}.experience-section h2{font-size:3rem;margin:0 0 1.5rem;color:#1f2232}.experience-grid{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.flip-card{position:relative;width:300px;height:300px;perspective:1000px}.flip-card-inner{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform .6s}.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.flip-card:hover .year-tag{opacity:0;pointer-events:none}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;border-radius:12px;backface-visibility:hidden;box-sizing:border-box;padding:1rem;color:#1f2232;box-shadow:0 4px 10px #0000000d;display:flex;flex-direction:column;justify-content:center}.flip-card-front{background-color:#e1b7c3;display:flex;flex-direction:column;justify-content:space-between;text-align:center;padding:1.25rem}.front-content{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.company-name{font-size:1rem;color:#1f2232;margin-top:1rem}.flip-card-front h3{font-size:2rem;margin-bottom:.5rem}.flip-card-front p{font-size:1rem;opacity:.9}.flip-card-back{background-color:#fcd9db;transform:rotateY(180deg);overflow-y:auto;scroll-behavior:smooth;justify-content:flex-start}.flip-card-back ul{list-style:disc;padding-left:1.5rem;margin:0;font-size:1rem;line-height:1.4;display:block}.flip-card-back li{display:list-item;margin-bottom:.5rem}.year-tag{position:absolute;top:10px;left:1rem;background-color:#1f2232;color:#fff;font-size:1rem;font-weight:700;padding:.3rem .75rem;border-radius:999px;z-index:3;box-shadow:0 2px 6px #00000026;font-family:Jura,sans-serif}.card-duration-bar{display:flex;align-items:center;justify-content:space-between;padding:0 .5rem;margin-top:1rem}.timeline-line{flex-grow:1;height:2px;background-color:#1f2232;margin:0 .5rem;border-radius:999px}.month-label{font-size:.85rem;font-weight:500;color:#1f2232;opacity:.85}.education-section{border:2px solid #1F2232;border-radius:16px;padding:2rem;background-color:#fdedee;width:350px;height:fit-content;margin-top:2rem;font-family:Jura,sans-serif}.education-section h2{font-size:3rem;margin:0;color:#1f2232}.education-box{position:relative;margin-top:1rem;padding-left:2rem}.education-box:before{content:"";position:absolute;left:6px;top:3rem;bottom:8rem;width:2px;background-color:#1f2232}.education-entry{position:relative;margin-bottom:-1rem;padding-left:0;padding-top:2.5rem}.timeline-dot{position:absolute;left:-2.2rem;top:2.5rem;width:15px;height:15px;background-color:#dca7b6;border:2px solid #1F2232;border-radius:50%}.education-year{font-weight:700;color:#dca7b6;font-size:1.2rem;margin-bottom:.4rem}.education-content h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#1f2232}.education-content p{margin-bottom:.5rem;color:#4f5969}.coursework-toggle{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:600;color:#1f2232;margin:.75rem 0 .5rem;font-size:1.1rem;transition:color .2s ease}.arrow-icon{position:relative;z-index:1;font-size:1rem;transition:transform .3s ease,color .3s ease}.coursework-toggle.open .arrow-icon{transform:rotate(180deg)}.arrow-circle{position:relative;width:32px;height:32px;border:2px solid #1F2232;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;transition:border-color .3s ease}.arrow-circle:before{content:"";position:absolute;width:100%;height:100%;background-color:#be97c3;border-radius:50%;transform:scale(0);transition:transform .3s ease;z-index:0}.arrow-circle:hover:before{transform:scale(1)}.arrow-symbol{position:relative;font-size:1rem;color:#1f2232;z-index:1;transition:transform .3s ease,color .3s ease}.coursework-toggle.open .arrow-symbol{transform:rotate(180deg)}.coursework-bubbles{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 1.5rem}.course-tag{background-color:#fbdadc;color:#1f2232;padding:.4rem .75rem;border-radius:999px;font-size:.9rem;font-weight:500;white-space:nowrap}
