:root{--font-heading: "Manrope", sans-serif;--font-body: "Inter", sans-serif;font-family:var(--font-body);line-height:1.6;font-weight:400;--text: #222222;--background: #faf7f1;--background-hover: rgba(255, 255, 255, .05);--primary: #2d8e77;--primary-hover: color-mix(in srgb, var(--primary), black 20%);--accent: #cc6e4a;--hover: #b55b3d;--secondary: #76738b;--divider: #e4e6ea;--background-dark: #242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--text);background-color:var(--background)}body.no-scroll{position:fixed;overflow:hidden;width:100%;height:100vh;top:0;left:0;overscroll-behavior:none;touch-action:none}#app{min-height:100dvh;min-height:100vh;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-rows:auto 1fr auto}header,footer{flex:0 0 auto}main{flex:1 0 auto}h1,h2,h3{font-family:var(--font-heading);font-weight:600;margin-bottom:1rem}h1{font-size:clamp(2rem,6vw,3.5rem);line-height:1.1}h2{font-size:clamp(1.55rem,3vw,2rem);font-weight:400}img,picture{max-width:100%;display:block}a{text-decoration:none;color:inherit}a svg,a img{vertical-align:middle}button,.primary-button,.secondary-button{display:inline-block;padding:.75rem 1.25rem;border-radius:.5rem;text-decoration:none;transition:background-color .25s ease,color .25s ease,box-shadow .25s ease,transform .2s ease;box-shadow:0 1px 3px #0000001a;cursor:pointer;font-family:var(--font-body);font-weight:500;border:none;white-space:nowrap}button:hover,.primary-button:hover,.secondary-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001f}.primary-button,button.primary-button{background-color:var(--primary);color:var(--divider)}.primary-button:hover,button.primary-button:hover{background-color:var(--primary-hover)}.secondary-button,button.secondary-button{background-color:var(--background);color:var(--text);outline:2px solid var(--accent);outline-offset:-2px;transition:all .25s ease}.secondary-button:hover,button.secondary-button:hover{background:var(--accent);outline:var(--primary)}.card{padding:2em}@media (prefers-color-scheme: dark){:root{--background: #0f0f10;--text: #e6e6e6;--primary: #0d59ab;--accent: #2d8e77;--hover: #cc6e4a}}@media (max-width: 768px){#app{padding:0 1rem}h1{font-size:clamp(1.8rem,8vw,3rem)}h2{font-size:clamp(1.35rem,4vw,1.8rem)}}footer[data-v-f5ef6db4]{display:flex;align-items:center;justify-content:center;padding:1.5rem 0;min-height:3rem;color:var(--text)}.footer-social-container[data-v-f5ef6db4]{display:flex;align-items:center;gap:1rem;margin-right:2rem}.footer-social-container a[data-v-f5ef6db4]{color:var(--text)}.footer-social-container a[data-v-f5ef6db4]:hover{color:var(--accent)}.navbar-container[data-v-8794f3db]{margin:2rem auto;display:flex;justify-content:space-between;align-items:center}.logo[data-v-8794f3db]{width:38px;height:38px;object-fit:cover;image-rendering:auto;align-items:center}h2 a[data-v-8794f3db]{color:#fff;font-size:1.3rem}.logo-section h2 a[data-v-8794f3db]:hover{color:var(--primary-hover)}.desktop-nav[data-v-8794f3db]{display:flex;gap:3rem}.desktop-nav a[data-v-8794f3db]{font-size:1.2rem;cursor:pointer;color:var(--text);position:relative}.desktop-nav a[data-v-8794f3db]:after{content:"";position:absolute;left:0;bottom:-7px;height:5px;width:0%;transition:width .3s ease;background-color:var(--primary)}.desktop-nav a[data-v-8794f3db]:hover:after{width:100%}.desktop-nav .router-link-exact-active[data-v-8794f3db]:after{width:100%;background-color:var(--primary)}.hamburger[data-v-8794f3db]{display:none;flex-direction:column;justify-content:space-between;width:30px;height:12px;background:none;border:none;cursor:pointer;padding:0;z-index:1001}.bar[data-v-8794f3db]{display:block;height:3px;width:100%;background:var(--text);border-radius:3px;transition:all .4s ease}.hamburger.open .bar[data-v-8794f3db]:nth-child(1){transform:rotate(45deg) translate(3px,3px)}.hamburger.open .bar[data-v-8794f3db]:nth-child(2){transform:rotate(-45deg) translate(3px,-3px)}.backdrop[data-v-8794f3db]{position:fixed;top:0;left:0;width:100vw;height:100dvh;background:#000c;z-index:900;overflow:hidden}.mobile-nav[data-v-8794f3db]{position:fixed;top:0;right:0;overflow:hidden;height:100dvh;height:100vh;width:min(70%,300px);background-color:#212121;padding:2rem 1.5rem;box-shadow:-2px 0 10px #00000080;display:flex;flex-direction:column;z-index:1000;border-left:2px solid var(--primary)}.mobile-nav-links[data-v-8794f3db]{display:flex;flex-direction:column;margin:2.5rem 0;gap:1.5rem}.mobile-nav-links a[data-v-8794f3db]{color:var(--text);font-size:1.5rem;font-weight:500}.mobile-nav .mobile-nav-links a[data-v-8794f3db]:active,.mobile-nav .mobile-nav-links a[data-v-8794f3db]:focus-visible,.social-links a[data-v-8794f3db]:active,.social-links a[data-v-8794f3db]:focus-visible{color:var(--primary);transform:scale(.98)}.mobile-nav .divider[data-v-8794f3db]{width:100%;height:1px;background-color:var(--divider);margin:2rem 0}.mobile-nav .social-links[data-v-8794f3db]{display:flex;flex-direction:column;gap:1rem}.mobile-nav .social-links a[data-v-8794f3db]{font-size:1.25rem;color:#fff;transition:color .25s ease,transform .2s ease}.slide-enter-active[data-v-8794f3db],.slide-leave-active[data-v-8794f3db]{transition:transform .3s ease}.slide-enter-from[data-v-8794f3db],.slide-leave-to[data-v-8794f3db]{transform:translate(100%)}@media (max-width: 768px){.desktop-nav[data-v-8794f3db]{display:none}.hamburger[data-v-8794f3db]{display:flex}}.hero__inner[data-v-46087e03]{margin:0 auto;padding:6rem 2rem;max-width:1200px;display:flex;align-items:center;justify-content:space-between;gap:4rem}.hero__content[data-v-46087e03]{flex:1 1 60%}.intro-label[data-v-46087e03]{font-size:clamp(.8rem,1vw,1rem);opacity:.9;line-height:1;font-family:var(--font-body)}.hero-buttons[data-v-46087e03]{display:flex;gap:2.5rem;margin-top:2rem}.cta[data-v-46087e03]{font-size:clamp(.9rem,5vw,1.3rem);line-height:1.5;font-family:var(--font-body)}.hero__image[data-v-46087e03]{flex:1 1 40%;display:flex;justify-content:center}.pfp[data-v-46087e03]{max-width:clamp(300px,40vw,100%);height:auto}@media (max-width: 968px){.hero__inner[data-v-46087e03]{flex-direction:column;text-align:center;gap:2rem;padding:2rem .5rem}.hero__content[data-v-46087e03]{flex:none}.hero-buttons[data-v-46087e03]{justify-content:center}}.about-container[data-v-143686f1]{display:flex;flex-direction:column;gap:3rem;padding:1rem 2rem}.about-container h2[data-v-143686f1]{margin-bottom:1rem}.about[data-v-143686f1]{display:flex;align-items:center;gap:4rem}.about.reverse[data-v-143686f1]{flex-direction:row-reverse}.about-text[data-v-143686f1]{flex:1;text-align:left;font-size:1.3rem;line-height:1.6}img[data-v-143686f1]{width:100%;max-width:350px;height:auto;border-radius:12px;object-fit:contain;display:block}.img-large img[data-v-143686f1]{max-width:450px}@media (max-width: 768px){.about-container h2[data-v-143686f1]{text-align:center}.about[data-v-143686f1]{flex-direction:column-reverse;gap:2rem}.about.reverse[data-v-143686f1]{flex-direction:column-reverse}.about-text[data-v-143686f1]{font-size:1.1rem;text-align:center}img[data-v-143686f1]{max-width:280px}.img-large img[data-v-143686f1]{max-width:350px}.img-small img[data-v-143686f1]{max-width:250px}}.card[data-v-c9dfea24]{border-radius:2rem 2rem 1rem 1rem;background:var(--divider);padding:0;min-width:300px;max-width:400px;width:100%}.card-image[data-v-c9dfea24]{max-width:100%;object-fit:cover;border-radius:1rem 1rem 0 0}.card-content[data-v-c9dfea24]{padding:1rem 2rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-content:space-between}.card-title[data-v-c9dfea24]{margin:.5rem 0;font-size:1.25rem;color:#555}.card-description[data-v-c9dfea24]{font-size:1rem;color:#555;flex:1}.card-buttons[data-v-c9dfea24]{display:flex;justify-content:center;gap:2.5rem;margin-top:1rem}@media screen and (max-width: 678px){.card-buttons[data-v-c9dfea24]{gap:1.5rem}}section[data-v-c48b005e]{padding:1rem 0;margin:1rem 0}.card-grid[data-v-c48b005e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;padding:1.5rem}.tba-text[data-v-c48b005e]{color:var(--secondary);font-size:18px;text-align:center}@media screen and (max-width: 768px){h2[data-v-c48b005e]{text-align:center}.card-grid[data-v-c48b005e]{gap:2rem;place-items:center}}.contact-section[data-v-bf19a9f1]{padding:3rem 1rem;text-align:center}.contact-intro[data-v-bf19a9f1]{font-size:1.35rem;line-height:1.7;max-width:60ch;margin:0 auto 2rem;text-align:center}p[data-v-bf19a9f1]{max-width:600px;text-align:center;line-height:1.6}h2[data-v-bf19a9f1]{text-align:center;margin-bottom:1.5rem}.contact-links[data-v-bf19a9f1]{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.contact-card[data-v-bf19a9f1]{display:flex;flex-direction:column;align-items:center;gap:.55rem;background:#fff5e3;padding:1.3rem;border-radius:16px;width:140px;text-decoration:none;color:var(--primary);transition:transform .2s ease,background .2s ease}.contact-card[data-v-bf19a9f1]:hover{transform:translateY(-4px);background:#f0f0f0}.contact-card[data-v-bf19a9f1]:active{border:2px solid var(--primary)}.contact-card .icon[data-v-bf19a9f1]{width:32px;height:32px}.cta-text[data-v-bf19a9f1]{text-align:left;margin-top:2.5rem;font-style:italic;color:#555}
