.main-navigation{background-color:#fff;padding:1.5rem 0}.main-navigation .nav-container{margin:0 auto;max-width:800px;padding:0 1.5rem;width:100%}@media(max-width:56.25em){.main-navigation .nav-container{padding:0 1rem}}@media(max-width:37.5em){.main-navigation .nav-container{padding:0 1rem}}.main-navigation .nav-container{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between}.main-navigation .nav-logo{color:#000;font-family:La Belle Aurore,cursive;font-size:1.25rem;font-weight:400;text-decoration:none;transition:opacity .2s ease}.main-navigation .nav-logo:hover{opacity:.7}@media(max-width:37.5em){.main-navigation .nav-logo{font-size:1rem}}.main-navigation .nav-links{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}@media(max-width:56.25em){.main-navigation .nav-links{gap:.5rem}}@media(max-width:37.5em){.main-navigation .nav-links{font-size:.9rem;gap:.25rem}}.main-navigation .nav-links li{margin:0;padding:0}.main-navigation .nav-links .nav-link{border-radius:6px;color:#000;display:inline-block;font-size:1rem;font-weight:400;padding:.5rem 1rem;position:relative;text-decoration:none;transition:color .2s ease}.main-navigation .nav-links .nav-link .nav-link-bg{background-color:#f5f5f5;border-radius:6px;inset:0;opacity:0;position:absolute;transform:none;transform-origin:50% 50% 0;transition:opacity .2s ease,background-color .2s ease;z-index:0}.main-navigation .nav-links .nav-link .nav-link-text{position:relative;z-index:1}.main-navigation .nav-links .nav-link:hover .nav-link-bg{background-color:#f5f5f5;opacity:1}.main-navigation .nav-links .nav-link.active .nav-link-bg{background-color:#e5e5e5;opacity:1}.sitemap{margin:0 auto;max-width:800px;padding:0 1.5rem;width:100%}@media(max-width:56.25em){.sitemap{padding:0 1rem}}@media(max-width:37.5em){.sitemap{padding:0 1rem}}.sitemap{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:4rem;padding:3rem 0}@media(max-width:56.25em){.sitemap{flex-direction:column;gap:1rem;text-align:center}}.sitemap .sitemap-left{color:#000;font-size:.9rem;opacity:.7}.sitemap .sitemap-right .sitemap-link{color:#000;font-size:.9rem;text-decoration:none;transition:opacity .2s ease}.sitemap .sitemap-right .sitemap-link:hover{opacity:.7}.home-page{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:1rem 0}.home-page .home-container{margin:0 auto;max-width:800px;padding:0 1.5rem;width:100%}@media(max-width:56.25em){.home-page .home-container{padding:0 1rem}}@media(max-width:37.5em){.home-page .home-container{padding:0 1rem}}.home-page .home-container{display:flex;flex-direction:column;text-align:left}.home-page .home-profile-image-container{align-items:center;display:flex;gap:1rem}.home-page .home-profile-image{border:1px solid #0000001a;border-radius:50%;display:block;flex-shrink:0;height:4rem;margin:0 0 1rem;object-fit:cover;width:4rem}@media(max-width:37.5em){.home-page .home-profile-image{height:3rem;width:3rem}}.home-page .home-heading{color:#000;font-family:La Belle Aurore,cursive;font-size:1.5rem;font-weight:400;line-height:1.2;margin:0 0 1rem}@media(max-width:37.5em){.home-page .home-heading{font-size:1rem}}.home-page .home-bio{color:#000;font-size:.875rem;line-height:1.8;margin:0 0 2rem;max-width:600px}.home-page .home-cta{color:#000;font-size:1.1rem;margin:0 0 1.5rem;opacity:.8}.home-page .home-social-icons{align-items:center;display:flex;gap:1.25rem;justify-content:flex-start;margin:0 0 2rem}.home-page .home-social-icons .social-icon{align-items:center;color:#000;display:flex;height:24px;justify-content:center;opacity:.7;transition:opacity .2s ease;width:24px}.home-page .home-social-icons .social-icon:hover{opacity:1}.home-page .home-social-icons .social-icon img{height:20px;object-fit:contain;width:20px}.home-page .home-social-icons .social-icon svg{height:20px;width:20px}.home-page .home-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;margin-bottom:2rem}.home-page .home-actions .home-button{border-radius:6px;display:inline-block;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.home-page .home-actions .home-button.primary{background-color:#16558c;border:none;color:#fff}.home-page .home-actions .home-button.primary:hover{background-color:#1d4ed8}.home-page .home-actions .home-button.secondary{background-color:#f5f5f5;border:none;color:#000}.home-page .home-actions .home-button.secondary:hover{background-color:#e5e5e5}.home-page .home-actions .home-button:focus{outline:2px solid #c1a895;outline-offset:2px}.home-page .newsletter-section{margin-top:2rem;padding-top:2rem}.home-page .newsletter-section .scribble-line{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='12'%3E%3Cpath d='M0 6c3-2 7 2 12-1s6 2 13 1 8-2 15 1 8-2 15-1 7 2 15-1 8 2 15 1 8-2 15 1 8-2 15-1 8 2 15-1 8 2 15 1 8-2 15 1 8-2 15-1 8 2 15-1 8 2 10 1' stroke='%23d1d5db' fill='none' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:200px 12px;height:12px;margin-bottom:2rem;opacity:.5;width:100%}.home-page .newsletter-section .newsletter-heading{align-items:center;color:#000;display:flex;font-size:1.25rem;font-weight:600;gap:.5rem;justify-content:flex-start;margin:0 0 .5rem}.home-page .newsletter-section .newsletter-heading .newsletter-icon{font-size:1.1rem}.home-page .newsletter-section .newsletter-description{color:#000;font-size:.95rem;line-height:1.6;margin:0 0 1.5rem;opacity:.7}.home-page .newsletter-section .newsletter-form{display:flex;flex-wrap:wrap;gap:.5rem}@media(max-width:37.5em){.home-page .newsletter-section .newsletter-form{flex-direction:column}}.home-page .newsletter-section .newsletter-input{background-color:#fff;border:1px solid #ddd;border-radius:6px;flex:1 1;font-size:1rem;min-width:200px;outline:none;padding:.75rem 1rem;transition:border-color .2s ease}.home-page .newsletter-section .newsletter-input:focus{border-color:#16558c;outline:2px solid #16558c;outline-offset:2px}@media(max-width:37.5em){.home-page .newsletter-section .newsletter-input{width:100%}}.home-page .newsletter-section .newsletter-button{background-color:#16558c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.home-page .newsletter-section .newsletter-button:hover{background-color:#1d4ed8}.home-page .newsletter-section .newsletter-button:focus{outline:2px solid #c1a895;outline-offset:2px}@media(max-width:37.5em){.home-page .newsletter-section .newsletter-button{width:100%}}.home-page .newsletter-section .newsletter-success{color:#22c55e;font-size:.9rem;margin-top:1rem}.links-page{min-height:calc(100vh - 200px);padding:4rem 0}.links-page .links-container{margin:0 auto;max-width:800px;padding:0 1.5rem;width:100%}@media(max-width:56.25em){.links-page .links-container{padding:0 1rem}}@media(max-width:37.5em){.links-page .links-container{padding:0 1rem}}.links-page .links-container h1{color:#000;font-size:2.5rem;font-weight:700;margin:0 0 3rem;text-align:center}@media(max-width:56.25em){.links-page .links-container h1{font-size:2rem}}@media(max-width:37.5em){.links-page .links-container h1{font-size:1.75rem}}.links-page .links-container .links-content p{color:#000;font-size:1.1rem;margin-bottom:3rem;opacity:.8;text-align:center}.links-page .links-container .links-section{margin-bottom:3rem}.links-page .links-container .links-section h2{color:#000;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}@media(max-width:37.5em){.links-page .links-container .links-section h2{font-size:1.25rem}}.links-page .links-container .links-section .links-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media(max-width:37.5em){.links-page .links-container .links-section .links-grid{grid-template-columns:1fr}}.links-page .links-container .links-section .links-grid .link-item{background-color:#f5f5f5;border-radius:6px;color:#000;display:block;font-weight:500;padding:1rem 1.5rem;text-align:center;text-decoration:none;transition:all .2s ease}.links-page .links-container .links-section .links-grid .link-item:hover{background-color:#e5e5e5;transform:translateY(-2px)}.links-page .links-container .links-section .links-grid .link-item:focus{outline:2px solid #16558c;outline-offset:2px}.about-page{min-height:calc(100vh - 200px)}.about-page,.about-page .about-container{display:flex;flex:1 1;flex-direction:column;padding:0;width:100%}.about-page .about-container{margin:0 auto;max-width:36rem}@media(max-width:37.5em){.about-page .about-container{padding:0 1rem}}.about-page .about-header{align-items:flex-start;display:flex;gap:1rem;margin-bottom:2rem}@media(max-width:37.5em){.about-page .about-header{gap:.75rem}}.about-page .about-profile-image{border:1px solid #0000001a;border-radius:50%;flex-shrink:0;height:4rem;object-fit:cover;width:4rem}@media(max-width:37.5em){.about-page .about-profile-image{height:3rem;width:3rem}}.about-page .about-header-content{display:flex;flex:1 1;flex-direction:column}.about-page .about-name{color:#000;font-size:1.25rem;font-weight:600;line-height:1.2;margin:0 0 .25rem}@media(max-width:37.5em){.about-page .about-name{font-size:1.75rem}}.about-page .about-tagline{color:#0009;font-size:.875rem;line-height:1.625;margin:0}.about-page .about-bio{margin:0 0 3rem}.about-page .about-bio p{color:#0009;font-size:.875rem;line-height:1.625;margin:0}.about-page .about-section{margin:0 0 3rem}.about-page .about-section:last-child{margin-bottom:0}.about-page .about-section-title{color:#000;font-size:.875rem;font-weight:600;margin:0 0 1.5rem}.about-page .about-skills{display:flex;flex-direction:column;gap:1.5rem}.about-page .skill-category{display:flex;flex-direction:column;gap:.75rem}.about-page .skill-category-name{color:#000;font-size:.875rem;font-weight:600;margin:0;text-transform:capitalize}.about-page .skill-items{display:flex;flex-wrap:wrap;gap:.5rem}.about-page .skill-item{align-items:center;background-color:#0000;border:1px solid #0003;border-radius:.375rem;color:#000;display:inline-flex;flex-shrink:0;font-size:.75rem;font-weight:500;justify-content:center;padding:.125rem .5rem;transition:color .2s,box-shadow .2s;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.about-page .about-icebreakers{display:flex;flex-wrap:wrap;gap:.5rem}.about-page .icebreaker-item{align-items:center;background-color:#0000;border:1px solid #0003;border-radius:.375rem;color:#000;display:inline-flex;flex-shrink:0;font-size:.75rem;font-weight:500;justify-content:center;padding:.125rem .5rem;transition:color .2s,box-shadow .2s;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.about-page .about-experience{display:flex;flex-direction:column;gap:2rem}.about-page .experience-item{display:flex;flex-direction:column;gap:.5rem}.about-page .experience-header{display:flex;flex-direction:column;gap:.25rem}.about-page .experience-title-row{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.about-page .experience-title{color:#000;font-size:.875rem;font-weight:600;margin:0}.about-page .experience-status{color:#0009;font-size:.875rem;font-weight:400}.about-page .experience-company{color:#0009;font-size:.875rem;line-height:1.625;margin:0}.about-page .experience-description{color:#0009;font-size:.875rem;line-height:1.625;margin:.5rem 0 0}.about-page .about-highlights{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.about-page .highlight-item{color:#0009;font-size:.875rem;line-height:1.625;padding-left:1.5rem;position:relative}.about-page .highlight-item:before{color:#0009;content:"•";font-weight:700;left:0;position:absolute}.App{color:#000;font-family:Lexend,ui-sans-serif,system-ui,sans-serif;margin:0 auto;max-width:40rem}.App,.error-boundary{background-color:#fff;min-height:100vh}.error-boundary{align-items:center;display:flex;justify-content:center;padding:20px}.error-boundary .error-content{max-width:600px;text-align:center}.error-boundary .error-content h1{color:#f44;margin-bottom:20px}.error-boundary .error-content p{font-size:18px;margin-bottom:30px}.error-boundary .error-content .error-button{background-color:#c1a895;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:12px 24px;transition:background-color .3s ease}.error-boundary .error-content .error-button:hover{background-color:#ae8e75}.error-boundary .error-content .error-button:focus{outline:2px solid #c1a895;outline-offset:2px}.error-boundary .error-content .error-details{background-color:#f5f5f5;border-radius:5px;margin-top:30px;padding:15px;text-align:left}.error-boundary .error-content .error-details summary{cursor:pointer;font-weight:700;margin-bottom:10px}.error-boundary .error-content .error-details pre{color:#333;font-size:12px;overflow-x:auto}
/*# sourceMappingURL=main.e14f53be.css.map*/