.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-color: #f5efe5; color: #172033; border-bottom: 1px solid rgba(23, 32, 51, 0.08); font-family: system-ui, -apple-system, sans-serif; }
.site-header__inner { max-width: 1200px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: #172033; font-weight: 700; font-size: 1.25rem; font-family: ui-serif, Georgia, serif; }
.site-brand svg { width: 32px; height: 32px; fill: #1d6b62; }
.site-nav { display: flex; align-items: center; gap: 32px; flex: 1; justify-content: center; }
.site-nav__link { text-decoration: none; color: #172033; font-weight: 500; font-size: 0.95rem; transition: color 0.2s ease; }
.site-nav__link:hover { color: #1d6b62; }
.site-header__actions { display: flex; align-items: center; gap: 16px; min-width: max-content; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 16px; background-color: #1d6b62; color: #ffffff; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: background-color 0.2s ease; }
.site-header__cta:hover { background-color: #144d46; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: 1px solid rgba(23, 32, 51, 0.15); border-radius: 12px; background: transparent; color: #172033; cursor: pointer; }
.site-burger__line { display: block; width: 20px; height: 2px; margin: 0 auto; border-radius: 2px; background-color: currentColor; transition: transform 0.2s ease; }

.site-mobileNav { position: fixed; inset: 0; z-index: 70; background: rgba(23, 32, 51, 0.4); backdrop-filter: blur(4px); }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(400px, 85vw); background-color: #f5efe5; color: #172033; padding: 24px; display: flex; flex-direction: column; gap: 32px; box-shadow: -10px 0 40px rgba(23, 32, 51, 0.1); font-family: system-ui, -apple-system, sans-serif; }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; }
.site-mobileNav__brand { font-weight: 700; font-size: 1.25rem; font-family: ui-serif, Georgia, serif; color: #172033; }
.site-mobileNav__close { width: 40px; height: 40px; border: 1px solid rgba(23, 32, 51, 0.15); border-radius: 12px; background: transparent; color: #172033; font-size: 24px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 24px; }
.site-mobileNav__link { color: #172033; text-decoration: none; font-weight: 600; font-size: 1.25rem; }
.site-mobileNav__bottom { margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(23, 32, 51, 0.08); }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 14px; border-radius: 16px; background-color: #1d6b62; color: #ffffff; text-decoration: none; font-weight: 600; font-size: 1rem; }

.site-footer { margin-top: 80px; background-color: #172033; color: #f5efe5; padding: 64px 0 24px; font-family: system-ui, -apple-system, sans-serif; }
.site-footer__inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; margin-bottom: 64px; }
.site-footer__editorial { display: flex; flex-direction: column; gap: 32px; }
.site-footer__closingLine { margin: 0; font-family: ui-serif, Georgia, serif; font-size: 2.25rem; font-weight: 400; line-height: 1.2; color: #e9d5ff; max-width: 500px; }
.site-footer__contact { display: flex; flex-direction: column; gap: 16px; }
.site-footer__contactLink { color: #f5efe5; text-decoration: none; font-size: 1rem; opacity: 0.85; transition: all 0.2s ease; display: inline-flex; align-items: center; gap: 12px; }
.site-footer__contactLink:hover { opacity: 1; color: #e9d5ff; }
.site-footer__navBlock { display: flex; justify-content: flex-end; }
.site-footer__nav { display: flex; flex-direction: column; gap: 16px; min-width: 150px; }
.site-footer__link { color: #f5efe5; text-decoration: none; font-size: 1rem; opacity: 0.85; transition: all 0.2s ease; }
.site-footer__link:hover { opacity: 1; color: #e9d5ff; }
.site-footer__legal { max-width: 1200px; margin: 0 auto; padding: 24px 24px 0; border-top: 1px solid rgba(245, 239, 229, 0.1); }
.site-footer__legalInner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 0.875rem; opacity: 0.6; }
.site-footer__legalLinks { display: flex; gap: 24px; }
.site-footer__legalLink { color: inherit; text-decoration: none; }
.site-footer__legalLink:hover { text-decoration: underline; }

@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: 48px; }
  .site-footer__navBlock { justify-content: flex-start; }
  .site-footer__closingLine { font-size: 1.75rem; }
}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
