.Header-module__hBw1pG__header{z-index:100;background:var(--background);border-bottom:1px solid #0000000d;position:sticky;top:0}.Header-module__hBw1pG__container{max-width:var(--max-width);padding:0 var(--space-md);height:var(--header-height);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--foreground);font-size:1.25rem}.Header-module__hBw1pG__nav{gap:var(--space-lg);display:flex}.Header-module__hBw1pG__navLink{color:var(--text-secondary);letter-spacing:.01em;font-size:.9rem;transition:color .2s}.Header-module__hBw1pG__navLink:hover{color:var(--foreground)}.Header-module__hBw1pG__contactButton{background:var(--accent);color:#fff;letter-spacing:.01em;border-radius:4px;padding:.65rem 1.25rem;font-size:.85rem;transition:background .2s}.Header-module__hBw1pG__contactButton:hover{background:var(--accent-hover)}.Header-module__hBw1pG__menuButton{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.Header-module__hBw1pG__menuIcon{background:var(--foreground);width:24px;height:2px;transition:background .2s;display:block;position:relative}.Header-module__hBw1pG__menuIcon:before,.Header-module__hBw1pG__menuIcon:after{content:"";background:var(--foreground);width:100%;height:2px;transition:transform .2s;position:absolute;left:0}.Header-module__hBw1pG__menuIcon:before{top:-7px}.Header-module__hBw1pG__menuIcon:after{top:7px}.Header-module__hBw1pG__menuIconOpen{background:0 0}.Header-module__hBw1pG__menuIconOpen:before{transform:translateY(7px)rotate(45deg)}.Header-module__hBw1pG__menuIconOpen:after{transform:translateY(-7px)rotate(-45deg)}@media (max-width:768px){.Header-module__hBw1pG__nav{top:var(--header-height);background:var(--background);padding:var(--space-md);gap:var(--space-md);opacity:0;pointer-events:none;border-bottom:1px solid #0000000d;flex-direction:column;transition:transform .3s,opacity .3s;position:fixed;left:0;right:0;transform:translateY(-100%)}.Header-module__hBw1pG__navOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.Header-module__hBw1pG__navLink{font-size:1rem}.Header-module__hBw1pG__contactButton{display:none}.Header-module__hBw1pG__menuButton{display:block}}
.Hero-module__ZARIfG__hero{min-height:calc(100vh - var(--header-height));text-align:center;padding:var(--space-2xl)var(--space-md);justify-content:center;align-items:center;display:flex}.Hero-module__ZARIfG__container{max-width:800px}.Hero-module__ZARIfG__headline{margin-bottom:var(--space-md);color:var(--foreground);font-size:clamp(3rem,8vw,5.5rem)}.Hero-module__ZARIfG__tagline{color:var(--text-secondary);margin-bottom:var(--space-lg);letter-spacing:.02em;font-size:clamp(1.25rem,3vw,1.75rem)}.Hero-module__ZARIfG__cta{background:var(--accent);color:#fff;letter-spacing:.01em;border-radius:4px;padding:.9rem 2rem;font-size:1rem;transition:background .2s;display:inline-block}.Hero-module__ZARIfG__cta:hover{background:var(--accent-hover)}
.Philosophy-module__PUxW5G__philosophy{padding:var(--space-2xl)var(--space-md)}.Philosophy-module__PUxW5G__container{text-align:center;max-width:700px;margin:0 auto}.Philosophy-module__PUxW5G__heading{margin-bottom:var(--space-lg);color:var(--foreground);font-size:clamp(2rem,5vw,3rem)}.Philosophy-module__PUxW5G__body{color:var(--text-secondary);font-size:clamp(1.1rem,2.5vw,1.35rem);line-height:1.8}
.Services-module__dpHhBa__services{padding:var(--space-2xl)var(--space-md)}.Services-module__dpHhBa__container{max-width:var(--max-width);margin:0 auto}.Services-module__dpHhBa__heading{margin-bottom:var(--space-xl);text-align:center;color:var(--foreground);font-size:clamp(2rem,5vw,3rem)}.Services-module__dpHhBa__grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.Services-module__dpHhBa__service{text-align:center;padding:var(--space-md)}.Services-module__dpHhBa__serviceTitle{margin-bottom:var(--space-sm);color:var(--foreground);font-size:clamp(1.25rem,2.5vw,1.5rem)}.Services-module__dpHhBa__serviceDescription{color:var(--text-secondary);font-size:1rem;line-height:1.7}@media (max-width:900px){.Services-module__dpHhBa__grid{gap:var(--space-lg);grid-template-columns:1fr}.Services-module__dpHhBa__service{max-width:400px;margin:0 auto}}
.Contact-module__hcVmEa__contact{padding:var(--space-2xl)var(--space-md)}.Contact-module__hcVmEa__container{text-align:center;max-width:600px;margin:0 auto}.Contact-module__hcVmEa__heading{margin-bottom:var(--space-md);color:var(--foreground);font-size:clamp(2rem,5vw,3rem)}.Contact-module__hcVmEa__body{color:var(--text-secondary);margin-bottom:var(--space-lg);font-size:clamp(1.1rem,2.5vw,1.25rem)}.Contact-module__hcVmEa__email{color:var(--accent);border-bottom:1px solid var(--accent);padding-bottom:2px;font-size:clamp(1rem,2vw,1.15rem);transition:color .2s,border-color .2s}.Contact-module__hcVmEa__email:hover{color:var(--accent-hover);border-color:var(--accent-hover)}.Contact-module__hcVmEa__button{background:var(--accent);color:#fff;cursor:pointer;letter-spacing:.01em;font-size:1rem;font-family:var(--font-sans);border:none;border-radius:4px;padding:.9rem 2rem;transition:background .2s}.Contact-module__hcVmEa__button:hover{background:var(--accent-hover)}
.Footer-module__S6Hkya__footer{padding:var(--space-lg)var(--space-md);border-top:1px solid #0000000d}.Footer-module__S6Hkya__container{max-width:var(--max-width);text-align:center;margin:0 auto}.Footer-module__S6Hkya__copyright{color:var(--text-secondary);font-size:.85rem}
