[data-theme="dark"] {
  --paper: #0e100d;
  --surface: #151713;
  --ink: #f2f1ec;
  --muted: #9b9e96;
  --line: #2b2e29;
  --accent: #e8d500;
  --accent-soft: rgba(232, 213, 0, 0.12);
}
[data-theme="dark"] body {
  background: var(--paper);
  color: var(--ink);
}
[data-theme="dark"] .site-header.scrolled {
  background: rgba(14, 16, 13, 0.9);
}
[data-theme="dark"] .trust {
  background: #090a08;
  border-color: #232621;
}
[data-theme="dark"] .about,
[data-theme="dark"] .reach,
[data-theme="dark"] .contact {
  background: var(--surface);
}
[data-theme="dark"] .products {
  background: #11130f;
}
[data-theme="dark"] .why {
  background: #171915;
}
[data-theme="dark"] .why-grid,
[data-theme="dark"] .why-grid > div {
  border-color: #30332e;
}
[data-theme="dark"] .product-card {
  background: #171915;
  border-color: #2d302b;
}
[data-theme="dark"] .product-card:hover {
  border-color: #4b4e47;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.24);
}
[data-theme="dark"] .service-row::before {
  background: #20231e;
}
[data-theme="dark"] .map-art {
  background: #181b16;
  border-color: #2d302b;
}
[data-theme="dark"] .map-grid {
  background-image: radial-gradient(#3c4039 0.8px, transparent 0.8px);
}
[data-theme="dark"] .map-shape {
  color: #343830;
}
[data-theme="dark"] .image-frame {
  background: #20231e;
}
[data-theme="dark"] .checks span {
  border-color: var(--ink);
}
[data-theme="dark"] .inquiry-form input,
[data-theme="dark"] .inquiry-form textarea {
  color: var(--ink);
  border-color: #3a3d37;
}
[data-theme="dark"] .inquiry-form input:focus,
[data-theme="dark"] .inquiry-form textarea:focus {
  border-color: var(--ink);
}
[data-theme="dark"] .button-dark {
  background: #f2f1ec;
  color: #10120e;
}
[data-theme="dark"] .text-link {
  border-color: var(--ink);
}
[data-theme="dark"] .section-head h2 span,
[data-theme="dark"] .about-copy h2 span,
[data-theme="dark"] .reach h2 span,
[data-theme="dark"] .contact h2 span {
  color: #ffffff;
}
