.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 { position: sticky; top: 0; left: 0; right: 0; width: 100%; z-index: 60; padding: 16px 20px; background-color: #f5efe5; font-family: system-ui, -apple-system, sans-serif; }
.site-header__frame { max-width: 1240px; margin: 0 auto; background: #ffffff; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 12px; box-shadow: 0 4px 20px rgba(2, 44, 34, 0.05); border: 1px solid rgba(2, 44, 34, 0.05); }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #022c22; font-weight: 800; font-size: 1.125rem; letter-spacing: -0.01em; }
.site-brand svg { width: 32px; height: 32px; color: #1d6b62; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav__link { text-decoration: none; color: #172033; font-weight: 600; font-size: 0.95rem; transition: color 0.2s ease; }
.site-nav__link:hover { color: #f97316; }
.site-header__actions { display: flex; align-items: center; gap: 16px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 8px; background: #f97316; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 0.95rem; transition: background-color 0.2s ease; }
.site-header__cta:hover { background: #ea580c; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: none; background: transparent; color: #022c22; cursor: pointer; padding: 0 8px; }
.site-burger__line { display: block; width: 100%; height: 2px; border-radius: 2px; background: currentColor; transition: transform 0.2s ease, opacity 0.2s ease; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; font-family: system-ui, -apple-system, sans-serif; }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__overlay { position: absolute; inset: 0; background: rgba(2, 44, 34, 0.4); backdrop-filter: blur(4px); }
.site-mobileNav__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(360px, 90vw); background: #ffffff; display: flex; flex-direction: column; box-shadow: -10px 0 30px rgba(2, 44, 34, 0.1); }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid rgba(2, 44, 34, 0.05); }
.site-mobileNav__brand { font-weight: 800; color: #022c22; font-size: 1.25rem; }
.site-mobileNav__close { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border: none; background: #f5efe5; color: #022c22; border-radius: 50%; font-size: 1.5rem; cursor: pointer; }
.site-mobileNav__content { display: flex; flex-direction: column; justify-content: space-between; flex: 1; padding: 32px 24px; overflow-y: auto; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 24px; }
.site-mobileNav__link { color: #022c22; text-decoration: none; font-weight: 700; font-size: 1.25rem; }
.site-mobileNav__actionArea { margin-top: 48px; display: flex; flex-direction: column; gap: 16px; padding-top: 32px; border-top: 2px solid #f5efe5; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 14px; border-radius: 8px; background: #1d6b62; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 1.125rem; }
.site-mobileNav__email { text-align: center; color: #f97316; font-weight: 600; text-decoration: none; font-size: 0.95rem; }
.site-footer { background: #022c22; color: #f5efe5; padding: 64px 20px 24px; margin-top: 64px; font-family: system-ui, -apple-system, sans-serif; }
.site-footer__inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; }
.site-footer__brandCol { display: flex; flex-direction: column; gap: 16px; }
.site-footer__brand { font-size: 1.5rem; font-weight: 800; color: #ffffff; }
.site-footer__summary { margin: 0; line-height: 1.6; color: #d1d5db; max-width: 320px; }
.site-footer__contactLink { color: #f97316; text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }
.site-footer__contactLink:hover { text-decoration: underline; }
.site-footer__navTitle { display: block; font-weight: 700; color: #ffffff; margin-bottom: 20px; font-size: 1.125rem; }
.site-footer__links { display: flex; flex-direction: column; gap: 12px; }
.site-footer__link { color: #d1d5db; text-decoration: none; transition: color 0.2s ease; }
.site-footer__link:hover { color: #ffffff; }
.site-footer__bottom { max-width: 1240px; margin: 64px auto 0; padding-top: 24px; border-top: 1px solid rgba(245, 239, 229, 0.1); text-align: center; color: #9ca3af; font-size: 0.875rem; }
.site-footer__bottom p { margin: 0; }
@media (max-width: 900px) { .site-nav--desktop { display: none; } .site-header__cta { display: none; } .site-burger { display: flex; } .site-footer__inner { grid-template-columns: 1fr; gap: 40px; } }
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
