.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; background: #000000; color: #ffffff; border-bottom: 4px solid #ffe600; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif; }
.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: 16px; text-decoration: none; color: #ffffff; font-weight: 900; font-size: 28px; letter-spacing: 0.05em; text-transform: uppercase; }
.site-brand svg { width: 40px; height: 40px; fill: #ffe600; }
.site-header__nav-col { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 32px; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav__link { text-decoration: none; color: #ffffff; font-weight: 800; font-size: 16px; text-transform: uppercase; letter-spacing: 0.05em; transition: color 0.2s ease; }
.site-nav__link:hover { color: #ffe600; }
.site-header__actions { display: flex; align-items: center; gap: 16px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 12px 28px; background: #ffe600; color: #000000; text-decoration: none; font-size: 15px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.05em; border-radius: 0; transition: transform 0.2s ease, background 0.2s ease; clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0 100%); }
.site-header__cta:hover { background: #ffffff; transform: translateY(-2px); }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 6px; width: 48px; height: 48px; background: transparent; border: none; cursor: pointer; padding: 8px; color: #ffe600; }
.site-burger__line { display: block; width: 100%; height: 3px; background: currentColor; transition: transform 0.2s ease; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; font-family: ui-sans-serif, system-ui, -apple-system, sans-serif; }
.site-mobileNav[hidden], .site-mobileNav.hidden { display: none; }
.site-mobileNav[data-mobile-open="1"] { display: block; }
.site-mobileNav__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.8); backdrop-filter: blur(4px); }
.site-mobileNav__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(400px, 85vw); background: #000000; color: #ffffff; display: flex; flex-direction: column; box-shadow: -10px 0 30px rgba(0,0,0,0.8); border-left: 4px solid #ffe600; }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; padding: 24px; border-bottom: 2px solid #222222; }
.site-mobileNav__brand { font-weight: 900; font-size: 24px; letter-spacing: 0.05em; text-transform: uppercase; color: #ffffff; }
.site-mobileNav__close { background: transparent; border: none; color: #ffe600; font-size: 40px; line-height: 1; cursor: pointer; padding: 0; font-weight: 300; }
.site-mobileNav__links { display: flex; flex-direction: column; padding: 40px 24px; gap: 32px; flex: 1; overflow-y: auto; }
.site-mobileNav__link { color: #ffffff; text-decoration: none; font-size: 28px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.02em; transition: color 0.2s ease; }
.site-mobileNav__link:hover { color: #ffe600; }
.site-mobileNav__bottom { padding: 24px; border-top: 2px solid #222222; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 18px; background: #ffe600; color: #000000; text-decoration: none; font-weight: 900; font-size: 18px; text-transform: uppercase; letter-spacing: 0.05em; clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0 100%); }
.site-footer { background: #000000; color: #ffffff; padding: 80px 0 40px; border-top: 8px solid #ffe600; font-family: ui-sans-serif, system-ui, -apple-system, sans-serif; }
.site-footer__inner { max-width: 1400px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 64px; }
.site-footer__brand { display: block; font-size: 32px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 16px; color: #ffffff; }
.site-footer__summary { margin: 0 0 32px; font-size: 18px; line-height: 1.5; color: #cccccc; max-width: 360px; font-weight: 600; }
.site-footer__contact { display: flex; flex-direction: column; gap: 8px; }
.site-footer__contactLink { color: #ffe600; text-decoration: none; font-weight: 800; font-size: 20px; }
.site-footer__contactLink:hover { text-decoration: underline; }
.site-footer__heading { display: block; font-size: 16px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; color: #888888; margin-bottom: 24px; }
.site-footer__links { display: flex; flex-direction: column; gap: 16px; }
.site-footer__link { color: #ffffff; text-decoration: none; font-size: 16px; font-weight: 700; transition: color 0.2s ease; text-transform: uppercase; letter-spacing: 0.05em; }
.site-footer__link:hover { color: #ffe600; }
.site-footer__bottom { max-width: 1400px; margin: 80px auto 0; padding: 32px 24px 0; border-top: 2px solid #222222; display: flex; justify-content: space-between; align-items: center; }
.site-footer__copyright { color: #888888; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
@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-header__inner { padding: 16px; }
  .site-brand { font-size: 22px; }
  .site-brand svg { width: 32px; height: 32px; }
}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
