{"id":252,"date":"2026-05-15T04:01:34","date_gmt":"2026-05-15T04:01:34","guid":{"rendered":"https:\/\/wp-test.smallpartsinc.com\/?page_id=252"},"modified":"2026-05-15T04:01:34","modified_gmt":"2026-05-15T04:01:34","slug":"homepage-2","status":"publish","type":"page","link":"https:\/\/wp-test.smallpartsinc.com\/?page_id=252","title":{"rendered":"Homepage 2"},"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 precision metal stamping and engineered components for aerospace, automotive, electrical, and industrial OEMs across North America. Employee-owned since 1958.\">\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 STYLE\n   Photo-driven polish \u00b7 full-color imagery\n   Slightly bigger hero \u00b7 matches all inner pages\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.container { max-width: 1300px; margin: 0 auto; padding: 0 32px; }\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 slightly bigger than inner pages\n   (80vh vs 70vh) for homepage emphasis\n\n   ASSET ZONE: Page hero background\n   - The signature shop-floor or hero shot. Should communicate\n     scale + precision + engineering all at once.\n   - For video: replace .page-hero-image with <video class=\"page-hero-video\">\n   - Recommended: 1920x1080, full color, shop floor wide \/ press in motion \/\n     CAD-to-die montage \/ panoramic team shot\n   ============================================ *\/\n\n.page-hero {\n  position: relative;\n  height: 80vh; min-height: 620px;\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  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.72) 100%),\n    url('https:\/\/images.unsplash.com\/photo-1565008576549-57569a49371d?w=1920&q=80') center\/cover;\n}\n\n.page-hero-content {\n  position: relative; z-index: 5;\n  max-width: 1300px; margin: 0 auto;\n  padding: 120px 32px 100px;\n  height: 100%;\n  display: flex; flex-direction: column; justify-content: center;\n}\n\n.page-hero-kicker {\n  display: inline-flex; align-items: center; gap: 12px;\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.page-hero-kicker::before {\n  content: \"\"; width: 6px; height: 6px; border-radius: 50%;\n  background: #fff;\n  animation: pulse 2s infinite;\n}\n@keyframes pulse {\n  0%, 100% { opacity: 1; transform: scale(1); }\n  50% { opacity: 0.4; transform: scale(1.4); }\n}\n\n.page-hero h1 {\n  font-size: clamp(44px, 6vw, 88px);\n  font-weight: 800; line-height: 1.02;\n  letter-spacing: -2.5px;\n  color: #fff; margin-bottom: 28px;\n  max-width: 980px;\n}\n\n.page-hero-sub {\n  font-size: 19px;\n  color: rgba(255,255,255,0.92);\n  line-height: 1.6;\n  max-width: 660px;\n  font-weight: 400;\n  margin-bottom: 44px;\n}\n\n.page-hero-buttons {\n  display: flex; gap: 14px; flex-wrap: wrap;\n}\n\n\/* ============================================\n   TRUST BAR \u2014 stats + customer logos\n   ASSET ZONE: customer logos (one-color SVGs preferred)\n   ============================================ *\/\n\n.trust-section {\n  background: #fafafa;\n  border-bottom: 1px solid #ececec;\n  padding: 64px 32px;\n}\n.trust-inner {\n  max-width: 1300px; margin: 0 auto;\n}\n.trust-stats {\n  display: grid; grid-template-columns: repeat(4, 1fr);\n  gap: 32px;\n  padding-bottom: 56px;\n  border-bottom: 1px solid #ececec;\n}\n.trust-stat {\n  text-align: left;\n  padding-left: 18px;\n  border-left: 2px solid #000;\n}\n.trust-stat-num {\n  font-size: clamp(32px, 3.4vw, 44px);\n  font-weight: 800; line-height: 1;\n  letter-spacing: -1.5px; color: #000;\n  margin-bottom: 8px;\n}\n.trust-stat-label {\n  font-size: 12px; font-weight: 700;\n  letter-spacing: 1.5px; text-transform: uppercase;\n  color: #555;\n}\n.trust-stat-sub {\n  font-size: 12px; color: #888;\n  margin-top: 4px;\n}\n\n.trust-logos {\n  padding-top: 40px;\n}\n.trust-logos-label {\n  font-size: 10px; font-weight: 700;\n  letter-spacing: 3px; text-transform: uppercase;\n  color: #888;\n  text-align: center;\n  margin-bottom: 28px;\n}\n.trust-logos-row {\n  display: flex; justify-content: space-around;\n  align-items: center; flex-wrap: wrap;\n  gap: 40px;\n}\n.trust-logo {\n  font-size: 13px; font-weight: 800;\n  letter-spacing: 3px;\n  color: #b8b8b8;\n  transition: color 0.3s;\n  text-transform: uppercase;\n  \/* When real logos are added, replace these text placeholders\n     with <img> tags. Recommended: one-color SVG at 24-32px tall. *\/\n}\n.trust-logo:hover { color: #000; }\n\n\/* ============================================\n   CAPABILITIES \u2014 6 CARD GRID\n\n   ASSET ZONE: 6 capability thumbnails\n   - Recommended: tight crops of presses, dies, multi-slides, EDM,\n     assembly cells, materials samples. Full color, consistent crop.\n   ============================================ *\/\n\n.cap-section {\n  padding: 140px 32px;\n  background: #fff;\n}\n.cap-inner { max-width: 1300px; margin: 0 auto; }\n.cap-header {\n  display: grid; grid-template-columns: 1fr 1.2fr;\n  gap: 64px; align-items: end;\n  margin-bottom: 72px;\n}\n.cap-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}\n.cap-header p {\n  font-size: 17px; color: #555;\n  line-height: 1.7;\n}\n\n.cap-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 24px;\n}\n.cap-card {\n  position: relative;\n  overflow: hidden;\n  border-radius: 6px;\n  background: #fafafa;\n  border: 1px solid #ececec;\n  transition: all 0.3s;\n  cursor: pointer;\n}\n.cap-card:hover {\n  border-color: #000;\n  transform: translateY(-4px);\n  box-shadow: 0 18px 36px rgba(0,0,0,0.08);\n}\n.cap-card-image {\n  height: 240px;\n  background-size: cover;\n  background-position: center;\n  position: relative;\n}\n.cap-card-image::after {\n  content: \"\"; position: absolute; inset: 0;\n  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.4) 100%);\n}\n.cap-card-body {\n  padding: 28px;\n}\n.cap-card-num {\n  font-size: 11px; font-weight: 700;\n  letter-spacing: 2.5px; color: #888;\n  text-transform: uppercase;\n  margin-bottom: 10px;\n}\n.cap-card-title {\n  font-size: 22px; font-weight: 800;\n  color: #000;\n  letter-spacing: -0.5px;\n  line-height: 1.2;\n  margin-bottom: 12px;\n}\n.cap-card-desc {\n  font-size: 14px; color: #555;\n  line-height: 1.6;\n  margin-bottom: 18px;\n}\n.cap-card-link {\n  display: inline-flex; align-items: center;\n  gap: 6px;\n  font-size: 12px; font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  color: #000;\n  border-bottom: 1px solid #000;\n  padding-bottom: 4px;\n  transition: gap 0.3s;\n}\n.cap-card:hover .cap-card-link { gap: 12px; }\n\n\/* ============================================\n   INDUSTRIES \u2014 6 cards with imagery\n   ASSET ZONE: 6 industry photographs (full color)\n   ============================================ *\/\n\n.industries-section {\n  padding: 140px 32px;\n  background: #fafafa;\n  border-top: 1px solid #ececec;\n  border-bottom: 1px solid #ececec;\n}\n.industries-inner { max-width: 1300px; margin: 0 auto; }\n.industries-header {\n  text-align: center;\n  margin-bottom: 72px;\n  max-width: 760px;\n  margin-left: auto; margin-right: auto;\n}\n.industries-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  margin-bottom: 22px;\n}\n.industries-header p {\n  font-size: 17px; color: #555;\n  line-height: 1.7;\n}\n\n.industries-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n}\n.industry-tile {\n  position: relative;\n  height: 340px;\n  overflow: hidden;\n  border-radius: 4px;\n  background: #0a0a0a;\n  cursor: pointer;\n}\n.industry-tile-image {\n  position: absolute; inset: 0;\n  background-size: cover;\n  background-position: center;\n  transition: transform 0.6s ease;\n}\n.industry-tile::after {\n  content: \"\"; position: absolute; inset: 0;\n  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.75) 100%);\n  transition: background 0.3s;\n}\n.industry-tile:hover .industry-tile-image { transform: scale(1.06); }\n.industry-tile:hover::after {\n  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.85) 100%);\n}\n.industry-tile-content {\n  position: absolute; z-index: 2;\n  left: 28px; right: 28px; bottom: 28px;\n}\n.industry-tile-num {\n  font-size: 10px; font-weight: 700;\n  letter-spacing: 3px;\n  color: rgba(255,255,255,0.65);\n  text-transform: uppercase;\n  margin-bottom: 8px;\n}\n.industry-tile-name {\n  font-size: 24px; font-weight: 800;\n  color: #fff;\n  letter-spacing: -0.5px;\n  line-height: 1.15;\n}\n\n\/* ============================================\n   ENGINEERING ADVANTAGE \u2014 split editorial\n\n   ASSET ZONE: .engadv-image\n   - Engineer at workstation, die in CAD on screen, or wire EDM\n   ============================================ *\/\n\n.engadv-section {\n  padding: 140px 32px;\n  background: #fff;\n}\n.engadv-inner { max-width: 1300px; margin: 0 auto; }\n.engadv-grid {\n  display: grid;\n  grid-template-columns: 1.05fr 1fr;\n  gap: 80px;\n  align-items: center;\n}\n.engadv-text 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: 28px;\n}\n.engadv-text > p {\n  font-size: 17px; line-height: 1.8;\n  color: #555;\n  margin-bottom: 28px;\n  max-width: 540px;\n}\n.engadv-list {\n  list-style: none;\n  margin-bottom: 36px;\n}\n.engadv-list li {\n  display: grid;\n  grid-template-columns: 36px 1fr;\n  gap: 16px;\n  padding: 14px 0;\n  border-top: 1px solid #ececec;\n  font-size: 14px;\n  color: #1a1a1a;\n}\n.engadv-list li:last-child { border-bottom: 1px solid #ececec; }\n.engadv-list-num {\n  font-size: 11px; font-weight: 800;\n  letter-spacing: 1px;\n  color: #888;\n  padding-top: 2px;\n}\n.engadv-list-text {\n  font-weight: 600;\n}\n.engadv-image {\n  position: relative;\n  height: 600px;\n  overflow: hidden;\n  border-radius: 4px;\n  background: #0a0a0a;\n}\n.engadv-image-bg {\n  position: absolute; inset: 0;\n  background:\n    url('https:\/\/images.unsplash.com\/photo-1581092918056-0c4c3acd3789?w=1200&q=80') center\/cover;\n  transition: transform 0.7s ease;\n}\n.engadv-image:hover .engadv-image-bg { transform: scale(1.04); }\n.engadv-image-caption {\n  position: absolute; z-index: 5;\n  left: 24px; bottom: 24px;\n  background: rgba(0,0,0,0.7);\n  backdrop-filter: blur(10px);\n  padding: 14px 20px;\n  border-radius: 4px;\n  font-size: 12px; font-weight: 700;\n  letter-spacing: 1.5px;\n  color: #fff;\n  text-transform: uppercase;\n}\n\n\/* ============================================\n   NORTH AMERICAN MANUFACTURING \u2014 dark band\n   Will be heavily darkened over photo.\n\n   ASSET ZONE: aerial\/overhead facility, port\/loading,\n   or wide cross-border map imagery (full color)\n   ============================================ *\/\n\n.namfg-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-1565793298595-6a879b1d9492?w=1920&q=80') center\/cover;\n  background-attachment: fixed;\n  text-align: center;\n  color: #fff;\n}\n.namfg-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.namfg-inner {\n  position: relative; z-index: 5;\n  max-width: 1100px; margin: 0 auto;\n}\n.namfg-section h2 {\n  font-size: clamp(40px, 5vw, 64px);\n  font-weight: 800; line-height: 1;\n  letter-spacing: -1.5px; color: #fff;\n  margin-bottom: 28px;\n}\n.namfg-section > .namfg-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.namfg-stats {\n  display: grid; grid-template-columns: repeat(4, 1fr);\n  gap: 14px;\n  margin-bottom: 48px;\n}\n.namfg-stat {\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: 32px 20px;\n  transition: all 0.3s;\n}\n.namfg-stat:hover {\n  background: rgba(255,255,255,0.15);\n  border-color: rgba(255,255,255,0.4);\n  transform: translateY(-3px);\n}\n.namfg-stat-num {\n  font-size: clamp(32px, 4vw, 48px);\n  font-weight: 800; line-height: 1;\n  letter-spacing: -1.5px;\n  color: #fff;\n  margin-bottom: 10px;\n}\n.namfg-stat-label {\n  font-size: 11px; font-weight: 700;\n  color: rgba(255,255,255,0.85);\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  margin-bottom: 4px;\n}\n.namfg-stat-sub {\n  font-size: 11px;\n  color: rgba(255,255,255,0.55);\n}\n\n\/* ============================================\n   QUALITY \u2014 split editorial, light bg\n\n   ASSET ZONE: CMM \/ vision system \/ inspection close-up\n   ============================================ *\/\n\n.quality-section {\n  padding: 140px 32px;\n  background: #fff;\n  border-top: 1px solid #ececec;\n}\n.quality-inner { max-width: 1300px; margin: 0 auto; }\n.quality-grid {\n  display: grid;\n  grid-template-columns: 1fr 1.1fr;\n  gap: 80px;\n  align-items: center;\n}\n.quality-image {\n  position: relative;\n  height: 560px;\n  overflow: hidden;\n  border-radius: 4px;\n  background: #0a0a0a;\n}\n.quality-image-bg {\n  position: absolute; inset: 0;\n  background:\n    url('https:\/\/images.unsplash.com\/photo-1581091226825-a6a2a5aee158?w=1200&q=80') center\/cover;\n  transition: transform 0.7s ease;\n}\n.quality-image:hover .quality-image-bg { transform: scale(1.04); }\n.quality-text 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: 28px;\n}\n.quality-text > p {\n  font-size: 17px; line-height: 1.8;\n  color: #555;\n  margin-bottom: 36px;\n  max-width: 540px;\n}\n.quality-certs {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 10px;\n  margin-bottom: 36px;\n}\n.quality-cert {\n  display: flex; align-items: center; gap: 12px;\n  padding: 14px 16px;\n  background: #fafafa;\n  border: 1px solid #ececec;\n  border-radius: 4px;\n  font-size: 12px; font-weight: 700;\n  letter-spacing: 1px;\n  color: #1a1a1a;\n  transition: all 0.3s;\n}\n.quality-cert::before {\n  content: \"\"; width: 8px; height: 8px;\n  background: #000; border-radius: 50%;\n  flex-shrink: 0;\n}\n.quality-cert:hover {\n  background: #000; color: #fff;\n}\n.quality-cert:hover::before { background: #fff; }\n\n\/* ============================================\n   LOCATIONS \u2014 facility grid + simple map note\n\n   ASSET ZONE: 4 facility exterior photos (full color)\n   ============================================ *\/\n\n.locations-section {\n  padding: 140px 32px;\n  background: #fafafa;\n  border-top: 1px solid #ececec;\n}\n.locations-inner { max-width: 1300px; margin: 0 auto; }\n.locations-header {\n  text-align: center;\n  margin-bottom: 64px;\n  max-width: 760px;\n  margin-left: auto; margin-right: auto;\n}\n.locations-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: 22px;\n}\n.locations-header p {\n  font-size: 17px; color: #555;\n  line-height: 1.7;\n}\n\n.locations-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 18px;\n}\n.location-tile {\n  background: #fff;\n  border: 1px solid #ececec;\n  border-radius: 4px;\n  overflow: hidden;\n  transition: all 0.3s;\n}\n.location-tile:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 14px 30px rgba(0,0,0,0.06);\n  border-color: #000;\n}\n.location-tile-image {\n  height: 180px;\n  background-size: cover;\n  background-position: center;\n  position: relative;\n}\n.location-tile-image::after {\n  content: \"\"; position: absolute; inset: 0;\n  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.3));\n}\n.location-tile-tag {\n  position: absolute; z-index: 2;\n  top: 14px; left: 14px;\n  font-size: 10px; font-weight: 700;\n  letter-spacing: 1.5px;\n  color: #fff;\n  background: rgba(0,0,0,0.65);\n  backdrop-filter: blur(8px);\n  padding: 6px 10px;\n  border-radius: 3px;\n  text-transform: uppercase;\n}\n.location-tile-tag.hq { background: #fff; color: #000; }\n.location-tile-body {\n  padding: 24px 22px 26px;\n}\n.location-tile-name {\n  font-size: 17px; font-weight: 800;\n  color: #000;\n  letter-spacing: -0.3px;\n  margin-bottom: 4px;\n}\n.location-tile-role {\n  font-size: 11px; font-weight: 700;\n  letter-spacing: 1.5px;\n  color: #888;\n  text-transform: uppercase;\n  margin-bottom: 14px;\n}\n.location-tile-meta {\n  display: flex; gap: 18px;\n  font-size: 12px; color: #555;\n}\n.location-tile-meta strong {\n  display: block;\n  font-size: 16px; color: #000;\n  font-weight: 800;\n}\n\n.locations-cta {\n  text-align: center;\n  margin-top: 56px;\n}\n\n\/* ============================================\n   FINAL CTA \u2014 large band, light grey\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.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.cta-inner {\n  position: relative; z-index: 5;\n  max-width: 900px; margin: 0 auto;\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.cta-section > .cta-inner > p {\n  font-size: 17px; color: #555;\n  line-height: 1.7; margin-bottom: 36px;\n}\n.cta-buttons {\n  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;\n}\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: 1024px) {\n  .cap-header { grid-template-columns: 1fr; gap: 24px; }\n  .cap-grid { grid-template-columns: repeat(2, 1fr); }\n  .industries-grid { grid-template-columns: repeat(2, 1fr); }\n  .engadv-grid, .quality-grid { grid-template-columns: 1fr; gap: 48px; }\n  .engadv-image, .quality-image { height: 420px; }\n  .namfg-stats { grid-template-columns: repeat(2, 1fr); }\n  .locations-grid { grid-template-columns: repeat(2, 1fr); }\n  .trust-stats { grid-template-columns: repeat(2, 1fr); }\n}\n\n@media (max-width: 768px) {\n  .page-hero { height: 70vh; min-height: 500px; }\n  .page-hero-content { padding: 80px 20px 60px; }\n\n  .trust-section { padding: 56px 20px; }\n  .trust-stats { gap: 24px; padding-bottom: 40px; }\n  .trust-logos-row { gap: 28px; }\n\n  .cap-section, .industries-section, .engadv-section,\n  .namfg-section, .quality-section, .locations-section, .cta-section {\n    padding: 80px 20px;\n  }\n\n  .cap-grid { grid-template-columns: 1fr; }\n  .industries-grid { grid-template-columns: 1fr; }\n  .industry-tile { height: 280px; }\n  .engadv-image, .quality-image { height: 360px; }\n  .quality-certs { grid-template-columns: 1fr; }\n  .locations-grid { grid-template-columns: 1fr; }\n  .namfg-stats { grid-template-columns: 1fr; }\n}\n\n@media (max-width: 480px) {\n  .trust-stats { grid-template-columns: 1fr; }\n}\n<\/style>\n<\/head>\n<body>\n\n<!-- ============================================\n     PAGE HERO\n     ASSET ZONE: hero photo or video \u2014 signature shop floor or motion shot\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\/home-hero-poster.jpg\">\n    <source src=\"\/videos\/home-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\">Employee-Owned Since 1958<\/span>\n    <h1>Where precision manufacturing meets engineering expertise.<\/h1>\n    <p class=\"page-hero-sub\">Engineering-driven metal stamping and engineered components for aerospace, automotive, electrical, and industrial OEMs across North America.<\/p>\n    <div class=\"page-hero-buttons\">\n      <a href=\"\/contact\" class=\"btn btn-primary\">Request a Quote<\/a>\n      <a href=\"\/contact\" class=\"btn btn-glass\">Talk to an Engineer<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     TRUST BAR \u2014 stats + customer logos\n     ASSET ZONE: customer logos (replace text placeholders with <img>)\n     ============================================ -->\n<section class=\"trust-section\">\n  <div class=\"trust-inner\">\n\n    <div class=\"trust-stats\">\n      <div class=\"trust-stat reveal\">\n        <div class=\"trust-stat-num\">60+<\/div>\n        <div class=\"trust-stat-label\">Years<\/div>\n        <div class=\"trust-stat-sub\">Employee-owned since 1958<\/div>\n      <\/div>\n      <div class=\"trust-stat reveal\">\n        <div class=\"trust-stat-num\">Millions<\/div>\n        <div class=\"trust-stat-label\">Parts \/ Year<\/div>\n        <div class=\"trust-stat-sub\">Across thousands of programs<\/div>\n      <\/div>\n      <div class=\"trust-stat reveal\">\n        <div class=\"trust-stat-num\">4<\/div>\n        <div class=\"trust-stat-label\">Facilities<\/div>\n        <div class=\"trust-stat-sub\">U.S. + Mexico footprint<\/div>\n      <\/div>\n      <div class=\"trust-stat reveal\">\n        <div class=\"trust-stat-num\">10+<\/div>\n        <div class=\"trust-stat-label\">Certifications<\/div>\n        <div class=\"trust-stat-sub\">IATF \u00b7 AS9100 \u00b7 ISO \u00b7 CQI-9 \u00b7 NADCAP<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"trust-logos\">\n      <div class=\"trust-logos-label\">Trusted by leading OEMs and tier suppliers<\/div>\n      <div class=\"trust-logos-row\">\n        <!-- ASSET ZONE: replace each with <img decoding=\"async\" src=\"\/logos\/customer-X.svg\" alt=\"...\" \/> -->\n        <div class=\"trust-logo\">CUSTOMER 01<\/div>\n        <div class=\"trust-logo\">CUSTOMER 02<\/div>\n        <div class=\"trust-logo\">CUSTOMER 03<\/div>\n        <div class=\"trust-logo\">CUSTOMER 04<\/div>\n        <div class=\"trust-logo\">CUSTOMER 05<\/div>\n        <div class=\"trust-logo\">CUSTOMER 06<\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     CAPABILITIES HIGHLIGHTS \u2014 6 cards\n     ASSET ZONE: 6 capability thumbnails\n     ============================================ -->\n<section class=\"cap-section\">\n  <div class=\"cap-inner\">\n\n    <div class=\"cap-header reveal\">\n      <div>\n        <span class=\"section-kicker\">What We Do<\/span>\n        <h2>Precision manufacturing at scale.<\/h2>\n      <\/div>\n      <p>From prototype support to millions of parts per year, we help manufacturers bring reliable components to market \u2014 across stamping, forming, tooling, and assembly.<\/p>\n    <\/div>\n\n    <div class=\"cap-grid\">\n\n      <a href=\"\/capabilities#stamping\" class=\"cap-card reveal\">\n        <div class=\"cap-card-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1565008576549-57569a49371d?w=1200&#038;q=80');\"><\/div>\n        <div class=\"cap-card-body\">\n          <div class=\"cap-card-num\">01 \u2014 Stamping<\/div>\n          <div class=\"cap-card-title\">Precision Metal Stamping<\/div>\n          <p class=\"cap-card-desc\">High-volume progressive die stamping with automotive-grade tolerances on every part.<\/p>\n          <span class=\"cap-card-link\">Learn More<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"\/capabilities#multi-slide\" class=\"cap-card reveal\">\n        <div class=\"cap-card-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1565793298595-6a879b1d9492?w=1200&#038;q=80');\"><\/div>\n        <div class=\"cap-card-body\">\n          <div class=\"cap-card-num\">02 \u2014 Forming<\/div>\n          <div class=\"cap-card-title\">Multi-Slide &amp; Four-Slide<\/div>\n          <p class=\"cap-card-desc\">Complex forming for clips, connectors, brackets, and contoured shapes at scale.<\/p>\n          <span class=\"cap-card-link\">Learn More<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"\/engineering\" class=\"cap-card reveal\">\n        <div class=\"cap-card-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1581092918056-0c4c3acd3789?w=1200&#038;q=80');\"><\/div>\n        <div class=\"cap-card-body\">\n          <div class=\"cap-card-num\">03 \u2014 Engineering<\/div>\n          <div class=\"cap-card-title\">Tool &amp; Die Design<\/div>\n          <p class=\"cap-card-desc\">In-house die engineering and 24\/7 Wire EDM tooling support across all four facilities.<\/p>\n          <span class=\"cap-card-link\">Learn More<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"\/capabilities#assembly\" class=\"cap-card reveal\">\n        <div class=\"cap-card-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1581091012184-7c30f8745d8e?w=1200&#038;q=80');\"><\/div>\n        <div class=\"cap-card-body\">\n          <div class=\"cap-card-num\">04 \u2014 Assembly<\/div>\n          <div class=\"cap-card-title\">Sub-Assembly &amp; Secondary Ops<\/div>\n          <p class=\"cap-card-desc\">Welding, plating, heat treat, and assembly \u2014 managed as part of one program.<\/p>\n          <span class=\"cap-card-link\">Learn More<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"\/capabilities#materials\" class=\"cap-card reveal\">\n        <div class=\"cap-card-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1518709268805-4e9042af2176?w=1200&#038;q=80');\"><\/div>\n        <div class=\"cap-card-body\">\n          <div class=\"cap-card-num\">05 \u2014 Materials<\/div>\n          <div class=\"cap-card-title\">Materials Expertise<\/div>\n          <p class=\"cap-card-desc\">Non-ferrous specialization with 6-month material hedging and C519 tariff mitigation.<\/p>\n          <span class=\"cap-card-link\">Learn More<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"\/supply-chain\" class=\"cap-card reveal\">\n        <div class=\"cap-card-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1586528116311-ad8dd3c8310d?w=1200&#038;q=80');\"><\/div>\n        <div class=\"cap-card-body\">\n          <div class=\"cap-card-num\">06 \u2014 Supply Chain<\/div>\n          <div class=\"cap-card-title\">Supply Chain Management<\/div>\n          <p class=\"cap-card-desc\">Inventory programs, material sourcing, and resilient North American logistics.<\/p>\n          <span class=\"cap-card-link\">Learn More<\/span>\n        <\/div>\n      <\/a>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     INDUSTRIES \u2014 6 photo tiles\n     ASSET ZONE: 6 industry photographs (full color)\n     ============================================ -->\n<section class=\"industries-section\">\n  <div class=\"industries-inner\">\n\n    <div class=\"industries-header reveal\">\n      <span class=\"section-kicker outline\">Industries Served<\/span>\n      <h2>Trusted by leading manufacturers.<\/h2>\n      <p>We support OEMs and Tier suppliers across critical industries \u2014 often in safety-critical and performance-critical systems where quality cannot fail.<\/p>\n    <\/div>\n\n    <div class=\"industries-grid\">\n\n      <a href=\"\/industries#aerospace\" class=\"industry-tile reveal\">\n        <div class=\"industry-tile-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1517976547714-720226b864c1?w=1200&#038;q=80');\"><\/div>\n        <div class=\"industry-tile-content\">\n          <div class=\"industry-tile-num\">Industry 01<\/div>\n          <div class=\"industry-tile-name\">Aerospace<\/div>\n        <\/div>\n      <\/a>\n\n      <a href=\"\/industries#automotive\" class=\"industry-tile reveal\">\n        <div class=\"industry-tile-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1493238792000-8113da705763?w=1200&#038;q=80');\"><\/div>\n        <div class=\"industry-tile-content\">\n          <div class=\"industry-tile-num\">Industry 02<\/div>\n          <div class=\"industry-tile-name\">Automotive<\/div>\n        <\/div>\n      <\/a>\n\n      <a href=\"\/industries#electrical\" class=\"industry-tile reveal\">\n        <div class=\"industry-tile-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1473341304170-971dccb5ac1e?w=1200&#038;q=80');\"><\/div>\n        <div class=\"industry-tile-content\">\n          <div class=\"industry-tile-num\">Industry 03<\/div>\n          <div class=\"industry-tile-name\">Electrical &amp; Power Systems<\/div>\n        <\/div>\n      <\/a>\n\n      <a href=\"\/industries#industrial\" class=\"industry-tile reveal\">\n        <div class=\"industry-tile-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1504917595217-d4dc5ebe6122?w=1200&#038;q=80');\"><\/div>\n        <div class=\"industry-tile-content\">\n          <div class=\"industry-tile-num\">Industry 04<\/div>\n          <div class=\"industry-tile-name\">Industrial Equipment<\/div>\n        <\/div>\n      <\/a>\n\n      <a href=\"\/industries#consumer\" class=\"industry-tile reveal\">\n        <div class=\"industry-tile-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1556909114-f6e7ad7d3136?w=1200&#038;q=80');\"><\/div>\n        <div class=\"industry-tile-content\">\n          <div class=\"industry-tile-num\">Industry 05<\/div>\n          <div class=\"industry-tile-name\">Consumer &amp; Appliance<\/div>\n        <\/div>\n      <\/a>\n\n      <a href=\"\/industries#transportation\" class=\"industry-tile reveal\">\n        <div class=\"industry-tile-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1568797629192-789acf8e4df3?w=1200&#038;q=80');\"><\/div>\n        <div class=\"industry-tile-content\">\n          <div class=\"industry-tile-num\">Industry 06<\/div>\n          <div class=\"industry-tile-name\">Transportation Systems<\/div>\n        <\/div>\n      <\/a>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     ENGINEERING ADVANTAGE \u2014 split editorial\n     ASSET ZONE: engineer \/ wire EDM \/ CAD shot\n     ============================================ -->\n<section class=\"engadv-section\">\n  <div class=\"engadv-inner\">\n    <div class=\"engadv-grid\">\n\n      <div class=\"engadv-text reveal\">\n        <span class=\"section-kicker\">Engineering Advantage<\/span>\n        <h2>Engineering that improves your products.<\/h2>\n        <p>Our integrated engineering team works directly with customers to improve manufacturability, optimize materials, reduce costs, and increase product reliability \u2014 well before the first die is cut.<\/p>\n\n        <ul class=\"engadv-list\">\n          <li>\n            <span class=\"engadv-list-num\">01<\/span>\n            <span class=\"engadv-list-text\">Design for manufacturability reviews<\/span>\n          <\/li>\n          <li>\n            <span class=\"engadv-list-num\">02<\/span>\n            <span class=\"engadv-list-text\">In-house tool &amp; die engineering<\/span>\n          <\/li>\n          <li>\n            <span class=\"engadv-list-num\">03<\/span>\n            <span class=\"engadv-list-text\">Prototype to high-volume production<\/span>\n          <\/li>\n          <li>\n            <span class=\"engadv-list-num\">04<\/span>\n            <span class=\"engadv-list-text\">Process optimization &amp; tooling support<\/span>\n          <\/li>\n          <li>\n            <span class=\"engadv-list-num\">05<\/span>\n            <span class=\"engadv-list-text\">Materials selection &amp; cost optimization<\/span>\n          <\/li>\n        <\/ul>\n\n        <a href=\"\/engineering\" class=\"btn btn-dark\">Explore Our Engineering<\/a>\n      <\/div>\n\n      <div class=\"engadv-image reveal\">\n        <!-- ASSET ZONE: engineer at workstation, CAD on screen, or wire EDM running -->\n        <div class=\"engadv-image-bg\"><\/div>\n        <div class=\"engadv-image-caption\">Engineering &amp; Die Design \u00b7 Logansport, IN<\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     NORTH AMERICAN MANUFACTURING \u2014 dark band\n     ASSET ZONE: aerial facility or cross-border imagery\n     ============================================ -->\n<section class=\"namfg-section\">\n  <div class=\"namfg-inner\">\n\n    <span class=\"section-kicker dark\">North American Manufacturing<\/span>\n    <h2>The right country for every program.<\/h2>\n    <p>Tariffs, freight, and lead times are getting harder to predict. Our four-facility footprint across the U.S. and Mexico gives you flexibility, redundancy, and the most cost-effective country of production for every part.<\/p>\n\n    <div class=\"namfg-stats\">\n      <div class=\"namfg-stat reveal\">\n        <div class=\"namfg-stat-num\">4<\/div>\n        <div class=\"namfg-stat-label\">Facilities<\/div>\n        <div class=\"namfg-stat-sub\">U.S. + Mexico<\/div>\n      <\/div>\n      <div class=\"namfg-stat reveal\">\n        <div class=\"namfg-stat-num\">304K<\/div>\n        <div class=\"namfg-stat-label\">Sq Ft<\/div>\n        <div class=\"namfg-stat-sub\">Combined footprint<\/div>\n      <\/div>\n      <div class=\"namfg-stat reveal\">\n        <div class=\"namfg-stat-num\">432<\/div>\n        <div class=\"namfg-stat-label\">Employee-Owners<\/div>\n        <div class=\"namfg-stat-sub\">100% ESOP<\/div>\n      <\/div>\n      <div class=\"namfg-stat reveal\">\n        <div class=\"namfg-stat-num\">C519<\/div>\n        <div class=\"namfg-stat-label\">Tariff Mitigation<\/div>\n        <div class=\"namfg-stat-sub\">Materials hedging available<\/div>\n      <\/div>\n    <\/div>\n\n    <a href=\"\/supply-chain\" class=\"btn btn-glass\">Our Supply Chain Advantage<\/a>\n\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     QUALITY \u2014 split editorial\n     ASSET ZONE: CMM \/ vision \/ inspection close-up\n     ============================================ -->\n<section class=\"quality-section\">\n  <div class=\"quality-inner\">\n    <div class=\"quality-grid\">\n\n      <div class=\"quality-image reveal\">\n        <!-- ASSET ZONE: inspection imagery (CMM, vision system, calipers, etc.) -->\n        <div class=\"quality-image-bg\"><\/div>\n      <\/div>\n\n      <div class=\"quality-text reveal\">\n        <span class=\"section-kicker\">Quality<\/span>\n        <h2>When failure isn&#8217;t an option.<\/h2>\n        <p>We&#8217;ve delivered hundreds of millions of components used in safety-critical applications. When parts are used where quality cannot fail, our customers know what they&#8217;re getting.<\/p>\n\n        <div class=\"quality-certs\">\n          <div class=\"quality-cert\">IATF 16949<\/div>\n          <div class=\"quality-cert\">AS9100:D<\/div>\n          <div class=\"quality-cert\">ISO 9001:2015<\/div>\n          <div class=\"quality-cert\">ISO 14001:2015<\/div>\n          <div class=\"quality-cert\">CQI-9 Compliant<\/div>\n          <div class=\"quality-cert\">NADCAP (Mar 2027)<\/div>\n        <\/div>\n\n        <a href=\"\/quality\" class=\"btn btn-dark\">Quality &amp; Certifications<\/a>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================\n     LOCATIONS \u2014 4 facility cards\n     ASSET ZONE: 4 facility exterior photos\n     ============================================ -->\n<section class=\"locations-section\">\n  <div class=\"locations-inner\">\n\n    <div class=\"locations-header reveal\">\n      <span class=\"section-kicker outline\">Where We Build<\/span>\n      <h2>Four locations. One team.<\/h2>\n      <p>Each facility runs the same quality systems and engineering team \u2014 so customers get the right country of production without compromising on consistency.<\/p>\n    <\/div>\n\n    <div class=\"locations-grid\">\n\n      <!-- LOGANSPORT, IN \u2014 HQ -->\n      <div class=\"location-tile reveal\">\n        <div class=\"location-tile-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1565008576549-57569a49371d?w=1200&#038;q=80');\">\n          <div class=\"location-tile-tag hq\">Corporate HQ<\/div>\n        <\/div>\n        <div class=\"location-tile-body\">\n          <div class=\"location-tile-name\">Logansport, Indiana<\/div>\n          <div class=\"location-tile-role\">Headquarters &amp; Engineering<\/div>\n          <div class=\"location-tile-meta\">\n            <div><strong>133K<\/strong>Sq Ft<\/div>\n            <div><strong>223<\/strong>Employees<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- BEAUMONT, CA -->\n      <div class=\"location-tile reveal\">\n        <div class=\"location-tile-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1565793298595-6a879b1d9492?w=1200&#038;q=80');\">\n          <div class=\"location-tile-tag\">United States<\/div>\n        <\/div>\n        <div class=\"location-tile-body\">\n          <div class=\"location-tile-name\">Beaumont, California<\/div>\n          <div class=\"location-tile-role\">U.S. Manufacturing<\/div>\n          <div class=\"location-tile-meta\">\n            <div><strong>60K<\/strong>Sq Ft<\/div>\n            <div><strong>85<\/strong>Employees<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- JU\u00c1REZ, MX -->\n      <div class=\"location-tile reveal\">\n        <div class=\"location-tile-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1586528116311-ad8dd3c8310d?w=1200&#038;q=80');\">\n          <div class=\"location-tile-tag\">Mexico<\/div>\n        <\/div>\n        <div class=\"location-tile-body\">\n          <div class=\"location-tile-name\">Ju\u00e1rez, Mexico<\/div>\n          <div class=\"location-tile-role\">Mexico Manufacturing<\/div>\n          <div class=\"location-tile-meta\">\n            <div><strong>70K<\/strong>Sq Ft<\/div>\n            <div><strong>72<\/strong>Employees<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- REYNOSA, MX -->\n      <div class=\"location-tile reveal\">\n        <div class=\"location-tile-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1581091226825-a6a2a5aee158?w=1200&#038;q=80');\">\n          <div class=\"location-tile-tag\">Mexico<\/div>\n        <\/div>\n        <div class=\"location-tile-body\">\n          <div class=\"location-tile-name\">Reynosa, Mexico<\/div>\n          <div class=\"location-tile-role\">Mexico Manufacturing<\/div>\n          <div class=\"location-tile-meta\">\n            <div><strong>41K<\/strong>Sq Ft<\/div>\n            <div><strong>52<\/strong>Employees<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n    <div class=\"locations-cta\">\n      <a href=\"\/about#locations\" class=\"btn btn-light-ghost\">View All Facilities<\/a>\n    <\/div>\n\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\">Ready to Build?<\/span>\n    <h2>Bring us your toughest part.<\/h2>\n    <p>Send us your prints, talk to our engineers, and see how we can improve your part \u2014 and your total manufacturing cost \u2014 before the first die is cut.<\/p>\n    <div class=\"cta-buttons\">\n      <a href=\"\/contact\" class=\"btn btn-dark\">Request a Quote<\/a>\n      <a href=\"\/contact\" class=\"btn btn-light-ghost\">Talk to an Engineer<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\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<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Small Parts, Inc. \u2014 Where Precision Manufacturing Meets Engineering Expertise Employee-Owned Since 1958 Where precision manufacturing meets engineering expertise. Engineering-driven metal stamping and engineered components for aerospace, automotive, electrical, and industrial OEMs across North America. Request a Quote Talk to an Engineer 60+ Years Employee-owned since 1958 Millions Parts \/ Year Across thousands of programs&#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-252","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 2 - 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=252\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Homepage 2 - Small Parts Inc.\" \/>\n<meta property=\"og:description\" content=\"Small Parts, Inc. \u2014 Where Precision Manufacturing Meets Engineering Expertise Employee-Owned Since 1958 Where precision manufacturing meets engineering expertise. Engineering-driven metal stamping and engineered components for aerospace, automotive, electrical, and industrial OEMs across North America. Request a Quote Talk to an Engineer 60+ Years Employee-owned since 1958 Millions Parts \/ Year Across thousands of programs...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wp-test.smallpartsinc.com\/?page_id=252\" \/>\n<meta property=\"og:site_name\" content=\"Small Parts Inc.\" \/>\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=\"3 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=252\",\"url\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/?page_id=252\",\"name\":\"Homepage 2 - Small Parts Inc.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/#website\"},\"datePublished\":\"2026-05-15T04:01:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/?page_id=252#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/?page_id=252\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/?page_id=252#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wp-test.smallpartsinc.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Homepage 2\"}]},{\"@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 2 - 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=252","og_locale":"en_US","og_type":"article","og_title":"Homepage 2 - Small Parts Inc.","og_description":"Small Parts, Inc. \u2014 Where Precision Manufacturing Meets Engineering Expertise Employee-Owned Since 1958 Where precision manufacturing meets engineering expertise. Engineering-driven metal stamping and engineered components for aerospace, automotive, electrical, and industrial OEMs across North America. Request a Quote Talk to an Engineer 60+ Years Employee-owned since 1958 Millions Parts \/ Year Across thousands of programs...","og_url":"https:\/\/wp-test.smallpartsinc.com\/?page_id=252","og_site_name":"Small Parts Inc.","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wp-test.smallpartsinc.com\/?page_id=252","url":"https:\/\/wp-test.smallpartsinc.com\/?page_id=252","name":"Homepage 2 - Small Parts Inc.","isPartOf":{"@id":"https:\/\/wp-test.smallpartsinc.com\/#website"},"datePublished":"2026-05-15T04:01:34+00:00","breadcrumb":{"@id":"https:\/\/wp-test.smallpartsinc.com\/?page_id=252#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wp-test.smallpartsinc.com\/?page_id=252"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wp-test.smallpartsinc.com\/?page_id=252#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wp-test.smallpartsinc.com\/"},{"@type":"ListItem","position":2,"name":"Homepage 2"}]},{"@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\/252","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=252"}],"version-history":[{"count":1,"href":"https:\/\/wp-test.smallpartsinc.com\/index.php?rest_route=\/wp\/v2\/pages\/252\/revisions"}],"predecessor-version":[{"id":254,"href":"https:\/\/wp-test.smallpartsinc.com\/index.php?rest_route=\/wp\/v2\/pages\/252\/revisions\/254"}],"wp:attachment":[{"href":"https:\/\/wp-test.smallpartsinc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=252"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}