.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{color-scheme:dark;--font-playfair: "Playfair Display", serif;--font-noto: "Noto Sans", sans-serif;--color-bg: #EEEEEE;--color-text: black;--color-text-inverse: white;--color-primary: #6290BC;--color-secondary: #AABD8C;--transition: all .4s ease-out;--transition-mode: background-color .3s ease;--timing-smooth: cubic-bezier(.4, 0, .2, 1);--timing-bounce: cubic-bezier(.34, 1.56, .64, 1);--duration-fast: .3s;--duration-normal: .4s;--duration-slow: .6s;--duration-slower: .7s;--spacing-xs: .5em;--spacing-sm: 1em;--spacing-md: 2em;--spacing-lg: 3em;--spacing-xl: 6em;--radius-sm: 4px;--radius-md: 50px;--shadow-card-light: 0px 0px 10px 0px rgba(113, 167, 178, .2);--shadow-card-dark: 0px 0px 10px 0px rgba(0, 0, 0, .2);--card-bg: white;--card-bg-dark: rgb(25, 25, 25)}html.dark-mode{color-scheme:dark;--color-bg: #28151E;--color-text: white;--color-text-inverse: black;--card-bg: var(--card-bg-dark)}html{background-color:var(--color-bg);color:var(--color-text)}html,body{font:100% var(--font-noto);font-weight:300;margin:0}body{background-color:var(--color-bg);color:var(--color-text)}main{padding:0 8em 5em}.home-container{display:flex;flex-direction:column;height:100vh;overflow:hidden}.home-container main{flex:1;display:flex;flex-direction:column;padding:0 8em;overflow:hidden}h1,h2{font-family:var(--font-playfair);font-weight:700}h3{font-family:var(--font-noto);font-weight:300;text-transform:uppercase}p{font-size:1.1em}a{text-decoration:none;transition:var(--transition);color:var(--color-primary);font-weight:400;-webkit-tap-highlight-color:transparent}a:hover{color:var(--color-secondary)}a:active,a:focus{background-color:transparent;outline:none}ul{list-style:none;padding:0}section{padding:var(--spacing-sm) 0}section h3{font-size:1.4em;font-weight:400}section h4{font-size:1.2em;font-weight:600}section .heading{display:inline-block;font-size:2.6em;margin-bottom:var(--spacing-sm);position:relative;z-index:1}section .heading:after{content:"";position:absolute;z-index:-1;bottom:.02em;width:100%;height:.4em;left:0;opacity:.5;background-color:var(--color-secondary)}.btn{font-family:var(--font-noto);font-size:1em;font-weight:400;color:var(--color-text);background-color:color-mix(in srgb,var(--color-primary) 60%,transparent);border:1px solid color-mix(in srgb,var(--color-text) 60%,transparent);border-radius:var(--radius-md);padding:.6em 1.4em;cursor:pointer;transition:var(--transition);-webkit-tap-highlight-color:transparent;backdrop-filter:blur(10px)}.btn:hover{background-color:color-mix(in srgb,var(--color-text) 15%,transparent);border-color:color-mix(in srgb,var(--color-text) 50%,transparent)}@media (max-width: 900px){main{padding:0 var(--spacing-md) var(--spacing-md) var(--spacing-md)}.home-container{height:auto;overflow:auto}.home-container main{padding:0 var(--spacing-md);overflow:auto}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{animation:fadeInUp var(--duration-slow) var(--timing-smooth) forwards}.animate-fade-in{animation:fadeIn 1.5s ease-out forwards}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.animate-delay-5{animation-delay:.5s}.animate-fade-in-up{opacity:0}.scroll-reveal{opacity:0;transform:translateY(30px);transition:opacity var(--duration-slow) var(--timing-smooth),transform var(--duration-slow) var(--timing-smooth)}.scroll-reveal.is-visible{opacity:1;transform:translateY(0)}.banner{display:flex;flex-direction:column;flex:1;min-height:0}.banner .banner-content{display:flex;flex:1}.banner .banner-content .image-wrapper{display:flex;align-items:center;padding-right:var(--spacing-xl)}.banner .banner-content img{width:100%;max-width:600px;height:auto}.banner .banner-content .banner-intro{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.banner h1{font-size:3.5em;font-weight:600;margin:0;padding-bottom:.4em}.banner .banner-subtitle{font-family:var(--font-noto);font-size:1.2em;letter-spacing:.05em;background-color:#0000000d}.dark-mode .banner .banner-subtitle{background-color:#fafafa0d}.banner p{font-size:1em;white-space:pre-line}.banner p a{color:inherit;text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--color-text) 30%,transparent);text-underline-offset:.2em;transition:text-decoration-color .3s ease}.banner p a:hover{text-decoration-color:color-mix(in srgb,var(--color-text) 80%,transparent)}@media (max-width: 900px){.banner .banner-content{flex-wrap:wrap}.banner .banner-content .image-wrapper{display:flex;align-items:center;justify-content:center;padding:0;width:100%;margin-bottom:var(--spacing-lg)}.banner .image-wrapper img{width:60%;max-width:400px}.banner .banner-intro{align-self:flex-start}.banner h1{font-size:3em}}.about h3{margin-bottom:var(--spacing-sm)}.about .description li:before{content:"-";margin-right:var(--spacing-xs)}.about .about-content{display:flex;width:100%}.about .about-details{padding-right:4em}.about .about-details .description{margin-bottom:var(--spacing-lg)}.about .about-details .description p:first-child{margin-top:0}.about .about-grid{display:grid;grid-template-columns:75% 25%;column-gap:var(--spacing-lg)}.about .education:not(:last-child){margin-bottom:var(--spacing-md)}.about .education h4{margin:.2em 0 var(--spacing-sm) 0}.about .education a:not(.ref):before{content:"@ "}.about .education p{font-size:1em}.about .language .language-heading{display:flex;align-items:center}.about .language h4{margin:0}.about .language p{font-size:1em;margin:0}.about .language span{font-size:1.5em;margin-right:.3em}.about .language:not(:last-child){margin-bottom:var(--spacing-md)}.about .about-gallery{display:flex;width:100%;gap:var(--spacing-lg);margin-top:var(--spacing-lg)}.about .about-gallery .gallery-column{display:flex;flex-direction:column;gap:var(--spacing-lg)}.about .about-gallery .gallery-column:first-child{width:45%;margin-top:-10em}.about .about-gallery .gallery-column:last-child{width:55%;margin-top:2em}.about .about-gallery .image{max-width:100%;position:relative;margin:0}.about .about-gallery .image img,.about .about-gallery img{transition:all var(--duration-fast) ease;display:block;width:100%;height:auto;max-width:100%;object-fit:cover}.about .about-gallery .gallery-column:first-child .image:nth-child(1){transform:rotate(-2deg);margin-left:-1em}.about .about-gallery .gallery-column:first-child .image:nth-child(2){transform:rotate(1.5deg);margin-left:2em;margin-top:-4em}.about .about-gallery .gallery-column:first-child .image:nth-child(3){transform:rotate(-1.5deg);margin-left:-.5em;margin-top:0}.about .about-gallery .gallery-column:first-child .image:nth-child(4){transform:rotate(2deg);margin-left:1.5em;margin-top:0}.about .about-gallery .gallery-column:first-child .image:nth-child(5){transform:rotate(-2.5deg);margin-left:-1em;margin-top:0}.about .about-gallery .gallery-column:last-child .image:nth-child(1){transform:rotate(-1deg);margin-right:-1em}.about .about-gallery .gallery-column:last-child .image:nth-child(2){transform:rotate(2deg);margin-right:1em;margin-top:0}.about .about-gallery .gallery-column:last-child .image:nth-child(3){transform:rotate(-1.5deg);margin-right:-.5em;margin-top:0}.about .about-gallery .gallery-column:last-child .image:nth-child(4){transform:rotate(1deg);margin-right:1.5em;margin-top:0}.about .about-gallery .image-caption{display:block;text-align:center;font-size:.75em;padding:var(--spacing-xs) var(--spacing-sm);opacity:0;transition:all var(--duration-fast) ease;pointer-events:none;position:relative;transform-origin:center top;background-color:var(--color-text-inverse);color:var(--color-text);border-radius:var(--radius-sm)}.about .about-gallery .image:hover{z-index:10}.about .about-gallery .image:hover img{transform:rotate(3deg) scale(1.05);box-shadow:0 15px 40px #0003}.about .about-gallery .image:hover .image-caption{opacity:1;transform:rotate(3deg)}@media (max-width: 900px) and (orientation: portrait){.about .about-details{padding-right:3em;max-width:60%}.about .about-gallery,.about .about-gallery .gallery-column{gap:1em}.about .about-gallery .gallery-column:first-child{margin-top:-6em}.about .about-gallery .gallery-column:last-child{margin-top:1em}.about .about-gallery .gallery-column:first-child .image:nth-child(2){margin-top:-2em}.about .about-gallery .gallery-column:first-child .image:nth-child(3){margin-top:-1.5em}.about .about-gallery .gallery-column:last-child .image:nth-child(2){margin-top:-2em}}@media (max-width: 900px) and (orientation: landscape){.about .about-details{padding-right:3em}.about .about-gallery,.about .about-gallery .gallery-column{gap:1.5em}.about .about-gallery .gallery-column:first-child{margin-top:-6em}.about .about-gallery .gallery-column:last-child{margin-top:1em}.about .about-gallery .gallery-column:first-child .image:nth-child(2){margin-top:-2em}.about .about-gallery .gallery-column:first-child .image:nth-child(3){margin-top:-1.5em}.about .about-gallery .gallery-column:last-child .image:nth-child(2){margin-top:-2em}}@media (max-width: 900px){.about .about-content{flex-direction:column}.about .about-details{padding-right:0;width:100%;max-width:100%;order:1}.about .about-grid{display:block}.about .about-grid>:last-child{margin-top:var(--spacing-lg)}.about .about-gallery{display:block;width:100%;order:2;margin-top:var(--spacing-lg);gap:0}.about .about-gallery .gallery-column{width:100%;gap:var(--spacing-md);margin:0 auto!important;align-items:center;display:flex;flex-direction:column}.about .about-gallery .gallery-column:first-child,.about .about-gallery .gallery-column:last-child{margin-top:0!important}.about .about-gallery .gallery-column:last-child{margin-top:var(--spacing-md)!important}.about .about-gallery .image{margin:0 auto!important;max-width:100%}}.timeline .card-list{margin-left:.6em;padding-left:var(--spacing-lg);border-left:1px solid #d6d3d0;list-style:none;counter-reset:none}.timeline .card-item{display:flex;flex-direction:column;position:relative;list-style:none;opacity:0;transform:translateY(30px);transition:opacity var(--duration-slow) var(--timing-smooth),transform var(--duration-slow) var(--timing-smooth);will-change:opacity,transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.timeline .card-item.is-visible{opacity:1;transform:translateY(0);will-change:auto}.timeline .card-item:not(:last-child){margin-bottom:var(--spacing-md)}.timeline .card-item:before{content:"";position:absolute;width:23px;height:23px;background-color:var(--color-primary);margin-left:calc(-3em - 11.5px);border-radius:50%;z-index:1;transform:scale(0);transition:transform var(--duration-normal) var(--timing-bounce) .2s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.timeline .card-item.is-visible:before{transform:scale(1)}.timeline .job-date{display:block;margin-top:.2em;margin-bottom:.2em;font-size:.9em;font-style:normal}.timeline .card-header{font-size:1.2em;font-weight:600;line-height:1.1em;margin:0;font-family:var(--font-noto);text-transform:none}.timeline .job-title{font-weight:600}.timeline .job-company{font-weight:400}.timeline .card-header a:before{content:" @ "}.timeline .card-item .description{margin-top:var(--spacing-sm);margin-bottom:0}.timeline .task-list{margin-top:var(--spacing-sm)}.timeline .task-list li:not(.section):before{content:"-";margin-right:var(--spacing-xs)}.timeline .task-list .section{font-weight:600}.timeline .task-list .section:not(:first-child){margin-top:.8em}@media (max-width: 900px){.timeline .card-list{padding-left:2.8em}.timeline .card-item:before{margin-left:calc(-2.8em - 11.5px)}}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-sm)}.project-card{display:flex;flex-direction:column;padding:var(--spacing-md) 2.5em var(--spacing-sm);margin:0;position:relative;z-index:1;opacity:0;transform:translateY(30px);transition:opacity var(--duration-slow) var(--timing-smooth),transform var(--duration-slow) var(--timing-smooth)}.project-card.is-visible{opacity:1;transform:translateY(0)}.project-card{background-color:var(--card-bg);box-shadow:var(--shadow-card-light)}html.dark-mode .project-card{box-shadow:var(--shadow-card-dark)}.project-header{display:flex;align-items:center;justify-content:space-between;margin:0;padding:0;background:transparent}.project-card h3{margin:0;font-family:var(--font-noto);font-weight:600;font-size:1.2em;text-transform:none}.project-card ul{display:flex;align-items:center;flex-wrap:wrap;line-height:1.2em}.project-links,.project-links li{margin:0;font-size:1.15em}.project-links li:before{content:""}.project-links li:not(:last-child){margin-right:var(--spacing-sm)}.project-links li{transition:all var(--duration-normal) ease-out}.project-links li:hover{transform:translateY(-3px)}.project-links a{color:var(--color-text)}.project-links a:hover{color:var(--color-secondary)}.project-card p{font-size:1em}.project-tags{margin-top:auto}.project-tags li{font-size:.9em;color:var(--color-primary)}.project-tags li:before{content:"";margin:0}.project-tags li:not(:last-child){margin-right:var(--spacing-sm)}.load-more-container{display:flex;justify-content:center;margin-top:var(--spacing-md);padding:var(--spacing-sm) 0;opacity:0;transform:translateY(30px);transition:opacity var(--duration-slow) var(--timing-smooth),transform var(--duration-slow) var(--timing-smooth)}.load-more-container.is-visible{opacity:1;transform:translateY(0)}@media (max-width: 900px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}.project-links li:not(:last-child){margin-right:var(--spacing-xs)}}@media (max-width: 600px){.portfolio-grid{grid-template-columns:1fr}}footer{text-align:center;padding:1.5em 0}footer p{font-size:.8em}footer .social-media{display:flex;justify-content:center;align-items:center;margin-bottom:.5em}footer .social-media li{font-size:1.2em;transition:var(--transition)}footer .social-media li:not(:last-child){margin-right:1em}footer .social-media li:hover{transform:translateY(-3px)}footer .social-media li a{color:var(--color-text)}footer .social-media li a:hover{color:var(--color-secondary)}.theme-toggle{background:none;border:none;cursor:pointer;font-size:1.5em;padding:0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.toggle-icon{display:inline-block;transition:transform var(--duration-fast) ease,opacity .2s ease}.theme-toggle:active .toggle-icon{transform:rotate(20deg) scale(.95)}.not-found{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--spacing-md)}.not-found h1{font-size:6em;margin:0}.not-found p{font-size:1.2em;margin:var(--spacing-md) 0}.password-gate{position:fixed;inset:0;z-index:10000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm);background-color:var(--color-bg);transition:opacity var(--duration-slow) var(--timing-smooth)}.password-gate.hidden{opacity:0;pointer-events:none}.password-gate-form{display:flex;gap:var(--spacing-xs)}.password-gate-input{font-family:var(--font-noto);font-size:1em;font-weight:300;color:var(--color-text);background-color:transparent;border:1px solid color-mix(in srgb,var(--color-text) 60%,transparent);border-radius:var(--radius-md);padding:.6em 1.4em;outline:none;transition:var(--transition)}.password-gate-input:focus{border-color:var(--color-primary)}.password-gate-error{font-family:var(--font-noto);font-size:.9em;color:#c44;opacity:0;transition:opacity var(--duration-fast) var(--timing-smooth)}.password-gate-error.visible{opacity:1}@media (max-width: 900px){.password-gate-form{flex-direction:column;align-items:center}}header{display:flex;align-items:center;justify-content:space-between;padding:1.5em 8em;transition:var(--transition),background-color 0s;position:sticky;top:0;z-index:100;background-color:var(--color-bg);border-bottom:1px solid transparent}header.scrolled{border-bottom-color:color-mix(in srgb,var(--color-text) 30%,transparent);animation:borderFadeIn .3s ease-in-out}@keyframes borderFadeIn{0%{border-bottom-color:transparent}to{border-bottom-color:color-mix(in srgb,var(--color-text) 30%,transparent)}}header .navbar-brand{flex:1 1 0;font-family:var(--font-playfair);font-weight:400;font-size:1.5em;color:var(--color-text);transition:var(--transition);position:relative;z-index:1001;cursor:pointer}header .navbar-brand:after{content:".";margin-left:-.15em;color:var(--color-primary)}header .desktop-nav{flex:1 1 0;display:flex;justify-content:center}header .desktop-toggle{flex:1 1 0;display:flex;justify-content:flex-end}header nav{display:flex;align-items:center;gap:var(--spacing-md);padding-top:var(--spacing-xs)}header nav .nav-item a{text-transform:lowercase;position:relative;color:var(--color-text)}header nav .nav-item a:after{content:"";position:absolute;bottom:-3px;width:0;height:1px;left:0;transition:all .75s ease-in-out;opacity:0;background-color:var(--color-text)}header nav .nav-item a:hover:after{width:100%;opacity:.5}.mobile-burger{display:none;background:none;border:none;outline:none;height:3em;width:3em;position:relative;transform:scale(.8);cursor:pointer;color:inherit;z-index:1000;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.mobile-burger:focus,.mobile-burger:active{outline:none;background:none}.burger-lines{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;transition:transform var(--duration-fast) ease-in-out}.mobile-burger.open .burger-lines{transform:translate(-50%,-50%) rotate(45deg)}.burger-lines span{display:block;border-radius:.25em;position:absolute;background-color:currentColor;transition:all var(--duration-fast) ease-in-out}.burger-lines span:first-child{width:2em;height:.2em;left:50%;top:50%;transform:translate(-50%,-50%)}.burger-lines span:last-child{width:.2em;height:2em;left:50%;top:50%;transform:translate(-50%,-50%)}.menu{display:none;position:fixed;flex-direction:column;justify-content:center;align-items:center;gap:var(--spacing-md);width:100vw;height:100vh;z-index:999;top:0;left:0;opacity:0;transition:opacity var(--duration-normal) var(--timing-smooth);pointer-events:none;background-color:var(--color-bg)}.menu.open{opacity:1;pointer-events:auto}.menu nav{flex-direction:column;gap:var(--spacing-md);padding:0}.menu nav .nav-item a{color:var(--color-text);font-size:1.5em}.menu nav .nav-item a:after{background-color:var(--color-text)}.menu .mobile-toggle .toggle-icon{font-size:1.5em}.menu .nav-item,.menu .mobile-toggle{opacity:0;transform:translateY(20px)}.menu-item-animate{animation:menuItemFadeIn .5s var(--timing-smooth) forwards}@keyframes menuItemFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){header{padding:1.5em var(--spacing-md)}header .desktop-nav,header .desktop-toggle{display:none!important}.mobile-burger{display:block}}@media (min-width: 901px){.mobile-burger,.menu{display:none!important}}
