
  .manufacturing-overview {
    font-family: Arial, Helvetica, sans-serif;
    color: #1f2933;
    line-height: 1.7;
    background: #ffffff;
  }

  .manufacturing-overview .container {
    width: min(1180px, 92%);
    margin: 0 auto;
  }

  .hero-section {
    padding: 90px 0 70px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #334155 100%);
    color: #ffffff;
  }

  .hero-section h1 {
    max-width: 900px;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.08;
    margin: 0 0 28px;
    letter-spacing: -0.04em;
    font-weight: 700;
  }

  .hero-section p {
    max-width: 900px;
    font-size: 18px;
    color: #dbe4ee;
    margin-bottom: 18px;
  }

  .eyebrow {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 14px;
  }

  .hero-section .eyebrow {
    color: #93c5fd;
  }

  .image-section {
    padding: 56px 0;
    background: #f8fafc;
  }

  .image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .image-grid img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  }

  .content-section,
  .industries-section,
  .quality-section,
  .strengths-section {
    padding: 80px 0;
  }

  .capabilities-section {
    padding: 90px 0;
    background: #f8fafc;
  }

  .two-column {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
    align-items: start;
  }

  .narrow {
    max-width: 900px;
    margin-top: 36px;
  }

  h2 {
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
    margin: 0 0 22px;
    color: #0f172a;
    letter-spacing: -0.03em;
  }

  h3 {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 18px;
    color: #0f172a;
  }

  p {
    font-size: 17px;
    margin: 0 0 18px;
  }

  .card,
  .capability-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
  }

  ul {
    margin: 0;
    padding-left: 20px;
  }

  li {
    margin-bottom: 10px;
  }

  .capability-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 36px;
  }

  .capability-card:last-child {
    grid-column: span 2;
  }

  .quality-section {
    background: #ffffff;
  }

  .text-block {
    max-width: 920px;
  }

  .partnership-section {
    padding: 90px 0;
    background: #0f172a;
    color: #ffffff;
  }

  .partnership-section h2 {
    color: #ffffff;
    max-width: 820px;
  }

  .partnership-section p {
    max-width: 900px;
    color: #dbe4ee;
  }

  .strength-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 30px;
  }

  .strength-grid div {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
  }

  @media (max-width: 900px) {
    .image-grid,
    .two-column,
    .capability-grid,
    .strength-grid {
      grid-template-columns: 1fr;
    }

    .capability-card:last-child {
      grid-column: span 1;
    }

    .hero-section {
      padding: 70px 0 56px;
    }

    .image-grid img {
      height: 260px;
    }
  }
