@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=DM+Serif+Display&display=swap";.app{display:flex;flex-direction:column;min-height:100vh}.app__content{flex:1;max-width:1100px;width:100%;margin:0 auto;padding:0 1.2rem}@media (min-width: 768px){.app__content{padding:0 1.6rem}}.section__heading{font-family:"DM Serif Display",Georgia,Times New Roman,serif;margin-bottom:1.6rem;color:#2d2a26;position:relative;padding-bottom:.8rem}.section__heading:after{content:"";position:absolute;bottom:0;left:0;width:32px;height:2px;background:#f06543}.skip-to-content{position:absolute;top:-40px;left:0;padding:8px 16px;z-index:9999;transition:top .2s;background:#f06543;color:#fff}.skip-to-content:focus{top:0}.hero{padding:20vh 0 3.2rem}@media (max-width: 768px){.hero{padding:12vh 0 2.4rem}}.hero__content{max-width:680px}.hero__title{font-family:"DM Serif Display",Georgia,Times New Roman,serif;font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.15;color:#2d2a26;margin-bottom:1.2rem}@media (max-width: 576px){.hero__title{font-size:2rem}}.hero__accent{color:#f06543}.hero__subtitle{font-size:1.1rem;line-height:1.6;color:#6b6560;margin-bottom:2.4rem;max-width:520px}@media (max-width: 576px){.hero__subtitle{font-size:1rem}}.hero__buttons{display:flex;align-items:center;gap:1.6rem;flex-wrap:wrap}@media (max-width: 576px){.hero__buttons{flex-direction:column;align-items:flex-start;gap:1.2rem}}.hero__text-link{display:inline-flex;align-items:center;gap:.4rem;color:#f06543;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:500;font-size:.95rem;text-decoration:none;transition:color .25s ease}.hero__text-link:hover{color:#d94e2f;text-decoration:none}.projects{padding:2.4rem 0}.projects__list{display:flex;flex-direction:column;gap:3.2rem}.projects__item{display:grid;grid-template-columns:1fr;gap:1.6rem;align-items:center}@media (min-width: 768px){.projects__item{grid-template-columns:3fr 2fr;gap:2.4rem}}@media (min-width: 768px){.projects__item--featured{grid-template-columns:2fr 1fr}}.projects__image-container{overflow:hidden;border-radius:12px;background:#fefcfa;border:1px solid rgba(45,42,38,.08)}.projects__image{width:100%;height:auto;display:block;border-radius:12px;transition:transform .4s ease}.projects__item:hover .projects__image{transform:scale(1.02)}@media (min-width: 768px){.projects__info{padding:1.2rem 0}}.projects__title{font-family:"DM Serif Display",Georgia,Times New Roman,serif;font-size:1.5rem;color:#2d2a26;margin-bottom:.4rem}.projects__item--featured .projects__title{font-size:1.75rem}.projects__tech{font-size:.85rem;color:#2a9d8f;margin-bottom:.8rem;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:500}.projects__description{font-size:.95rem;line-height:1.6;color:#6b6560;margin-bottom:1.2rem}.projects__links{display:flex;gap:1.2rem}.projects__link{font-size:.9rem;color:#f06543;text-decoration:none;font-weight:500;transition:color .25s ease}.projects__link:hover{color:#d94e2f;text-decoration:underline}.tech{padding:2.4rem 0}.tech__content{display:flex;flex-direction:column;gap:2.4rem}.tech__skills{display:flex;flex-direction:column;gap:1.6rem}.tech__group{padding-left:1.2rem;border-left:2px solid rgba(45,42,38,.08)}.tech__group:nth-child(1){border-left-color:#f06543}.tech__group:nth-child(2){border-left-color:#2a9d8f}.tech__group:nth-child(3){border-left-color:#e9a820}.tech__group-title{font-family:"DM Serif Display",Georgia,Times New Roman,serif;font-size:1.15rem;color:#2d2a26;margin-bottom:.4rem}.tech__group-list{font-size:.95rem;line-height:1.7;color:#6b6560;max-width:640px}.tech__about{display:grid;grid-template-columns:1fr;gap:1.6rem;margin-top:1.2rem;padding-top:1.6rem;border-top:1px solid rgba(45,42,38,.08)}@media (min-width: 768px){.tech__about{grid-template-columns:1fr 1fr}}.tech__about-title{font-family:"DM Serif Display",Georgia,Times New Roman,serif;font-size:1.15rem;color:#2d2a26;margin-bottom:.4rem}.tech__about-block p{font-size:.95rem;line-height:1.6;color:#6b6560}.experience{padding:2.4rem 0}.experience__section{margin-bottom:2.4rem}.experience__section:last-child{margin-bottom:0}.experience__section-title{font-family:"DM Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;color:#2d2a26;margin-bottom:1.2rem}.experience__list{display:flex;flex-direction:column;gap:1.6rem}.experience__item{padding-bottom:1.6rem;border-bottom:1px solid rgba(45,42,38,.08)}.experience__item:last-child{border-bottom:none;padding-bottom:0}.experience__header{margin-bottom:.8rem;line-height:1.5}@media (max-width: 576px){.experience__header{display:flex;flex-direction:column;gap:2px}}.experience__role{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:700;color:#2d2a26;font-size:1rem}.experience__company{color:#f06543;font-size:.95rem;font-weight:500}.experience__period{color:#6b6560;font-size:.9rem}.experience__separator{color:#6b6560}@media (max-width: 576px){.experience__separator{display:none}}.experience__description{list-style-type:none;padding-left:0}.experience__description li{position:relative;padding-left:1.2rem;margin-bottom:.4rem;font-size:.95rem;line-height:1.5;color:#6b6560}.experience__description li:before{content:"–";position:absolute;left:0;color:#f06543}.experience__edu-text{font-size:.95rem;line-height:1.6;color:#6b6560}.contact-form{padding:3.2rem 0 2.4rem;margin-top:1.6rem;border-top:1px solid rgba(45,42,38,.08)}.contact-form__subtitle{color:#6b6560;font-size:1.05rem;max-width:500px;margin-bottom:2.4rem;line-height:1.6}.contact-form__form{max-width:500px;display:flex;flex-direction:column;gap:1.2rem}.contact-form__field{display:flex;flex-direction:column;gap:.4rem}.contact-form__field label{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:500;color:#2d2a26;font-size:.9rem}.contact-form__field input,.contact-form__field textarea{padding:.8rem;border:1px solid rgba(45,42,38,.12);border-radius:8px;background:#fefcfa;color:#2d2a26;font-size:1rem;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;transition:border-color .25s ease,box-shadow .25s ease}.contact-form__field input:focus,.contact-form__field textarea:focus{outline:none;border-color:#f06543;box-shadow:0 0 0 3px #f0654314}.contact-form__field input::placeholder,.contact-form__field textarea::placeholder{color:#6b6560;opacity:.5}.contact-form__field textarea{resize:vertical;min-height:120px}.contact-form__submit{margin-top:.8rem;align-self:flex-start}.contact-form__submit:disabled{opacity:.7;cursor:not-allowed}.contact-form__success{margin-top:.8rem;padding:.8rem 1.2rem;background:#2a9d8f0f;border:1px solid rgba(42,157,143,.15);border-left:3px solid #2A9D8F;border-radius:8px;color:#1f756a;font-size:.9rem}.contact-form__error{margin-top:.8rem;padding:.8rem 1.2rem;background:#e639460f;border:1px solid rgba(230,57,70,.15);border-left:3px solid #E63946;border-radius:8px;color:#d21a28;font-size:.9rem}.contact-form__error a{color:#f06543;text-decoration:underline}.footer{border-top:2px solid #F06543;padding:2.4rem 0 1.6rem}.footer__content{max-width:1100px;margin:0 auto;padding:0 1.2rem}@media (min-width: 768px){.footer__content{padding:0 1.6rem}}.footer__links{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:1.6rem}@media (max-width: 576px){.footer__links{flex-direction:column;gap:1.2rem;align-items:flex-start}}.footer__link{color:#f06543;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .25s ease}.footer__link:hover{color:#d94e2f}.footer__socials{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1.2rem}.footer__social-link{color:#2d2a26;transition:color .25s ease;display:flex}.footer__social-link:hover{color:#f06543;text-decoration:none;transform:none}.footer__bottom{display:flex;align-items:center;gap:.8rem;font-size:.8rem;color:#6b6560;flex-wrap:wrap}.footer__bottom a{font-size:.8rem}.footer__divider{color:#f06543;opacity:.3}.footer__resume-link{color:#6b6560;text-decoration:none;transition:color .25s ease}.footer__resume-link:hover{color:#f06543}h1,h2,h3,h4,h5,h6{font-family:"DM Serif Display",Georgia,Times New Roman,serif;font-weight:400;line-height:1.2;margin-top:0;color:#2d2a26;letter-spacing:-.01em}h1{font-size:clamp(2.25rem,4.5vw,3.5rem);margin-bottom:1.2rem}h2{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:.8rem}h3{font-size:clamp(1.25rem,2.5vw,1.5rem);margin-bottom:.4rem}h4{font-size:clamp(1.1rem,1.8vw,1.25rem);margin-bottom:.4rem}p{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:.8rem;color:#6b6560}a{color:#f06543;text-decoration:none;font-weight:500;transition:color .25s ease}a:hover,a:focus{color:#d94e2f}ul,ol{margin-bottom:.8rem;padding-left:1.2rem}ul li,ol li{margin-bottom:.2rem;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color:#6b6560}.subtitle{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.15rem;color:#6b6560;margin-bottom:1.2rem;font-weight:400;line-height:1.6}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;color:#2d2a26;background-color:#f5f0eb}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.2rem}@media (min-width: 992px){.container{padding:0 1.6rem}}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;gap:.4rem;font-size:1rem;min-height:44px;position:relative;overflow:hidden;transition:all .25s ease;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.button--primary{border-radius:8px;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:500;padding:.8rem 1.6rem;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .25s ease;background-color:#f06543;color:#fff;border:none}.button--primary:hover,.button--primary:focus{background-color:#d94e2f;color:#fff!important;text-decoration:none;transform:translateY(-1px)}.button--secondary{border-radius:8px;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:500;padding:.8rem 1.6rem;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .25s ease;background-color:transparent;color:#f06543;border:1px solid #F06543}.button--secondary:hover,.button--secondary:focus{background-color:#f06543;color:#fff;text-decoration:none}.section{padding:2.4rem 0;margin-bottom:1.6rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:focus{outline:2px solid #F06543;outline-offset:2px}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid #F06543;outline-offset:3px;border-radius:2px}a:focus:not(.button),a:hover:not(.button){text-decoration:underline;color:#f06543}.navbar{position:sticky;top:0;width:100%;background-color:#f5f0eb;padding:.8rem 0;z-index:100;transition:box-shadow .25s ease}.navbar--scrolled{box-shadow:0 1px 8px #2d2a260f}.navbar__container{max-width:1100px;margin:0 auto;padding:0 1.2rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media (min-width: 768px){.navbar__container{padding:0 1.6rem}}.navbar__logo{font-family:"DM Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;color:#2d2a26;text-decoration:none;font-weight:400}.navbar__logo:hover{color:#2d2a26;text-decoration:none}.navbar__menu{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:1.6rem;list-style:none;margin:0;padding:0}.navbar__item a{color:#6b6560;text-decoration:none;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:500;font-size:.9rem;padding:.4rem 0;position:relative;transition:color .25s ease}.navbar__item a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#f06543;transition:width .25s ease}.navbar__item a:hover{color:#f06543;text-decoration:none}.navbar__item a:hover:after{width:100%}.navbar__mobile-toggle{display:none;background:none;border:none;color:#2d2a26;cursor:pointer;padding:.4rem;min-width:44px;min-height:44px}@media (max-width: 768px){.navbar__mobile-toggle{display:flex;flex-direction:row;justify-content:center;align-items:center}}@media (max-width: 768px){.navbar__mobile-toggle{display:flex}.navbar__menu{position:fixed;top:56px;left:0;width:100%;background-color:#f5f0eb;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.8rem;padding:1.6rem 1.2rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .25s ease,opacity .25s ease,visibility .25s ease;height:calc(100vh - 56px)}.navbar__menu--open{transform:translateY(0);opacity:1;visibility:visible}.navbar__item{width:100%}.navbar__item a{display:block;padding:.8rem 0;font-size:1.1rem}}
