.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: 60; background: #fdfbf7; color: #172033; font-family: system-ui, -apple-system, sans-serif; border-bottom: 1px solid #e5e7eb; }
.site-header__top { background: #6b4c6a; color: #fdfbf7; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; text-align: center; padding: 8px 16px; }
.site-header__main { padding: 16px; }
.site-header__inner { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #172033; font-weight: 800; font-size: 20px; letter-spacing: -0.02em; }
.site-brand svg { width: 32px; height: 32px; flex-shrink: 0; color: #6b4c6a; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav__link { text-decoration: none; color: #172033; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; transition: color 0.2s; }
.site-nav__link:hover { color: #6b4c6a; }
.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; border-radius: 8px; background: #6b4c6a; color: #fdfbf7; text-decoration: none; font-size: 14px; font-weight: 700; transition: background 0.2s; box-shadow: 0 4px 6px -1px rgba(107, 76, 106, 0.2); }
.site-header__cta:hover { background: #5a3f59; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: none; background: transparent; color: #172033; cursor: pointer; }
.site-burger__line { display: block; width: 24px; height: 2px; margin: 0 auto; border-radius: 2px; background: currentColor; transition: transform 0.2s ease; }

.site-mobileNav { position: fixed; inset: 0; z-index: 70; background: #fdfbf7; font-family: system-ui, -apple-system, sans-serif; }
.site-mobileNav[hidden], .site-mobileNav.hidden { display: none; }
.site-mobileNav[data-mobile-open="1"] { display: block; }
.site-mobileNav__panel { width: 100vw; height: 100%; padding: 24px; display: flex; flex-direction: column; box-sizing: border-box; }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 48px; }
.site-mobileNav__brand { font-weight: 800; font-size: 20px; color: #172033; }
.site-mobileNav__close { width: 44px; height: 44px; border: none; background: transparent; color: #172033; font-size: 36px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 24px; flex-grow: 1; }
.site-mobileNav__link { color: #172033; text-decoration: none; font-size: 32px; font-weight: 700; letter-spacing: -0.02em; transition: color 0.2s; }
.site-mobileNav__link:hover { color: #6b4c6a; }
.site-mobileNav__cta-block { padding-top: 32px; border-top: 1px solid #e5e7eb; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 16px; border-radius: 8px; background: #6b4c6a; color: #fdfbf7; text-decoration: none; font-weight: 700; font-size: 18px; box-shadow: 0 4px 6px -1px rgba(107, 76, 106, 0.2); }

.site-footer { background: #f3f4f6; color: #172033; font-family: system-ui, -apple-system, sans-serif; padding: 64px 16px 24px; border-top: 1px solid #e5e7eb; }
.site-footer__inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; margin-bottom: 64px; }
.site-footer__brand { display: block; font-size: 20px; font-weight: 800; margin-bottom: 16px; color: #172033; }
.site-footer__summary { margin: 0; font-size: 15px; line-height: 1.6; color: #4b5563; max-width: 320px; }
.site-footer__heading { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 20px; color: #172033; }
.site-footer__links { display: flex; flex-direction: column; gap: 12px; }
.site-footer__link { color: #4b5563; text-decoration: none; font-size: 15px; transition: color 0.2s; }
.site-footer__link:hover { color: #6b4c6a; }
.site-footer__contact { display: flex; flex-direction: column; gap: 12px; }
.site-footer__contactLink { color: #4b5563; text-decoration: none; transition: color 0.2s; }
.site-footer__contactLink:hover { color: #6b4c6a; }
.site-footer__bottom { border-top: 1px solid #e5e7eb; padding-top: 24px; }
.site-footer__bottom-inner { max-width: 1400px; margin: 0 auto; font-size: 14px; color: #6b7280; text-align: center; }

@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}
