{"id":56,"date":"2026-05-14T14:00:15","date_gmt":"2026-05-14T14:00:15","guid":{"rendered":"https:\/\/wp-test.smallpartsinc.com\/?page_id=56"},"modified":"2026-05-14T16:48:51","modified_gmt":"2026-05-14T16:48:51","slug":"industries","status":"publish","type":"page","link":"https:\/\/wp-test.smallpartsinc.com\/?page_id=56","title":{"rendered":"Industries"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Industries \u2014 Small Parts, Inc.<\/title>\n<meta name=\"description\" content=\"Precision components for aerospace, automotive, electrical &#038; power, industrial equipment, consumer &#038; appliance, and transportation. Trusted by Sensata, Schneider Electric, Aptiv, GM, and the F-35 program.\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900&#038;display=swap\" rel=\"stylesheet\">\n<style>\n\/* ============================================\n   SPI INDUSTRIES PAGE \u2014 AMSTED STYLE\n   Photo-driven polish \u00b7 grayscale imagery\n   ============================================ *\/\n\n* { box-sizing: border-box; margin: 0; padding: 0; }\nhtml { scroll-behavior: smooth; }\n\nbody {\n  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n  background: #fff;\n  color: #1a1a1a;\n  line-height: 1.7;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n  overflow-x: hidden;\n}\n\nimg { max-width: 100%; display: block; }\na { color: inherit; text-decoration: none; }\n.container { max-width: 1300px; margin: 0 auto; padding: 0 32px; }\n\n\/* ============================================\n   NAVIGATION (matches homepage, about, capabilities)\n   ============================================ *\/\n\n.site-nav {\n  position: fixed; top: 0; left: 0; right: 0; z-index: 100;\n  height: 76px; padding: 0 32px;\n  transition: all 0.4s ease;\n  background: transparent;\n}\n.site-nav.scrolled {\n  background: rgba(255,255,255,0.96);\n  backdrop-filter: blur(16px);\n  border-bottom: 1px solid rgba(0,0,0,0.06);\n}\n.nav-inner {\n  max-width: 1300px; margin: 0 auto; height: 100%;\n  display: flex; justify-content: space-between; align-items: center;\n}\n.nav-brand { display: flex; align-items: center; gap: 12px; }\n.nav-logo {\n  width: 40px; height: 40px;\n  background: #fff; color: #000;\n  border-radius: 6px;\n  display: flex; align-items: center; justify-content: center;\n  font-weight: 800; font-size: 17px; letter-spacing: -0.5px;\n  transition: all 0.3s;\n}\n.scrolled .nav-logo { background: #000; color: #fff; }\n.nav-brand-text { line-height: 1.1; }\n.nav-brand-name { font-size: 14px; font-weight: 700; letter-spacing: 1.5px; color: #fff; transition: color 0.3s; }\n.nav-brand-tag { font-size: 8px; letter-spacing: 2.5px; color: rgba(255,255,255,0.6); margin-top: 2px; transition: color 0.3s; }\n.scrolled .nav-brand-name { color: #000; }\n.scrolled .nav-brand-tag { color: rgba(0,0,0,0.5); }\n.nav-menu { display: flex; align-items: center; gap: 28px; list-style: none; }\n.nav-menu a {\n  font-size: 12px; font-weight: 600; letter-spacing: 0.5px;\n  color: rgba(255,255,255,0.85);\n  position: relative; transition: color 0.2s;\n}\n.nav-menu a:hover { color: #fff; }\n.nav-menu a.active { color: #fff; }\n.nav-menu a:not(.nav-phone)::after {\n  content: \"\"; position: absolute; bottom: -6px; left: 0;\n  width: 0; height: 2px; background: currentColor;\n  transition: width 0.3s ease;\n}\n.nav-menu a:not(.nav-phone).active::after,\n.nav-menu a:not(.nav-phone):hover::after { width: 100%; }\n.scrolled .nav-menu a { color: rgba(0,0,0,0.7); }\n.scrolled .nav-menu a:hover, .scrolled .nav-menu a.active { color: #000; }\n\n.nav-phone {\n  font-size: 12px; font-weight: 700;\n  padding: 10px 18px;\n  background: rgba(255,255,255,0.12);\n  backdrop-filter: blur(10px);\n  border: 1px solid rgba(255,255,255,0.25);\n  border-radius: 4px;\n  color: #fff !important; letter-spacing: 0.5px;\n  transition: all 0.3s;\n}\n.nav-phone:hover { background: #fff !important; color: #000 !important; }\n.scrolled .nav-phone { background: transparent; color: #000 !important; border-color: rgba(0,0,0,0.25); }\n.scrolled .nav-phone:hover { background: #000 !important; color: #fff !important; }\n.nav-toggle { display: none; cursor: pointer; }\n\n\/* ============================================\n   BUTTONS (shared)\n   ============================================ *\/\n\n.btn {\n  display: inline-flex; align-items: center; gap: 10px;\n  padding: 18px 36px; font-size: 13px; font-weight: 700;\n  letter-spacing: 0.8px; text-transform: uppercase;\n  text-decoration: none; border-radius: 4px; border: none;\n  cursor: pointer; transition: all 0.3s ease;\n  font-family: inherit;\n}\n.btn::after { content: \"\u2192\"; font-size: 14px; transition: transform 0.3s; }\n.btn:hover::after { transform: translateX(5px); }\n.btn-primary { background: #fff; color: #000; }\n.btn-primary:hover { background: #000; color: #fff; box-shadow: 0 0 0 1px #fff; }\n.btn-glass {\n  background: rgba(255,255,255,0.12); backdrop-filter: blur(12px);\n  color: #fff; border: 1px solid rgba(255,255,255,0.3);\n}\n.btn-glass:hover { background: rgba(255,255,255,0.22); border-color: #fff; }\n.btn-dark { background: #000; color: #fff; }\n.btn-dark:hover { background: #1a1a1a; }\n.btn-light-ghost {\n  background: transparent; color: #000;\n  border: 1px solid rgba(0,0,0,0.3);\n}\n.btn-light-ghost:hover { border-color: #000; background: #000; color: #fff; }\n\n\/* ============================================\n   SECTION KICKER BADGES\n   ============================================ *\/\n\n.section-kicker {\n  display: inline-block;\n  font-size: 11px; font-weight: 600;\n  letter-spacing: 3px; text-transform: uppercase;\n  padding: 8px 18px; background: #f5f5f5; border-radius: 4px;\n  color: #555; margin-bottom: 28px;\n}\n.section-kicker.dark {\n  background: rgba(255,255,255,0.08);\n  backdrop-filter: blur(10px);\n  border: 1px solid rgba(255,255,255,0.15);\n  color: rgba(255,255,255,0.9);\n}\n.section-kicker.outline {\n  background: transparent; border: 1px solid #d0d0d0; color: #444;\n}\n\n\/* ============================================\n   PAGE HERO \u2014 PHOTO\/VIDEO OVERLAY\n\n   ASSET ZONE: Page hero background\n   - Use a montage shot evoking many industries \u2014 aerospace\n     part next to automotive component, or a wide shop floor\n     with diverse products visible.\n   - For video: replace .page-hero-image with <video class=\"page-hero-video\">\n   - Recommended: 1920x1080, B&W\n   ============================================ *\/\n\n.page-hero {\n  position: relative;\n  height: 70vh; min-height: 540px;\n  overflow: hidden;\n  background: #0a0a0a;\n}\n\n.page-hero-video {\n  position: absolute; inset: 0;\n  width: 100%; height: 100%;\n  object-fit: cover;\n  filter: grayscale(1) contrast(1.1);\n  z-index: 1;\n}\n\n.page-hero-image {\n  position: absolute; inset: 0;\n  background:\n    linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.7) 100%),\n    url('https:\/\/images.unsplash.com\/photo-1517048676732-d65bc937f952?w=1920&q=80') center\/cover;\n  filter: grayscale(1) contrast(1.1);\n}\n\n.page-hero-content {\n  position: relative; z-index: 5;\n  max-width: 1300px; margin: 0 auto;\n  padding: 200px 32px 80px;\n  height: 100%;\n  display: flex; flex-direction: column; justify-content: center;\n}\n\n.page-hero-kicker {\n  display: inline-block;\n  background: rgba(255,255,255,0.1);\n  backdrop-filter: blur(12px);\n  padding: 12px 24px;\n  border: 1px solid rgba(255,255,255,0.2);\n  border-radius: 4px;\n  font-size: 11px; font-weight: 600;\n  letter-spacing: 3px;\n  color: #fff; text-transform: uppercase;\n  margin-bottom: 32px;\n  align-self: flex-start;\n}\n\n.page-hero h1 {\n  font-size: clamp(40px, 5.5vw, 76px);\n  font-weight: 800; line-height: 1.04;\n  letter-spacing: -2px;\n  color: #fff; margin-bottom: 28px;\n  max-width: 920px;\n}\n\n.page-hero-sub {\n  font-size: 18px;\n  color: rgba(255,255,255,0.92);\n  line-height: 1.6;\n  max-width: 640px;\n  font-weight: 400;\n}\n\n\/* ============================================\n   INTRO BAND\n   ============================================ *\/\n\n.intro-section {\n  padding: 120px 32px 80px;\n  background: #fff;\n  text-align: center;\n}\n\n.intro-inner {\n  max-width: 900px; margin: 0 auto;\n}\n\n.intro-section h2 {\n  font-size: clamp(32px, 4vw, 48px);\n  font-weight: 800; line-height: 1.1;\n  letter-spacing: -1.5px; color: #000;\n  margin-bottom: 24px;\n}\n\n.intro-section p {\n  font-size: 17px; color: #555;\n  line-height: 1.8; max-width: 740px;\n  margin: 0 auto;\n}\n\n\/* ============================================\n   INDUSTRY SELECTOR \u2014 SIDEBAR + DETAIL PANEL\n   ============================================ *\/\n\n.industries-section {\n  padding: 0 32px 140px;\n  background: #fff;\n}\n\n.industries-grid {\n  display: grid;\n  grid-template-columns: 320px 1fr;\n  gap: 48px;\n  max-width: 1300px; margin: 0 auto;\n}\n\n\/* Sidebar *\/\n.industry-sidebar {\n  display: flex; flex-direction: column;\n  gap: 6px;\n  position: sticky; top: 100px;\n  align-self: start;\n}\n\n.industry-tab {\n  text-align: left;\n  padding: 20px 24px;\n  background: #fafafa;\n  border: 1px solid #ececec;\n  border-radius: 6px;\n  font-family: inherit;\n  font-size: 15px; font-weight: 700;\n  color: #1a1a1a; letter-spacing: -0.2px;\n  cursor: pointer;\n  transition: all 0.25s ease;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 16px;\n}\n\n.industry-tab:hover {\n  border-color: #000;\n  background: #fff;\n  transform: translateX(4px);\n}\n\n.industry-tab.active {\n  background: #000;\n  color: #fff;\n  border-color: #000;\n}\n\n.industry-tab-num {\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: 1.5px;\n  opacity: 0.5;\n}\n\n.industry-tab.active .industry-tab-num { opacity: 0.85; }\n\n.industry-tab-arrow {\n  font-size: 14px;\n  opacity: 0;\n  transition: opacity 0.25s;\n}\n\n.industry-tab.active .industry-tab-arrow { opacity: 1; }\n\n\/* Detail Panel *\/\n.industry-panel {\n  background: #fff;\n  border: 1px solid #ececec;\n  border-radius: 10px;\n  overflow: hidden;\n  min-height: 700px;\n}\n\n.industry-panel-content {\n  display: none;\n  animation: fadeIn 0.5s ease;\n}\n\n.industry-panel-content.active {\n  display: block;\n}\n\n@keyframes fadeIn {\n  from { opacity: 0; transform: translateY(12px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n\/* ASSET ZONE: industry hero photo\n   Each industry has its own image \u2014 replace per-panel below *\/\n.industry-image {\n  position: relative;\n  height: 320px;\n  background: #f0f0f0;\n  overflow: hidden;\n}\n\n.industry-image-bg {\n  position: absolute; inset: 0;\n  background-size: cover;\n  background-position: center;\n  filter: grayscale(1) contrast(1.05);\n  transition: transform 0.6s ease;\n}\n\n.industry-image:hover .industry-image-bg { transform: scale(1.04); }\n\n.industry-image-tag {\n  position: absolute; top: 24px; left: 24px;\n  background: rgba(255,255,255,0.95);\n  backdrop-filter: blur(10px);\n  padding: 10px 16px;\n  border-radius: 4px;\n  font-size: 11px; font-weight: 800;\n  letter-spacing: 1.5px; text-transform: uppercase;\n  color: #000;\n  z-index: 5;\n}\n\n.industry-body {\n  padding: 48px 56px;\n}\n\n.industry-name {\n  font-size: clamp(32px, 3.5vw, 44px);\n  font-weight: 800; line-height: 1.05;\n  letter-spacing: -1.2px; color: #000;\n  margin-bottom: 18px;\n}\n\n.industry-summary {\n  font-size: 17px; color: #555;\n  line-height: 1.75;\n  margin-bottom: 32px;\n  max-width: 680px;\n}\n\n.industry-detail-card {\n  background: #fafafa;\n  border-left: 3px solid #000;\n  padding: 24px 28px;\n  border-radius: 4px;\n  margin-bottom: 32px;\n}\n\n.industry-detail-card p {\n  font-size: 15px;\n  color: #1a1a1a;\n  line-height: 1.75;\n  font-style: italic;\n}\n\n.industry-meta-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 32px;\n  padding-top: 28px;\n  border-top: 1px solid #ececec;\n}\n\n.industry-meta-label {\n  font-size: 10px; font-weight: 700;\n  letter-spacing: 2.5px; text-transform: uppercase;\n  color: #888; margin-bottom: 14px;\n}\n\n.industry-cert-list {\n  display: flex; flex-wrap: wrap; gap: 8px;\n}\n\n.industry-cert {\n  font-size: 11px; font-weight: 700;\n  padding: 8px 14px;\n  background: #fff;\n  border: 1px solid #d0d0d0;\n  border-radius: 4px;\n  color: #000;\n  letter-spacing: 0.5px;\n}\n\n.industry-applications {\n  font-size: 14px;\n  color: #444;\n  line-height: 1.85;\n}\n\n\/* ============================================\n   CUSTOMER TRUST BAR \u2014 DARK PARALLAX BAND\n\n   ASSET ZONE: .trust-section background\n   - Recommended: wide aerial of customer products in use, or\n     a montage of finished components. Will be heavily darkened.\n   ============================================ *\/\n\n.trust-section {\n  position: relative;\n  padding: 140px 32px;\n  background:\n    linear-gradient(180deg, rgba(0,0,0,0.78), rgba(0,0,0,0.92)),\n    url('https:\/\/images.unsplash.com\/photo-1581092580497-e0d23cbdf1dc?w=1920&q=80') center\/cover;\n  background-attachment: fixed;\n  text-align: center;\n  color: #fff;\n}\n\n.trust-section::before {\n  content: \"\"; position: absolute; inset: 0;\n  background-image:\n    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);\n  background-size: 80px 80px;\n  pointer-events: none;\n}\n\n.trust-inner {\n  position: relative; z-index: 5;\n  max-width: 1100px; margin: 0 auto;\n}\n\n.trust-section h2 {\n  font-size: clamp(36px, 4.5vw, 56px);\n  font-weight: 800; line-height: 1;\n  letter-spacing: -1.5px; color: #fff;\n  margin-bottom: 24px;\n}\n\n.trust-section > .trust-inner > p {\n  font-size: 17px; color: rgba(255,255,255,0.85);\n  line-height: 1.7; max-width: 720px;\n  margin: 0 auto 64px;\n}\n\n.trust-logos-label {\n  font-size: 11px; font-weight: 600;\n  letter-spacing: 3px; color: rgba(255,255,255,0.5);\n  text-transform: uppercase; margin-bottom: 24px;\n}\n\n\/* ASSET ZONE: customer logos\n   Replace text spans with <img> tags pointing at white\/grayscale\n   logo SVGs once approved. Sized at ~36px height. *\/\n.trust-logos {\n  display: flex; flex-wrap: wrap;\n  justify-content: center;\n  gap: 14px;\n  margin-bottom: 56px;\n}\n\n.trust-logo {\n  font-size: 13px; font-weight: 700;\n  padding: 14px 22px;\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,255,255,0.18);\n  border-radius: 4px;\n  color: rgba(255,255,255,0.85);\n  letter-spacing: 0.5px;\n  transition: all 0.3s;\n}\n\n.trust-logo:hover {\n  background: rgba(255,255,255,0.15);\n  border-color: rgba(255,255,255,0.5);\n  color: #fff;\n}\n\n.trust-cert-label {\n  font-size: 11px; font-weight: 600;\n  letter-spacing: 3px; color: rgba(255,255,255,0.5);\n  text-transform: uppercase; margin-bottom: 24px;\n}\n\n.trust-certs {\n  display: flex; flex-wrap: wrap;\n  justify-content: center;\n  gap: 10px;\n  margin-bottom: 18px;\n}\n\n.trust-cert {\n  font-size: 11px; font-weight: 800;\n  padding: 10px 18px;\n  background: rgba(255,255,255,0.1);\n  backdrop-filter: blur(12px);\n  border: 1px solid rgba(255,255,255,0.25);\n  border-radius: 4px;\n  color: #fff;\n  letter-spacing: 1px;\n}\n\n.trust-cert-footnote {\n  font-size: 11px;\n  color: rgba(255,255,255,0.5);\n  font-style: italic;\n}\n\n\/* ============================================\n   CASE EXAMPLES \u2014 EDITORIAL CARDS\n\n   ASSET ZONE: each .case-card has its own image.\n   - Recommended: real product photography per industry\n     (medical device, aerospace component, EV battery part, etc.)\n   ============================================ *\/\n\n.cases-section {\n  padding: 140px 32px;\n  background: #fff;\n}\n\n.cases-inner {\n  max-width: 1300px; margin: 0 auto;\n}\n\n.cases-header {\n  text-align: center; margin-bottom: 64px;\n}\n\n.cases-header h2 {\n  font-size: clamp(36px, 4.5vw, 56px);\n  font-weight: 800; line-height: 1.05;\n  letter-spacing: -1.5px; color: #000;\n  margin-bottom: 20px;\n}\n\n.cases-header p {\n  font-size: 16px; color: #555;\n  line-height: 1.7; max-width: 600px; margin: 0 auto;\n}\n\n.cases-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 24px;\n}\n\n.case-card {\n  background: #fff;\n  border: 1px solid #ececec;\n  border-radius: 8px;\n  overflow: hidden;\n  transition: all 0.4s ease;\n  cursor: pointer;\n}\n\n.case-card:hover {\n  border-color: #000;\n  transform: translateY(-4px);\n  box-shadow: 0 16px 40px rgba(0,0,0,0.08);\n}\n\n.case-card-image {\n  height: 240px;\n  position: relative;\n  overflow: hidden;\n  background: #f0f0f0;\n}\n\n.case-card-image-bg {\n  position: absolute; inset: 0;\n  background-size: cover;\n  background-position: center;\n  filter: grayscale(1) contrast(1.05);\n  transition: transform 0.6s ease, filter 0.6s ease;\n}\n\n.case-card:hover .case-card-image-bg {\n  transform: scale(1.06);\n  filter: grayscale(0.7) contrast(1.05);\n}\n\n.case-card-tag {\n  position: absolute; top: 16px; left: 16px;\n  background: rgba(255,255,255,0.95);\n  backdrop-filter: blur(10px);\n  padding: 7px 12px;\n  border-radius: 4px;\n  font-size: 10px; font-weight: 800;\n  letter-spacing: 1.5px; text-transform: uppercase;\n  color: #000;\n  z-index: 5;\n}\n\n.case-card-body {\n  padding: 28px 30px 32px;\n}\n\n.case-card-title {\n  font-size: 19px; font-weight: 800;\n  color: #000; letter-spacing: -0.4px;\n  margin-bottom: 10px;\n  line-height: 1.3;\n}\n\n.case-card-desc {\n  font-size: 14px; color: #666;\n  line-height: 1.7;\n}\n\n\/* ============================================\n   FINAL CTA\n   ============================================ *\/\n\n.cta-section {\n  position: relative;\n  padding: 140px 32px;\n  background: linear-gradient(135deg, #f8f8f8 0%, #ececec 100%);\n  overflow: hidden;\n  text-align: center;\n}\n\n.cta-section::before {\n  content: \"\"; position: absolute;\n  top: -100px; right: -100px;\n  width: 600px; height: 600px;\n  background: radial-gradient(circle, rgba(0,0,0,0.04) 0%, transparent 70%);\n  border-radius: 50%;\n}\n\n.cta-inner {\n  position: relative; z-index: 5;\n  max-width: 900px; margin: 0 auto;\n}\n\n.cta-section h2 {\n  font-size: clamp(40px, 5.5vw, 72px);\n  font-weight: 800; line-height: 1;\n  letter-spacing: -2px; color: #000;\n  margin-bottom: 28px;\n}\n\n.cta-section > .cta-inner > p {\n  font-size: 17px; color: #555;\n  line-height: 1.7; margin-bottom: 36px;\n}\n\n.cta-buttons {\n  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;\n}\n\n\/* ============================================\n   FOOTER\n   ============================================ *\/\n\n.site-footer { background: #0a0a0a; padding: 80px 32px 36px; }\n.footer-inner { max-width: 1300px; margin: 0 auto; }\n.footer-cols {\n  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;\n  gap: 48px; margin-bottom: 60px;\n}\n.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }\n.footer-logo {\n  width: 38px; height: 38px;\n  background: #fff; color: #000; border-radius: 4px;\n  display: flex; align-items: center; justify-content: center;\n  font-weight: 800; font-size: 16px;\n}\n.footer-brand-name { font-size: 15px; font-weight: 700; letter-spacing: 1.5px; color: #fff; }\n.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.7; max-width: 280px; margin-bottom: 14px; }\n.footer-phone { font-size: 13px; color: rgba(255,255,255,0.7); }\n.footer-col-title {\n  font-size: 11px; font-weight: 700; letter-spacing: 2px;\n  color: rgba(255,255,255,0.4); margin-bottom: 18px; text-transform: uppercase;\n}\n.footer-col a {\n  display: block; font-size: 13px; color: rgba(255,255,255,0.6);\n  margin-bottom: 10px; transition: color 0.2s;\n}\n.footer-col a:hover { color: #fff; }\n.footer-bottom {\n  border-top: 1px solid rgba(255,255,255,0.08);\n  padding-top: 28px;\n  display: flex; justify-content: space-between;\n  flex-wrap: wrap; gap: 16px; align-items: center;\n}\n.footer-copyright { font-size: 11px; color: rgba(255,255,255,0.4); }\n.footer-legal { display: flex; gap: 20px; }\n.footer-legal a { font-size: 11px; color: rgba(255,255,255,0.4); transition: color 0.2s; }\n.footer-legal a:hover { color: #fff; }\n\n\/* ============================================\n   SCROLL REVEAL\n   ============================================ *\/\n\n.reveal {\n  opacity: 0; transform: translateY(40px);\n  transition: opacity 0.8s ease, transform 0.8s ease;\n}\n.reveal.visible { opacity: 1; transform: translateY(0); }\n\n\/* ============================================\n   RESPONSIVE\n   ============================================ *\/\n\n@media (max-width: 1200px) { .nav-menu { gap: 18px; } .nav-menu a { font-size: 11px; } }\n\n@media (max-width: 1024px) {\n  .nav-menu { gap: 14px; }\n  .industries-grid {\n    grid-template-columns: 1fr; gap: 32px;\n  }\n  .industry-sidebar {\n    position: static;\n    flex-direction: row;\n    overflow-x: auto;\n    padding-bottom: 8px;\n    -webkit-overflow-scrolling: touch;\n  }\n  .industry-tab {\n    flex: 0 0 auto;\n    padding: 14px 18px;\n    font-size: 13px;\n  }\n  .industry-tab-arrow { display: none; }\n  .industry-body { padding: 36px 36px; }\n  .cases-grid { grid-template-columns: repeat(2, 1fr); }\n  .footer-cols { grid-template-columns: 2fr 1fr 1fr; }\n}\n\n@media (max-width: 768px) {\n  .nav-menu { display: none; }\n  .nav-toggle { display: flex; flex-direction: column; gap: 4px; cursor: pointer; padding: 6px; }\n  .nav-toggle span { width: 22px; height: 2px; background: #fff; }\n  .scrolled .nav-toggle span { background: #000; }\n\n  .page-hero { height: 60vh; min-height: 440px; }\n  .page-hero-content { padding: 140px 20px 60px; }\n\n  .intro-section, .industries-section, .trust-section,\n  .cases-section, .cta-section {\n    padding: 80px 20px;\n  }\n\n  .industry-image { height: 240px; }\n  .industry-body { padding: 28px 24px; }\n  .industry-meta-grid { grid-template-columns: 1fr; gap: 24px; }\n\n  .cases-grid { grid-template-columns: 1fr; }\n\n  .footer-cols { grid-template-columns: 1fr 1fr; gap: 32px; }\n  .footer-bottom { flex-direction: column; align-items: flex-start; }\n}\n\n@media (max-width: 480px) {\n  .footer-cols { grid-template-columns: 1fr; }\n  .industry-tab { padding: 12px 14px; font-size: 12px; }\n}\n<\/style>\n<\/head>\n<body>\n\n<!-- ============================================\n     NAVIGATION\n     ============================================ -->\n<nav class=\"site-nav\" id=\"siteNav\">\n  <div class=\"nav-inner\">\n    <a href=\"\/\" class=\"nav-brand\">\n      <div class=\"nav-logo\">SP<\/div>\n      <div class=\"nav-brand-text\">\n        <div class=\"nav-brand-name\">SMALL PARTS<\/div>\n        <div class=\"nav-brand-tag\">PRECISION MANUFACTURING<\/div>\n      <\/div>\n    <\/a>\n    <ul class=\"nav-menu\">\n      <li><a href=\"\/about\">About<\/a><\/li>\n      <li><a href=\"\/capabilities\">Capabilities<\/a><\/li>\n      <li><a href=\"\/industries\" class=\"active\">Industries<\/a><\/li>\n      <li><a href=\"\/engineering\">Engineering<\/a><\/li>\n      <li><a href=\"\/quality\">Quality<\/a><\/li>\n      <li><a href=\"\/careers\">Careers<\/a><\/li>\n      <li><a href=\"\/contact\">Contact<\/a><\/li>\n      <li><a href=\"tel:5747536323\" class=\"nav-phone\">574-753-6323<\/a><\/li>\n    <\/ul>\n    <div class=\"nav-toggle\" id=\"navToggle\">\n      <span><\/span><span><\/span><span><\/span>\n    <\/div>\n  <\/div>\n<\/nav>\n\n<!-- ============================================\n     PAGE HERO\n     ASSET ZONE: hero photo or video \u2014 montage of finished parts\n     ============================================ -->\n<section class=\"page-hero\">\n\n  <!-- VIDEO ZONE (uncomment to use video instead of photo)\n  <video class=\"page-hero-video\" autoplay muted loop playsinline poster=\"\/images\/industries-hero-poster.jpg\">\n    <source src=\"\/videos\/industries-hero.mp4\" type=\"video\/mp4\">\n  <\/video>\n  -->\n\n  <!-- PHOTO ZONE (currently active) -->\n  <div class=\"page-hero-image\"><\/div>\n\n  <div class=\"page-hero-content\">\n    <span class=\"page-hero-kicker\">Industries<\/span>\n    <h1>Trusted by leading manufacturers.<\/h1>\n    <p class=\"page-hero-sub\">Components used in safety-critical and performance-critical systems where quality cannot fail.<\/p>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     INTRO BAND\n     ============================================ -->\n<section class=\"intro-section\">\n  <div class=\"intro-inner reveal\">\n    <span class=\"section-kicker outline\">Markets We Serve<\/span>\n    <h2>From the F-35 to your refrigerator.<\/h2>\n    <p>For more than 60 years, Small Parts has manufactured the components that move, power, connect, and protect critical systems. Six markets. One quality standard. Every part qualified to the requirements of the application.<\/p>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     INDUSTRY SELECTOR \u2014 SIDEBAR + DETAIL PANEL\n     ASSET ZONE: per-industry detail photos (6 total)\n     ============================================ -->\n<section class=\"industries-section\">\n  <div class=\"industries-grid\">\n\n    <!-- Sidebar: industry tabs -->\n    <div class=\"industry-sidebar\">\n      <button class=\"industry-tab active\" data-industry=\"aerospace\">\n        <span><span class=\"industry-tab-num\">01 \/ <\/span>Aerospace<\/span>\n        <span class=\"industry-tab-arrow\">\u2192<\/span>\n      <\/button>\n      <button class=\"industry-tab\" data-industry=\"automotive\">\n        <span><span class=\"industry-tab-num\">02 \/ <\/span>Automotive<\/span>\n        <span class=\"industry-tab-arrow\">\u2192<\/span>\n      <\/button>\n      <button class=\"industry-tab\" data-industry=\"electrical\">\n        <span><span class=\"industry-tab-num\">03 \/ <\/span>Electrical &amp; Power<\/span>\n        <span class=\"industry-tab-arrow\">\u2192<\/span>\n      <\/button>\n      <button class=\"industry-tab\" data-industry=\"industrial\">\n        <span><span class=\"industry-tab-num\">04 \/ <\/span>Industrial Equipment<\/span>\n        <span class=\"industry-tab-arrow\">\u2192<\/span>\n      <\/button>\n      <button class=\"industry-tab\" data-industry=\"consumer\">\n        <span><span class=\"industry-tab-num\">05 \/ <\/span>Consumer &amp; Appliance<\/span>\n        <span class=\"industry-tab-arrow\">\u2192<\/span>\n      <\/button>\n      <button class=\"industry-tab\" data-industry=\"transportation\">\n        <span><span class=\"industry-tab-num\">06 \/ <\/span>Transportation<\/span>\n        <span class=\"industry-tab-arrow\">\u2192<\/span>\n      <\/button>\n    <\/div>\n\n    <!-- Detail Panel -->\n    <div class=\"industry-panel\">\n\n      <!-- 01 \u2014 AEROSPACE -->\n      <!-- ASSET ZONE: aerospace photo (jet, missile, defense component)\n           Replace background-image inline below -->\n      <div class=\"industry-panel-content active\" data-panel=\"aerospace\">\n        <div class=\"industry-image\">\n          <div class=\"industry-image-bg\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1540962351504-03099e0a754b?w=1200&#038;q=80');\"><\/div>\n          <div class=\"industry-image-tag\">Aerospace &amp; Defense<\/div>\n        <\/div>\n        <div class=\"industry-body\">\n          <h2 class=\"industry-name\">Aerospace<\/h2>\n          <p class=\"industry-summary\">Precision components meeting AS9100:D and NADCAP standards for defense and commercial aerospace applications. Where failure is not an option.<\/p>\n\n          <div class=\"industry-detail-card\">\n            <p>&#8220;SPI manufactures parts for military gun scopes, Patriot missiles, and the F-35 fighter jet. Our aerospace quality systems ensure every component meets the most rigorous standards in the industry.&#8221;<\/p>\n          <\/div>\n\n          <div class=\"industry-meta-grid\">\n            <div>\n              <div class=\"industry-meta-label\">Certifications<\/div>\n              <div class=\"industry-cert-list\">\n                <span class=\"industry-cert\">AS9100:D<\/span>\n                <span class=\"industry-cert\">NADCAP*<\/span>\n                <span class=\"industry-cert\">ITAR*<\/span>\n              <\/div>\n            <\/div>\n            <div>\n              <div class=\"industry-meta-label\">Typical Applications<\/div>\n              <p class=\"industry-applications\">Military gun scope components \u00b7 Patriot missile parts \u00b7 F-35 fighter jet hardware \u00b7 Defense optics \u00b7 Commercial aerospace assemblies<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 02 \u2014 AUTOMOTIVE -->\n      <!-- ASSET ZONE: automotive photo (transmission, EV battery, chassis) -->\n      <div class=\"industry-panel-content\" data-panel=\"automotive\">\n        <div class=\"industry-image\">\n          <div class=\"industry-image-bg\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1486496572940-2bb2341fdbdf?w=1200&#038;q=80');\"><\/div>\n          <div class=\"industry-image-tag\">Automotive<\/div>\n        <\/div>\n        <div class=\"industry-body\">\n          <h2 class=\"industry-name\">Automotive<\/h2>\n          <p class=\"industry-summary\">Powertrain, EV, safety, and chassis stampings produced at IATF 16949 quality levels. Components engineered for the road, the lifecycle, and the warranty claim that never comes.<\/p>\n\n          <div class=\"industry-detail-card\">\n            <p>&#8220;These may look like small parts, but there is a lot riding on them. While just a handful out of thousands of components in an automatic transmission, the cost to replace a bad one is just as expensive. We manage the entire process beyond stamping \u2014 from material selection to heat treating and finishing.&#8221;<\/p>\n          <\/div>\n\n          <div class=\"industry-meta-grid\">\n            <div>\n              <div class=\"industry-meta-label\">Certifications<\/div>\n              <div class=\"industry-cert-list\">\n                <span class=\"industry-cert\">IATF 16949<\/span>\n                <span class=\"industry-cert\">CQI-9<\/span>\n              <\/div>\n            <\/div>\n            <div>\n              <div class=\"industry-meta-label\">Typical Applications<\/div>\n              <p class=\"industry-applications\">Powertrain stampings \u00b7 EV battery components \u00b7 Safety system parts \u00b7 Chassis hardware \u00b7 Transmission components \u00b7 ICE and hybrid platforms<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 03 \u2014 ELECTRICAL & POWER -->\n      <!-- ASSET ZONE: electrical photo (bus bar, terminal, power distribution) -->\n      <div class=\"industry-panel-content\" data-panel=\"electrical\">\n        <div class=\"industry-image\">\n          <div class=\"industry-image-bg\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1473341304170-971dccb5ac1e?w=1200&#038;q=80');\"><\/div>\n          <div class=\"industry-image-tag\">Electrical &amp; Power<\/div>\n        <\/div>\n        <div class=\"industry-body\">\n          <h2 class=\"industry-name\">Electrical &amp; Power<\/h2>\n          <p class=\"industry-summary\">Connectors, terminals, bus bars, and power distribution components for residential, commercial, and industrial systems.<\/p>\n\n          <div class=\"industry-detail-card\">\n            <p>&#8220;We specialize in high-quality stamping solutions for the power and signal industries. Our precision-engineered components ensure reliable performance \u2014 from electrical power systems to communication networks. Lighter weight, lower power loss, longer life, and lower cost.&#8221;<\/p>\n          <\/div>\n\n          <div class=\"industry-meta-grid\">\n            <div>\n              <div class=\"industry-meta-label\">Certifications<\/div>\n              <div class=\"industry-cert-list\">\n                <span class=\"industry-cert\">ISO 9001<\/span>\n                <span class=\"industry-cert\">ISO 14001<\/span>\n              <\/div>\n            <\/div>\n            <div>\n              <div class=\"industry-meta-label\">Typical Applications<\/div>\n              <p class=\"industry-applications\">Bus bars \u00b7 Terminals \u00b7 Press-fit pins \u00b7 Connectors \u00b7 Power distribution hardware \u00b7 Lead frames \u00b7 Electronic shielding \u00b7 Signal industry components<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 04 \u2014 INDUSTRIAL EQUIPMENT -->\n      <!-- ASSET ZONE: industrial photo (heavy machinery, brackets) -->\n      <div class=\"industry-panel-content\" data-panel=\"industrial\">\n        <div class=\"industry-image\">\n          <div class=\"industry-image-bg\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1565008576549-57569a49371d?w=1200&#038;q=80');\"><\/div>\n          <div class=\"industry-image-tag\">Industrial Equipment<\/div>\n        <\/div>\n        <div class=\"industry-body\">\n          <h2 class=\"industry-name\">Industrial Equipment<\/h2>\n          <p class=\"industry-summary\">Durable stamped components for heavy-duty machinery and industrial applications, with the cross-border footprint to support flexible supply.<\/p>\n\n          <div class=\"industry-detail-card\">\n            <p>&#8220;From brackets to complex assemblies, we produce components that meet the demanding requirements of industrial equipment manufacturers. Our cross-border manufacturing provides flexibility and cost advantages \u2014 same quality and service whether you need product from the U.S. or Mexico.&#8221;<\/p>\n          <\/div>\n\n          <div class=\"industry-meta-grid\">\n            <div>\n              <div class=\"industry-meta-label\">Certifications<\/div>\n              <div class=\"industry-cert-list\">\n                <span class=\"industry-cert\">IATF 16949<\/span>\n                <span class=\"industry-cert\">ISO 9001<\/span>\n              <\/div>\n            <\/div>\n            <div>\n              <div class=\"industry-meta-label\">Typical Applications<\/div>\n              <p class=\"industry-applications\">Brackets \u00b7 Complex assemblies \u00b7 Heavy machinery components \u00b7 Industrial fasteners \u00b7 Equipment hardware \u00b7 Cross-border production programs<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 05 \u2014 CONSUMER & APPLIANCE -->\n      <!-- ASSET ZONE: consumer\/appliance photo (interior of appliance, parts) -->\n      <div class=\"industry-panel-content\" data-panel=\"consumer\">\n        <div class=\"industry-image\">\n          <div class=\"industry-image-bg\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1556909114-f6e7ad7d3136?w=1200&#038;q=80');\"><\/div>\n          <div class=\"industry-image-tag\">Consumer &amp; Appliance<\/div>\n        <\/div>\n        <div class=\"industry-body\">\n          <h2 class=\"industry-name\">Consumer &amp; Appliance<\/h2>\n          <p class=\"industry-summary\">High-volume precision parts for appliance manufacturers and consumer product assemblies \u2014 where cost-per-part and consistency at scale both matter.<\/p>\n\n          <div class=\"industry-detail-card\">\n            <p>&#8220;High-volume production with consistent quality. Our multi-slide and four-slide capabilities are ideal for the complex geometries required in consumer and appliance applications \u2014 clips, springs, brackets, and small assemblies that ship by the millions.&#8221;<\/p>\n          <\/div>\n\n          <div class=\"industry-meta-grid\">\n            <div>\n              <div class=\"industry-meta-label\">Certifications<\/div>\n              <div class=\"industry-cert-list\">\n                <span class=\"industry-cert\">ISO 9001<\/span>\n              <\/div>\n            <\/div>\n            <div>\n              <div class=\"industry-meta-label\">Typical Applications<\/div>\n              <p class=\"industry-applications\">Appliance internal hardware \u00b7 Consumer product clips and springs \u00b7 High-volume small assemblies \u00b7 Multi-slide formed components \u00b7 General stampings<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 06 \u2014 TRANSPORTATION -->\n      <!-- ASSET ZONE: transportation photo (rail, commercial vehicle) -->\n      <div class=\"industry-panel-content\" data-panel=\"transportation\">\n        <div class=\"industry-image\">\n          <div class=\"industry-image-bg\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1474487548417-781cb71495f3?w=1200&#038;q=80');\"><\/div>\n          <div class=\"industry-image-tag\">Transportation<\/div>\n        <\/div>\n        <div class=\"industry-body\">\n          <h2 class=\"industry-name\">Transportation<\/h2>\n          <p class=\"industry-summary\">Critical components for rail and commercial vehicle systems requiring exceptional durability and traceability.<\/p>\n\n          <div class=\"industry-detail-card\">\n            <p>&#8220;Safety-critical components produced with automotive-grade quality systems and delivered through our North American manufacturing footprint for reduced logistics complexity, faster timing, and tighter change management.&#8221;<\/p>\n          <\/div>\n\n          <div class=\"industry-meta-grid\">\n            <div>\n              <div class=\"industry-meta-label\">Certifications<\/div>\n              <div class=\"industry-cert-list\">\n                <span class=\"industry-cert\">IATF 16949<\/span>\n                <span class=\"industry-cert\">ISO 14001<\/span>\n              <\/div>\n            <\/div>\n            <div>\n              <div class=\"industry-meta-label\">Typical Applications<\/div>\n              <p class=\"industry-applications\">Rail system components \u00b7 Commercial vehicle hardware \u00b7 Heavy-duty stampings \u00b7 Safety-critical brackets \u00b7 North American supply chain programs<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     CUSTOMER TRUST BAR \u2014 DARK PARALLAX\n     ASSET ZONE: customer logos + certification badges\n     ============================================ -->\n<section class=\"trust-section\">\n  <div class=\"trust-inner\">\n    <span class=\"section-kicker dark\">Trusted Partners<\/span>\n    <h2>Working alongside the best.<\/h2>\n    <p>From Tier 1 automotive suppliers to defense primes to global power and signal leaders, our customers trust us with the parts they cannot afford to fail.<\/p>\n\n    <div class=\"trust-logos-label\">Customers<\/div>\n    <!-- ASSET ZONE: replace each .trust-logo span with an <img> of the\n         actual approved customer logo (white\/grayscale SVG preferred) -->\n    <div class=\"trust-logos reveal\">\n      <span class=\"trust-logo\">Sensata<\/span>\n      <span class=\"trust-logo\">Schneider Electric<\/span>\n      <span class=\"trust-logo\">Aptiv<\/span>\n      <span class=\"trust-logo\">GM<\/span>\n      <span class=\"trust-logo\">Eaton<\/span>\n      <span class=\"trust-logo\">TE Connectivity<\/span>\n      <span class=\"trust-logo\">Stellantis<\/span>\n      <span class=\"trust-logo\">Ford<\/span>\n      <span class=\"trust-logo\">ZF<\/span>\n      <span class=\"trust-logo\">Amphenol<\/span>\n    <\/div>\n\n    <div class=\"trust-cert-label\">Certifications<\/div>\n    <div class=\"trust-certs reveal\">\n      <span class=\"trust-cert\">IATF 16949<\/span>\n      <span class=\"trust-cert\">AS9100:D<\/span>\n      <span class=\"trust-cert\">ISO 9001<\/span>\n      <span class=\"trust-cert\">ISO 14001<\/span>\n      <span class=\"trust-cert\">CQI-9<\/span>\n      <span class=\"trust-cert\">NADCAP*<\/span>\n      <span class=\"trust-cert\">PMA<\/span>\n      <span class=\"trust-cert\">ITAR*<\/span>\n    <\/div>\n    <div class=\"trust-cert-footnote\">*NADCAP pursuant March 2027 \u00b7 ITAR coming soon<\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     CASE EXAMPLES\n     ASSET ZONE: 6 product\/application photos\n     ============================================ -->\n<section class=\"cases-section\">\n  <div class=\"cases-inner\">\n    <div class=\"cases-header reveal\">\n      <span class=\"section-kicker outline\">Where Our Parts Live<\/span>\n      <h2>From the lab to the launchpad.<\/h2>\n      <p>A handful of the applications powered by our components \u2014 across mission-critical, performance-critical, and high-volume programs.<\/p>\n    <\/div>\n\n    <div class=\"cases-grid\">\n\n      <!-- ASSET ZONE: F-35 \/ aerospace component -->\n      <div class=\"case-card reveal\">\n        <div class=\"case-card-image\">\n          <div class=\"case-card-image-bg\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1583416750470-965b2707b355?w=1200&#038;q=80');\"><\/div>\n          <div class=\"case-card-tag\">Aerospace<\/div>\n        <\/div>\n        <div class=\"case-card-body\">\n          <div class=\"case-card-title\">F-35 Fighter Jet<\/div>\n          <p class=\"case-card-desc\">Precision stamped components qualified to AS9100:D for the world&#8217;s most advanced multi-role fighter platform.<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- ASSET ZONE: missile \/ defense component -->\n      <div class=\"case-card reveal\">\n        <div class=\"case-card-image\">\n          <div class=\"case-card-image-bg\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1614028674026-a65e31bfd27c?w=1200&#038;q=80');\"><\/div>\n          <div class=\"case-card-tag\">Defense<\/div>\n        <\/div>\n        <div class=\"case-card-body\">\n          <div class=\"case-card-title\">Patriot Missile System<\/div>\n          <p class=\"case-card-desc\">Mission-critical components built to defense specifications, with full traceability from coil to crate.<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- ASSET ZONE: medical device -->\n      <div class=\"case-card reveal\">\n        <div class=\"case-card-image\">\n          <div class=\"case-card-image-bg\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1576091160550-2173dba999ef?w=1200&#038;q=80');\"><\/div>\n          <div class=\"case-card-tag\">Medical<\/div>\n        <\/div>\n        <div class=\"case-card-body\">\n          <div class=\"case-card-title\">Insulin Pumps &amp; Cochlear Implants<\/div>\n          <p class=\"case-card-desc\">Medical-grade cleaned components for life-changing devices where precision and cleanliness specifications are non-negotiable.<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- ASSET ZONE: EV \/ automotive -->\n      <div class=\"case-card reveal\">\n        <div class=\"case-card-image\">\n          <div class=\"case-card-image-bg\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1593941707882-a5bba14938c7?w=1200&#038;q=80');\"><\/div>\n          <div class=\"case-card-tag\">Automotive<\/div>\n        <\/div>\n        <div class=\"case-card-body\">\n          <div class=\"case-card-title\">EV Battery Connectors<\/div>\n          <p class=\"case-card-desc\">Bus bars and terminals for electrified powertrains, produced at IATF 16949 quality levels with non-ferrous materials expertise.<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- ASSET ZONE: power distribution -->\n      <div class=\"case-card reveal\">\n        <div class=\"case-card-image\">\n          <div class=\"case-card-image-bg\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1473341304170-971dccb5ac1e?w=1200&#038;q=80');\"><\/div>\n          <div class=\"case-card-tag\">Power<\/div>\n        <\/div>\n        <div class=\"case-card-body\">\n          <div class=\"case-card-title\">Power Distribution Hardware<\/div>\n          <p class=\"case-card-desc\">Copper-based components for residential, commercial, and grid-scale electrical systems \u2014 lighter, lower-loss, longer-life.<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- ASSET ZONE: optical \/ scope -->\n      <div class=\"case-card reveal\">\n        <div class=\"case-card-image\">\n          <div class=\"case-card-image-bg\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1518709268805-4e9042af2176?w=1200&#038;q=80');\"><\/div>\n          <div class=\"case-card-tag\">Defense Optics<\/div>\n        <\/div>\n        <div class=\"case-card-body\">\n          <div class=\"case-card-title\">Military Gun Scopes<\/div>\n          <p class=\"case-card-desc\">Tight-tolerance precision components for defense optics \u2014 qualified to ITAR-controlled programs and tested to mil-spec environments.<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     FINAL CTA\n     ============================================ -->\n<section class=\"cta-section\">\n  <div class=\"cta-inner\">\n    <span class=\"section-kicker\">Don&#8217;t See Your Industry?<\/span>\n    <h2>If it needs to be precise, we can make it.<\/h2>\n    <p>Whether you&#8217;re qualifying a new program or transferring an existing one, our engineers will help you find the right path through manufacturing.<\/p>\n    <div class=\"cta-buttons\">\n      <a href=\"\/contact\" class=\"btn btn-dark\">Request a Quote<\/a>\n      <a href=\"\/capabilities\" class=\"btn btn-light-ghost\">View Capabilities<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     FOOTER\n     ============================================ -->\n<footer class=\"site-footer\">\n  <div class=\"footer-inner\">\n    <div class=\"footer-cols\">\n      <div>\n        <div class=\"footer-brand\">\n          <div class=\"footer-logo\">SP<\/div>\n          <div class=\"footer-brand-name\">SMALL PARTS, INC.<\/div>\n        <\/div>\n        <p class=\"footer-tagline\">Precision metal stamping and engineered components. Employee-owned since 1958.<\/p>\n        <p class=\"footer-phone\">574-753-6323<\/p>\n      <\/div>\n      <div class=\"footer-col\">\n        <div class=\"footer-col-title\">Company<\/div>\n        <a href=\"\/about\">About<\/a>\n        <a href=\"\/about#history\">History<\/a>\n        <a href=\"\/about#mission\">Mission<\/a>\n        <a href=\"\/about#communities\">Communities<\/a>\n        <a href=\"\/careers\">Careers<\/a>\n        <a href=\"\/about#esop\">ESOP<\/a>\n        <a href=\"\/contact\">Contact<\/a>\n      <\/div>\n      <div class=\"footer-col\">\n        <div class=\"footer-col-title\">Capabilities<\/div>\n        <a href=\"\/capabilities#stamping\">Metal Stamping<\/a>\n        <a href=\"\/capabilities#multi-slide\">Multi-Slide<\/a>\n        <a href=\"\/capabilities#tool-die\">Tool &amp; Die<\/a>\n        <a href=\"\/capabilities#assembly\">Assembly<\/a>\n        <a href=\"\/capabilities#materials\">Materials<\/a>\n        <a href=\"\/capabilities#secondary\">Secondary Ops<\/a>\n      <\/div>\n      <div class=\"footer-col\">\n        <div class=\"footer-col-title\">Resources<\/div>\n        <a href=\"\/quality\">Quality<\/a>\n        <a href=\"\/quality#certifications\">Certifications<\/a>\n        <a href=\"\/quality#awards\">Awards<\/a>\n        <a href=\"\/industries\">Industries<\/a>\n        <a href=\"\/contact\">Request Quote<\/a>\n      <\/div>\n    <\/div>\n    <div class=\"footer-bottom\">\n      <div class=\"footer-copyright\">\u00a9 2026 Small Parts, Inc. All rights reserved. An MPI Companies business.<\/div>\n      <div class=\"footer-legal\">\n        <a href=\"\/privacy\">Privacy<\/a>\n        <a href=\"\/terms\">Terms<\/a>\n        <a href=\"\/sitemap\">Sitemap<\/a>\n        <a href=\"https:\/\/mpi.com\">MPI<\/a>\n        <a href=\"https:\/\/hti.com\">HTI<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/footer>\n\n<script>\n\/\/ Sticky nav background\nwindow.addEventListener('scroll', function() {\n  var nav = document.getElementById('siteNav');\n  if (window.scrollY > 50) nav.classList.add('scrolled');\n  else nav.classList.remove('scrolled');\n});\n\n\/\/ Scroll reveal\nvar revealElements = document.querySelectorAll('.reveal');\nfunction checkReveals() {\n  var triggerBottom = window.innerHeight * 0.85;\n  revealElements.forEach(function(el) {\n    var rect = el.getBoundingClientRect();\n    if (rect.top < triggerBottom) el.classList.add('visible');\n  });\n}\nwindow.addEventListener('scroll', checkReveals);\nwindow.addEventListener('load', checkReveals);\ncheckReveals();\n\n\/\/ Mobile nav toggle\nvar navToggle = document.getElementById('navToggle');\nif (navToggle) {\n  navToggle.addEventListener('click', function() {\n    var menu = document.querySelector('.nav-menu');\n    menu.style.display = menu.style.display === 'flex' ? 'none' : 'flex';\n  });\n}\n\n\/\/ Industry tab switcher\nvar tabs = document.querySelectorAll('.industry-tab');\nvar panels = document.querySelectorAll('.industry-panel-content');\n\ntabs.forEach(function(tab) {\n  tab.addEventListener('click', function() {\n    var target = tab.getAttribute('data-industry');\n\n    tabs.forEach(function(t) { t.classList.remove('active'); });\n    tab.classList.add('active');\n\n    panels.forEach(function(p) {\n      if (p.getAttribute('data-panel') === target) {\n        p.classList.add('active');\n      } else {\n        p.classList.remove('active');\n      }\n    });\n  });\n});\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Industries \u2014 Small Parts, Inc. SP SMALL PARTS PRECISION MANUFACTURING About Capabilities Industries Engineering Quality Careers Contact 574-753-6323 Industries Trusted by leading manufacturers. Components used in safety-critical and performance-critical systems where quality cannot fail. Markets We Serve From the F-35 to your refrigerator. For more than 60 years, Small Parts has manufactured the components that&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-56","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Industries - Small Parts Inc.<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wp-test.smallpartsinc.com\/?page_id=56\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Industries - Small Parts Inc.\" \/>\n<meta property=\"og:description\" content=\"Industries \u2014 Small Parts, Inc. SP SMALL PARTS PRECISION MANUFACTURING About Capabilities Industries Engineering Quality Careers Contact 574-753-6323 Industries Trusted by leading manufacturers. Components used in safety-critical and performance-critical systems where quality cannot fail. Markets We Serve From the F-35 to your refrigerator. For more than 60 years, Small Parts has manufactured the components that...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wp-test.smallpartsinc.com\/?page_id=56\" \/>\n<meta property=\"og:site_name\" content=\"Small Parts Inc.\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-14T16:48:51+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/?page_id=56\",\"url\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/?page_id=56\",\"name\":\"Industries - Small Parts Inc.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/#website\"},\"datePublished\":\"2026-05-14T14:00:15+00:00\",\"dateModified\":\"2026-05-14T16:48:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/?page_id=56#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/?page_id=56\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/?page_id=56#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Industries\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/#website\",\"url\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/\",\"name\":\"Small Parts Inc.\",\"description\":\"Excellence &amp; Service with Integrity\",\"publisher\":{\"@id\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/#organization\",\"name\":\"Small Parts Inc.\",\"url\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-smallparts-incorp-logo-1920x347-2.png\",\"contentUrl\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-smallparts-incorp-logo-1920x347-2.png\",\"width\":1920,\"height\":346,\"caption\":\"Small Parts Inc.\"},\"image\":{\"@id\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Industries - Small Parts Inc.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wp-test.smallpartsinc.com\/?page_id=56","og_locale":"en_US","og_type":"article","og_title":"Industries - Small Parts Inc.","og_description":"Industries \u2014 Small Parts, Inc. SP SMALL PARTS PRECISION MANUFACTURING About Capabilities Industries Engineering Quality Careers Contact 574-753-6323 Industries Trusted by leading manufacturers. Components used in safety-critical and performance-critical systems where quality cannot fail. Markets We Serve From the F-35 to your refrigerator. For more than 60 years, Small Parts has manufactured the components that...","og_url":"https:\/\/wp-test.smallpartsinc.com\/?page_id=56","og_site_name":"Small Parts Inc.","article_modified_time":"2026-05-14T16:48:51+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wp-test.smallpartsinc.com\/?page_id=56","url":"https:\/\/wp-test.smallpartsinc.com\/?page_id=56","name":"Industries - Small Parts Inc.","isPartOf":{"@id":"https:\/\/wp-test.smallpartsinc.com\/#website"},"datePublished":"2026-05-14T14:00:15+00:00","dateModified":"2026-05-14T16:48:51+00:00","breadcrumb":{"@id":"https:\/\/wp-test.smallpartsinc.com\/?page_id=56#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wp-test.smallpartsinc.com\/?page_id=56"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wp-test.smallpartsinc.com\/?page_id=56#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wp-test.smallpartsinc.com\/"},{"@type":"ListItem","position":2,"name":"Industries"}]},{"@type":"WebSite","@id":"https:\/\/wp-test.smallpartsinc.com\/#website","url":"https:\/\/wp-test.smallpartsinc.com\/","name":"Small Parts Inc.","description":"Excellence &amp; Service with Integrity","publisher":{"@id":"https:\/\/wp-test.smallpartsinc.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wp-test.smallpartsinc.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wp-test.smallpartsinc.com\/#organization","name":"Small Parts Inc.","url":"https:\/\/wp-test.smallpartsinc.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wp-test.smallpartsinc.com\/#\/schema\/logo\/image\/","url":"https:\/\/wp-test.smallpartsinc.com\/wp-content\/uploads\/2026\/05\/cropped-smallparts-incorp-logo-1920x347-2.png","contentUrl":"https:\/\/wp-test.smallpartsinc.com\/wp-content\/uploads\/2026\/05\/cropped-smallparts-incorp-logo-1920x347-2.png","width":1920,"height":346,"caption":"Small Parts Inc."},"image":{"@id":"https:\/\/wp-test.smallpartsinc.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/wp-test.smallpartsinc.com\/index.php?rest_route=\/wp\/v2\/pages\/56","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp-test.smallpartsinc.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wp-test.smallpartsinc.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wp-test.smallpartsinc.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wp-test.smallpartsinc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=56"}],"version-history":[{"count":3,"href":"https:\/\/wp-test.smallpartsinc.com\/index.php?rest_route=\/wp\/v2\/pages\/56\/revisions"}],"predecessor-version":[{"id":85,"href":"https:\/\/wp-test.smallpartsinc.com\/index.php?rest_route=\/wp\/v2\/pages\/56\/revisions\/85"}],"wp:attachment":[{"href":"https:\/\/wp-test.smallpartsinc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=56"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}