#site-nav { min-height: 64px; }
.ord-nav { background: #f8fafc; border-bottom: 1px solid #e2e8f0; font-family: Inter, system-ui, sans-serif; }
.ord-nav-inner { max-width: 1440px; margin: auto; padding: 0 1.25rem; min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.ord-nav-brand { color: #0f172a; font-size: 1.25rem; font-weight: 800; letter-spacing: -.035em; text-decoration: none; }
.ord-nav-links { display: flex; align-items: center; gap: 1.25rem; overflow-x: auto; }
.ord-nav-links a { color: #475569; font-size: .875rem; font-weight: 600; text-decoration: none; white-space: nowrap; padding: .35rem 0; }
.ord-nav-links a:hover, .ord-nav-links a[aria-current="page"] { color: #4f46e5; }
.ord-nav-links a[aria-current="page"] { border-bottom: 2px solid #4f46e5; }
@media (max-width: 640px) { .ord-nav-inner { align-items: flex-start; flex-direction: column; gap: .25rem; padding-top: .65rem; padding-bottom: .65rem; } .ord-nav-links { width: 100%; } }
.ord-footer { background: #0f172a; color: #e2e8f0; font-family: Inter, system-ui, sans-serif; }
.ord-footer-inner { max-width: 1440px; margin: auto; padding: 1.5rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.ord-footer a { color: inherit; text-decoration: none; }
.ord-footer a:hover { color: white; text-decoration: underline; }
.ord-footer-inner > a { font-size: 1.125rem; font-weight: 800; letter-spacing: -.035em; }
.ord-footer nav { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; font-size: .875rem; }
