.site-header { position: fixed; z-index: 50; inset: 0 0 auto; display: flex; height: 86px; align-items: center; justify-content: space-between; padding: 0 7%; border-bottom: 1px solid rgba(255, 255, 255, .08); background: rgba(20, 15, 12, .82); backdrop-filter: blur(14px); }
.logo, .footer-brand { color: var(--gold-light); font-size: 34px; font-weight: 800; letter-spacing: 9px; }
.desktop-nav { display: flex; align-items: center; gap: 29px; }
.desktop-nav a { position: relative; color: #fff; font-size: 13px; letter-spacing: .6px; }
.desktop-nav a::after { position: absolute; bottom: -10px; left: 0; width: 0; height: 1px; background: var(--gold-light); content: ""; transition: .25s; }
.desktop-nav a:hover { color: var(--gold-light); }
.desktop-nav a:hover::after { width: 100%; }
.actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 37px; }
.btn { display: inline-block; min-width: 190px; padding: 16px 28px; border: 1px solid transparent; border-radius: 3px; font-weight: 700; text-align: center; transition: .25s; }
.btn-primary { background: var(--gold); color: #fff; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-secondary { border-color: rgba(255, 255, 255, .72); color: #fff; }
.btn-secondary:hover { border-color: var(--gold-light); color: var(--gold-light); transform: translateY(-2px); }
footer { padding: 58px 3% 30px; background: #0d0b0a; color: #aaa; } footer > a, .footer-bottom > a { color: #aaa; } footer > a:hover, .footer-bottom > a:hover { color: var(--gold-light); }
.home-footer { padding-top: 38px; }
.footer-top { display: flex; justify-content: space-between; gap: 60px; padding-bottom: 38px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.footer-brand { display: inline-block; font-size: 30px; }
.footer-intro { max-width: 360px; margin-top: 14px; line-height: 1.7; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.footer-links h4 { margin-bottom: 15px; color: #fff; font-size: 13px; }
.footer-links a { display: block; margin: 10px 0; color: #aaa; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; font-size: 12px; }
.mobile-menu-toggle { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
@media (max-width: 769px) { .site-header, .about-header, .contact-header, .factory-page header { padding: 0 24px 0 20px !important; } .mobile-menu-toggle { display: inline-grid; width: 44px; height: 44px; place-items: center; border: 0; background: transparent; color: #fff; cursor: pointer; font-size: 28px; line-height: 1; } .mobile-menu-toggle span[aria-hidden="true"] { transform: translateY(-1px); } .site-header .desktop-nav, .about-nav, .contact-nav, .factory-page header > nav { display: none; } .mobile-nav { position: absolute; z-index: 51; top: 100%; right: 0; left: 0; padding: 26px 24px 28px; border-top: 1px solid rgba(255, 255, 255, .1); background: rgba(20, 15, 12, .98); box-shadow: 0 18px 30px rgba(0, 0, 0, .18); } .mobile-nav[hidden] { display: none; } .mobile-nav > a { display: flex; min-height: 48px; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .08); color: #fff; font-size: 18px; } .mobile-nav > a.active { color: var(--gold-light); } .mobile-nav__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .08); } .mobile-nav__actions a { display: grid; min-height: 46px; place-items: center; border: 1px solid rgba(255, 255, 255, .42); color: #fff; font-size: 14px; font-weight: 700; } .mobile-nav__quote { border-color: var(--gold) !important; background: var(--gold); color: var(--ink) !important; } body.mobile-menu-open { overflow: hidden; } }
@media (max-width: 620px) { .mobile-nav { padding: 20px 20px 24px; } .mobile-nav > a { min-height: 46px; } }
@media (max-width: 769px) { .mobile-nav:not([hidden]) { display: block; } }
