/* Brutalist — hard edges, inverted header. */
.theme-brutalist .site-header {
  background: var(--header, #111);
  color: #fafafa;
}
.theme-brutalist .site-header a { color: inherit; }
.theme-brutalist .btn,
.theme-brutalist .product-card,
.theme-brutalist input,
.theme-brutalist .nav-toggle { border-radius: 0; border: 2px solid currentColor; }
.theme-brutalist .hero { text-transform: uppercase; }
.lookbook-strip { min-height: 180px; background-size: cover; outline: 4px solid #111; }
