.gh-header { width: 100%; position: sticky; top: 0; z-index: 100; padding: 24px 0; background: #ffffff; font-family: system-ui, -apple-system, sans-serif; }
.gh-header__container { max-width: 1400px; margin: 0 auto; padding: 16px 32px; border: 2px solid #1e1e1e; border-radius: 4px; display: flex; justify-content: space-between; align-items: center; background: #ffffff; box-shadow: 4px 4px 0px rgba(30,30,30,0.1); }
.gh-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #1e1e1e; font-weight: 800; font-size: 1.25rem; letter-spacing: -0.02em; }
.gh-brand svg { width: 32px; height: 32px; flex-shrink: 0; }
.gh-nav { display: flex; gap: 32px; align-items: center; }
.gh-nav__link { color: #1e1e1e; text-decoration: none; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.875rem; transition: color 0.2s ease; }
.gh-nav__link:hover { color: #ffcc00; }
.gh-header__actions { display: flex; align-items: center; gap: 16px; }
.gh-btn { display: inline-flex; justify-content: center; align-items: center; padding: 12px 24px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; text-decoration: none; border-radius: 4px; transition: all 0.2s ease; font-size: 0.875rem; cursor: pointer; }
.gh-btn--primary { background: #ffcc00; color: #1e1e1e; border: 2px solid #1e1e1e; box-shadow: 2px 2px 0px #1e1e1e; }
.gh-btn--primary:hover { background: #1e1e1e; color: #ffcc00; box-shadow: 0px 0px 0px #1e1e1e; transform: translate(2px, 2px); }
.gh-burger { display: none; background: transparent; border: none; cursor: pointer; width: 40px; height: 40px; flex-direction: column; justify-content: center; gap: 6px; padding: 4px; }
.gh-burger span { display: block; width: 100%; height: 3px; background: #1e1e1e; border-radius: 2px; transition: all 0.2s ease; }
.gh-mobile-nav { position: fixed; inset: 0; z-index: 200; background: rgba(30,30,30,0.6); backdrop-filter: blur(4px); font-family: system-ui, -apple-system, sans-serif; }
.gh-mobile-nav[hidden] { display: none; }
.gh-mobile-nav__panel { position: absolute; right: 0; top: 0; bottom: 0; width: 90%; max-width: 400px; background: #ffffff; border-left: 2px solid #1e1e1e; display: flex; flex-direction: column; padding: 32px; overflow-y: auto; }
.gh-mobile-nav__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 48px; }
.gh-mobile-nav__close { background: transparent; border: none; font-size: 2.5rem; cursor: pointer; color: #1e1e1e; line-height: 1; padding: 0; }
.gh-mobile-nav__links { display: flex; flex-direction: column; gap: 24px; flex-grow: 1; }
.gh-mobile-nav__link { font-size: 1.5rem; font-weight: 800; color: #1e1e1e; text-decoration: none; border-bottom: 2px solid #f0f0f0; padding-bottom: 12px; text-transform: uppercase; letter-spacing: -0.02em; }
.gh-mobile-nav__link:hover { color: #ffcc00; border-color: #ffcc00; }
.gh-mobile-nav__utility { margin-top: 48px; padding-top: 32px; border-top: 2px solid #1e1e1e; display: flex; flex-direction: column; gap: 16px; }
.gh-mobile-nav__contact { color: #555555; text-decoration: none; font-weight: 600; font-size: 1rem; }
.gh-mobile-nav__contact:hover { color: #1e1e1e; }
.gh-footer { background: #1e1e1e; color: #ffffff; padding: 80px 0 32px; border-top: 8px solid #ffcc00; font-family: system-ui, -apple-system, sans-serif; }
.gh-footer__container { max-width: 1400px; margin: 0 auto; padding: 0 32px; }
.gh-footer__closing { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; line-height: 1.1; margin-bottom: 80px; max-width: 800px; color: #ffffff; letter-spacing: -0.02em; }
.gh-footer__closing span { color: #ffcc00; }
.gh-footer__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-bottom: 80px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 48px; }
.gh-footer__label { display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: #888888; margin-bottom: 24px; font-weight: 700; }
.gh-footer__nav, .gh-footer__contact { display: flex; flex-direction: column; gap: 16px; }
.gh-footer__nav-link { color: #ffffff; text-decoration: none; font-weight: 600; font-size: 1.125rem; transition: color 0.2s ease; }
.gh-footer__nav-link:hover { color: #ffcc00; }
.gh-footer__contact-link { color: #aaaaaa; text-decoration: none; font-size: 1rem; transition: color 0.2s ease; font-weight: 500; }
.gh-footer__contact-link:hover { color: #ffffff; }
.gh-footer__legal { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 32px; display: flex; justify-content: space-between; align-items: center; font-size: 0.875rem; color: #888888; }
.gh-footer__legal-links { display: flex; gap: 24px; }
.gh-footer__legal-link { color: #888888; text-decoration: none; transition: color 0.2s ease; }
.gh-footer__legal-link:hover { color: #ffffff; }
@media (max-width: 992px) {
  .gh-nav, .gh-header__actions .gh-btn { display: none; }
  .gh-burger { display: flex; }
  .gh-header { padding: 16px 0; }
  .gh-header__container { padding: 12px 24px; }
  .gh-footer__grid { grid-template-columns: 1fr; gap: 48px; }
  .gh-footer__legal { flex-direction: column; gap: 16px; align-items: flex-start; }
  .gh-footer__closing { margin-bottom: 48px; }
}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
