.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 { --chrome-accent: #ea580c; --chrome-accent-hover: #c2410c; --chrome-dark: #1f2937; --chrome-light: #ffffff; --chrome-text: #111827; position: sticky; top: 0; z-index: 60; background-color: var(--chrome-light); color: var(--chrome-text); border-bottom: 1px solid #e5e7eb; 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; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--chrome-text); font-weight: 800; font-size: 1.125rem; text-transform: uppercase; letter-spacing: 0.05em; }
.site-brand svg { width: 32px; height: 32px; color: var(--chrome-accent); }
.site-nav { display: flex; align-items: center; gap: 32px; margin: 0 auto; }
.site-nav__link { text-decoration: none; color: var(--chrome-text); font-weight: 600; font-size: 0.9375rem; transition: color 0.2s ease; }
.site-nav__link:hover { color: var(--chrome-accent); }
.site-header__actions { display: flex; align-items: center; gap: 16px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 8px; background-color: var(--chrome-accent); color: #ffffff; text-decoration: none; font-size: 0.9375rem; font-weight: 700; transition: background-color 0.2s ease; }
.site-header__cta:hover { background-color: var(--chrome-accent-hover); }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; border: none; background: transparent; color: var(--chrome-text); cursor: pointer; padding: 8px; }
.site-burger__line { display: block; width: 24px; height: 2px; background-color: currentColor; border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; font-family: system-ui, -apple-system, sans-serif; }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__backdrop { position: absolute; inset: 0; background-color: rgba(31, 41, 55, 0.5); backdrop-filter: blur(4px); }
.site-mobileNav__panel { position: absolute; top: 0; right: 0; bottom: 0; width: 100%; max-width: 360px; background-color: #ffffff; display: flex; flex-direction: column; box-shadow: -8px 0 24px rgba(0,0,0,0.1); }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid #e5e7eb; }
.site-mobileNav__brand { font-weight: 800; font-size: 1.125rem; text-transform: uppercase; color: #111827; }
.site-mobileNav__close { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: none; background: transparent; color: #4b5563; cursor: pointer; }
.site-mobileNav__content { flex: 1; display: flex; flex-direction: column; padding: 32px 24px; overflow-y: auto; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 24px; }
.site-mobileNav__link { color: #111827; text-decoration: none; font-size: 1.25rem; font-weight: 700; }
.site-mobileNav__bottom { margin-top: auto; padding-top: 40px; display: flex; flex-direction: column; gap: 24px; }
.site-mobileNav__cta { display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; border-radius: 8px; background-color: #ea580c; color: #ffffff; text-decoration: none; font-size: 1rem; font-weight: 700; text-align: center; }
.site-mobileNav__contact { display: flex; flex-direction: column; gap: 12px; }
.site-mobileNav__contact a { color: #4b5563; text-decoration: none; font-size: 0.9375rem; }
.site-footer { background-color: #1f2937; color: #f3f4f6; font-family: system-ui, -apple-system, sans-serif; padding: 64px 24px 32px; }
.site-footer__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; }
.site-footer__brandCol { max-width: 320px; }
.site-footer__brand { display: block; font-size: 1.25rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 16px; color: #ffffff; }
.site-footer__summary { color: #9ca3af; line-height: 1.6; margin: 0; }
.site-footer__heading { font-size: 0.875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #ffffff; margin: 0 0 20px; }
.site-footer__contact, .site-footer__nav { display: flex; flex-direction: column; gap: 12px; }
.site-footer__contactLink, .site-footer__link { color: #9ca3af; text-decoration: none; font-size: 0.9375rem; transition: color 0.2s ease; }
.site-footer__contactLink:hover, .site-footer__link:hover { color: #ea580c; }
.site-footer__bottom { max-width: 1200px; margin: 64px auto 0; padding-top: 32px; border-top: 1px solid #374151; display: flex; flex-direction: column; gap: 16px; }
.site-footer__legal { display: flex; gap: 24px; flex-wrap: wrap; }
.site-footer__legalLink { color: #9ca3af; text-decoration: none; font-size: 0.875rem; transition: color 0.2s ease; }
.site-footer__legalLink:hover { color: #ffffff; }
.site-footer__copyright { color: #6b7280; font-size: 0.875rem; }
@media (min-width: 768px) { .site-footer__bottom { flex-direction: row; justify-content: space-between; align-items: 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}
