:root{--background:#fafaf9;--foreground:#1c1917;--primary:#44403c;--secondary:#78716c;--accent:#d6d3d1;--gray-light:#f5f5f4;--gray-medium:#e7e5e4;--gray-dark:#57534e;--font-sans:"Inter",sans-serif;--font-serif:"Playfair Display",serif;--max-width:1200px;--header-height:80px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .3s}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--foreground);letter-spacing:-.02em;margin-bottom:1.5rem;font-weight:600;line-height:1.2}p{color:var(--gray-dark);margin-bottom:1.5rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 40px}.btn{background-color:var(--foreground);color:var(--background);font-family:var(--font-sans);letter-spacing:.05em;text-transform:uppercase;border:1px solid var(--foreground);cursor:pointer;border-radius:0;padding:14px 28px;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-block}.btn:hover{color:var(--foreground);background-color:#0000}.btn-outline{border:1px solid var(--foreground);color:var(--foreground);background-color:#0000}.btn-outline:hover{background-color:var(--foreground);color:var(--background)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s forwards fadeIn}
.Header-module__hBw1pG__header{height:var(--header-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background-color:#fafaf9cc;align-items:center;transition:all .3s;display:flex;position:sticky;top:0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-serif);color:var(--foreground);letter-spacing:-.03em;text-transform:lowercase;font-size:1.5rem;font-weight:700}.Header-module__hBw1pG__nav{display:flex}.Header-module__hBw1pG__navList{gap:40px;list-style:none;display:flex}.Header-module__hBw1pG__navList a{font-family:var(--font-sans);color:var(--gray-dark);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;font-weight:500;position:relative}.Header-module__hBw1pG__navList a:after{content:"";background-color:var(--foreground);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__hBw1pG__navList a:hover{color:var(--foreground)}.Header-module__hBw1pG__navList a:hover:after{width:100%}.Header-module__hBw1pG__linkedInItem{border-left:1px solid var(--gray-medium);margin-left:20px;padding-left:20px}.Header-module__hBw1pG__linkedInLink{color:var(--secondary)!important}.Header-module__hBw1pG__mobileMenuBtn{cursor:pointer;z-index:101;background:0 0;border:none;padding:10px;display:none}.Header-module__hBw1pG__hamburger{background-color:var(--foreground);width:24px;height:1px;transition:all .3s;display:block;position:relative}.Header-module__hBw1pG__hamburger:before,.Header-module__hBw1pG__hamburger:after{content:"";background-color:var(--foreground);width:24px;height:1px;transition:all .3s;position:absolute}.Header-module__hBw1pG__hamburger:before{top:-6px}.Header-module__hBw1pG__hamburger:after{top:6px}.Header-module__hBw1pG__active{background-color:#0000}.Header-module__hBw1pG__active:before{top:0;transform:rotate(45deg)}.Header-module__hBw1pG__active:after{top:0;transform:rotate(-45deg)}@media (max-width:768px){.Header-module__hBw1pG__mobileMenuBtn{display:block}.Header-module__hBw1pG__nav{background-color:var(--background);justify-content:center;align-items:center;width:100%;height:100vh;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-100%}.Header-module__hBw1pG__navOpen{right:0}.Header-module__hBw1pG__navList{flex-direction:column;align-items:center;gap:40px}.Header-module__hBw1pG__navList a{font-size:1.5rem;font-family:var(--font-serif);text-transform:none;letter-spacing:0}.Header-module__hBw1pG__linkedInItem{border-left:none;border-top:1px solid var(--gray-medium);margin-top:20px;margin-left:0;padding-top:20px;padding-left:0}}
.Footer-module__S6Hkya__footer{background-color:var(--gray-light);border-top:1px solid var(--gray-medium);margin-top:60px;padding:40px 0}.Footer-module__S6Hkya__content{color:var(--gray-dark);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;font-size:.9rem;display:flex}.Footer-module__S6Hkya__socials{gap:20px;display:flex}.Footer-module__S6Hkya__socials a{font-weight:500}@media (max-width:600px){.Footer-module__S6Hkya__content{text-align:center;flex-direction:column}}
