.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; }
.text-base { font-size: 1rem; line-height: 1.5; }
.break-all { word-break: break-all; }
.site-header { position: sticky; top: 0; z-index: 60; background-color: #f5efe5; color: #1c1917; border-bottom: 2px solid #1c1917; font-family: ui-sans-serif, system-ui, sans-serif; font-stretch: condensed; }
.site-header__inner { max-width: 1400px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header__brand-col { flex: 2; display: flex; align-items: center; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #1c1917; font-weight: 700; font-size: 1.25rem; letter-spacing: -0.02em; text-transform: uppercase; }
.site-brand__logo svg { width: 32px; height: 32px; display: block; color: #1d6b62; }
.site-nav { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 32px; }
.site-nav__link { text-decoration: none; color: #1c1917; font-weight: 600; 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; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 24px; border-radius: 16px; background-color: #1d6b62; color: #f5efe5; text-decoration: none; font-weight: 600; font-size: 0.95rem; border: 2px solid #1c1917; box-shadow: 4px 4px 0px #1c1917; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.site-header__cta:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0px #1c1917; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: 2px solid #1c1917; border-radius: 12px; background: #f5efe5; color: #1c1917; cursor: pointer; box-shadow: 4px 4px 0px #1c1917; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.site-burger:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0px #1c1917; }
.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; font-family: ui-sans-serif, system-ui, sans-serif; font-stretch: condensed; }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__overlay { position: absolute; inset: 0; background: rgba(28, 25, 23, 0.6); backdrop-filter: blur(4px); }
.site-mobileNav__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(360px, 85vw); background-color: #f5efe5; color: #1c1917; display: flex; flex-direction: column; padding: 24px; border-left: 2px solid #1c1917; box-shadow: -8px 0 0px rgba(28, 25, 23, 0.1); }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; border-bottom: 2px solid #1c1917; margin-bottom: 24px; }
.site-mobileNav__brand { font-weight: 700; font-size: 1.25rem; text-transform: uppercase; color: #1d6b62; }
.site-mobileNav__close { width: 40px; height: 40px; border: 2px solid #1c1917; border-radius: 12px; background: #f5efe5; color: #1c1917; font-size: 24px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 4px 4px 0px #1c1917; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.site-mobileNav__close:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0px #1c1917; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 16px; }
.site-mobileNav__link { color: #1c1917; text-decoration: none; font-size: 1.5rem; font-weight: 600; padding: 8px 0; transition: color 0.2s ease; }
.site-mobileNav__link:hover { color: #1d6b62; }
.site-mobileNav__bottom { margin-top: auto; padding-top: 24px; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 14px 24px; border-radius: 16px; background-color: #1d6b62; color: #f5efe5; text-decoration: none; font-weight: 600; font-size: 1.125rem; border: 2px solid #1c1917; box-shadow: 4px 4px 0px #1c1917; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.site-mobileNav__cta:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0px #1c1917; }
.site-footer { background-color: #1c1917; color: #f5efe5; padding: 64px 24px 32px; font-family: ui-sans-serif, system-ui, sans-serif; font-stretch: condensed; border-top: 4px solid #1d6b62; }
.site-footer__inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1.5fr 1fr; gap: 48px; }
.site-footer__brand-col { display: flex; flex-direction: column; gap: 16px; }
.site-footer__brand { font-size: 1.5rem; font-weight: 700; color: #c5a059; text-transform: uppercase; letter-spacing: -0.02em; }
.site-footer__summary { margin: 0; font-size: 1rem; line-height: 1.6; opacity: 0.9; max-width: 400px; }
.site-footer__title { display: block; font-size: 1.125rem; font-weight: 600; margin-bottom: 20px; color: #c5a059; }
.site-footer__contact-list { display: flex; flex-direction: column; gap: 12px; }
.site-footer__contact-link { color: #f5efe5; text-decoration: none; opacity: 0.9; transition: opacity 0.2s ease, color 0.2s ease; }
.site-footer__contact-link:hover { opacity: 1; color: #1d6b62; }
.site-footer__nav { display: flex; flex-direction: column; gap: 12px; }
.site-footer__link { color: #f5efe5; text-decoration: none; opacity: 0.9; transition: opacity 0.2s ease, color 0.2s ease; }
.site-footer__link:hover { opacity: 1; color: #1d6b62; }
.site-footer__bottom { max-width: 1400px; margin: 64px auto 0; padding-top: 24px; border-top: 1px solid rgba(245, 239, 229, 0.15); text-align: left; font-size: 0.875rem; opacity: 0.7; }
@media (max-width: 900px) {
  .site-nav { 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}
