.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; z-index: 100; width: 100%; padding: 16px 24px; background-color: #f9f8f6; }
.site-header__frame { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; background-color: #ffffff; padding: 12px 32px; border: 1px solid #e5e3db; border-radius: 4px; box-shadow: 0 2px 8px rgba(46, 59, 22, 0.04); }
.site-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #2e3b16; }
.site-brand svg { width: 32px; height: 32px; fill: #4a5d23; }
.site-brand__text { font-family: system-ui, sans-serif; font-size: 1.25rem; font-weight: 700; letter-spacing: -0.02em; }
.site-nav { display: flex; gap: 32px; }
.site-nav__link { font-family: system-ui, sans-serif; font-size: 0.9375rem; font-weight: 500; color: #4a5d23; text-decoration: none; transition: color 0.2s ease; }
.site-nav__link:hover { color: #8b5a2b; }
.site-header__actions { display: flex; align-items: center; gap: 16px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 24px; background-color: #4a5d23; color: #ffffff; text-decoration: none; font-family: system-ui, sans-serif; font-size: 0.9375rem; font-weight: 600; border-radius: 4px; transition: background-color 0.2s ease; }
.site-header__cta:hover { background-color: #2e3b16; }
.site-burger { display: none; flex-direction: column; justify-content: space-between; width: 32px; height: 24px; background: none; border: none; padding: 0; cursor: pointer; color: #2e3b16; }
.site-burger__line { width: 100%; height: 2px; background-color: currentColor; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.site-footer { background-color: #ffffff; border-top: 1px solid #e5e3db; padding: 80px 24px 40px; font-family: system-ui, sans-serif; color: #4a5d23; }
.site-footer__grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.site-footer__brand-col { display: flex; flex-direction: column; gap: 16px; }
.site-footer__brand-name { font-size: 1.5rem; font-weight: 700; color: #2e3b16; letter-spacing: -0.02em; }
.site-footer__brand-desc { font-size: 0.9375rem; line-height: 1.6; margin: 0; max-width: 320px; }
.site-footer__heading { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; color: #8b5a2b; margin-bottom: 20px; display: block; }
.site-footer__nav { display: flex; flex-direction: column; gap: 12px; }
.site-footer__link { color: #4a5d23; text-decoration: none; font-size: 0.9375rem; transition: color 0.2s ease; }
.site-footer__link:hover { color: #8b5a2b; }
.site-footer__bottom { max-width: 1280px; margin: 64px auto 0; padding-top: 24px; border-top: 1px solid #e5e3db; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.site-footer__copyright { font-size: 0.875rem; margin: 0; color: #7a8c53; }
.site-mobile-nav { position: fixed; inset: 0; z-index: 200; display: flex; justify-content: flex-end; }
.site-mobile-nav[hidden] { display: none; }
.site-mobile-nav__overlay { position: absolute; inset: 0; background-color: rgba(46, 59, 22, 0.4); backdrop-filter: blur(4px); }
.site-mobile-nav__drawer { position: relative; width: 100%; max-width: 400px; background-color: #f9f8f6; height: 100%; display: flex; flex-direction: column; box-shadow: -4px 0 24px rgba(0,0,0,0.1); transform: translateX(100%); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.site-mobile-nav[data-mobile-open="1"] .site-mobile-nav__drawer { transform: translateX(0); }
.site-mobile-nav__header { display: flex; align-items: center; justify-content: space-between; padding: 24px 32px; border-bottom: 1px solid #e5e3db; }
.site-mobile-nav__brand { font-family: system-ui, sans-serif; font-size: 1.25rem; font-weight: 700; color: #2e3b16; }
.site-mobile-nav__close { background: none; border: none; color: #2e3b16; cursor: pointer; padding: 8px; margin: -8px; display: flex; align-items: center; justify-content: center; }
.site-mobile-nav__content { padding: 40px 32px; display: flex; flex-direction: column; gap: 32px; flex-grow: 1; overflow-y: auto; }
.site-mobile-nav__link { font-family: system-ui, sans-serif; font-size: 1.5rem; font-weight: 600; color: #2e3b16; text-decoration: none; transition: color 0.2s ease; }
.site-mobile-nav__link:hover { color: #8b5a2b; }
.site-mobile-nav__footer { padding: 32px; border-top: 1px solid #e5e3db; display: flex; flex-direction: column; gap: 16px; background-color: #ffffff; }
.site-mobile-nav__cta { display: flex; align-items: center; justify-content: center; padding: 14px 24px; background-color: #4a5d23; color: #ffffff; text-decoration: none; font-family: system-ui, sans-serif; font-size: 1.0625rem; font-weight: 600; border-radius: 4px; }
.site-mobile-nav__email { text-align: center; font-family: system-ui, sans-serif; font-size: 0.9375rem; color: #8b5a2b; text-decoration: none; font-weight: 500; }
@media (max-width: 992px) {
  .site-header { padding: 12px; }
  .site-header__frame { padding: 12px 20px; }
  .site-nav { display: none; }
  .site-header__cta { display: none; }
  .site-burger { display: flex; }
  .site-footer__grid { 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}
