:root {
  --svc-navy: #061c4f;
  --svc-copy: #526b73;
  --svc-teal: #08aaa8;
  --svc-teal-dark: #007f80;
  --svc-tint: #eef8f7;
  --svc-line: #cce7e5;
  --svc-radius: 16px;
}

.svc-page,
.svc-page * { box-sizing: border-box; }
.svc-page { --mfg-primary: #0abab5; --mfg-primary-dark: #007c78; --mfg-navy: #000d44; overflow: hidden; background: #fff; color: var(--svc-navy); font-family: Inter, Arial, sans-serif; }
.svc-page h1,
.svc-page h2,
.svc-page h3,
.svc-page p { margin-top: 0; }
.svc-page a { text-decoration: none; }
.svc-container { margin-inline: auto; }
.svc-section { padding: 74px 0; }
.svc-kicker { margin-bottom: 12px; color: var(--svc-teal-dark); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.svc-heading { max-width: 720px; margin-bottom: 34px; }
.svc-heading h2,
.svc-network-copy h2 { margin-bottom: 13px; color: var(--svc-navy); font-size: clamp(30px, 3vw, 40px); font-weight: 650; line-height: 1.15; letter-spacing: -.035em; }
.svc-heading > p:last-child,
.svc-network-copy > p { max-width: 650px; margin-bottom: 0; color: var(--svc-copy); font-size: 15px; line-height: 1.7; }

.svc-hero { padding: 0; border-bottom: 1px solid var(--svc-line); background: #f3f9f9; }
.svc-hero-grid { position: relative; display: block; width: 100%; height: 360px; min-height: 0; overflow: hidden; border: 0; border-radius: 0; background: #073f53; box-shadow: none; isolation: isolate; }
.svc-hero-grid::after { position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at 12% 18%, rgb(8 170 168 / 18%), transparent 30%), linear-gradient(90deg, rgb(3 25 48 / 97%) 0%, rgb(3 42 55 / 93%) 43%, rgb(3 61 68 / 52%) 70%, rgb(3 61 68 / 12%) 100%); content: ""; pointer-events: none; }
.svc-hero-content { position: relative; z-index: 2; height: 100%; }
.svc-hero-copy { display: flex; width: min(72%, 920px); height: 100%; min-width: 0; padding: 34px 0; flex-direction: column; justify-content: center; }
.svc-breadcrumb { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.svc-breadcrumb { color: rgb(255 255 255 / 66%); }
.svc-breadcrumb a { color: #8fe2df; }
.svc-page h1 { max-width: 760px; margin-bottom: 16px; color: #fff; font-size: clamp(40px, 3.25vw, 50px); font-weight: 600; line-height: 1.1; letter-spacing: -.035em; }
.svc-lead { max-width: 680px; margin-bottom: 25px; color: rgb(255 255 255 / 83%); font-size: var(--type-body-lg, 18px); font-weight: 400; line-height: 1.65; }
.svc-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.svc-button { display: inline-flex; min-height: 46px; padding: 0 23px; border: 1px solid var(--svc-teal-dark); border-radius: 999px; align-items: center; justify-content: center; gap: 9px; background: var(--svc-teal-dark); color: #fff !important; font-size: var(--type-small, 14px); font-weight: 600; line-height: 1; letter-spacing: 0; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.svc-hero .svc-kicker { display: inline-flex; align-self: flex-start; margin-bottom: 18px; padding: 9px 14px; border: 1px solid rgb(255 255 255 / 24%); border-radius: 999px; align-items: center; gap: 9px; background: rgb(255 255 255 / 8%); color: #9ff3ef; font-size: var(--type-caption, 13px); font-weight: 600; line-height: 1.3; letter-spacing: .01em; text-transform: none; backdrop-filter: blur(10px); }
.svc-hero .svc-kicker i { font-size: 13px; }
.svc-hero .svc-button { min-height: 46px; padding: 0 23px; border-radius: 999px; gap: 9px; font-size: var(--type-small, 14px); font-weight: 600; line-height: 1; letter-spacing: 0; }
.svc-hero .svc-button-outline { border-color: rgb(255 255 255 / 45%); background: rgb(255 255 255 / 10%); color: #fff !important; backdrop-filter: blur(8px); }
.svc-button-outline { background: #fff; color: var(--svc-teal-dark) !important; }
.svc-button:focus-visible,
.svc-route:focus-visible,
.svc-text-link:focus-visible { outline: 3px solid rgb(8 170 168 / 30%); outline-offset: 3px; }
.svc-button:active { transform: translateY(1px); }
.svc-hero-image { position: absolute; z-index: 0; inset: 0; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: 0; }
.svc-hero-image img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center 48%; }
.svc-proof { display: grid; margin-inline: auto; padding-top: 10px; padding-bottom: 11px; grid-template-columns: repeat(4, 1fr); }
.svc-proof > div { display: flex; min-height: 54px; padding: 7px 18px; border-right: 1px solid var(--svc-line); align-items: center; gap: 11px; }
.svc-proof > div:first-child { padding-left: 0; }
.svc-proof > div:last-child { border-right: 0; }
.svc-proof i { flex: 0 0 auto; color: var(--svc-teal-dark); font-size: 18px; }
.svc-proof span { color: #61767d; font-size: var(--type-caption, 13px); font-weight: 400; line-height: 1.45; }
.svc-proof strong { display: block; margin-bottom: 1px; color: var(--svc-navy); font-size: var(--type-small, 14px); font-weight: 650; line-height: 1.35; }

.svc-routes { background: var(--svc-tint); }
.svc-route-list { overflow: hidden; border: 1px solid var(--svc-line); border-radius: var(--svc-radius); background: #fff; box-shadow: 0 14px 36px rgb(0 79 81 / 6%); }
.svc-route { display: grid; min-height: 74px; padding: 10px 20px; grid-template-columns: 44px minmax(220px, .85fr) minmax(300px, 1.35fr) auto; align-items: center; gap: 16px; border-bottom: 1px solid var(--svc-line); color: var(--svc-navy); transition: background-color .2s ease; }
.svc-route:last-child { border-bottom: 0; }
.svc-route-featured { background: #e5f6f5; }
.svc-route-icon { display: grid; width: 36px; height: 36px; border-radius: 9px; place-items: center; background: var(--svc-teal-dark); color: #fff; font-size: 14px; }
.svc-route-title small { display: block; margin-bottom: 3px; color: var(--svc-teal-dark); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.svc-route-title strong { display: block; color: var(--svc-navy); font-size: 15px; font-weight: 650; line-height: 1.2; }
.svc-route-description { color: var(--svc-copy); font-size: 12px; line-height: 1.45; }
.svc-route-action { display: inline-flex; min-width: 122px; justify-content: flex-end; align-items: center; gap: 8px; color: var(--svc-teal-dark); font-size: 12px; font-weight: 700; white-space: nowrap; }

.svc-network { background: #fff; }
.svc-network-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: stretch; gap: 54px; }
.svc-network-image { min-height: 360px; margin: 0; overflow: hidden; border-radius: var(--svc-radius); }
.svc-network-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.svc-network-copy { display: flex; flex-direction: column; justify-content: center; }
.svc-network-copy > p:not(.svc-kicker) { margin-bottom: 22px; }
.svc-network-points { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 21px; border-top: 1px solid var(--svc-line); border-bottom: 1px solid var(--svc-line); }
.svc-network-points > div { padding: 19px 16px; border-right: 1px solid var(--svc-line); }
.svc-network-points > div:first-child { padding-left: 0; }
.svc-network-points > div:last-child { border-right: 0; }
.svc-network-points i { display: block; margin-bottom: 10px; color: var(--svc-teal-dark); font-size: 19px; }
.svc-network-points span { color: #71848a; font-size: 11px; line-height: 1.5; }
.svc-network-points strong { display: block; margin-bottom: 3px; color: var(--svc-navy); font-size: 13px; }
.svc-text-link { display: inline-flex; align-self: flex-start; align-items: center; gap: 8px; color: var(--svc-teal-dark) !important; font-size: 13px; font-weight: 700; }

.svc-process { padding-top: 66px; padding-bottom: 70px; background: #f8fbfb; }
.svc-heading-center { max-width: none; margin-bottom: 34px; text-align: center; }
.svc-process ol { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, 1fr); list-style: none; }
.svc-process li { position: relative; min-height: 152px; padding: 0 28px; text-align: center; }
.svc-process li:not(:last-child)::after { position: absolute; top: 34px; right: -12%; width: 24%; border-top: 1px dashed #9acbc8; content: ""; }
.svc-process li > span { position: absolute; top: -4px; left: calc(50% - 35px); z-index: 1; width: 22px; height: 22px; border-radius: 50%; background: var(--svc-teal-dark); color: #fff; font-size: 10px; font-weight: 700; line-height: 22px; }
.svc-process li > i { display: grid; width: 68px; height: 68px; margin: 0 auto 14px; border-radius: 50%; place-items: center; background: #e2f3f2; color: var(--svc-teal-dark); font-size: 23px; }
.svc-process h3 { margin-bottom: 5px; color: var(--svc-navy); font-size: 15px; font-weight: 650; }
.svc-process p { max-width: 210px; margin: 0 auto; color: var(--svc-copy); font-size: 12px; line-height: 1.55; }

.svc-cta { padding: 0 0 74px; background: #f8fbfb; }
.svc-cta-shell { padding-right: 12px; padding-left: 12px; }
.svc-cta-inner { display: flex; min-height: 128px; padding: 28px 36px; border-radius: var(--svc-radius); align-items: center; justify-content: space-between; gap: 32px; background: #063f70; }
.svc-cta h2 { margin-bottom: 5px; color: #fff; font-size: clamp(24px, 2.4vw, 32px); font-weight: 650; letter-spacing: -.025em; }
.svc-cta p { margin-bottom: 0; color: rgb(255 255 255 / 76%); font-size: 13px; }
.svc-button-light { flex: 0 0 auto; border-color: #fff; background: #fff; color: #064e69 !important; }
.svc-page + .footer-wrapper .newsletter-wrap { display: none !important; }

/* Services hero aligned with the Manufacturing page. */
.svc-page .svc-manufacturing-hero h1 {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: var(--type-display, clamp(52px, 5.35vw, 78px));
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.svc-page .svc-manufacturing-hero .mfg-hero__content > p {
  max-width: 790px;
  margin-bottom: 34px;
  color: rgb(255 255 255 / 83%);
  font-size: var(--type-body-lg, 18px);
  line-height: 1.7;
}
.svc-page .svc-manufacturing-hero .mfg-actions .th-btn.style2:hover {
  color: var(--mfg-navy);
}

/* Keep the Services shell visually identical to the homepage header and footer. */
body.page-id-35 .header-layout1 .sticky-wrapper { box-shadow: none; }
body.page-id-35 .svc-page + .footer-wrapper {
  --body-color: #a9b8bc;
  --th-border-color: rgb(203 234 231 / 26%);
  background-color: #061827 !important;
  background-image: none !important;
}
body.page-id-35 .svc-page + .footer-wrapper .copyright-wrap { background-color: #007c78; }

@media (min-width: 1400px) {
  body.page-id-35 .header-top .container,
  body.page-id-35 .header-layout1 .menu-area > .container,
  body.page-id-35 .svc-page .container,
  body.page-id-35 .footer-wrapper .container { max-width: 1380px; }
}

@media (hover: hover) {
  .svc-button:hover { border-color: #056f70; background: #056f70; color: #fff !important; }
  .svc-button-outline:hover { color: #fff !important; }
  .svc-button-light:hover { border-color: #d7f3f1; background: #d7f3f1; color: #064e69 !important; }
  .svc-route:hover { background: #f1faf9; }
  .svc-route-featured:hover { background: #d9f1ef; }
  .svc-route:hover .svc-route-action i,
  .svc-text-link:hover i { transform: translateX(3px); }
  .svc-route-action i,
  .svc-text-link i { transition: transform .2s ease; }
}

@media (max-width: 1100px) {
  .svc-hero-grid { height: 340px; }
  .svc-hero-copy { width: 76%; padding-top: 28px; padding-bottom: 28px; }
  .svc-page h1 { font-size: 40px; }
  .svc-route { grid-template-columns: 44px minmax(190px, .8fr) minmax(260px, 1.2fr) auto; gap: 14px; }
  .svc-network-grid { gap: 38px; }
  .svc-network-points { grid-template-columns: 1fr; border-bottom: 0; }
  .svc-network-points > div,
  .svc-network-points > div:first-child { display: grid; padding: 10px 0; grid-template-columns: 28px 1fr; border-right: 0; border-bottom: 1px solid var(--svc-line); }
  .svc-network-points i { grid-row: 1 / 3; margin: 3px 0 0; }
}

@media (max-width: 991px) {
  .svc-section { padding: 62px 0; }
  .svc-hero { padding-top: 0; }
  .svc-hero-grid { width: 100%; height: 330px; min-height: 0; }
  .svc-hero-copy { width: 80%; margin-left: 0; padding-top: 24px; padding-bottom: 24px; }
  .svc-page h1 { font-size: 38px; }
  .svc-lead { font-size: 17px; }
  .svc-proof { padding-top: 7px; grid-template-columns: repeat(2, 1fr); }
  .svc-proof > div,
  .svc-proof > div:first-child { min-height: 52px; padding: 8px 12px; }
  .svc-proof > div:nth-child(2) { border-right: 0; }
  .svc-proof > div:nth-child(n+3) { border-top: 1px solid var(--svc-line); }
  .svc-route { grid-template-columns: 42px minmax(210px, .95fr) 1.25fr; min-height: 80px; padding: 10px 17px; }
  .svc-route-action { grid-column: 2 / 4; justify-content: flex-start; margin-top: -7px; }
  .svc-network-grid { grid-template-columns: .88fr 1.12fr; gap: 30px; }
  .svc-network-image { min-height: 410px; }
}

@media (max-width: 767px) {
  .svc-section { padding: 54px 0; }
  .svc-heading { margin-bottom: 26px; }
  .svc-heading h2,
  .svc-network-copy h2 { font-size: 28px; }
  .svc-hero { padding-top: 0; }
  .svc-hero-grid { display: block; width: 100%; height: 360px; min-height: 0; }
  .svc-hero-grid::after { background: radial-gradient(circle at 12% 16%, rgb(8 170 168 / 17%), transparent 36%), linear-gradient(90deg, rgb(3 25 48 / 97%) 0%, rgb(3 42 55 / 92%) 70%, rgb(3 42 55 / 66%) 100%); }
  .svc-hero-copy { width: 100%; height: 100%; margin: 0; padding-top: 20px; padding-bottom: 20px; }
  .svc-hero-image { position: absolute; inset: 0; height: auto; margin: 0; border-radius: 0; }
  .svc-page h1 { max-width: 520px; font-size: clamp(32px, 8vw, 38px); line-height: 1.12; }
  .svc-lead { margin-bottom: 22px; font-size: 16px; line-height: 1.65; }
  .svc-hero .svc-kicker { margin-bottom: 15px; padding: 8px 12px; font-size: 12px; }
  .svc-hero .svc-button { min-height: 44px; font-size: 14px; }
  .svc-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .svc-proof { padding-top: 6px; padding-bottom: 8px; }
  .svc-proof > div,
  .svc-proof > div:first-child { min-height: 78px; padding: 12px 9px; gap: 9px; }
  .svc-proof i { font-size: 19px; }
  .svc-proof span { font-size: 12px; }
  .svc-proof strong { font-size: 13px; }
  .svc-route { grid-template-columns: 38px 1fr; min-height: 0; padding: 14px 16px; gap: 4px 11px; }
  .svc-route-title,
  .svc-route-description,
  .svc-route-action { grid-column: 2; }
  .svc-route-icon { grid-row: 1 / 4; align-self: start; }
  .svc-route-description { margin-top: 3px; font-size: 11px; }
  .svc-route-action { margin-top: 5px; }
  .svc-network-grid { grid-template-columns: 1fr; gap: 28px; }
  .svc-network-image { min-height: 0; height: 260px; }
  .svc-process ol { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .svc-process li { min-height: 138px; padding: 0 14px; }
  .svc-process li::after { display: none; }
  .svc-cta { padding-bottom: 54px; }
  .svc-cta-inner { min-height: 0; padding: 27px; flex-direction: column; align-items: flex-start; }
  .svc-button-light { width: 100%; }
}

@media (max-width: 420px) {
  .svc-hero-grid { height: 380px; }
  .svc-page h1 { font-size: 32px; }
  .svc-actions { grid-template-columns: 1fr; }
  .svc-proof { grid-template-columns: repeat(2, 1fr); }
  .svc-proof > div,
  .svc-proof > div:first-child { min-height: 50px; padding: 7px 5px; }
  .svc-process ol { grid-template-columns: 1fr; gap: 18px; }
  .svc-process li { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .svc-button,
  .svc-route,
  .svc-route-action i,
  .svc-text-link i { transition: none !important; }
}
