{"id":16,"date":"2026-05-14T16:28:03","date_gmt":"2026-05-14T16:28:03","guid":{"rendered":"https:\/\/wp-test.smallpartsinc.com\/?page_id=16"},"modified":"2026-05-15T04:15:16","modified_gmt":"2026-05-15T04:15:16","slug":"__trashed-6","status":"publish","type":"page","link":"https:\/\/wp-test.smallpartsinc.com\/?page_id=16","title":{"rendered":"Homepage 1"},"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>Small Parts, Inc. \u2014 Where Precision Manufacturing Meets Engineering Expertise<\/title>\n<meta name=\"description\" content=\"Engineering-driven manufacturing delivering thousands to millions of precision stampings and assemblies for aerospace, automotive, electrical, and industrial manufacturers across North America.\">\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 HOMEPAGE \u2014 AMSTED-INSPIRED STYLE\n   Photo-driven polish \u00b7 full-color imagery\n   No header\/footer (provided by WordPress theme)\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\n.container { max-width: 1300px; margin: 0 auto; padding: 0 32px; }\n\n\/* ============================================\n   BUTTONS\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;\n  border-radius: 4px; border: none; cursor: pointer;\n  transition: all 0.3s ease;\n  font-family: inherit;\n}\n\n.btn::after {\n  content: \"\u2192\"; font-size: 14px; transition: transform 0.3s;\n}\n.btn:hover::after { transform: translateX(5px); }\n\n.btn-primary { background: #fff; color: #000; }\n.btn-primary:hover {\n  background: #000; color: #fff;\n  box-shadow: 0 0 0 1px #fff;\n}\n\n.btn-glass {\n  background: rgba(255,255,255,0.12);\n  backdrop-filter: blur(12px);\n  color: #fff;\n  border: 1px solid rgba(255,255,255,0.3);\n}\n.btn-glass:hover {\n  background: rgba(255,255,255,0.22);\n  border-color: #fff;\n}\n\n.btn-dark { background: #000; color: #fff; }\n.btn-dark:hover { background: #1a1a1a; }\n\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 {\n  border-color: #000; background: #000; color: #fff;\n}\n\n\/* ============================================\n   SECTION LABELS (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;\n  background: #f5f5f5;\n  border-radius: 4px;\n  color: #555;\n  margin-bottom: 28px;\n}\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\n.section-kicker.outline {\n  background: transparent;\n  border: 1px solid #d0d0d0;\n  color: #444;\n}\n\n\/* ============================================\n   HERO \u2014 PHOTO-DRIVEN OVERLAY\n   ============================================ *\/\n\n.hero {\n  position: relative;\n  height: 100vh; min-height: 760px;\n  overflow: hidden;\n}\n\n\/* HERO VIDEO BACKGROUND ZONE\n   ============================================\n   Replace .hero-image background-image with a video element:\n\n   <video class=\"hero-video\" autoplay muted loop playsinline poster=\"poster.jpg\">\n     <source src=\"\/videos\/factory-floor.mp4\" type=\"video\/mp4\">\n     <source src=\"\/videos\/factory-floor.webm\" type=\"video\/webm\">\n   <\/video>\n\n   Recommended: 1920x1080, under 8MB, 10-20 seconds, full color.\n   Keep audio muted by default.\n   ============================================ *\/\n\n.hero-video {\n  position: absolute; inset: 0;\n  width: 100%; height: 100%;\n  object-fit: cover;\n  z-index: 1;\n}\n\n.hero-video-overlay {\n  position: absolute; inset: 0;\n  z-index: 2;\n  background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.75) 100%);\n}\n\n.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.75) 100%),\n    url('https:\/\/images.unsplash.com\/photo-1581092160562-40aa08e78837?w=1920&q=80') center\/cover;\n}\n\n.hero-content {\n  position: relative; z-index: 5;\n  max-width: 1300px; margin: 0 auto;\n  padding: 100px 32px 80px;\n  height: 100%;\n  display: flex; align-items: center;\n}\n\n.hero-text { max-width: 800px; }\n\n.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: 36px;\n}\n\n.hero h1 {\n  font-size: clamp(42px, 6vw, 84px);\n  font-weight: 800; line-height: 1.04;\n  letter-spacing: -2px;\n  color: #fff; margin-bottom: 32px;\n}\n\n.hero-sub {\n  font-size: 19px;\n  color: rgba(255,255,255,0.92);\n  line-height: 1.6;\n  max-width: 620px;\n  margin-bottom: 48px;\n  font-weight: 400;\n}\n\n.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }\n\n\/* Bottom marquee bar (Amsted-style customer strip) *\/\n.hero-bar {\n  position: absolute; bottom: 0; left: 0; right: 0;\n  z-index: 10;\n  background: rgba(0,0,0,0.65);\n  backdrop-filter: blur(20px);\n  -webkit-backdrop-filter: blur(20px);\n  border-top: 1px solid rgba(255,255,255,0.08);\n  padding: 28px 32px;\n}\n.hero-bar-inner {\n  max-width: 1300px; margin: 0 auto;\n  display: flex; align-items: center; gap: 40px;\n  flex-wrap: wrap;\n}\n.hero-bar-label {\n  font-size: 10px; font-weight: 600;\n  letter-spacing: 3px; color: rgba(255,255,255,0.5);\n  text-transform: uppercase; flex-shrink: 0;\n}\n.hero-bar-logos {\n  display: flex; gap: 36px; flex-wrap: wrap; align-items: center;\n  flex: 1;\n}\n.hero-bar-logo {\n  font-size: 13px; font-weight: 700;\n  color: rgba(255,255,255,0.75);\n  letter-spacing: 1.2px;\n  text-transform: uppercase;\n  transition: color 0.2s;\n}\n.hero-bar-logo:hover { color: #fff; }\n\n\/* ============================================\n   STATS \u2014 LIGHT EDITORIAL\n   ============================================ *\/\n\n.stats-section {\n  padding: 120px 32px;\n  background: #fff;\n  border-bottom: 1px solid #f0f0f0;\n}\n\n.stats-inner { max-width: 1300px; margin: 0 auto; }\n\n.stats-header {\n  text-align: center; margin-bottom: 80px;\n}\n\n.stats-header h2 {\n  font-size: clamp(36px, 4.5vw, 60px);\n  font-weight: 800; line-height: 1.05;\n  letter-spacing: -1.5px; color: #000;\n  max-width: 800px; margin: 0 auto 20px;\n}\n\n.stats-header p {\n  font-size: 17px; color: #555;\n  line-height: 1.7; max-width: 620px;\n  margin: 0 auto;\n}\n\n.stats-grid {\n  display: grid; grid-template-columns: repeat(4, 1fr);\n  gap: 24px;\n}\n\n.stat-block {\n  padding: 36px 28px;\n  background: #fafafa;\n  border-radius: 8px;\n  border: 1px solid #f0f0f0;\n  transition: all 0.4s ease;\n}\n\n.stat-block:hover {\n  background: #fff;\n  border-color: #000;\n  transform: translateY(-4px);\n  box-shadow: 0 12px 40px rgba(0,0,0,0.06);\n}\n\n.stat-num {\n  font-size: clamp(48px, 5.5vw, 72px);\n  font-weight: 800; line-height: 1;\n  letter-spacing: -2px;\n  color: #000;\n  margin-bottom: 16px;\n}\n\n.stat-label {\n  font-size: 14px; font-weight: 700;\n  color: #1a1a1a;\n  margin-bottom: 6px;\n}\n\n.stat-sub {\n  font-size: 12px;\n  color: #888;\n  line-height: 1.5;\n}\n\n\/* ============================================\n   VIDEO SHOWCASE SECTION\n   ============================================\n   ASSET: 16:9 hero video showing manufacturing\n   in action. Click-to-play with custom poster.\n   Recommended: 60-90 seconds, full color,\n   facility tour or process walkthrough\n   ============================================ *\/\n\n.video-showcase {\n  background: #fff;\n  padding: 120px 32px;\n  border-top: 1px solid #f0f0f0;\n}\n\n.video-showcase-inner {\n  max-width: 1300px; margin: 0 auto;\n}\n\n.video-showcase-header {\n  text-align: center; margin-bottom: 56px;\n}\n\n.video-showcase-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  max-width: 800px; margin-left: auto; margin-right: auto;\n}\n\n.video-showcase-header p {\n  font-size: 17px; color: #555;\n  line-height: 1.7; max-width: 620px;\n  margin: 0 auto;\n}\n\n.video-frame {\n  position: relative;\n  width: 100%;\n  aspect-ratio: 16 \/ 9;\n  background: #0a0a0a;\n  border-radius: 8px;\n  overflow: hidden;\n  cursor: pointer;\n  box-shadow: 0 20px 60px rgba(0,0,0,0.15);\n  transition: transform 0.4s ease, box-shadow 0.4s ease;\n}\n\n.video-frame:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 24px 80px rgba(0,0,0,0.2);\n}\n\n\/* Video element fills the frame *\/\n.video-frame video,\n.video-frame iframe {\n  position: absolute; inset: 0;\n  width: 100%; height: 100%;\n  object-fit: cover;\n  border: none;\n}\n\n\/* Poster image (shown before video plays) *\/\n.video-poster {\n  position: absolute; inset: 0;\n  background:\n    linear-gradient(135deg, rgba(0,0,0,0.4), rgba(0,0,0,0.6)),\n    url('https:\/\/images.unsplash.com\/photo-1574170611014-1d2dde91d488?w=1920&q=80') center\/cover;\n}\n\n\/* Custom play button overlay *\/\n.video-play-button {\n  position: absolute;\n  top: 50%; left: 50%;\n  transform: translate(-50%, -50%);\n  width: 96px; height: 96px;\n  background: rgba(255,255,255,0.95);\n  backdrop-filter: blur(10px);\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  transition: all 0.3s ease;\n  z-index: 5;\n}\n\n.video-frame:hover .video-play-button {\n  transform: translate(-50%, -50%) scale(1.1);\n  background: #fff;\n}\n\n.video-play-button::before {\n  content: \"\";\n  width: 0; height: 0;\n  border-left: 22px solid #000;\n  border-top: 14px solid transparent;\n  border-bottom: 14px solid transparent;\n  margin-left: 6px;\n}\n\n.video-caption {\n  position: absolute;\n  bottom: 24px; left: 24px;\n  z-index: 5;\n  background: rgba(0,0,0,0.6);\n  backdrop-filter: blur(10px);\n  padding: 14px 20px;\n  border-radius: 4px;\n  color: #fff;\n}\n\n.video-caption-label {\n  font-size: 10px; font-weight: 600;\n  letter-spacing: 2px;\n  color: rgba(255,255,255,0.6);\n  text-transform: uppercase;\n  margin-bottom: 4px;\n}\n\n.video-caption-title {\n  font-size: 14px; font-weight: 700;\n  color: #fff;\n}\n\n\/* ============================================\n   GALLERY GRID (4 facility photos)\n   ============================================\n   ASSET: Facility-specific photography.\n   Each tile shows one of the 4 SPI locations.\n   ============================================ *\/\n\n.gallery-section {\n  background: #fafafa;\n  padding: 120px 32px;\n}\n\n.gallery-inner {\n  max-width: 1300px; margin: 0 auto;\n}\n\n.gallery-header {\n  text-align: center; margin-bottom: 56px;\n}\n\n.gallery-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.gallery-header p {\n  font-size: 17px; color: #555;\n  line-height: 1.7; max-width: 620px;\n  margin: 0 auto;\n}\n\n.gallery-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n}\n\n.gallery-item {\n  position: relative;\n  aspect-ratio: 3 \/ 4;\n  border-radius: 6px;\n  overflow: hidden;\n  cursor: pointer;\n  background: #f0f0f0;\n}\n\n.gallery-item-bg {\n  position: absolute; inset: 0;\n  background-size: cover;\n  background-position: center;\n  transition: transform 0.6s ease;\n}\n\n.gallery-item:hover .gallery-item-bg {\n  transform: scale(1.06);\n}\n\n.gallery-item-overlay {\n  position: absolute; inset: 0;\n  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.85) 100%);\n  z-index: 2;\n}\n\n.gallery-item-content {\n  position: absolute; bottom: 0; left: 0; right: 0;\n  padding: 24px;\n  z-index: 3;\n}\n\n.gallery-item-label {\n  font-size: 10px; font-weight: 700;\n  letter-spacing: 2px;\n  color: rgba(255,255,255,0.7);\n  text-transform: uppercase;\n  margin-bottom: 6px;\n}\n\n.gallery-item-title {\n  font-size: 18px; font-weight: 800;\n  color: #fff;\n  letter-spacing: -0.3px;\n}\n\n.gallery-item-subtitle {\n  font-size: 12px; color: rgba(255,255,255,0.7);\n  margin-top: 4px;\n}\n\n\/* ============================================\n   END VIDEO\/GALLERY ZONES\n   ============================================ *\/\n\n\/* ============================================\n   EDITORIAL SECTION (light)\n   ============================================ *\/\n\n.editorial-section {\n  padding: 140px 32px;\n  background: #fff;\n  position: relative;\n}\n\n.editorial-section.tinted { background: #fafafa; }\n\n.editorial-grid {\n  display: grid; grid-template-columns: 1fr 1.1fr;\n  gap: 80px; align-items: center;\n  max-width: 1300px; margin: 0 auto;\n}\n\n.editorial-grid.reverse { grid-template-columns: 1.1fr 1fr; }\n.editorial-grid.reverse .editorial-image { order: -1; }\n\n.editorial-text h2 {\n  font-size: clamp(36px, 4.5vw, 60px);\n  font-weight: 800; line-height: 1.05;\n  letter-spacing: -1.5px; color: #000;\n  margin-bottom: 28px;\n}\n\n.editorial-text > p {\n  font-size: 17px; line-height: 1.8;\n  color: #555; max-width: 540px;\n  margin-bottom: 24px;\n}\n\n.editorial-text-bullets {\n  list-style: none; margin-top: 32px;\n}\n\n.editorial-text-bullets li {\n  display: flex; align-items: flex-start; gap: 14px;\n  padding: 18px 0;\n  border-bottom: 1px solid #ececec;\n  font-size: 15px; color: #333;\n  line-height: 1.5;\n  transition: padding-left 0.25s ease;\n}\n.editorial-text-bullets li:hover { padding-left: 8px; }\n\n.editorial-text-bullets li::before {\n  content: \"\u2192\";\n  color: #888; flex-shrink: 0;\n  font-weight: 700;\n  transition: transform 0.25s;\n}\n.editorial-text-bullets li:hover::before {\n  transform: translateX(4px); color: #000;\n}\n\n.editorial-cta {\n  margin-top: 36px;\n}\n\n.editorial-image {\n  position: relative;\n  height: 600px;\n  border-radius: 8px;\n  overflow: hidden;\n  background: #f0f0f0;\n}\n\n.editorial-image-bg {\n  position: absolute; inset: 0;\n  width: 100%; height: 100%;\n  background-size: cover;\n  background-position: center;\n  transition: transform 0.6s ease;\n}\n\n.editorial-image:hover .editorial-image-bg { transform: scale(1.04); }\n\n.editorial-image-caption {\n  position: absolute; bottom: 24px; left: 24px;\n  background: rgba(255,255,255,0.95);\n  backdrop-filter: blur(10px);\n  padding: 12px 18px;\n  border-radius: 4px;\n  font-size: 11px; font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: #000;\n  z-index: 5;\n}\n\n\/* ============================================\n   CAPABILITIES \u2014 LIGHT GRID\n   ============================================ *\/\n\n.capabilities-section {\n  padding: 140px 32px;\n  background: #fafafa;\n}\n\n.capabilities-header {\n  max-width: 1300px; margin: 0 auto 64px;\n  text-align: center;\n}\n\n.capabilities-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; max-width: 800px; margin-left: auto; margin-right: auto;\n}\n\n.capabilities-header p {\n  font-size: 17px; color: #555;\n  line-height: 1.7; max-width: 600px; margin: 0 auto;\n}\n\n.capabilities-grid {\n  display: grid; grid-template-columns: repeat(3, 1fr);\n  gap: 24px;\n  max-width: 1300px; margin: 0 auto;\n}\n\n.cap-card {\n  background: #fff;\n  border-radius: 8px;\n  padding: 36px 32px;\n  border: 1px solid #ececec;\n  cursor: pointer;\n  transition: all 0.4s ease;\n  display: flex; flex-direction: column;\n  min-height: 280px;\n  position: relative; overflow: hidden;\n}\n\n.cap-card::before {\n  content: \"\"; position: absolute;\n  top: 0; left: 0; right: 0; height: 3px;\n  background: #000;\n  transform: scaleX(0);\n  transform-origin: left;\n  transition: transform 0.4s ease;\n}\n\n.cap-card:hover {\n  border-color: #000;\n  transform: translateY(-6px);\n  box-shadow: 0 16px 48px rgba(0,0,0,0.08);\n}\n\n.cap-card:hover::before { transform: scaleX(1); }\n\n.cap-card-num {\n  font-size: 11px; color: #aaa;\n  font-weight: 700; letter-spacing: 2px;\n  margin-bottom: 24px;\n}\n\n.cap-card h3 {\n  font-size: 22px; font-weight: 800;\n  color: #000;\n  margin-bottom: 14px;\n  letter-spacing: -0.3px;\n  line-height: 1.2;\n}\n\n.cap-card p {\n  font-size: 14px; color: #666;\n  line-height: 1.7;\n  flex: 1;\n}\n\n.cap-card-link {\n  margin-top: 24px;\n  font-size: 12px; font-weight: 700;\n  letter-spacing: 1px;\n  color: #000;\n  display: inline-flex; align-items: center; gap: 8px;\n  text-transform: uppercase;\n}\n\n.cap-card-link::after {\n  content: \"\u2192\"; transition: transform 0.3s;\n}\n\n.cap-card:hover .cap-card-link::after { transform: translateX(4px); }\n\n\/* ============================================\n   FULL-BLEED IMAGE BREAK\n   ============================================ *\/\n\n.image-break {\n  position: relative;\n  height: 70vh; min-height: 480px;\n  overflow: hidden;\n}\n\n.image-break-bg {\n  position: absolute; inset: 0;\n  background:\n    linear-gradient(135deg, rgba(0,0,0,0.55), rgba(0,0,0,0.35)),\n    url('https:\/\/images.unsplash.com\/photo-1581091226825-a6a2a5aee158?w=1920&q=80') center\/cover;\n}\n\n.image-break-content {\n  position: relative; z-index: 5;\n  max-width: 1300px; margin: 0 auto;\n  padding: 100px 32px;\n  height: 100%;\n  display: flex; align-items: center;\n}\n\n.image-break-quote {\n  max-width: 820px;\n}\n\n.image-break-quote .section-kicker {\n  background: rgba(255,255,255,0.15);\n  border: 1px solid rgba(255,255,255,0.3);\n  color: #fff;\n}\n\n.image-break-quote h2 {\n  font-size: clamp(32px, 4vw, 56px);\n  font-weight: 800; line-height: 1.1;\n  letter-spacing: -1.5px; color: #fff;\n  margin-bottom: 24px;\n}\n\n.image-break-quote p {\n  font-size: 17px;\n  color: rgba(255,255,255,0.9);\n  line-height: 1.7;\n  max-width: 580px;\n  margin-bottom: 32px;\n}\n\n\/* ============================================\n   INDUSTRIES \u2014 LIGHT INDEX\n   ============================================ *\/\n\n.industries-section {\n  background: #fff;\n  padding: 140px 32px;\n}\n\n.industries-inner { max-width: 1300px; margin: 0 auto; }\n\n.industries-header {\n  text-align: center; margin-bottom: 64px;\n}\n\n.industries-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; max-width: 800px; margin-left: auto; margin-right: auto;\n}\n\n.industries-header p {\n  font-size: 17px; color: #555;\n  line-height: 1.7; max-width: 600px; margin: 0 auto;\n}\n\n.industry-list {\n  border-top: 1px solid #000;\n}\n\n.industry-row {\n  display: grid; grid-template-columns: 80px 1fr 240px 60px;\n  align-items: center;\n  padding: 36px 24px;\n  border-bottom: 1px solid #ececec;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  position: relative;\n}\n\n.industry-row:hover {\n  background: #fafafa;\n  padding-left: 36px;\n}\n\n.industry-num {\n  font-size: 12px; font-weight: 700;\n  color: #aaa; letter-spacing: 1px;\n  transition: color 0.3s;\n}\n.industry-row:hover .industry-num { color: #000; }\n\n.industry-name {\n  font-size: 26px; font-weight: 800;\n  color: #000; letter-spacing: -0.5px;\n  transition: transform 0.3s;\n}\n\n.industry-tags {\n  display: flex; gap: 8px; flex-wrap: wrap;\n}\n\n.industry-tag {\n  font-size: 10px; font-weight: 600;\n  color: #666; letter-spacing: 0.5px;\n  padding: 4px 10px;\n  border: 1px solid #ddd;\n  border-radius: 3px;\n  text-transform: uppercase;\n  background: #fff;\n}\n\n.industry-arrow {\n  font-size: 22px; color: #ddd;\n  text-align: right;\n  transition: all 0.3s;\n}\n\n.industry-row:hover .industry-arrow {\n  color: #000; transform: translateX(8px);\n}\n\n\/* ============================================\n   MAP \/ SUPPLY CHAIN \u2014 LIGHT\n   ============================================ *\/\n\n.map-section {\n  background: #fafafa;\n  padding: 140px 32px;\n  border-top: 1px solid #f0f0f0;\n}\n\n.map-inner { max-width: 1300px; margin: 0 auto; }\n\n.map-header {\n  text-align: center; margin-bottom: 48px;\n}\n\n.map-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.map-header p {\n  font-size: 17px; color: #555;\n  max-width: 620px; margin: 0 auto; line-height: 1.7;\n}\n\n.map-container {\n  background: #fff;\n  border: 1px solid #ececec;\n  border-radius: 8px;\n  padding: 56px;\n  box-shadow: 0 8px 30px rgba(0,0,0,0.04);\n}\n\n.map-svg { width: 100%; height: auto; max-height: 360px; }\n\n.map-svg path {\n  fill: #f0f0f0; stroke: #ddd; stroke-width: 1.5;\n}\n\n.benefits-row {\n  display: grid; grid-template-columns: repeat(5, 1fr);\n  gap: 24px; padding-top: 40px;\n  border-top: 1px solid #ececec;\n  margin-top: 40px;\n}\n\n.benefit-cell { text-align: left; }\n\n.benefit-num {\n  font-size: 12px; font-weight: 700;\n  color: #aaa;\n  letter-spacing: 2px; margin-bottom: 12px;\n}\n\n.benefit-title {\n  font-size: 16px; font-weight: 800;\n  color: #000; margin-bottom: 6px;\n  letter-spacing: -0.3px;\n}\n\n.benefit-desc {\n  font-size: 12px; color: #777;\n  line-height: 1.5;\n}\n\n\/* ============================================\n   QUALITY \/ CERTIFICATIONS\n   ============================================ *\/\n\n.certs-section {\n  background: #fff;\n  padding: 140px 32px;\n  border-top: 1px solid #f0f0f0;\n}\n\n.certs-inner {\n  max-width: 1300px; margin: 0 auto;\n  display: grid; grid-template-columns: 1fr 1.4fr;\n  gap: 80px; align-items: start;\n}\n\n.certs-text h2 {\n  font-size: clamp(32px, 4vw, 52px);\n  font-weight: 800; line-height: 1.05;\n  letter-spacing: -1.5px; color: #000;\n  margin-bottom: 24px;\n}\n\n.certs-text > p {\n  font-size: 16px; color: #555;\n  line-height: 1.8; margin-bottom: 28px;\n}\n\n.checklist { list-style: none; margin-top: 12px; }\n\n.checklist li {\n  display: flex; align-items: flex-start; gap: 14px;\n  padding: 14px 0;\n  font-size: 14px; color: #333;\n  line-height: 1.5;\n}\n\n.checklist li::before {\n  content: \"\u2713\";\n  display: inline-flex; align-items: center; justify-content: center;\n  width: 22px; height: 22px;\n  background: #000; color: #fff;\n  border-radius: 4px;\n  font-size: 11px; font-weight: 700;\n  flex-shrink: 0; margin-top: 1px;\n}\n\n.cert-grid {\n  display: grid; grid-template-columns: repeat(2, 1fr);\n  gap: 16px;\n}\n\n.cert-card {\n  background: #fafafa;\n  border: 1px solid #ececec;\n  border-radius: 8px;\n  padding: 28px 24px;\n  text-align: center;\n  transition: all 0.3s;\n}\n\n.cert-card:hover {\n  background: #fff;\n  border-color: #000;\n  transform: translateY(-3px);\n  box-shadow: 0 8px 24px rgba(0,0,0,0.06);\n}\n\n.cert-card-name {\n  font-size: 16px; font-weight: 800;\n  color: #000; margin-bottom: 6px;\n  letter-spacing: -0.3px;\n}\n\n.cert-card-desc {\n  font-size: 11px; color: #888;\n  letter-spacing: 0.5px;\n}\n\n\/* ============================================\n   ESOP \u2014 DRAMATIC PHOTO OVERLAY\n   ============================================ *\/\n\n.esop-section {\n  position: relative;\n  padding: 140px 32px;\n  background:\n    linear-gradient(180deg, rgba(0,0,0,0.75), 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}\n\n.esop-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.esop-inner { position: relative; max-width: 1000px; margin: 0 auto; z-index: 5; }\n\n.esop-section .section-kicker {\n  background: rgba(255,255,255,0.12);\n  backdrop-filter: blur(10px);\n  border: 1px solid rgba(255,255,255,0.2);\n  color: #fff;\n  margin-bottom: 32px;\n}\n\n.esop-section h2 {\n  font-size: clamp(40px, 5.5vw, 76px);\n  font-weight: 800; line-height: 1;\n  letter-spacing: -2px; color: #fff;\n  margin-bottom: 28px;\n}\n\n.esop-section > .esop-inner > p {\n  font-size: 18px; color: rgba(255,255,255,0.85);\n  line-height: 1.7; max-width: 720px;\n  margin: 0 auto 56px;\n}\n\n.beliefs-grid {\n  display: grid; grid-template-columns: repeat(3, 1fr);\n  gap: 14px; margin-bottom: 48px;\n}\n\n.belief-card {\n  background: rgba(255,255,255,0.08);\n  backdrop-filter: blur(12px);\n  border: 1px solid rgba(255,255,255,0.15);\n  border-radius: 6px;\n  padding: 24px 20px;\n  font-size: 14px; font-weight: 500;\n  color: rgba(255,255,255,0.95);\n  line-height: 1.5;\n  transition: all 0.3s;\n}\n\n.belief-card:hover {\n  background: rgba(255,255,255,0.15);\n  border-color: rgba(255,255,255,0.4);\n  transform: translateY(-3px);\n}\n\n.benefits-icons {\n  display: flex; justify-content: center; gap: 36px;\n  flex-wrap: wrap; padding-top: 36px;\n  border-top: 1px solid rgba(255,255,255,0.2);\n}\n\n.benefit-icon-item {\n  font-size: 13px; font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  letter-spacing: 0.8px;\n}\n\n\/* ============================================\n   COMMUNITY (light)\n   ============================================ *\/\n\n.community-section {\n  background: #fff;\n  padding: 100px 32px;\n  text-align: center;\n}\n\n.community-inner { max-width: 1000px; margin: 0 auto; }\n\n.community-section h2 {\n  font-size: clamp(32px, 4vw, 48px);\n  font-weight: 800; line-height: 1.1;\n  letter-spacing: -1.2px; color: #000;\n  margin-bottom: 20px;\n}\n\n.community-section > .community-inner > p {\n  font-size: 16px; color: #555;\n  line-height: 1.7; max-width: 660px;\n  margin: 0 auto 36px;\n}\n\n.community-orgs {\n  display: flex; justify-content: center;\n  gap: 12px; flex-wrap: wrap;\n}\n\n.community-org {\n  font-size: 12px; font-weight: 600;\n  color: #555; letter-spacing: 0.3px;\n  padding: 12px 22px;\n  border: 1px solid #e0e0e0;\n  background: #fafafa;\n  border-radius: 4px;\n  transition: all 0.2s;\n}\n\n.community-org:hover {\n  border-color: #000;\n  background: #000;\n  color: #fff;\n}\n\n\/* ============================================\n   FINAL CTA \u2014 POLISHED LIGHT\n   ============================================ *\/\n\n.cta-section {\n  position: relative;\n  padding: 140px 32px;\n  background:\n    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, 76px);\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: 18px; color: #555;\n  line-height: 1.7; margin-bottom: 16px;\n}\n\n.cta-phone {\n  font-size: 14px; color: #777;\n  margin-bottom: 48px;\n}\n.cta-phone strong { color: #000; font-weight: 700; }\n\n.cta-buttons {\n  display: flex; gap: 16px;\n  justify-content: center; flex-wrap: wrap;\n}\n\n\/* ============================================\n   SCROLL REVEAL\n   ============================================ *\/\n\n.reveal {\n  opacity: 0;\n  transform: translateY(40px);\n  transition: opacity 0.8s ease, transform 0.8s ease;\n}\n.reveal.visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n\/* ============================================\n   RESPONSIVE\n   ============================================ *\/\n\n@media (max-width: 1024px) {\n  .editorial-grid, .certs-inner { grid-template-columns: 1fr; gap: 48px; }\n  .editorial-grid.reverse .editorial-image { order: 0; }\n  .stats-grid { grid-template-columns: repeat(2, 1fr); }\n  .capabilities-grid { grid-template-columns: repeat(2, 1fr); }\n  .benefits-row { grid-template-columns: repeat(3, 1fr); }\n  .gallery-grid { grid-template-columns: repeat(2, 1fr); }\n}\n\n@media (max-width: 768px) {\n  .hero-bar { display: none; }\n\n  .editorial-section, .stats-section, .capabilities-section,\n  .industries-section, .map-section, .certs-section,\n  .esop-section, .community-section, .cta-section,\n  .video-showcase, .gallery-section {\n    padding: 80px 20px;\n  }\n\n  .gallery-grid { grid-template-columns: 1fr; }\n  .video-play-button { width: 72px; height: 72px; }\n  .video-play-button::before {\n    border-left: 18px solid #000;\n    border-top: 12px solid transparent;\n    border-bottom: 12px solid transparent;\n  }\n\n  .hero-content { padding: 80px 20px 60px; }\n\n  .editorial-image { height: 380px; }\n\n  .capabilities-grid { grid-template-columns: 1fr; }\n  .cert-grid { grid-template-columns: 1fr; }\n  .beliefs-grid { grid-template-columns: 1fr; }\n  .stats-grid { grid-template-columns: 1fr; }\n  .benefits-row { grid-template-columns: 1fr 1fr; }\n\n  .industry-row {\n    grid-template-columns: 50px 1fr 40px;\n  }\n  .industry-tags { display: none; }\n  .industry-name { font-size: 22px; }\n\n  .map-container { padding: 28px; }\n}\n<\/style>\n<\/head>\n<body>\n\n<!-- ============================================\n     HERO \u2014 PHOTO\/VIDEO-DRIVEN OVERLAY\n\n     ASSET ZONE: Hero background\n     - For video: replace .hero-image with <video class=\"hero-video\">\n       (see .hero-video styles above for the asset specs)\n     - For photo: keep .hero-image and update the background-image URL\n     - Recommended subjects: production floor, machines running,\n       precision stamping in action, employee on shop floor\n     ============================================ -->\n<section class=\"hero\">\n\n  <!-- VIDEO ZONE (uncomment to use video instead of photo) -->\n  <!--\n  <video class=\"hero-video\" autoplay muted loop playsinline poster=\"\/images\/hero-poster.jpg\">\n    <source src=\"\/videos\/spi-hero.mp4\" type=\"video\/mp4\">\n    <source src=\"\/videos\/spi-hero.webm\" type=\"video\/webm\">\n  <\/video>\n  <div class=\"hero-video-overlay\"><\/div>\n  -->\n\n  <!-- PHOTO ZONE (currently active) -->\n  <div class=\"hero-image\"><\/div>\n\n  <div class=\"hero-content\">\n    <div class=\"hero-text\">\n      <span class=\"hero-kicker\">Precision Manufacturing \u00b7 Since 1958<\/span>\n      <h1>Where Precision Manufacturing Meets Engineering Expertise.<\/h1>\n      <p class=\"hero-sub\">Engineering-driven manufacturing delivering thousands to millions of precision stampings and assemblies for aerospace, automotive, electrical, and industrial manufacturers across North America.<\/p>\n      <div class=\"hero-ctas\">\n        <a href=\"\/contact\" class=\"btn btn-primary\">Request a Quote<\/a>\n        <a href=\"\/about\" class=\"btn btn-glass\">Discover Our Story<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div class=\"hero-bar\">\n    <div class=\"hero-bar-inner\">\n      <div class=\"hero-bar-label\">Trusted By Industry Leaders<\/div>\n      <div class=\"hero-bar-logos\">\n        <span class=\"hero-bar-logo\">Sensata<\/span>\n        <span class=\"hero-bar-logo\">Schneider<\/span>\n        <span class=\"hero-bar-logo\">Aptiv<\/span>\n        <span class=\"hero-bar-logo\">GM<\/span>\n        <span class=\"hero-bar-logo\">Eaton<\/span>\n        <span class=\"hero-bar-logo\">TE<\/span>\n        <span class=\"hero-bar-logo\">Stellantis<\/span>\n        <span class=\"hero-bar-logo\">Ford<\/span>\n        <span class=\"hero-bar-logo\">ZF<\/span>\n        <span class=\"hero-bar-logo\">Amphenol<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     STATS SECTION\n     ============================================ -->\n<section class=\"stats-section\">\n  <div class=\"stats-inner\">\n    <div class=\"stats-header reveal\">\n      <div class=\"section-kicker\">Built on Six Decades<\/div>\n      <h2>From small custom stampings to a global precision manufacturing partner.<\/h2>\n      <p>Hundreds of millions of mission-critical components delivered for aerospace, automotive, electrical, and industrial OEMs across North America.<\/p>\n    <\/div>\n    <div class=\"stats-grid\">\n      <div class=\"stat-block reveal\">\n        <div class=\"stat-num\">65+<\/div>\n        <div class=\"stat-label\">Years of Manufacturing<\/div>\n        <div class=\"stat-sub\">Employee-owned since 1958<\/div>\n      <\/div>\n      <div class=\"stat-block reveal\">\n        <div class=\"stat-num\">500M+<\/div>\n        <div class=\"stat-label\">Parts Annually<\/div>\n        <div class=\"stat-sub\">Thousands to millions per program<\/div>\n      <\/div>\n      <div class=\"stat-block reveal\">\n        <div class=\"stat-num\">430+<\/div>\n        <div class=\"stat-label\">Employee-Owners<\/div>\n        <div class=\"stat-sub\">Across 4 facilities<\/div>\n      <\/div>\n      <div class=\"stat-block reveal\">\n        <div class=\"stat-num\">8<\/div>\n        <div class=\"stat-label\">Quality Certifications<\/div>\n        <div class=\"stat-sub\">IATF \u00b7 AS9100 \u00b7 ISO \u00b7 NADCAP<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     VIDEO SHOWCASE \u2014 ASSET ZONE\n     ============================================\n     Replace .video-poster background with your\n     poster image. Uncomment the <video> tag and\n     point to your video files (or use an iframe\n     for YouTube\/Vimeo embeds).\n     ============================================ -->\n<section class=\"video-showcase\">\n  <div class=\"video-showcase-inner\">\n    <div class=\"video-showcase-header reveal\">\n      <span class=\"section-kicker\">See SPI in Action<\/span>\n      <h2>From raw material to finished component.<\/h2>\n      <p>Step inside our manufacturing operations and see how precision, engineering, and quality come together across every part we produce.<\/p>\n    <\/div>\n\n    <div class=\"video-frame reveal\" id=\"videoFrame\" onclick=\"playVideo()\">\n\n      <!-- POSTER IMAGE (shown before video plays)\n           Replace background-image URL with your poster -->\n      <div class=\"video-poster\" id=\"videoPoster\"><\/div>\n\n      <!-- VIDEO ELEMENT (uncomment when you have video file)\n      <video id=\"showcaseVideo\" controls playsinline preload=\"metadata\" poster=\"\/images\/poster.jpg\" style=\"display:none;\">\n        <source src=\"\/videos\/spi-overview.mp4\" type=\"video\/mp4\">\n        <source src=\"\/videos\/spi-overview.webm\" type=\"video\/webm\">\n      <\/video>\n      -->\n\n      <!-- YOUTUBE EMBED ALTERNATIVE (uncomment + set video ID)\n      <iframe id=\"ytVideo\" style=\"display:none;\"\n        src=\"https:\/\/www.youtube.com\/embed\/VIDEO_ID?autoplay=0&rel=0&modestbranding=1\"\n        title=\"Small Parts manufacturing overview\"\n        allow=\"autoplay; encrypted-media\"\n        allowfullscreen><\/iframe>\n      -->\n\n      <div class=\"video-play-button\"><\/div>\n\n      <div class=\"video-caption\">\n        <div class=\"video-caption-label\">Featured Video \u00b7 02:14<\/div>\n        <div class=\"video-caption-title\">Inside Small Parts Manufacturing<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     FACILITY GALLERY \u2014 ASSET ZONE\n     ============================================\n     4 facility photos shown as portrait tiles.\n     Replace each background-image URL with the\n     actual facility photography.\n     ============================================ -->\n<section class=\"gallery-section\">\n  <div class=\"gallery-inner\">\n    <div class=\"gallery-header reveal\">\n      <span class=\"section-kicker\">Our Facilities<\/span>\n      <h2>Four locations. One unified standard.<\/h2>\n      <p>Manufacturing across the United States and Mexico \u2014 with consistent quality, equipment, and engineering excellence at every site.<\/p>\n    <\/div>\n\n    <div class=\"gallery-grid\">\n      <a href=\"\/facilities\/logansport\" class=\"gallery-item reveal\">\n        <div class=\"gallery-item-bg\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1565008576549-57569a49371d?w=800&#038;q=80');\"><\/div>\n        <div class=\"gallery-item-overlay\"><\/div>\n        <div class=\"gallery-item-content\">\n          <div class=\"gallery-item-label\">Corporate HQ<\/div>\n          <div class=\"gallery-item-title\">Logansport, IN<\/div>\n          <div class=\"gallery-item-subtitle\">133,000 sq ft \u00b7 223 employees<\/div>\n        <\/div>\n      <\/a>\n      <a href=\"\/facilities\/beaumont\" class=\"gallery-item reveal\">\n        <div class=\"gallery-item-bg\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1581091226825-a6a2a5aee158?w=800&#038;q=80');\"><\/div>\n        <div class=\"gallery-item-overlay\"><\/div>\n        <div class=\"gallery-item-content\">\n          <div class=\"gallery-item-label\">Manufacturing<\/div>\n          <div class=\"gallery-item-title\">Beaumont, CA<\/div>\n          <div class=\"gallery-item-subtitle\">30,000 sq ft \u00b7 42 employees<\/div>\n        <\/div>\n      <\/a>\n      <a href=\"\/facilities\/juarez\" class=\"gallery-item reveal\">\n        <div class=\"gallery-item-bg\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1581092919535-3a4f7e8b7e8c?w=800&#038;q=80');\"><\/div>\n        <div class=\"gallery-item-overlay\"><\/div>\n        <div class=\"gallery-item-content\">\n          <div class=\"gallery-item-label\">Manufacturing<\/div>\n          <div class=\"gallery-item-title\">Ju\u00e1rez, Mexico<\/div>\n          <div class=\"gallery-item-subtitle\">76,000 sq ft \u00b7 105 employees<\/div>\n        <\/div>\n      <\/a>\n      <a href=\"\/facilities\/reynosa\" class=\"gallery-item reveal\">\n        <div class=\"gallery-item-bg\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1565007389-49eb47c1e7e6?w=800&#038;q=80');\"><\/div>\n        <div class=\"gallery-item-overlay\"><\/div>\n        <div class=\"gallery-item-content\">\n          <div class=\"gallery-item-label\">Manufacturing<\/div>\n          <div class=\"gallery-item-title\">Reynosa, Mexico<\/div>\n          <div class=\"gallery-item-subtitle\">65,000 sq ft \u00b7 62 employees<\/div>\n        <\/div>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     EDITORIAL 1 \u2014 CAPABILITIES INTRO\n     (image left, text right)\n     ============================================ -->\n<section class=\"editorial-section tinted\">\n  <div class=\"editorial-grid\">\n    <div class=\"editorial-image reveal\">\n      <div class=\"editorial-image-bg\" style=\"background-image: linear-gradient(135deg, rgba(0,0,0,0.2), rgba(0,0,0,0.4)), url('https:\/\/images.unsplash.com\/photo-1581091226825-a6a2a5aee158?w=1200&#038;q=80');\"><\/div>\n      <div class=\"editorial-image-caption\">PRECISION AT SCALE<\/div>\n    <\/div>\n    <div class=\"editorial-text reveal\">\n      <span class=\"section-kicker outline\">What We Do<\/span>\n      <h2>Precision manufacturing for the world&#8217;s most demanding applications.<\/h2>\n      <p>Our advanced capabilities deliver consistent quality and reliability \u2014 from prototype support to millions of parts per year. We don&#8217;t just stamp and ship; we engineer the entire process from material selection through final inspection.<\/p>\n      <ul class=\"editorial-text-bullets\">\n        <li>Precision metal stamping at automotive-grade tolerances<\/li>\n        <li>Multi-slide and four-slide forming for complex geometries<\/li>\n        <li>In-house tool design, build, and onsite die repair<\/li>\n        <li>Secondary operations, plating, and medical-grade cleaning<\/li>\n        <li>Sub-assembly and automated cell production<\/li>\n        <li>C519 tariff mitigation and 6-month materials hedging<\/li>\n      <\/ul>\n      <div class=\"editorial-cta\">\n        <a href=\"\/capabilities\" class=\"btn btn-dark\">Explore Capabilities<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     CAPABILITIES \u2014 LIGHT GRID\n     ============================================ -->\n<section class=\"capabilities-section\">\n  <div class=\"capabilities-header reveal\">\n    <span class=\"section-kicker\">Capabilities<\/span>\n    <h2>Six capabilities. One integrated manufacturing partner.<\/h2>\n    <p>Every capability is built in-house and integrated across our four facilities \u2014 so we react to your program changes faster, control quality at every step, and deliver line-ready parts.<\/p>\n  <\/div>\n  <div class=\"capabilities-grid\">\n    <div class=\"cap-card reveal\">\n      <div class=\"cap-card-num\">01<\/div>\n      <h3>Precision Metal Stamping<\/h3>\n      <p>High-volume progressive and compound die stamping with tight tolerances for mission-critical components.<\/p>\n      <span class=\"cap-card-link\">Learn More<\/span>\n    <\/div>\n    <div class=\"cap-card reveal\">\n      <div class=\"cap-card-num\">02<\/div>\n      <h3>Multi-Slide &#038; Four-Slide<\/h3>\n      <p>Complex geometries and intricate forms produced through advanced multi-slide forming technology.<\/p>\n      <span class=\"cap-card-link\">Learn More<\/span>\n    <\/div>\n    <div class=\"cap-card reveal\">\n      <div class=\"cap-card-num\">03<\/div>\n      <h3>Tool &#038; Die Engineering<\/h3>\n      <p>In-house tooling design, build, and onsite die repair \u2014 including tooling support in Mexico.<\/p>\n      <span class=\"cap-card-link\">Learn More<\/span>\n    <\/div>\n    <div class=\"cap-card reveal\">\n      <div class=\"cap-card-num\">04<\/div>\n      <h3>Secondary Operations<\/h3>\n      <p>Tapping, welding, plating, heat treating, and finishing operations integrated into your production flow.<\/p>\n      <span class=\"cap-card-link\">Learn More<\/span>\n    <\/div>\n    <div class=\"cap-card reveal\">\n      <div class=\"cap-card-num\">05<\/div>\n      <h3>Assembly<\/h3>\n      <p>In-die assembly, automated cells, and manual assembly across USA and Mexico.<\/p>\n      <span class=\"cap-card-link\">Learn More<\/span>\n    <\/div>\n    <div class=\"cap-card reveal\">\n      <div class=\"cap-card-num\">06<\/div>\n      <h3>Materials Expertise<\/h3>\n      <p>Non-ferrous and specialty alloys including C519 tariff mitigation and materials hedging strategies.<\/p>\n      <span class=\"cap-card-link\">Learn More<\/span>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     FULL-BLEED IMAGE BREAK\n     ============================================ -->\n<section class=\"image-break\">\n  <div class=\"image-break-bg\"><\/div>\n  <div class=\"image-break-content\">\n    <div class=\"image-break-quote reveal\">\n      <span class=\"section-kicker\">Engineering Partnership<\/span>\n      <h2>&#8220;Better parts, more efficient production, and lower total manufacturing cost.&#8221;<\/h2>\n      <p>Our integrated engineering team works directly with customers to improve manufacturability, optimize materials, reduce costs, and increase product reliability \u2014 from die design through rapid production scaling.<\/p>\n      <a href=\"\/engineering\" class=\"btn btn-glass\">Talk to an Engineer<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     EDITORIAL 2 \u2014 WHY US (text left, image right)\n     ============================================ -->\n<section class=\"editorial-section\">\n  <div class=\"editorial-grid\">\n    <div class=\"editorial-text reveal\">\n      <span class=\"section-kicker outline\">Why Small Parts<\/span>\n      <h2>There&#8217;s a lot more to us than our name implies.<\/h2>\n      <p>Our highly integrated tool and process engineering team delivers maximum tool life and zero-defect parts. We&#8217;re not a typical metal stamper \u2014 we&#8217;re a strategic manufacturing partner.<\/p>\n      <ul class=\"editorial-text-bullets\">\n        <li>Parts that meet tough specifications \u2014 tight tolerances, challenging geometries<\/li>\n        <li>Design for manufacturing recommendations that reduce cost<\/li>\n        <li>Tighter timing and change management with in-house tooling<\/li>\n        <li>Credit for your scrap \u2014 net proceeds returned to customers<\/li>\n        <li>Non-ferrous material sourcing with fixed pricing via commodities contracts<\/li>\n        <li>Same quality and service from U.S. or Mexico facilities<\/li>\n      <\/ul>\n    <\/div>\n    <div class=\"editorial-image reveal\">\n      <div class=\"editorial-image-bg\" style=\"background-image: linear-gradient(135deg, rgba(0,0,0,0.25), rgba(0,0,0,0.45)), url('https:\/\/images.unsplash.com\/photo-1565008576549-57569a49371d?w=1200&#038;q=80');\"><\/div>\n      <div class=\"editorial-image-caption\">CUSTOMER PARTNERSHIP<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     INDUSTRIES \u2014 LIGHT INDEX\n     ============================================ -->\n<section class=\"industries-section\">\n  <div class=\"industries-inner\">\n    <div class=\"industries-header reveal\">\n      <span class=\"section-kicker\">Industries Served<\/span>\n      <h2>Trusted across industries where quality cannot fail.<\/h2>\n      <p>Our components are used in safety-critical and performance-critical systems \u2014 from F-35 fighter jets to insulin pumps to power distribution networks.<\/p>\n    <\/div>\n    <div class=\"industry-list\">\n      <a href=\"\/industries\/aerospace\" class=\"industry-row reveal\">\n        <div class=\"industry-num\">01<\/div>\n        <div class=\"industry-name\">Aerospace<\/div>\n        <div class=\"industry-tags\">\n          <span class=\"industry-tag\">AS9100:D<\/span>\n          <span class=\"industry-tag\">NADCAP<\/span>\n          <span class=\"industry-tag\">ITAR<\/span>\n        <\/div>\n        <div class=\"industry-arrow\">\u2192<\/div>\n      <\/a>\n      <a href=\"\/industries\/automotive\" class=\"industry-row reveal\">\n        <div class=\"industry-num\">02<\/div>\n        <div class=\"industry-name\">Automotive<\/div>\n        <div class=\"industry-tags\">\n          <span class=\"industry-tag\">IATF 16949<\/span>\n          <span class=\"industry-tag\">CQI-9<\/span>\n        <\/div>\n        <div class=\"industry-arrow\">\u2192<\/div>\n      <\/a>\n      <a href=\"\/industries\/electrical\" class=\"industry-row reveal\">\n        <div class=\"industry-num\">03<\/div>\n        <div class=\"industry-name\">Electrical &#038; Power<\/div>\n        <div class=\"industry-tags\">\n          <span class=\"industry-tag\">ISO 9001<\/span>\n          <span class=\"industry-tag\">ISO 14001<\/span>\n        <\/div>\n        <div class=\"industry-arrow\">\u2192<\/div>\n      <\/a>\n      <a href=\"\/industries\/industrial\" class=\"industry-row reveal\">\n        <div class=\"industry-num\">04<\/div>\n        <div class=\"industry-name\">Industrial Equipment<\/div>\n        <div class=\"industry-tags\">\n          <span class=\"industry-tag\">IATF 16949<\/span>\n          <span class=\"industry-tag\">ISO 9001<\/span>\n        <\/div>\n        <div class=\"industry-arrow\">\u2192<\/div>\n      <\/a>\n      <a href=\"\/industries\/consumer\" class=\"industry-row reveal\">\n        <div class=\"industry-num\">05<\/div>\n        <div class=\"industry-name\">Consumer &#038; Appliance<\/div>\n        <div class=\"industry-tags\">\n          <span class=\"industry-tag\">ISO 9001<\/span>\n        <\/div>\n        <div class=\"industry-arrow\">\u2192<\/div>\n      <\/a>\n      <a href=\"\/industries\/transportation\" class=\"industry-row reveal\">\n        <div class=\"industry-num\">06<\/div>\n        <div class=\"industry-name\">Transportation<\/div>\n        <div class=\"industry-tags\">\n          <span class=\"industry-tag\">IATF 16949<\/span>\n          <span class=\"industry-tag\">ISO 14001<\/span>\n        <\/div>\n        <div class=\"industry-arrow\">\u2192<\/div>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     SUPPLY CHAIN MAP \u2014 LIGHT\n     ============================================ -->\n<section class=\"map-section\">\n  <div class=\"map-inner\">\n    <div class=\"map-header reveal\">\n      <span class=\"section-kicker\">Supply Chain<\/span>\n      <h2>North American manufacturing advantage.<\/h2>\n      <p>Resilient, cost-effective production with facilities across the United States and Mexico.<\/p>\n    <\/div>\n    <div class=\"map-container reveal\">\n      <svg class=\"map-svg\" viewBox=\"0 0 800 280\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <path d=\"M120,70 L300,50 L420,55 L520,60 L620,75 L660,90 L670,130 L650,160 L620,180 L580,190 L550,210 L500,220 L450,225 L400,215 L350,220 L300,230 L260,220 L220,210 L180,190 L140,160 L120,120 Z\"\/>\n        <path d=\"M140,160 L180,190 L220,210 L260,220 L300,230 L280,260 L250,278 L220,283 L180,278 L150,258 L130,235 L120,210 L130,180 Z\"\/>\n        <circle cx=\"145\" cy=\"135\" r=\"8\" fill=\"#000\" opacity=\"0.15\"\/>\n        <circle cx=\"145\" cy=\"135\" r=\"4\" fill=\"#000\"\/>\n        <text x=\"145\" y=\"158\" text-anchor=\"middle\" fill=\"#666\" font-size=\"11\" font-weight=\"600\" font-family=\"Inter\">Beaumont, CA<\/text>\n        <circle cx=\"500\" cy=\"110\" r=\"8\" fill=\"#000\" opacity=\"0.15\"\/>\n        <circle cx=\"500\" cy=\"110\" r=\"4\" fill=\"#000\"\/>\n        <text x=\"500\" y=\"100\" text-anchor=\"middle\" fill=\"#666\" font-size=\"11\" font-weight=\"600\" font-family=\"Inter\">Logansport, IN (HQ)<\/text>\n        <circle cx=\"195\" cy=\"240\" r=\"8\" fill=\"#000\" opacity=\"0.15\"\/>\n        <circle cx=\"195\" cy=\"240\" r=\"4\" fill=\"#000\"\/>\n        <text x=\"195\" y=\"232\" text-anchor=\"middle\" fill=\"#666\" font-size=\"11\" font-weight=\"600\" font-family=\"Inter\">Ju\u00e1rez<\/text>\n        <circle cx=\"240\" cy=\"260\" r=\"8\" fill=\"#000\" opacity=\"0.15\"\/>\n        <circle cx=\"240\" cy=\"260\" r=\"4\" fill=\"#000\"\/>\n        <text x=\"240\" y=\"276\" text-anchor=\"middle\" fill=\"#666\" font-size=\"11\" font-weight=\"600\" font-family=\"Inter\">Reynosa<\/text>\n      <\/svg>\n      <div class=\"benefits-row\">\n        <div class=\"benefit-cell\">\n          <div class=\"benefit-num\">01<\/div>\n          <div class=\"benefit-title\">Near-Shore Production<\/div>\n          <div class=\"benefit-desc\">Reduced logistics complexity<\/div>\n        <\/div>\n        <div class=\"benefit-cell\">\n          <div class=\"benefit-num\">02<\/div>\n          <div class=\"benefit-title\">Tariff Mitigation<\/div>\n          <div class=\"benefit-desc\">C519 &#038; material strategies<\/div>\n        <\/div>\n        <div class=\"benefit-cell\">\n          <div class=\"benefit-num\">03<\/div>\n          <div class=\"benefit-title\">Materials Hedging<\/div>\n          <div class=\"benefit-desc\">6-month pricing stability<\/div>\n        <\/div>\n        <div class=\"benefit-cell\">\n          <div class=\"benefit-num\">04<\/div>\n          <div class=\"benefit-title\">Lower Landed Cost<\/div>\n          <div class=\"benefit-desc\">Competitive total cost<\/div>\n        <\/div>\n        <div class=\"benefit-cell\">\n          <div class=\"benefit-num\">05<\/div>\n          <div class=\"benefit-title\">Faster Lead Times<\/div>\n          <div class=\"benefit-desc\">Proximity-driven response<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     QUALITY \/ CERTIFICATIONS\n     ============================================ -->\n<section class=\"certs-section\">\n  <div class=\"certs-inner\">\n    <div class=\"certs-text reveal\">\n      <span class=\"section-kicker outline\">Quality Systems<\/span>\n      <h2>When failure isn&#8217;t an option.<\/h2>\n      <p>Hundreds of millions of components delivered for safety-critical applications. Our goal is simple: zero defects and on-time delivery.<\/p>\n      <ul class=\"checklist\">\n        <li>Strict quality control &#038; automotive-grade systems<\/li>\n        <li>Aerospace-grade AS9100:D processes<\/li>\n        <li>Advanced inspection \u2014 vision, eddy current, calibration<\/li>\n        <li>Process engineering &#038; continuous improvement<\/li>\n      <\/ul>\n    <\/div>\n    <div class=\"cert-grid reveal\">\n      <div class=\"cert-card\">\n        <div class=\"cert-card-name\">IATF 16949<\/div>\n        <div class=\"cert-card-desc\">Automotive QMS<\/div>\n      <\/div>\n      <div class=\"cert-card\">\n        <div class=\"cert-card-name\">AS9100:D<\/div>\n        <div class=\"cert-card-desc\">Aerospace QMS<\/div>\n      <\/div>\n      <div class=\"cert-card\">\n        <div class=\"cert-card-name\">ISO 14001<\/div>\n        <div class=\"cert-card-desc\">Environmental<\/div>\n      <\/div>\n      <div class=\"cert-card\">\n        <div class=\"cert-card-name\">ISO 9001<\/div>\n        <div class=\"cert-card-desc\">Quality Mgmt<\/div>\n      <\/div>\n      <div class=\"cert-card\">\n        <div class=\"cert-card-name\">CQI-9<\/div>\n        <div class=\"cert-card-desc\">Heat Treat<\/div>\n      <\/div>\n      <div class=\"cert-card\">\n        <div class=\"cert-card-name\">NADCAP*<\/div>\n        <div class=\"cert-card-desc\">Mar 2027<\/div>\n      <\/div>\n      <div class=\"cert-card\">\n        <div class=\"cert-card-name\">PMA<\/div>\n        <div class=\"cert-card-desc\">Member<\/div>\n      <\/div>\n      <div class=\"cert-card\">\n        <div class=\"cert-card-name\">ESOP<\/div>\n        <div class=\"cert-card-desc\">Employee-Owned<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     ESOP \u2014 DRAMATIC PHOTO OVERLAY\n     ============================================ -->\n<section class=\"esop-section\">\n  <div class=\"esop-inner\">\n    <span class=\"section-kicker\">100% Employee-Owned<\/span>\n    <h2>You&#8217;re working with the owner every day.<\/h2>\n    <p>As an ESOP company, every team member has a direct stake in quality, performance, and customer success. When you partner with Small Parts, you partner with people who own the outcome.<\/p>\n    <div class=\"beliefs-grid reveal\">\n      <div class=\"belief-card\">Every person has gifts<\/div>\n      <div class=\"belief-card\">Every voice is important<\/div>\n      <div class=\"belief-card\">All work has virtue<\/div>\n      <div class=\"belief-card\">We can always get better and learn<\/div>\n      <div class=\"belief-card\">We are powerful when we combine our strengths<\/div>\n      <div class=\"belief-card\">A growing business enriches lives<\/div>\n    <\/div>\n    <div class=\"benefits-icons\">\n      <div class=\"benefit-icon-item\">Job Stability<\/div>\n      <div class=\"benefit-icon-item\">100% Employee-Owned<\/div>\n      <div class=\"benefit-icon-item\">Career Growth<\/div>\n      <div class=\"benefit-icon-item\">Onsite Health Clinic<\/div>\n      <div class=\"benefit-icon-item\">Weekly Pay<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     COMMUNITY\n     ============================================ -->\n<section class=\"community-section\">\n  <div class=\"community-inner\">\n    <span class=\"section-kicker\">Our Communities<\/span>\n    <h2>Building businesses &#038; enriching lives.<\/h2>\n    <p>Small Parts has a long history of philanthropy and service. We invest in education, career development, and community organizations across the regions where we operate.<\/p>\n    <div class=\"community-orgs\">\n      <span class=\"community-org\">LCSC<\/span>\n      <span class=\"community-org\">Purdue University<\/span>\n      <span class=\"community-org\">United Way<\/span>\n      <span class=\"community-org\">YMCA<\/span>\n      <span class=\"community-org\">Ivy Tech<\/span>\n      <span class=\"community-org\">Logansport Memorial<\/span>\n      <span class=\"community-org\">River Bluff Run<\/span>\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\">Start the Conversation<\/span>\n    <h2>Need a precision manufacturing partner?<\/h2>\n    <p>Whether you need a quote, engineering consultation, or want to discuss your next project \u2014 we&#8217;re ready.<\/p>\n    <p class=\"cta-phone\">Call us at <strong>574-753-6323<\/strong> or reach out below.<\/p>\n    <div class=\"cta-buttons\">\n      <a href=\"\/contact\" class=\"btn btn-dark\">Request a Quote<\/a>\n      <a href=\"\/engineering\" class=\"btn btn-light-ghost\">Speak with Engineering<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     FOOTER PROVIDED BY WORDPRESS THEME\n     ============================================ -->\n\n<script>\n\/\/ Video showcase play handler\nfunction playVideo() {\n  var poster = document.getElementById('videoPoster');\n  var video = document.getElementById('showcaseVideo');\n  var ytVideo = document.getElementById('ytVideo');\n  var playBtn = document.querySelector('.video-play-button');\n  var caption = document.querySelector('.video-caption');\n\n  if (poster) poster.style.display = 'none';\n  if (playBtn) playBtn.style.display = 'none';\n  if (caption) caption.style.display = 'none';\n\n  if (video) {\n    video.style.display = 'block';\n    video.play();\n  } else if (ytVideo) {\n    ytVideo.style.display = 'block';\n    \/\/ Append autoplay parameter\n    var src = ytVideo.src;\n    if (src.indexOf('autoplay=1') === -1) {\n      ytVideo.src = src.replace('autoplay=0', 'autoplay=1');\n    }\n  } else {\n    \/\/ Demo fallback \u2014 show a message\n    alert('Video would play here. Add a <video> tag or YouTube iframe inside .video-frame.');\n  }\n}\n\n\/\/ Scroll reveal animation\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) {\n      el.classList.add('visible');\n    }\n  });\n}\nwindow.addEventListener('scroll', checkReveals);\nwindow.addEventListener('load', checkReveals);\ncheckReveals();\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Small Parts, Inc. \u2014 Where Precision Manufacturing Meets Engineering Expertise Precision Manufacturing \u00b7 Since 1958 Where Precision Manufacturing Meets Engineering Expertise. Engineering-driven manufacturing delivering thousands to millions of precision stampings and assemblies for aerospace, automotive, electrical, and industrial manufacturers across North America. Request a Quote Discover Our Story Trusted By Industry Leaders Sensata Schneider Aptiv&#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-16","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Homepage 1 - 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=16\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Homepage 1 - Small Parts Inc.\" \/>\n<meta property=\"og:description\" content=\"Small Parts, Inc. \u2014 Where Precision Manufacturing Meets Engineering Expertise Precision Manufacturing \u00b7 Since 1958 Where Precision Manufacturing Meets Engineering Expertise. Engineering-driven manufacturing delivering thousands to millions of precision stampings and assemblies for aerospace, automotive, electrical, and industrial manufacturers across North America. Request a Quote Discover Our Story Trusted By Industry Leaders Sensata Schneider Aptiv...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wp-test.smallpartsinc.com\/?page_id=16\" \/>\n<meta property=\"og:site_name\" content=\"Small Parts Inc.\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-15T04:15:16+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=\"5 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=16\",\"url\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/?page_id=16\",\"name\":\"Homepage 1 - Small Parts Inc.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/#website\"},\"datePublished\":\"2026-05-14T16:28:03+00:00\",\"dateModified\":\"2026-05-15T04:15:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/?page_id=16#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/?page_id=16\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/?page_id=16#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Homepage 1\"}]},{\"@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":"Homepage 1 - 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=16","og_locale":"en_US","og_type":"article","og_title":"Homepage 1 - Small Parts Inc.","og_description":"Small Parts, Inc. \u2014 Where Precision Manufacturing Meets Engineering Expertise Precision Manufacturing \u00b7 Since 1958 Where Precision Manufacturing Meets Engineering Expertise. Engineering-driven manufacturing delivering thousands to millions of precision stampings and assemblies for aerospace, automotive, electrical, and industrial manufacturers across North America. Request a Quote Discover Our Story Trusted By Industry Leaders Sensata Schneider Aptiv...","og_url":"https:\/\/wp-test.smallpartsinc.com\/?page_id=16","og_site_name":"Small Parts Inc.","article_modified_time":"2026-05-15T04:15:16+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wp-test.smallpartsinc.com\/?page_id=16","url":"https:\/\/wp-test.smallpartsinc.com\/?page_id=16","name":"Homepage 1 - Small Parts Inc.","isPartOf":{"@id":"https:\/\/wp-test.smallpartsinc.com\/#website"},"datePublished":"2026-05-14T16:28:03+00:00","dateModified":"2026-05-15T04:15:16+00:00","breadcrumb":{"@id":"https:\/\/wp-test.smallpartsinc.com\/?page_id=16#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wp-test.smallpartsinc.com\/?page_id=16"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wp-test.smallpartsinc.com\/?page_id=16#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wp-test.smallpartsinc.com\/"},{"@type":"ListItem","position":2,"name":"Homepage 1"}]},{"@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\/16","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=16"}],"version-history":[{"count":4,"href":"https:\/\/wp-test.smallpartsinc.com\/index.php?rest_route=\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":257,"href":"https:\/\/wp-test.smallpartsinc.com\/index.php?rest_route=\/wp\/v2\/pages\/16\/revisions\/257"}],"wp:attachment":[{"href":"https:\/\/wp-test.smallpartsinc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}