html{font-size:62.5%;font-family:questa-sans,sans-serif;font-weight:400;scroll-behavior:smooth;scroll-padding-top:100px}:root{--border-color:#25282e}body{font-style:normal;background-color:#fff;font-size:1.6rem;color:rgba(0,0,0,.9);overflow-x:clip}a{color:#fff}.page-container{overflow-x:clip}body:has(menu.active){overflow:hidden}body:has(menu.active) .page-container{overflow:hidden}body:has(menu.active):before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;z-index:99;opacity:.5}header{background-color:hsla(0,0%,100%,.8);height:100px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px rgba(0,0,0,.3);padding:5.2rem 2.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:visible}header .logo{opacity:.8;margin-top:4px}header .logo a{font-weight:400;text-decoration:none;font-size:clamp(2.6rem,2.28vw,3.6rem);color:#25282e;display:flex;align-items:center;gap:1rem}header .logo a svg{width:clamp(2.8rem,2.5vw,3.2rem);margin-bottom:4px}header menu{display:flex;list-style:none;gap:clamp(1.4rem,4.06vw,5.2rem);font-size:clamp(1.8rem,1.8vw,2.4rem)}@media screen and (max-width:768px){header menu{padding:2rem;position:fixed;top:0;right:0;width:80vw;flex-direction:column;background-color:#fff;height:100vh;box-shadow:0 2px 8px rgba(0,0,0,.3);transition:transform .25s ease-in-out;overscroll-behavior:contain}header menu:before{content:"";position:absolute;top:0;left:0;width:100vh;height:100%;background:hsla(0,0%,100%,.8);z-index:-1}header menu:not(.active){transform:translateX(100%)}}header menu.active{transform:translateX(0)}header menu a{text-decoration:none;color:var(--border-color);font-weight:400;opacity:.8}header menu li{position:relative;height:4.1rem;line-height:4.1rem;white-space:nowrap}header menu li a{display:inline-block;width:100%;padding:0 clamp(.7rem,1.09vw,1.4rem)}header menu li a:hover{color:#000}header menu li:not(.contact):before{opacity:0;transition:opacity .25s ease-in-out;content:"";position:absolute;width:100%;background:hsla(0,0%,89%,.8);border-radius:1rem;height:4.1rem}header menu li.active:not(.contact):before{opacity:1}header menu li:hover:before{opacity:.4}header menu li.contact{border:1px solid var(--border-color)}footer,section{width:100%;display:flex;justify-content:center}footer .content,section .content{max-width:1280px;overflow:hidden;padding:2rem 2.5rem 4rem;width:100%}section h2{color:#58595b;font-size:4.8rem;font-family:questa-grande,serif;font-weight:700;width:100%;border-bottom:3px solid #ebebec;margin-bottom:3rem}section.dark h2{color:#aeafb2;border-color:#3b3d43}p+p{margin-top:1rem}section.dark p{color:hsla(0,0%,100%,.9)}img{height:auto}.modal-container{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}