.navbar{position:fixed;top:0;left:0;width:100%;background:transparent;padding:1.2rem 2rem;z-index:1000;transition:all .4s ease}.navbar.scrolled{background:var(--michigan-blue);box-shadow:0 2px 20px #0000004d;padding:.8rem 2rem}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-logo{cursor:pointer}.logo-name{font-size:1.5rem;font-weight:700;color:var(--michigan-yellow);letter-spacing:.1em;transition:all .3s ease}.logo-name:hover{color:var(--white)}.navbar-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.navbar-menu li{position:relative}.navbar-menu li a{color:var(--white);text-decoration:none;font-size:.95rem;font-weight:500;cursor:pointer;transition:color .3s ease;padding:.5rem 0;display:block}.navbar-menu li a:hover,.navbar-menu li.active a{color:var(--michigan-yellow)}.navbar-menu li:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--michigan-yellow);transition:width .3s ease}.navbar-menu li.active:after{width:100%}@media (max-width: 768px){.navbar-menu{gap:1rem;font-size:.85rem}.logo-name{font-size:1.2rem}.navbar{padding:1rem}}@media (max-width: 600px){.navbar-menu{display:none}}#home{background:linear-gradient(135deg,var(--michigan-blue) 0%,#003d73 100%);color:var(--white);padding:8rem 1.5rem 4rem;min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:3rem}.hero-content{flex:1 1 280px;animation:fadeInUp .8s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-name{font-size:3.5rem;line-height:1.1;margin:0 0 .5rem;font-weight:900;letter-spacing:.05em;color:var(--michigan-yellow)}.hero-title{font-size:1.6rem;line-height:1.3;margin:0 0 1.5rem;font-weight:500;color:var(--white)}.hero-description{max-width:560px;margin:0 0 2rem;font-size:1.05rem;color:var(--text-light);line-height:1.7}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.btn{padding:.85rem 1.75rem;border-radius:999px;font-weight:600;font-size:.95rem;text-decoration:none;display:inline-block;transition:all .3s ease}.btn-primary{background:var(--michigan-yellow);color:var(--michigan-blue)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ffcb0566}.btn-secondary{border:2px solid var(--michigan-yellow);color:var(--michigan-yellow);background:transparent}.btn-secondary:hover{background:var(--michigan-yellow);color:var(--michigan-blue);transform:translateY(-3px)}.hero-contact{font-size:.95rem;color:#c9d1d9}.hero-contact a{color:var(--michigan-yellow);text-decoration:none;transition:color .3s ease}.hero-contact a:hover{text-decoration:underline;color:var(--white)}.hero-image{flex:0 0 300px;max-width:300px;margin-left:auto;margin-right:auto;animation:fadeInRight .8s ease .2s both}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.headshot{width:300px;height:300px;border-radius:50%;border:5px solid var(--michigan-yellow);object-fit:cover;box-shadow:0 10px 40px #0000004d;transition:transform .3s ease}.headshot:hover{transform:scale(1.05)}@media (max-width: 768px){#home{padding:6rem 1.5rem 3rem}.hero-name{font-size:2.5rem}.hero-title{font-size:1.3rem}.headshot{width:220px;height:220px}.hero-image{flex:0 0 220px;max-width:220px}}.about{padding:4rem 1.5rem;background:var(--white);color:var(--michigan-blue)}.about-text{max-width:800px;margin:0 auto}.about-text p{font-size:1rem;line-height:1.8;margin-bottom:1.5rem;color:var(--text-gray)}.about-text p:last-child{margin-bottom:0}.education{padding:4rem 1.5rem;background:var(--light-bg);color:var(--michigan-blue)}.education-list{max-width:900px;margin:0 auto}.education-item{background:var(--white);padding:2rem;margin-bottom:2rem;border-radius:8px;border-left:4px solid var(--michigan-yellow);box-shadow:0 2px 8px #0000000d;transition:box-shadow .3s ease}.education-item:hover{box-shadow:0 4px 12px #00000014}.education-item:last-child{margin-bottom:0}.edu-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:1rem;flex-wrap:wrap}.education-item h3{margin:0;font-size:1.4rem;color:var(--michigan-blue);font-weight:600}.period{font-size:.9rem;color:var(--text-gray);white-space:nowrap}.location{margin:.25rem 0;font-size:.95rem;color:var(--text-gray)}.degree{margin:.5rem 0;font-size:1rem;font-weight:500;color:var(--michigan-blue)}.minor{margin:.25rem 0;font-size:.95rem;color:var(--text-gray)}.detail{margin:.75rem 0 0;font-size:.9rem;color:var(--text-gray);line-height:1.6}.experience{padding:4rem 1.5rem;background:var(--white);color:var(--michigan-blue)}.section-header{margin-bottom:3rem;text-align:center}.timeline{position:relative;max-width:900px;margin:0 auto;padding-left:40px}.timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:var(--michigan-yellow)}.timeline-item{position:relative;margin-bottom:3rem;display:flex;gap:2rem}.timeline-item:last-child{margin-bottom:0}.timeline-marker{position:absolute;left:-40px;top:8px;width:40px;display:flex;justify-content:center;align-items:center}.timeline-dot{width:16px;height:16px;background:var(--michigan-yellow);border:3px solid var(--white);border-radius:50%;box-shadow:0 0 0 3px var(--michigan-yellow);position:relative;z-index:1}.timeline-content{flex:1;background:var(--light-bg);padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.timeline-content:hover{box-shadow:0 4px 15px #0000001a;transform:translate(5px)}.exp-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.exp-title-group h3{margin:0 0 .5rem;font-size:1.3rem;color:var(--michigan-blue);font-weight:600}.exp-title-group h4{margin:0 0 .5rem;font-size:1.1rem;color:var(--michigan-yellow);font-weight:600}.location{margin:0;font-size:.9rem;color:var(--text-gray)}.period{font-size:.9rem;color:var(--text-gray);background:var(--white);padding:.5rem 1rem;border-radius:20px;white-space:nowrap;font-weight:500}.description-list{margin:0;padding-left:1.5rem;list-style:none}.description-list li{margin-bottom:.75rem;font-size:.95rem;color:var(--text-gray);line-height:1.6;position:relative}.description-list li:before{content:"•";color:var(--michigan-yellow);font-weight:700;position:absolute;left:-1.5rem}.description-list li:last-child{margin-bottom:0}@media (max-width: 768px){.timeline{padding-left:30px}.timeline:before{left:15px}.timeline-marker{left:-30px}.exp-header{flex-direction:column;gap:1rem}.period{align-self:flex-start}.timeline-content:hover{transform:translate(0)}}.leadership{padding:4rem 1.5rem;background:var(--light-bg);color:var(--michigan-blue)}.leadership-list{max-width:900px;margin:0 auto}.leadership-item{background:var(--white);padding:2rem;margin-bottom:1.5rem;border-radius:8px;border-left:4px solid var(--michigan-yellow);box-shadow:0 2px 8px #0000000d;transition:box-shadow .3s ease}.leadership-item:hover{box-shadow:0 4px 12px #00000014}.leadership-item:last-child{margin-bottom:0}.lead-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:1rem;flex-wrap:wrap}.leadership-item h3{margin:0;font-size:1.2rem;color:var(--michigan-blue);font-weight:600}.leadership-item h4{margin:.25rem 0;font-size:1.1rem;color:var(--michigan-yellow);font-weight:600}.leadership-item .period{font-size:.9rem;color:var(--text-gray);white-space:nowrap}.leadership-item .location{margin:.25rem 0 .75rem;font-size:.9rem;color:var(--text-gray)}.description{margin:0;font-size:.95rem;line-height:1.6;color:var(--text-gray)}.skills{padding:4rem 1.5rem;background:var(--white);color:var(--michigan-blue)}.section-header{margin-bottom:2rem;text-align:center}.section-header h2{font-size:2rem;color:var(--michigan-blue);font-weight:600;margin-bottom:.5rem;position:relative;padding-bottom:.75rem;display:inline-block}.section-header h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--michigan-yellow)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:900px;margin:0 auto}.skill-category{background:var(--light-bg);padding:2rem;border-radius:8px}.skill-category h3{margin:0 0 1.5rem;font-size:1.3rem;color:var(--michigan-blue);font-weight:600;padding-bottom:.75rem;border-bottom:2px solid var(--michigan-yellow)}.skill-category ul{margin:0;padding-left:1.5rem;list-style:none}.skill-category li{margin-bottom:.75rem;font-size:.95rem;color:var(--text-gray);line-height:1.6;position:relative}.skill-category li:before{content:"•";color:var(--michigan-yellow);font-weight:700;position:absolute;left:-1.5rem}.skill-category li:last-child{margin-bottom:0}.contact{padding:3rem 1.5rem;background:var(--michigan-blue);color:var(--white)}.contact-container{max-width:1000px;margin:0 auto}.contact h2{margin-bottom:1rem;font-size:1.6rem;color:var(--white);text-align:center}.contact-intro{margin-bottom:2.5rem;font-size:.98rem;color:var(--text-light);text-align:center;max-width:700px;margin-left:auto;margin-right:auto}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:2rem}.contact-box{background:#ffffff0d;border:2px solid var(--michigan-yellow);border-radius:12px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.contact-box:hover{background:#ffcb051a;transform:translateY(-5px);box-shadow:0 8px 20px #ffcb0533}.contact-icon{font-size:2.5rem;margin-bottom:1rem}.contact-box h3{margin:0 0 .75rem;font-size:1.1rem;color:var(--michigan-yellow)}.contact-box a{color:var(--white);text-decoration:none;font-size:.95rem;word-break:break-word;transition:color .3s ease}.contact-box a:hover{color:var(--michigan-yellow);text-decoration:underline}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}.footer{background:#001529;color:var(--text-light);padding:3rem 1.5rem 1.5rem;margin-top:0}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:var(--michigan-yellow);margin-bottom:.5rem;font-size:1.4rem}.footer-section h4{color:var(--michigan-yellow);margin-bottom:1rem;font-size:1.1rem}.footer-section p{color:var(--text-light);font-size:.9rem;margin:0}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--text-light);text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-section ul li a:hover{color:var(--michigan-yellow)}.footer-socials{display:flex;flex-direction:column;gap:.5rem}.footer-socials a{color:var(--text-light);text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-socials a:hover{color:var(--michigan-yellow)}.footer-bottom{border-top:1px solid rgba(255,203,5,.2);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{margin:0;font-size:.85rem;color:var(--text-light)}.scroll-top{background:transparent;border:1px solid var(--michigan-yellow);color:var(--michigan-yellow);padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.85rem;transition:all .3s ease}.scroll-top:hover{background:var(--michigan-yellow);color:var(--michigan-blue)}@media (max-width: 600px){.footer-bottom{flex-direction:column;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}:root{--michigan-blue: #00274C;--michigan-yellow: #FFCB05;--light-bg: #F5F7FB;--white: #FFFFFF;--text-light: #E5E5E5;--text-gray: #555;--dark-blue: #0B1B32}.App{width:100%}section{opacity:1;transform:translateY(0);transition:opacity .6s ease,transform .6s ease}section:not(#home){scroll-margin-top:80px}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
