.site-header { position: relative; z-index: 1000; display: flex; align-items: center; gap: 28px; min-height: 81px; padding: 10px 56px; color: #f6f0e6; background: #0d231f; border-bottom: 1px solid #ffffff20; font-family: 'Public Sans', Arial, sans-serif; }
.site-header * { box-sizing: border-box; }
.site-header a { color: inherit; text-decoration: none; }
.site-header-brand { display: flex; align-items: center; width: 112px; height: 61px; flex: none; }
.site-header-brand img { display: block; width: 100%; max-height: 61px; object-fit: contain; filter: brightness(0) invert(1); }
.site-header-links { display: flex; align-items: center; gap: clamp(12px, 1.5vw, 25px); margin-left: auto; }
.site-header-links a, .site-header-contact { position: relative; padding: 10px 0; font-size: 13px; font-weight: 600; line-height: 1.3; letter-spacing: .055em; text-transform: uppercase; white-space: nowrap; }
.site-header-links a::after, .site-header-contact::after { position: absolute; right: 100%; bottom: 3px; left: 0; height: 1px; content: ''; background: #d18768; transition: right .25s; }
.site-header-links a:hover::after, .site-header-links a[aria-current='page']::after, .site-header-contact::after { right: 0; }
.site-header-contact:hover, .site-header-links a:hover { color: #d18768; }
.site-header-menu-button { display: none; }
.site-header-menu[hidden] { display: none !important; }
body.motown3d .site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 2000; }
@media (max-width: 1140px) { .site-header { padding-inline: 32px; gap: 18px; } .site-header-links { gap: 12px; } .site-header-links a, .site-header-contact { font-size: 11px; } }
@media (max-width: 900px) { .site-header { min-height: 68px; padding: 8px 20px; gap: 16px; } .site-header-brand { width: 95px; height: 52px; } .site-header-brand img { max-height: 52px; } .site-header-links { display: none; } .site-header-contact { margin-left: auto; font-size: 12px; } .site-header-menu-button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; width: 40px; height: 40px; border: 0; background: transparent; color: inherit; cursor: pointer; } .site-header-menu-button span { width: 22px; height: 1px; background: currentColor; transition: transform .2s; } .site-header-menu-button[aria-expanded='true'] span:first-child { transform: translateY(3.5px) rotate(45deg); } .site-header-menu-button[aria-expanded='true'] span:last-child { transform: translateY(-3.5px) rotate(-45deg); } .site-header-menu { position: absolute; top: 100%; right: 0; left: 0; display: block; padding: 15px 20px 22px; color: #f6f0e6; background: #0d231f; border-bottom: 1px solid #ffffff2c; box-shadow: 0 18px 30px #0d231f40; } .site-header-menu a { display: block; padding: 10px 0; font-size: 14px; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; } }
