*{margin:0;padding:0;box-sizing:border-box}img{display:block;width:100%;height:auto}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.img-container{border-radius:.25em;background-color:#ced3da;overflow:hidden}.img-container img{border-radius:.25em}.row{margin-bottom:2rem;display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1rem,1.25vw,2rem)}.col{max-width:80%}.neutral-900{color:#191a1b}.neutral-500{color:#808793}.neutral-300{color:#ced3da}.neutral-200{color:#d8dde3}@media(max-width:992px){.row{grid-template-columns:repeat(1,1fr)}.col{max-width:100%}}::-webkit-scrollbar{width:16px}::-webkit-scrollbar-track{background:#ebeff4}::-webkit-scrollbar-thumb{background:#ced3da}::-webkit-scrollbar-thumb:hover{background:#0055f2}::selection{color:#fff;background-color:#626d7e}::-moz-selection{color:#fff;background-color:#626d7e}img{opacity:0;transition:opacity .5s cubic-bezier(.075,.82,.165,1)}.loaded{opacity:1}@font-face{font-family:PPNeueMontreal;src:url(/fonts/PPNeueMontreal-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}*{font-family:PPNeueMontreal,Arial,Helvetica,sans-serif}body{color:#626d7e;font-size:1.5rem;line-height:1.2em}a{text-decoration:none;color:#626d7e;transition:color .5s cubic-bezier(.075,.82,.165,1)}a:hover{color:#191a1b}hr{margin:clamp(1rem,1.25vw,2rem) 0 1rem 0;background-color:#d8dde3;height:1px;border:0}h1,h2,h3,h4,h5,h6{font-weight:400;color:#191a1b;margin-bottom:1em}p+p{margin-top:1em}*+h2,*+h3,*+h4,*+h5,*+h6{margin-top:1.25em}h1,h2{font-size:1.5rem;line-height:1.2em}h2 sup{font-size:.5em}h3{font-size:1rem;line-height:1.2em}ul{margin-top:.5em;margin-bottom:.5em;padding-left:.8em}ul li::marker{font-size:.7em}@media(max-width:1200px){body,h1,h2{font-size:1.25rem}h3{font-size:1rem}}@media(max-width:576px){body,h1,h2{font-size:1rem}h3{font-size:.75rem}}header{margin:clamp(1rem,1.25vw,2rem)}.container{margin:clamp(1rem,1.25vw,2rem)}main{padding-top:clamp(2rem,3.3333333333vw,6rem)}@media(max-width:768px){main{padding-top:clamp(1rem,1.25vw,2rem)}}.btn{cursor:pointer;border-radius:9999px;font-size:1.25rem;color:#191a1b}.btn--nav{padding:.5rem 1rem;background-color:#ebeff4;transition:background-color .5s cubic-bezier(.075,.82,.165,1)}.btn--nav:hover{background-color:#d8dde3}.btn--nav.active{background-color:#0055f2;color:#ebeff4}.link--underline{text-decoration:underline;text-decoration-color:#d8dde3;transition:text-decoration-color .5s cubic-bezier(.075,.82,.165,1),color .5s cubic-bezier(.075,.82,.165,1)}.link--underline:hover{text-decoration-color:#191a1b}@media(max-width:1200px){.btn{font-size:1rem}}@media(max-width:576px){.btn{font-size:1rem}}header{margin-bottom:.5rem}header hr{margin-bottom:0}.header{display:grid;gap:clamp(1rem,1.25vw,2rem);grid-template-columns:repeat(2,1fr)}.header__home a{color:#191a1b}.nav{position:sticky;top:0;display:flex;gap:.25rem;padding:.5rem clamp(1rem,1.25vw,2rem);z-index:99;background-color:#ffffffbf;backdrop-filter:blur(8px)}@media(max-width:992px){.header{grid-template-columns:repeat(1,1fr)}}footer{padding-top:1rem}.footer-content{display:grid;grid-template-columns:2fr 3fr}.footer-links{margin-top:25%;font-size:1rem;line-height:1.2em}.footer-links a:hover{color:#0055f2}.footer-links__legal p{color:#191a1b}.footer-links,.footer-links__container{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1rem,1.25vw,2rem)}@media(max-width:992px){.footer-content{grid-template-columns:1fr}.footer-links{margin-top:80%}}@media(max-width:576px){.footer-links,.footer-links__container{grid-template-columns:1fr}}.project-card{background-color:#ebeff4;padding:clamp(.75rem,.8333333333vw,1.5rem) clamp(.75rem,1.0416666667vw,1.75rem);display:flex;flex-direction:column;justify-content:space-between;border-radius:6px;font-size:1rem;line-height:1.2em;color:#626d7e;transition:background-color .5s cubic-bezier(.075,.82,.165,1);aspect-ratio:5/4}.project-card__image{display:block;margin:0 auto;transition:transform 1s cubic-bezier(.075,.82,.165,1),opacity 1s cubic-bezier(.075,.82,.165,1);width:80%;box-shadow:0 8px 24px #ced3da}.project-card__image img{width:100%;height:auto}.project-card__details{display:flex;justify-content:space-between;gap:clamp(1rem,1.25vw,2rem)}.project-card:hover{background-color:#d8dde3}.project-card:hover .project-card__image{transform:translateY(-4px)}.project-card:hover .project-card__image img{transform:translateY(0)}.project-card h3{margin-bottom:0}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1rem,1.25vw,2rem)}@media(max-width:1200px){.project-card{aspect-ratio:1/1}}@media(max-width:992px){.projects-grid{grid-template-columns:repeat(1,1fr)}.project-card{font-size:1rem}}@media(max-width:576px){.project-card{font-size:.75rem;aspect-ratio:10/11}}.portfolio-section h2{margin-top:0}.hero-section{margin-bottom:clamp(2rem,3.3333333333vw,6rem)}.content-section{margin-bottom:clamp(4rem,5vw,8rem)}.content-section .col:first-of-type{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1rem,1.25vw,2rem);max-width:90%}.content-section .col:first-of-type p{margin-top:0}@media(max-width:992px){.content-section{margin-bottom:clamp(2rem,3.3333333333vw,6rem)}.content-section .col:first-of-type{margin-top:1rem;order:1;grid-template-columns:1fr}}
