/*
 * COMMAND 3100_062 — Modern Industrial theme (storefront visual)
 * Load LAST after theme-foundation.css / theme-industrial-master.css
 * Cache-bust via ?v=062 on link href.
 */
body.cw-r2.cw-mi {
  --mi-black: #121212;
  --mi-steel: #1C1C1C;
  --mi-gun: #2B2E32;
  --mi-concrete: #3A3D40;
  --mi-amber: #E8941A;
  --mi-amber-hi: #F3C15A;
  --mi-wood: #6B4A2A;
  --mi-ivory: #F4F1EA;
  --mi-mesh: repeating-linear-gradient(45deg, rgba(255,255,255,0.035) 0 2px, transparent 2px 8px);
  background:
    linear-gradient(180deg, rgba(18,18,18,0.88), rgba(18,18,18,0.94)),
    url("assets/tex-diamond-plate.png") center / 420px repeat;
  color: var(--mi-ivory);
  font-family: 'Prompt', sans-serif;
}
body.cw-r2.cw-mi .cw-im-header,
body.cw-r2.cw-mi #main-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    linear-gradient(180deg, #2A2A2A 0%, #141414 100%);
  border-top: 3px solid var(--mi-amber);
  border-bottom: 1px solid #5A5A5A;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    inset 0 -8px 16px rgba(0,0,0,0.45),
    0 10px 28px rgba(0,0,0,0.45);
}
body.cw-r2.cw-mi .cw-im-header-inner,
body.cw-r2.cw-mi #main-header .header-row-inner {
  min-height: 76px;
}
body.cw-r2.cw-mi .cw-mi-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
body.cw-r2.cw-mi .cw-mi-mark {
  position: relative;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  background: url("assets/tex-steel-plate.png") center / cover;
  border: 1px solid #8A8A8A;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 6px 14px rgba(0,0,0,0.45);
}
body.cw-r2.cw-mi .cw-mi-mark-img {
  width: 100%;
  height: 100%;
  display: block;
}
body.cw-r2.cw-mi .cw-mi-wordmark {
  font-family: 'Outfit', 'Kanit', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0 1px 0 #000, 0 0 16px rgba(232,148,26,0.28);
}
body.cw-r2.cw-mi .cw-mi-tag {
  display: block;
  font-family: 'Oswald', 'Outfit', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mi-amber);
  margin-top: 0.12rem;
}
body.cw-r2.cw-mi .cw-im-legal {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.04em;
  color: rgba(244,241,234,0.62);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.cw-r2.cw-mi .primary-nav.desktop-nav a {
  font-family: 'Oswald', 'Outfit', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #EDEDED;
  min-height: 44px;
  padding: 0 0.7rem;
  border: 1px solid #4A4A4A;
  background: linear-gradient(180deg, #2C2C2C, #151515);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}
body.cw-r2.cw-mi .primary-nav.desktop-nav a:hover,
body.cw-r2.cw-mi .primary-nav.desktop-nav a.active,
body.cw-r2.cw-mi .primary-nav.desktop-nav a[aria-current="page"] {
  color: #111;
  background: linear-gradient(180deg, #F3C15A, #E8941A);
  border-color: #F3C15A;
}
body.cw-r2.cw-mi .cw-header-cta,
body.cw-r2.cw-mi #quote-cart-btn {
  min-height: 44px;
  border-radius: 2px;
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #111;
  background: linear-gradient(180deg, #F3C15A, #E8941A 55%, #B45A0C);
  border: 1px solid #F3C15A;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 8px 18px rgba(0,0,0,0.35);
}
body.cw-r2.cw-mi .mobile-nav-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid var(--mi-amber);
  background: #161616;
}
body.cw-r2.cw-mi .mobile-nav-toggle span { background: var(--mi-amber); }
body.cw-r2.cw-mi .mobile-nav-menu {
  background: #161616;
  border-left: 3px solid var(--mi-amber);
}

body.cw-r2.cw-mi .cw-mi-ibeam {
  height: 14px;
  background:
    linear-gradient(#6A6A6A, #2A2A2A 18%, #111 50%, #2A2A2A 82%, #6A6A6A);
  box-shadow: 0 6px 12px rgba(0,0,0,0.45);
  position: relative;
}
body.cw-r2.cw-mi .cw-mi-ibeam::before,
body.cw-r2.cw-mi .cw-mi-ibeam::after {
  content: '';
  position: absolute;
  left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #888, #333, #888);
}
body.cw-r2.cw-mi .cw-mi-ibeam::before { top: 0; }
body.cw-r2.cw-mi .cw-mi-ibeam::after { bottom: 0; }

body.cw-r2.cw-mi .cw-im-hero.cw-hero-062c::before,
body.cw-r2.cw-mi .cw-im-hero.cw-image-overlay::after {
  content: none !important;
  background: none !important;
}
body.cw-r2.cw-mi .cw-im-hero-photo {
  object-position: 62% 48%;
  filter: contrast(1.08) saturate(1.05);
}
body.cw-r2.cw-mi .cw-im-hero-vignette {
  background:
    linear-gradient(90deg, rgba(18,18,18,0.78) 0%, rgba(18,18,18,0.38) 40%, rgba(18,18,18,0.12) 70%),
    linear-gradient(180deg, rgba(18,18,18,0.2), transparent 30%, rgba(18,18,18,0.4) 100%),
    radial-gradient(ellipse at 70% 20%, rgba(232,148,26,0.22), transparent 42%);
}
body.cw-r2.cw-mi .cw-im-hero .cw-hero-eyebrow {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.22em;
  color: var(--mi-amber);
  background: #111;
  border: 1px solid var(--mi-amber);
  padding: 0.28rem 0.55rem;
  display: inline-block;
}
body.cw-r2.cw-mi .cw-im-hero h1 {
  font-family: 'Kanit', sans-serif;
  font-weight: 800;
  color: #fff;
  text-shadow:
    0 1px 0 #000,
    2px 2px 0 rgba(232,148,26,0.35),
    0 18px 30px rgba(0,0,0,0.55);
}
body.cw-r2.cw-mi .cw-im-hero-serif {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mi-amber-hi);
}
body.cw-r2.cw-mi .cw-im-hero .btn-primary,
body.cw-r2.cw-mi .cw-im-hero .btn-secondary {
  border-radius: 2px;
  min-height: 48px;
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
}
body.cw-r2.cw-mi .cw-im-hero .btn-primary {
  background: linear-gradient(180deg, #F3C15A, #E8941A);
  color: #111;
  border: 1px solid #F3C15A;
}
body.cw-r2.cw-mi .cw-im-hero .btn-secondary {
  background: #161616;
  color: #fff;
  border: 1px solid #8A8A8A;
}
body.cw-r2.cw-mi .cw-im-plaque-plate {
  background:
    linear-gradient(180deg, rgba(40,40,40,0.92), rgba(12,12,12,0.95)),
    url("assets/tex-steel-plate.png") center / cover;
  border: 1px solid #8A8A8A;
  border-radius: 2px;
}
body.cw-r2.cw-mi .cw-im-plaque-en {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  letter-spacing: 0.12em;
}

body.cw-r2.cw-mi .cw-shop-categories,
body.cw-r2.cw-mi .cw-listing-main,
body.cw-r2.cw-mi .pd-wrap {
  background: transparent;
}
body.cw-r2.cw-mi .cw-r2-section-head h2,
body.cw-r2.cw-mi .cw-listing-h1,
body.cw-r2.cw-mi .pd-title {
  font-family: 'Kanit', sans-serif;
  font-weight: 800;
  text-shadow: 0 1px 0 #000, 1px 1px 0 rgba(232,148,26,0.25);
}
body.cw-r2.cw-mi .cw-im-plate,
body.cw-r2.cw-mi .product-card,
body.cw-r2.cw-mi .pd-main-img-wrap,
body.cw-r2.cw-mi .pd-info {
  border-radius: 2px;
  border: 1px solid #6A6A6A;
  background:
    linear-gradient(180deg, #262626, #121212);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 16px 28px rgba(0,0,0,0.4);
}
body.cw-r2.cw-mi .cw-im-plate .cw-shop-cat-copy,
body.cw-r2.cw-mi .cw-card-body {
  background:
    linear-gradient(180deg, rgba(28,28,28,0.96), rgba(14,14,14,0.98)),
    url("assets/tex-diamond-plate.png") center / 180px repeat;
  border-top: 3px solid var(--mi-amber);
}
body.cw-r2.cw-mi .cw-im-plate .cw-shop-cat-copy h3,
body.cw-r2.cw-mi .cw-card-title {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  color: #fff;
}
body.cw-r2.cw-mi .cw-card-cta,
body.cw-r2.cw-mi .pd-cta-btn {
  border-radius: 2px !important;
  background: linear-gradient(180deg, #2A2A2A, #111) !important;
  border: 1px solid var(--mi-amber) !important;
  color: var(--mi-amber-hi) !important;
}

body.cw-r2.cw-mi .cw-im-contact .contact-main-toggle,
body.cw-r2.cw-mi .cw-im-contact .contact-call-btn {
  border-radius: 4px;
  background: linear-gradient(180deg, #2A2A2A, #111);
  border: 2px solid var(--mi-amber);
  color: var(--mi-amber-hi);
  box-shadow: 0 0 16px rgba(232,148,26,0.28);
}
body.cw-r2.cw-mi .cw-im-sticky {
  background: #141414;
  border-top: 3px solid var(--mi-amber);
}
body.cw-r2.cw-mi .cw-im-sticky .sticky-primary {
  background: linear-gradient(180deg, #F3C15A, #E8941A);
  color: #111;
  border: 0;
}
body.cw-r2.cw-mi .cw-im-sticky .sticky-line,
body.cw-r2.cw-mi .cw-im-sticky .sticky-call {
  background: #1A1A1A;
  color: #fff;
  border: 1px solid #6A6A6A;
}

body.cw-r2.cw-mi .cw-discovery-select,
body.cw-r2.cw-mi .cw-discovery-input {
  background: #1A1A1A;
  color: #fff;
  border: 1px solid #5A5A5A;
  border-radius: 2px;
}

@media (max-width: 1023px) {
  body.cw-r2.cw-mi .header-row-nav { display: none; }
}
@media (max-width: 767px) {
  body.cw-r2.cw-mi .cw-im-legal { display: none; }
  body.cw-r2.cw-mi .cw-header-cta { display: none; }
}
