.site-srOnly { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { background-color: #f5efe5; color: #172033; border-bottom: 1px solid rgba(23,32,51,0.08); font-family: system-ui, -apple-system, sans-serif; position: sticky; top: 0; z-index: 60; }
.site-header__inner { max-width: 1200px; margin: 0 auto; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header__brand-area { flex: 1.5; display: flex; align-items: center; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #172033; }
.site-brand svg { width: 36px; height: 36px; fill: #1d6b62; }
.site-brand__text { display: flex; flex-direction: column; }
.site-brand__title { font-weight: 700; font-size: 1.125rem; font-family: "Arial Narrow", system-ui, sans-serif; font-stretch: condensed; letter-spacing: -0.02em; }
.site-brand__tagline { font-size: 0.75rem; color: #4a5568; text-transform: uppercase; letter-spacing: 0.05em; }
.site-header__nav-area { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 36px; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav__link { text-decoration: none; color: #172033; font-weight: 500; font-size: 0.9375rem; transition: color 0.2s; }
.site-nav__link:hover { color: #1d6b62; }
.site-header__actions { display: flex; align-items: center; gap: 18px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; border-radius: 4px; background-color: #1d6b62; color: #ffffff; text-decoration: none; font-size: 0.875rem; font-weight: 600; box-shadow: 0 4px 12px rgba(29,107,98,0.2); transition: all 0.2s; border: 1px solid #1d6b62; }
.site-header__cta:hover { background-color: #144d46; box-shadow: 0 6px 16px rgba(29,107,98,0.3); }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; border: 1px solid rgba(23,32,51,0.15); border-radius: 4px; background: transparent; color: #172033; cursor: pointer; }
.site-burger__line { display: block; width: 20px; height: 2px; margin: 0 auto; background-color: currentColor; border-radius: 2px; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__overlay { position: absolute; inset: 0; background: rgba(23,32,51,0.4); backdrop-filter: blur(4px); }
.site-mobileNav__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(400px, 85vw); background-color: #f5efe5; box-shadow: -12px 0 48px rgba(23,32,51,0.15); display: flex; flex-direction: column; padding: 24px; font-family: system-ui, -apple-system, sans-serif; }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 48px; }
.site-mobileNav__brand { font-weight: 700; font-size: 1.25rem; font-family: "Arial Narrow", system-ui, sans-serif; font-stretch: condensed; color: #172033; }
.site-mobileNav__close { width: 36px; height: 36px; border: 1px solid rgba(23,32,51,0.15); border-radius: 4px; background: transparent; color: #172033; font-size: 24px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.site-mobileNav__content { display: flex; flex-direction: column; flex: 1; justify-content: space-between; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 24px; }
.site-mobileNav__link { font-size: 1.5rem; color: #172033; text-decoration: none; font-weight: 600; font-family: "Arial Narrow", system-ui, sans-serif; font-stretch: condensed; }
.site-mobileNav__footer { padding-top: 36px; border-top: 1px solid rgba(23,32,51,0.1); margin-top: 36px; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 16px; border-radius: 4px; background-color: #1d6b62; color: #ffffff; text-decoration: none; font-weight: 600; font-size: 1.125rem; box-shadow: 0 4px 12px rgba(29,107,98,0.2); }
.site-footer { background-color: #172033; color: #f5efe5; padding: 72px 24px 24px; font-family: system-ui, -apple-system, sans-serif; }
.site-footer__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; }
.site-footer__brand-col { max-width: 320px; }
.site-footer__brand { display: block; font-size: 1.5rem; font-weight: 700; margin-bottom: 18px; font-family: "Arial Narrow", system-ui, sans-serif; font-stretch: condensed; color: #ffffff; }
.site-footer__summary { font-size: 0.9375rem; line-height: 1.6; color: rgba(245,239,229,0.8); margin: 0; }
.site-footer__contact-slab { background-color: rgba(245,239,229,0.05); padding: 32px; border-radius: 4px; border: 1px solid rgba(245,239,229,0.1); display: flex; flex-direction: column; gap: 12px; }
.site-footer__heading { font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(245,239,229,0.5); margin: 0 0 12px 0; font-weight: 600; }
.site-footer__contact-link { color: #f5efe5; text-decoration: none; font-size: 1rem; transition: color 0.2s; line-height: 1.5; }
.site-footer__contact-link:hover { color: #1d6b62; }
.site-footer__contact-link--map { margin-top: 8px; color: rgba(245,239,229,0.8); font-size: 0.9375rem; }
.site-footer__utilities-col { display: flex; flex-direction: column; }
.site-footer__nav { display: flex; flex-direction: column; gap: 16px; }
.site-footer__link { color: rgba(245,239,229,0.9); text-decoration: none; font-size: 0.9375rem; transition: color 0.2s; }
.site-footer__link:hover { color: #ffffff; }
.site-footer__link--legal { font-size: 0.8125rem; color: rgba(245,239,229,0.5); margin-top: 8px; }
.site-footer__bottom { max-width: 1200px; margin: 72px auto 0; padding-top: 24px; border-top: 1px solid rgba(245,239,229,0.1); text-align: left; font-size: 0.8125rem; color: rgba(245,239,229,0.5); }
@media (max-width: 900px) { .site-nav--desktop { display: none; } .site-header__cta { display: none; } .site-burger { display: flex; } .site-header__inner { padding: 12px 18px; } .site-footer__inner { grid-template-columns: 1fr; gap: 48px; } .site-footer__contact-slab { padding: 24px; } .site-brand__tagline { display: none; } }
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
