@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.intro-main{animation:fadeIn .8s ease-out;margin-bottom:0;margin-top:0;padding-bottom:1rem;width:66%}.intro-main .main-h1{font-size:clamp(1.5rem,2.5vw,3rem);font-weight:500;margin-bottom:0;margin-top:0}.intro-title{color:#000;font-size:36px;font-weight:700;line-height:1.1}.intro-content{color:#000;font-size:2rem;font-weight:500;line-height:1.35}.intro-highlight{color:#999;font-weight:500}.intro-content p{margin-bottom:.5rem;margin-top:0}.more-info-cta{background:none;border:none;color:#000;cursor:pointer;display:inline-block;font-family:inherit;font-size:2rem;font-weight:500;line-height:1.35;margin-top:.5rem;padding:0;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.more-info-cta:hover{text-decoration:line-through;transform:translateX(5px)}@media (max-width:1024px){.intro-title{font-size:40px;margin-bottom:1rem}.intro-content{font-size:20px;line-height:1.4}.intro-content p{margin-bottom:1rem}.more-info-cta{font-size:20px;line-height:1.4}}@media (max-width:768px){.intro-title{font-size:36px;margin-bottom:.9rem}.intro-content{font-size:19px;line-height:1.42}.intro-content p{margin-bottom:.9rem}.more-info-cta{font-size:19px;line-height:1.42}}@media (max-width:480px){.intro-title{font-size:34px;margin-bottom:.8rem}.intro-content{font-size:18px;line-height:1.45}.intro-content p{margin-bottom:.8rem}.more-info-cta{font-size:18px;line-height:1.45}}@media (max-width:320px){.intro-title{font-size:32px;margin-bottom:.6rem}.intro-content{font-size:16px;line-height:1.5}.intro-content p{margin-bottom:.6rem}.more-info-cta{font-size:16px;line-height:1.5}}.social-list{align-items:flex-start;border-bottom:1px solid #f3f3f3;display:flex;flex-direction:column;flex-wrap:wrap;gap:clamp(0rem,4vw,.5rem);justify-content:flex-start;margin:0;max-width:100%;overflow-x:auto;padding:.5rem 0 1rem;width:100%}.social-list li{align-items:flex-start;display:flex;flex-direction:row;flex-shrink:0;margin:0;padding:0}.social-list a,.social-list a[href],.social-list a[href]:visited{align-items:flex-start;color:#000;display:flex;flex-direction:row;font-family:inherit;font-size:clamp(1rem,2vw,1.5rem);font-weight:500;padding:0;text-decoration:none;white-space:nowrap}.social-list .arrow{color:#0000;font-size:clamp(16px,3vw,20px);margin-left:1rem}.social-list a:hover,.social-list a[href]:hover{color:#000;text-decoration:line-through}@media (max-width:1024px){.social-list{gap:clamp(.8rem,3vw,2rem);margin-top:1rem}}@media (max-width:768px){.social-list{flex-wrap:wrap;gap:.5rem;margin:1rem 0 0}.social-list a{padding:.4rem 0}.social-list .arrow{margin-left:.5rem}}@media (max-width:480px){.social-list{align-items:flex-start;flex-direction:column;gap:.3rem;margin:1rem 0 0}.social-list li{margin:.1rem 0}.social-list a{padding:.3rem 0}}@media (max-width:320px){.social-list{gap:.2rem;margin:.8rem 0 0}.social-list a{padding:.2rem 0}}.projects-container{grid-gap:clamp(2rem,6vw,8rem);animation:slideInFromBottom .8s ease-out .4s both;box-sizing:border-box;display:grid;gap:clamp(2rem,6vw,8rem);grid-template-columns:repeat(3,1fr);max-width:100%;padding:0;width:100%}.project-full{grid-column:span 3}.project-full img,.project-full video{height:auto;max-height:500px;object-fit:cover;width:100%}.project-half{grid-column:span 2}.project-half img,.project-half video{height:auto;max-height:400px;object-fit:cover;width:100%}.project-regular{grid-column:span 1}.project-regular img,.project-regular video{height:auto;max-height:350px;object-fit:cover;width:100%}.project-item{border-radius:4px;cursor:pointer;display:flex;flex-direction:column;height:auto;opacity:1;overflow:visible;padding:0;transform:none;-webkit-transform:none;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);-webkit-transition:opacity .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);width:100%}.project-item:before{left:-8px;top:-8px}.project-item:after,.project-item:before{background-color:#000;content:"";height:10px;opacity:0;position:absolute;transform:scale(0);transition:all .3s ease-in-out;width:10px;z-index:2}.project-item:after{right:-5px;top:-5px}.project-item .corner-bl{left:-5px}.project-item .corner-bl,.project-item .corner-br{background-color:#000;bottom:-5px;content:"";height:10px;opacity:0;position:absolute;transform:scale(0);transition:all .3s ease-in-out;width:10px;z-index:2}.project-item .corner-br{right:-5px}.project-item:hover .corner-bl,.project-item:hover .corner-br,.project-item:hover:after,.project-item:hover:before{opacity:1;transform:scale(1)}.project-item.visible{opacity:1;transform:translateY(0)}.project-item img,.project-item video{background-color:#fff;height:auto;max-height:600px;object-fit:contain;-webkit-object-fit:contain;transition:transform .4s cubic-bezier(.4,0,.2,1);-webkit-transition:-webkit-transform .4s cubic-bezier(.4,0,.2,1);width:100%}.project-overlay{align-items:center;background-color:initial;display:flex;flex-direction:column;justify-content:flex-start;opacity:0;padding:15px 0;position:relative;transition:opacity .3s ease-in-out;width:100%}.project-item:hover .project-overlay{opacity:1}.project-link{color:inherit;display:block;margin:0;text-decoration:none}.project-alt-text{font-size:.9rem;font-weight:600;line-height:1;margin:10px 0 5px;text-align:left;transition:transform .3s ease-in-out}.project-alt-text,.project-tags{color:#311123;transform:translateY(10px)}.project-tags{font-size:.8rem;font-weight:500;margin:0;opacity:0;transition:all .3s ease-in-out}.project-item:hover .project-alt-text,.project-item:hover .project-tags{opacity:1;transform:translateY(0)}@media (min-width:1200px){.projects-container{gap:clamp(4rem,8vw,8rem)}}@media (min-width:768px){.projects-container{gap:clamp(3rem,6vw,6rem);grid-template-columns:repeat(3,1fr);padding:1rem}.project-item{opacity:0;transform:translateY(50px)}.project-item.visible{opacity:1;transform:translateY(0)}}@media (max-width:768px){.projects-container{align-items:center;gap:2rem;grid-template-columns:1fr;padding:.5rem}.project-full,.project-half,.project-regular{grid-column:span 1}.project-item{align-items:center;margin:0 auto;max-height:100%;max-width:100%;opacity:1;transform:none}.project-item img,.project-item video{aspect-ratio:auto;max-height:300px}.project-full img,.project-item img,.project-item video{height:auto;object-fit:contain;width:100%}.project-overlay{background-color:initial;opacity:0}.project-alt-text,.project-tags{opacity:0;transform:none}}@media (max-width:480px){.projects-container{gap:1.5rem;padding:.25rem}.project-item img,.project-item video{object-fit:contain}}@media (max-width:320px){.projects-container{gap:1rem;padding:0}.project-item img,.project-item video{max-height:200px;object-fit:contain}}.case-study-footer{align-items:flex-start;animation:slideInFromBottom .8s ease-out .6s both;border-radius:0;border-top:1px solid #f3f3f3;margin:1rem 0 0;padding:1rem 0}.footer-text{align-items:flex-start;color:#000;display:flex;flex-direction:column;font-size:1rem;gap:0}.footer-text p{margin:.5rem 0 0}.next-case-study{color:#666;transition:color .3s ease}.next-case-study,.next-case-study-link{font-weight:500;justify-content:center;text-decoration:none}.next-case-study-link{color:#000;display:inline-block;font-size:2rem;margin-top:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.next-case-study-link:hover{color:#000;text-decoration:line-through;transform:translateX(5px)}@media (max-width:768px){.case-study-footer{align-items:center}.footer-content{align-items:flex-start;display:flex;flex-direction:column;gap:0;padding:0;text-align:left}.footer-content p{margin:1rem 0 0}.next-case-study-link{font-size:1.5rem;font-weight:600;margin-bottom:1rem}}.case-study{align-items:flex-start;animation:fadeIn .6s ease-in-out;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;gap:2rem;max-width:100vw;overflow-x:hidden;padding-top:.5rem;scroll-behavior:smooth}.case-study,.case-study-header{display:flex;flex-direction:column;margin:0;width:100%}.case-study-header{animation:fadeIn .8s ease-out;gap:0;padding:0}.case-study-header .main-h1{box-sizing:border-box;margin:0;padding-top:0}.case-study-content{box-sizing:border-box;display:flex;flex-direction:column;gap:4rem;padding-top:4rem;width:100%}.case-study-left-column{display:flex;flex-direction:column;justify-content:space-between;left:0;top:0}.case-study h1{color:#000;margin-bottom:0;margin-top:0;width:100%}.case-study-brief{box-sizing:border-box;margin-bottom:.5rem;width:100%}.case-study-brief p{color:#000;font-size:clamp(.5rem,2vw,1rem);font-weight:500;letter-spacing:.01em;line-height:1.2;margin-bottom:0;padding-bottom:0;width:100%}.case-study-description{word-wrap:break-word;color:#000;font-size:clamp(1.5rem,2vw,2.4rem);font-weight:800;margin-bottom:0;margin-top:0;width:100%}.case-study-intro{align-items:flex-start;border-bottom:1px solid #f1f1f1;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;width:100%}.case-study-intro,.case-study-title{display:flex;flex-direction:column;gap:0}.case-study-title{box-sizing:border-box;padding:0;width:80%}.case-study-title .main-h2{color:#999;margin-bottom:0;margin-top:0}.case-study-credits{align-items:start;border-top:1px solid #f1f1f1;box-sizing:border-box;display:flex;flex-direction:row;gap:1rem;justify-content:flex-start;margin-top:0;padding:1.6rem 0 0;width:100%}.case-study-credits h3{font-size:clamp(12px,2vw,14px);font-weight:500;margin-bottom:1rem;margin-top:0;text-transform:uppercase;width:50%}.case-study-credits ul{list-style-type:none;margin:0;padding:0}.case-study-credits li{font-size:clamp(12px,2vw,14px);font-weight:500;margin-bottom:.5rem;padding-bottom:.5rem}.case-study-image,.case-study-media,.case-study-video{border-radius:0;box-sizing:border-box;display:block;height:auto;margin-bottom:2rem;max-width:100%;min-height:300px;object-fit:cover;-webkit-object-fit:cover;overflow:hidden;padding:0;width:100%}.case-study-media::-webkit-media-controls-panel,.case-study-video::-webkit-media-controls-panel{display:none!important}.case-study-media::-moz-media-controls,.case-study-video::-moz-media-controls{display:none!important}.case-study-media::-ms-media-controls,.case-study-video::-ms-media-controls{display:none!important}@supports (-webkit-appearance:none){.case-study-media,.case-study-section-right img,.case-study-section-right video,.case-study-video{transform:translateZ(0);will-change:transform}}.case-study-media,.case-study-video{-webkit-appearance:none;appearance:none;outline:none}@media (max-width:768px){.case-study-hero-video::-webkit-media-controls,.case-study-media::-webkit-media-controls,.case-study-video::-webkit-media-controls{-webkit-appearance:none!important;display:none!important}.case-study-hero-video::-webkit-media-controls-enclosure,.case-study-hero-video::-webkit-media-controls-panel,.case-study-media::-webkit-media-controls-enclosure,.case-study-media::-webkit-media-controls-panel,.case-study-video::-webkit-media-controls-enclosure,.case-study-video::-webkit-media-controls-panel{display:none!important}.case-study-hero-video::-webkit-media-controls-play-button,.case-study-hero-video::-webkit-media-controls-start-playback-button,.case-study-media::-webkit-media-controls-play-button,.case-study-media::-webkit-media-controls-start-playback-button,.case-study-video::-webkit-media-controls-play-button,.case-study-video::-webkit-media-controls-start-playback-button{display:none!important}.case-study-hero-video::-moz-media-controls,.case-study-media::-moz-media-controls,.case-study-video::-moz-media-controls{display:none!important}.case-study-hero-video::-ms-media-controls,.case-study-media::-ms-media-controls,.case-study-video::-ms-media-controls{display:none!important}video.case-study-hero-video,video.case-study-media,video.case-study-video{-webkit-playsinline:true;playsinline:true;pointer-events:none;-webkit-user-select:none;user-select:none}.case-study-section-media{display:block;width:100%}.case-study-section-media img,.case-study-section-media video{border-radius:0;display:block;height:auto;max-width:100%;object-fit:cover;-webkit-object-fit:cover;width:100%!important}}.case-study-section{align-items:stretch;border-top:1px solid #f1f1f1;display:flex;flex-direction:row;gap:4rem;margin-bottom:0;margin-top:0;max-width:100%;opacity:1;padding-bottom:0;padding-top:0;position:relative;transform:translateY(0);transition:opacity .3s ease,transform .3s ease;width:100%}.case-study-section.visible{opacity:1;padding:0;transform:translateY(0)}.case-study-section-left,.case-study-section-right{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;width:50%}.case-study-section-left:empty+.case-study-section-right{flex:1 1 100%;width:100%}.case-study-section.full-width .case-study-section-left{display:none}.case-study-section.full-width .case-study-section-right{flex:1 1 100%;width:100%}.case-study-section-left{max-width:100%;padding-bottom:2rem;padding-right:2rem;padding-top:2rem;position:relative}.case-study-section-right{border-radius:0;display:block;min-height:300px;padding:0;position:relative;width:100%}.case-study-section-right img,.case-study-section-right video{border-radius:0;display:block;height:auto;margin:0;max-width:100%;min-height:300px;object-fit:cover;-webkit-object-fit:cover;padding:0;width:100%}.case-study-section-content{box-sizing:border-box;display:block;max-width:100%;width:100%}.case-study-text-column{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;max-width:100%;width:100%}.case-study-text-column p{color:#3d3d3d;font-size:clamp(1rem,2vw,1.5rem);font-weight:400;line-height:1.3;margin-bottom:0;margin-top:0}.case-study-text-column p .highlight{color:#000;font-weight:500;padding:2px 4px}.case-study-text-column span{color:#999;font-weight:600}.case-study-media-container{border-radius:0;box-sizing:border-box;display:block;height:auto;margin:0;max-width:100%;min-height:400px;overflow:hidden;padding:1rem;position:relative;width:100%}.case-study-media-container img,.case-study-media-container video{border:.2rem solid #fff;border-radius:1rem;box-sizing:border-box;display:block;height:auto;margin:4rem;max-width:calc(100% - 8rem);min-height:300px;object-fit:cover;-webkit-object-fit:cover;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);width:calc(100% - 8rem)}.case-study-menu{height:100vh;max-height:calc(100vh - 2rem);overflow-y:auto;padding:1rem;position:fixed;right:0;top:0;width:200px}.case-study-menu h3{font-size:1rem;font-weight:400;margin-bottom:1rem;margin-top:0}.case-study-menu ul{height:auto;list-style-type:none;opacity:1;overflow:visible;padding:0}.case-study-menu li{margin-bottom:5px}.case-study-menu a{color:#6e6e6e;font-size:1rem;font-weight:400;text-decoration:none;transition:color .3s ease}.case-study-menu a:hover{color:#451bff;text-decoration:line-through;transition:ease-in-out}@media (min-width:1200px){.case-study{max-width:1400px;padding:1rem}.case-study-section-right{padding:0}}@media (min-width:1600px){.case-study{max-width:100%}.case-study-section{gap:6rem;padding-bottom:3rem;padding-top:1rem}.case-study-section-right{padding:0}}@media (max-width:1200px){.case-study{gap:2rem;padding:1rem}.case-study-section-right{padding:0}}@media (max-width:1024px){.case-study{gap:1.8rem;padding:.8rem}.case-study-header{gap:1rem}.case-study-content{gap:1.8rem}.case-study-description{margin-bottom:1.5rem;margin-top:1rem}.case-study-section{flex-direction:column;gap:1rem;margin-bottom:2rem;margin-top:1rem;padding:1rem}.case-study-section-left,.case-study-section-left:empty+.case-study-section-right,.case-study-section-right,.case-study-section.full-width .case-study-section-right{flex:none;width:100%}.case-study-section-right{margin-top:1rem;padding:0}.case-study-section-right img,.case-study-section-right video{height:auto;max-width:100%;min-height:250px;object-fit:cover;-webkit-object-fit:cover;width:100%!important}.case-study-section-title{box-shadow:none;font-size:2rem;margin-bottom:1.2rem;padding-bottom:1rem;padding-top:0;position:static}}@media (max-width:768px){.case-study{gap:1.5rem;padding:10px}.case-study-section{gap:.8rem;margin-bottom:1.5rem;margin-top:.8rem;padding:.8rem}.case-study-section-right{padding:0}.case-study-intro{flex-direction:column;gap:1rem}.case-study-brief p{padding:0;width:100%}.case-study-media-container{display:block;margin:1rem 0;padding:.5rem}.case-study-media-container img,.case-study-media-container video{display:block;height:auto;margin:.5rem;max-width:calc(100% - 1rem);-webkit-object-fit:cover;object-fit:cover;width:calc(100% - 1rem)!important}}@media (max-width:480px){.case-study{gap:1rem;min-height:auto;overflow-x:hidden;padding:.6rem}.case-study-title{width:100%}.case-study-header{gap:.8rem}.case-study-content{gap:1rem}.back-link{margin-bottom:1rem}.case-study-brief p{font-size:.9rem;line-height:1.4;margin-bottom:.3rem;padding-bottom:0}.case-study-description{font-size:1.8rem;margin-bottom:1rem;margin-top:.5rem}.case-study-section{border-radius:.3rem;gap:.6rem;margin-bottom:1rem;margin-top:.6rem;padding:.6rem}.case-study-section-left{padding:.5rem 0}.case-study-section-right{border-radius:.3rem;padding:0}.case-study-section-right img,.case-study-section-right video{border-radius:.2rem;height:auto;max-width:100%;object-fit:cover;-webkit-object-fit:cover;width:100%!important}.case-study-section-title{font-size:1.4rem;margin-bottom:.9rem;padding-bottom:.8rem;padding-top:0}.case-study-section p{margin-bottom:1rem;width:100%}.case-study-credits{margin-top:1rem;padding-top:1rem}.case-study-media-container{display:block;margin:.5rem 0;padding:.4rem}.case-study-media-container img,.case-study-media-container video{align-self:center;display:block;height:auto;margin:.2rem;max-width:calc(100% - .4rem);-webkit-object-fit:cover;object-fit:cover;width:calc(100% - .4rem)!important}.case-study-text-column p{font-size:1.3rem;line-height:1.4}.case-study-section.full-width .case-study-section-left{display:none}.case-study-section.full-width .case-study-section-right{margin-top:0;width:100%}}@media (max-width:320px){.case-study{gap:.8rem;min-height:auto;overflow-x:hidden;padding:.4rem}.case-study-header{gap:.6rem}.case-study-content{gap:.8rem}.back-link{margin-bottom:.8rem}.case-study-section{gap:.4rem;margin-bottom:.8rem;margin-top:.4rem;padding:.4rem}.case-study-section-right{padding:0}.case-study-description{font-size:1.5rem}.case-study-section h2{font-size:1.2rem}.case-study-media-container{display:block;margin:.2rem 0;padding:.2rem}.case-study-media-container img,.case-study-media-container video{display:block;height:auto;margin:0;max-width:calc(100% - .4rem);-webkit-object-fit:cover;object-fit:cover;width:calc(100% - .4rem)!important}.case-study-section.full-width .case-study-section-left{display:none}.case-study-section.full-width .case-study-section-right{margin-top:0;width:100%}}.about-container{background-color:#fdfdfd;box-sizing:border-box;color:#1e1e1e;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;height:100%;min-height:100vh;padding:1rem;width:100%}.highlight{color:#000;font-weight:500}.about-header{align-items:center;border-bottom:1px solid #f1f1f1;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.about-header .main-label{align-items:center;border-bottom:1px solid #fff;margin:0;padding:0}.download-cv-btn{background:none;border:none;color:#000;cursor:pointer;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(1rem,2vw,1.2rem);font-weight:500;text-decoration:none;transition:all .2s ease}.download-cv-btn:hover{text-decoration:line-through}.cv-multi-page{align-items:center;gap:2rem;padding-bottom:2rem;padding-top:2rem}.cv-multi-page,.cv-page{display:flex;flex-direction:column;width:100%}.cv-page{margin:0 auto;max-width:210mm;page-break-after:always}.cv-container{aspect-ratio:210/297;background-color:#fdfdfd;border:1px solid #e0e0e0;box-sizing:border-box;min-height:297mm;padding:12mm;width:100%}.cv-grid{grid-gap:10mm;display:grid;gap:10mm;grid-template-columns:2fr 1fr;grid-template-rows:auto 1fr;height:100%;width:100%}.cv-section{box-sizing:border-box}.cv-summary-section{grid-column:1;grid-row:1}.cv-summary-section .cv-name{color:#1e1e1e;font-size:2.3rem;font-weight:800;line-height:1.1;margin:0 0 .4rem}.cv-summary-section .contact-details p{color:#666;font-size:.9rem;font-weight:500;margin:0 0 .8rem}.cv-summary-section h2{color:#1e1e1e;font-size:1.1rem;font-weight:700;letter-spacing:.02em;margin:0 0 .8rem;text-transform:uppercase}.cv-summary-section p{color:#333;font-size:.85rem;font-weight:400;line-height:1.4;margin:0}.cv-contact{grid-column:2;grid-row:1;padding-left:8mm}.cv-name{color:#1e1e1e;font-size:2.3rem;font-weight:800;line-height:1.1;margin:0 0 .4rem}.contact-details p{color:#666;font-size:.9rem;font-weight:500;margin:0 0 .8rem}.cv-contact .cv-education h2{color:#1e1e1e;font-size:1.1rem;font-weight:700;letter-spacing:.02em;margin:1rem 0 .8rem;text-transform:uppercase}.cv-contact .education-item{margin-bottom:1rem}.cv-contact .education-item h3{color:#1e1e1e;font-size:.8rem;font-weight:600;line-height:1.3;margin:0 0 .2rem}.cv-contact .education-item .degree{color:#333;font-size:.75rem;font-weight:500;line-height:1.3;margin:0 0 .2rem}.cv-experience{grid-column:1;grid-row:2}.cv-experience-full{grid-column:1/-1;grid-row:1}.cv-experience h2{color:#1e1e1e;font-size:1.1rem;font-weight:700;letter-spacing:.02em;margin:0 0 1rem;text-transform:uppercase}.experience-item{margin-bottom:2rem;page-break-inside:avoid}.exp-header{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:.4rem}.exp-header h3{color:#1e1e1e;flex:1 1;font-size:.85rem;font-weight:700;line-height:1.3;margin:0}.exp-period{color:#666;font-size:.75rem;font-weight:600;margin-left:1rem;white-space:nowrap}.exp-description{margin-top:.4rem}.exp-description p{color:#444;font-size:.85rem;font-weight:400;line-height:1.4;margin:.2rem 0}.cv-skills{grid-column:2;grid-row:2;padding-left:8mm}.cv-skills h2{color:#1e1e1e;font-size:1.1rem;font-weight:700;letter-spacing:.02em;margin:0 0 .8rem;text-transform:uppercase}.skills-list{column-count:1;column-gap:0;list-style:none;margin:0;padding:0}.skills-list li{break-inside:avoid;color:#333;font-size:.75rem;font-weight:400;line-height:1.3;margin-bottom:.4rem;page-break-inside:avoid}.cv-footer,.cv-header{display:none}@media screen and (max-width:1200px){.cv-multi-page{gap:0}.cv-container{aspect-ratio:auto;max-width:90vw;min-height:auto;padding:2rem}.cv-grid{gap:2rem}}@media screen and (max-width:768px){.about-container{padding:.5rem}.about-header{align-items:flex-start;flex-direction:column;gap:1rem}.cv-multi-page{gap:1rem}.cv-container{border:1px solid #e0e0e0;box-shadow:none;max-width:100%;padding:1.5rem}.cv-grid{gap:1.5rem;grid-template-columns:1fr;grid-template-rows:auto auto auto auto}.cv-summary-section{grid-column:1;grid-row:1}.cv-contact{grid-column:1;grid-row:2;padding-left:0}.cv-experience{grid-column:1;grid-row:3}.cv-experience-full{grid-column:1;grid-row:1}.cv-skills{grid-column:1;grid-row:4;padding-left:0}.exp-header{align-items:flex-start;flex-direction:column}.exp-period{margin-left:0;margin-top:.2rem}.skills-list{column-count:2;column-gap:1rem}}@media screen and (max-width:480px){.cv-container{padding:1rem}.cv-grid{gap:1rem}.cv-name{font-size:2rem}.skills-list{column-count:1}}@media print{.about-header{display:none}.cv-multi-page{gap:0}.cv-page{margin-bottom:0;page-break-after:always}.cv-page:last-child{page-break-after:avoid}.cv-container{aspect-ratio:210/297;border:none;box-shadow:none;margin:0;max-width:none;min-height:297mm;padding:12mm;page-break-inside:avoid;width:100%}.cv-grid{gap:8mm}body{margin:0;padding:0}.experience-item{page-break-inside:avoid}}html{scroll-behavior:smooth;scroll-padding-top:2rem}body,html{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;height:100%;margin:0;overflow-x:hidden;padding:0}body{background-color:#fff;color:#000;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6}.App,body{display:flex}.App{animation:fadeIn .6s ease-in-out;flex:1 1;margin:0 auto}.App,.main-container{box-sizing:border-box;flex-direction:column;max-width:100vw;overflow-x:hidden;width:100%}.main-container{background-color:#fff;display:flex;gap:4rem;min-height:100vh;padding:1rem;scroll-behavior:smooth}.top-row{align-items:flex-start;display:flex;flex-direction:column;gap:0;max-width:100%}.portfolio-section,.top-row{box-sizing:border-box;width:100%}.portfolio-section{border-bottom:1px solid #f3f3f3;flex:2 1;margin-bottom:1rem;min-width:0}.navigation-section{flex:1.5 1}.navigation-section,.social-section{box-sizing:border-box;min-width:200px;width:100%}.social-section{flex:1 1}.portfolio-label{word-wrap:break-word;border-bottom:1px solid #f3f3f3;font-size:clamp(1rem,3vw,1.5rem);font-weight:500;letter-spacing:.01em;margin-bottom:1rem;margin-top:0;padding-bottom:.5rem}.projects-section{box-sizing:border-box;flex:1 1;max-width:100%;width:100%}.footer-section{box-sizing:border-box;margin-top:auto;padding-top:0;width:100%}.navigation h2{font-size:clamp(.7rem,2vw,.8rem);font-weight:400;margin-bottom:1rem;margin-top:.8rem;text-transform:uppercase}.navigation ul{border-top:1px solid #000;box-sizing:border-box;display:flex;flex-direction:column;gap:0;list-style-type:none;padding:0;width:100%}.navigation li{border-bottom:1px solid #000;margin:0}.navigation a{align-items:center;color:#202020;display:flex;font-size:clamp(.8rem,2vw,.9rem);font-weight:400;justify-content:space-between;padding:.5rem 0;text-decoration:none;transition:all .2s ease}.navigation a:hover{background-color:#00000005}.navigation a.selected{background-color:#0000000d;font-weight:500}.navigation .tag-text{flex:1 1}.navigation .item-number{color:#202020;font-size:clamp(.7rem,1.8vw,.8rem);font-weight:400;margin-left:1rem}.navigation a.selected .item-number{font-weight:500}@media (max-width:1200px){.main-container{gap:3.5rem;padding:16px}}@media (max-width:1024px){.main-container{gap:3rem;padding:14px}.top-row{flex-direction:column;gap:2rem}.navigation-section,.portfolio-section,.social-section{flex:1 1;min-width:0;width:100%}.portfolio-label{margin-bottom:1.5rem}}@media (max-width:768px){.main-container{gap:2.5rem;padding:12px}.top-row{gap:1.8rem}.portfolio-label{margin-bottom:1.2rem}}@media (max-width:480px){.main-container{gap:2rem;padding:10px}.top-row{gap:1.5rem}.portfolio-label{margin-bottom:1rem}}@media (max-width:320px){.main-container{gap:1rem;padding:8px}.top-row{gap:.8rem}.portfolio-label{margin-bottom:.8rem}}.main-h1,h1{color:#000;font-size:clamp(1.5rem,4vw,4.5rem)}.main-h1,.main-h2,h1,h2{font-weight:500;letter-spacing:-.01em;line-height:1.1;margin:0 0 1rem}.main-h2,h2{color:#222;font-size:clamp(1.5rem,3vw,3rem)}@media (min-width:2000px){.main-h1,h1{font-size:4.5rem}.main-h2,h2{font-size:4,5rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.main-label{word-wrap:break-word;animation:fadeIn .8s ease-out;background:#fff;border-bottom:1px solid #f3f3f3;color:#000;display:block;font-size:clamp(1rem,2vw,1.5rem);font-weight:500;letter-spacing:.01em;margin-bottom:1rem;margin-top:0;padding-bottom:1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.main-label:hover{text-decoration:line-through;transform:translateX(5px)}@media (max-width:1024px){.main-label{margin-bottom:1.5rem}}@media (max-width:480px){.intro-main{width:100%}.main-h1,.main-h2{font-size:2.5rem}.intro-content,.main-h2{line-height:1.2}.intro-content{font-size:1.5rem}.main-label{margin-bottom:1rem;margin-top:.5rem}.projects-container{gap:4rem}}
/*# sourceMappingURL=main.f22f689b.css.map*/