.site-header{position:sticky;top:0;z-index:50;width:100%;background-color:rgba(251,249,248,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 1px 0 rgba(195,200,191,.4)}.site-header .site-header-nav{display:flex;align-items:center;justify-content:space-between;padding-top:16px;padding-bottom:16px}.site-header .site-header-brand{display:flex;flex-direction:column;gap:4px}@media(min-width:768px){.site-header .site-header-brand{flex-direction:row;align-items:center;gap:16px}}.site-header .site-header-brand-name{color:#47614a;font-weight:400}.site-header .site-header-brand-name,.site-header .site-header-phone{font-family:var(--font-family-sans),Manrope,system-ui,sans-serif;font-size:16px;line-height:24px}.site-header .site-header-phone{display:inline-flex;align-items:center;gap:8px;color:#5f7a61;transition:opacity .2s ease-in-out;font-weight:600;letter-spacing:.02em}.site-header .site-header-phone:hover{opacity:.85}.site-header .site-header-phone-icon{display:block;width:16px;height:16px;flex-shrink:0}.site-header .site-header-desktop{display:none;align-items:center;gap:32px}@media(min-width:768px){.site-header .site-header-desktop{display:flex}}.site-header .site-header-link{color:#434842;font-family:var(--font-family-sans),Manrope,system-ui,sans-serif;font-size:16px;line-height:24px;font-weight:400;transition:color .2s ease-in-out}.site-header .site-header-link:hover{color:#47614a}.site-header .site-header-link--active{color:#47614a;font-weight:600;border-bottom:2px solid #47614a;padding-bottom:4px}.site-header .site-header-cta{padding:8px 24px}.site-header .site-header-menu-toggle{display:flex;color:#47614a}@media(min-width:768px){.site-header .site-header-menu-toggle{display:none}}.site-header .site-header-menu-icon{width:24px;height:24px}.site-header .site-header-mobile{display:flex;flex-direction:column;gap:16px;padding:0 16px 24px}@media(min-width:768px){.site-header .site-header-mobile{display:none}}.site-header .site-header-mobile .site-header-mobile-link{color:#434842;font-family:var(--font-family-sans),Manrope,system-ui,sans-serif;font-size:16px;line-height:24px;font-weight:400;padding:8px 0}.site-header .site-header-mobile .site-header-mobile-link--active{color:#47614a;font-weight:600}.site-header .site-header-mobile .site-header-mobile-cta{width:100%;margin-top:8px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;background-color:#fbf9f8;color:#1b1c1c;font-family:var(--font-family-sans),Manrope,system-ui,sans-serif;font-size:16px;line-height:24px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}img{display:block;max-width:100%}