
html[data-theme="dark"]{
  --bg:#0b1220; --fg:#e5e7eb; --muted:#94a3b8; --card:#111827; --border:#1f2937;
}
html[data-theme="dark"] .site-header{background:rgba(11,18,32,.85);border-color:#1f2937}
html[data-theme="dark"] .hero{background:linear-gradient(180deg,#0b1220 0%,#0b1326 100%)}
html[data-theme="dark"] .btn.ghost{background:#111827;color:#e5e7eb}
html[data-theme="dark"] .contact-form input,html[data-theme="dark"] .contact-form select,html[data-theme="dark"] .contact-form textarea{background:#0b1220;color:#e5e7eb}
html[data-theme="dark"] .search-wrap input,html[data-theme="dark"] .search-results{background:#0b1220;color:#e5e7eb}
html[data-theme="dark"] .primary-nav{background:#0b1220}
html[data-theme="dark"] .eyebrow{background:rgba(52,168,83,.15)}
