:root {
  --navy-950: #071321;
  --navy-900: #0b1d33;
  --navy-800: #102b4e;
  --blue-700: #1359a6;
  --blue-600: #1670d2;
  --teal-500: #0ea5a8;
  --teal-400: #26c3bb;
  --amber-500: #f2a65a;
  --amber-400: #ffb877;
  --amber-soft: #fff5ec;
  --ink-900: #102033;
  --ink-700: #33495f;
  --ink-600: #506579;
  --ink-500: #6b7e90;
  --line: #e2ebf2;
  --soft: #f4f8fb;
  --soft-blue: #edf6ff;
  --white: #fff;
  --success: #087a67;
  --danger: #b42318;
  --glow-teal: 0 18px 48px rgba(14, 165, 168, .18);
  --glow-warm: 0 18px 48px rgba(242, 166, 90, .22);
  --shadow-sm: 0 10px 26px rgba(16, 43, 78, .08);
  --shadow: 0 22px 56px rgba(16, 43, 78, .12);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 28px;
  --max: 1180px;
  --header: 76px;
  --font: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 18px); }
body {
  margin: 0;
  color: var(--ink-700);
  background: var(--white);
  font: 16px/1.75 var(--font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
::selection { background: rgba(242, 166, 90, .24); color: var(--navy-900); }
a { color: var(--blue-700); text-decoration: none; transition: color .18s var(--ease); }
a:hover { color: var(--teal-500); }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4 { color: var(--ink-900); line-height: 1.18; text-wrap: balance; }
h1 { margin: 0 0 22px; font-size: clamp(2.3rem, 5vw, 4.4rem); letter-spacing: -.045em; font-weight: 800; }
h2 { margin: 0 0 16px; font-size: clamp(1.7rem, 3vw, 2.6rem); letter-spacing: -.025em; font-weight: 800; }
h3 { margin: 0 0 10px; font-size: 1.22rem; font-weight: 750; letter-spacing: -.01em; }
h4 { margin: 0 0 8px; font-size: 1.04rem; font-weight: 750; }
p { margin: 0 0 1.05em; }
.prose { max-width: 70ch; }
.lead { color: var(--ink-600); font-size: 1.16rem; line-height: 1.7; }
.article-body a, .prose a, .legal-copy a, .text-link {
  text-decoration: underline;
  text-decoration-color: rgba(22, 112, 210, .35);
  text-underline-offset: .2em;
  text-decoration-thickness: 1.5px;
}
.article-body a:hover, .prose a:hover, .legal-copy a:hover { text-decoration-color: var(--teal-500); }
.container { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.narrow { max-width: 830px; }
.section { padding: 92px 0; }
.section--soft { background: var(--soft); }
.section--compact { padding: 56px 0 92px; }
.section-head { width: min(100%, 760px); margin: 0 auto 46px; text-align: center; }
.section-head > p:last-child { color: var(--ink-600); font-size: 1.06rem; line-height: 1.7; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 13px;
  color: var(--teal-500);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: currentColor; opacity: .7; }
.eyebrow--light { color: #72e6dc; }
.eyebrow--amber { color: var(--amber-500); }
.eyebrow--amber::before { background: var(--amber-500); }
.microcopy { margin: 18px 0 0; color: rgba(255, 255, 255, .72); font-size: .88rem; }

.skip-link {
  position: fixed;
  top: 8px;
  left: -999px;
  z-index: 200;
  padding: 10px 16px;
  border-radius: 8px;
  background: #fff;
  color: var(--navy-900);
  box-shadow: var(--shadow-sm);
}
.skip-link:focus { left: 12px; }
:focus-visible { outline: 3px solid #34d6d0; outline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(226, 235, 242, .9);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(14px);
  transition: box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(16, 43, 78, .1); border-bottom-color: transparent; }
.nav-shell { display: flex; min-height: var(--header); align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; color: var(--navy-900); text-decoration: none; }
.brand:hover { color: var(--navy-900); }
.brand-lockup { display: flex; flex-direction: column; line-height: 1; }
.brand-logo { display: block; width: 174px; height: auto; }
.brand-lockup small { margin-top: 3px; color: var(--ink-500); font-size: .56rem; font-weight: 750; letter-spacing: .075em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.nav-links a { display: inline-flex; padding: 10px 11px; border-radius: 9px; color: var(--ink-700); font-size: .91rem; font-weight: 700; text-decoration: none; transition: background .18s var(--ease), color .18s var(--ease); }
.nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--soft-blue); color: var(--blue-700); }
.nav-rfq { margin-left: 7px; }
.nav-rfq a { color: #fff; }
.nav-rfq a:hover { color: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; }
.nav-toggle span { display: block; width: 21px; height: 2px; border-radius: 2px; background: var(--navy-900); transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button-row--center { justify-content: center; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button--primary { background: linear-gradient(135deg, var(--teal-500), #08b99f); color: #fff; box-shadow: 0 9px 26px rgba(14, 165, 168, .25); }
.button--primary:hover { color: #fff; box-shadow: 0 14px 34px rgba(14, 165, 168, .4); }
.button--warm { background: linear-gradient(135deg, var(--amber-500), #ef8f3c); color: #fff; box-shadow: var(--glow-warm); }
.button--warm:hover { color: #fff; box-shadow: 0 14px 34px rgba(242, 166, 90, .44); }
.button--secondary { border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .1); color: #fff; }
.button--secondary:hover, .button--light:hover { background: rgba(255, 255, 255, .18); color: #fff; }
.button--light { border-color: rgba(255, 255, 255, .34); background: rgba(255, 255, 255, .09); color: #fff; }
.button--outline { border-color: #b9cad9; background: #fff; color: var(--navy-800); }
.button--outline:hover { border-color: var(--teal-500); color: var(--teal-500); transform: translateY(-2px); }
.button--small { min-height: 40px; padding: 9px 16px !important; font-size: .88rem !important; }
.text-link { display: inline-flex; margin-top: auto; padding-top: 18px; font-weight: 800; text-decoration: none; align-items: center; gap: 6px; }
.text-link span[aria-hidden] { transition: transform .22s var(--ease); display: inline-block; }
.text-link:hover { text-decoration-color: var(--teal-500); }
.text-link:hover span[aria-hidden] { transform: translateX(4px); }
.center-link { margin-top: 34px; text-align: center; }

.home-hero {
  overflow: hidden;
  padding: 84px 0 78px;
  background:
    radial-gradient(circle at 86% 16%, rgba(242, 166, 90, .15), transparent 26%),
    radial-gradient(circle at 82% 22%, rgba(38, 195, 187, .18), transparent 30%),
    radial-gradient(circle at 8% 100%, rgba(22, 112, 210, .25), transparent 33%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
}
.home-hero__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 62px; align-items: center; }
.home-hero h1 { max-width: 760px; color: #fff; }
.home-hero .hero-lead { max-width: 720px; color: #d8e5f1; }
.hero-kicker { margin: -8px 0 16px; color: #72e6dc; font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 850; letter-spacing: .03em; }
.hero-lead { max-width: 820px; color: var(--ink-600); font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 1.7; }
.manufacturing-collage { position: relative; min-height: 500px; }
.manufacturing-collage figure { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: var(--navy-900); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.manufacturing-collage img { width: 100%; height: 100%; object-fit: cover; }
.manufacturing-collage__primary { position: absolute; inset: 0 16% 18% 0; }
.manufacturing-collage__secondary { position: absolute; inset: 45% 0 0 38%; }
.manufacturing-collage__label { position: absolute; left: 7%; bottom: 10%; display: flex; gap: 10px; align-items: center; padding: 12px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(7,19,33,.88); color: #fff; box-shadow: var(--shadow); backdrop-filter: blur(8px); font-size: .82rem; }
.manufacturing-collage__label span { color: #72e6dc; font-size: 1.1rem; }
.hero-media { margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .2); border-radius: 22px; background: #0e2949; box-shadow: 0 28px 70px rgba(0, 0, 0, .28); }
.hero-media img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .8s var(--ease); }
.hero-media:hover img { transform: scale(1.045); }
.hero-media figcaption, .media figcaption { padding: 12px 15px; color: var(--ink-600); background: #fff; font-size: .8rem; }
.hero-media figcaption { color: #c5d5e5; background: rgba(7, 19, 33, .86); }

.proof-strip { border-bottom: 1px solid var(--line); background: #fff; }
.proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-strip span { position: relative; padding: 21px 22px 21px 35px; color: var(--navy-800); font-size: .88rem; font-weight: 800; text-align: center; }
.proof-strip span::before { content: ""; position: absolute; left: 15px; top: 50%; width: 9px; height: 9px; transform: translateY(-50%); border-radius: 50%; background: var(--teal-500); box-shadow: 0 0 0 4px rgba(14, 165, 168, .12); }

.page-hero {
  padding: 46px 0 62px;
  background:
    radial-gradient(circle at 84% 0, rgba(242, 166, 90, .14), transparent 28%),
    radial-gradient(circle at 80% 6%, rgba(38, 195, 187, .16), transparent 30%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
}
.page-hero h1 { max-width: 900px; color: #fff; font-size: clamp(2.15rem, 4.6vw, 3.65rem); }
.page-hero .hero-lead { color: #d8e5f1; }
.page-hero .eyebrow { color: #72e6dc; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 32px; color: #afc2d4; font-size: .82rem; }
.breadcrumbs a { color: #d7e5f1; text-decoration: none; }

.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 58px; align-items: center; }
.split--top { align-items: start; }
.media { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.media img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .8s var(--ease); }
.media:hover img { transform: scale(1.045); }
.media--compact { margin-bottom: 18px; }
.info-panel--flush { margin-top: 0; }
.capability-panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.capability-panel { display: grid; grid-template-columns: minmax(180px,.8fr) minmax(0,1.2fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.capability-panel figure { margin: 0; min-height: 100%; overflow: hidden; background: var(--soft); }
.capability-panel figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.capability-panel:hover figure img { transform: scale(1.045); }
.capability-panel__body { display: flex; min-width: 0; flex-direction: column; padding: 26px; }
.pillar-grid { display: grid; gap: 26px; }
.pillar { display: grid; grid-template-columns: minmax(280px,.85fr) minmax(0,1.15fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.pillar:nth-child(even) { grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr); }
.pillar:nth-child(even) img { order: 2; }
.pillar img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.pillar > div { display: flex; flex-direction: column; justify-content: center; padding: 44px; }
.pillar > div > span { margin-bottom: 18px; color: var(--teal-500); font-size: .8rem; font-weight: 900; letter-spacing: .14em; }
.pillar strong { color: var(--navy-800); }
.card-grid { display: grid; gap: 20px; }
.card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 43, 78, .04);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.card:hover { transform: translateY(-5px); border-color: #b9cedf; box-shadow: var(--shadow-sm); }
.card-media { margin: -26px -26px 22px; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; aspect-ratio: 16/10; background: var(--soft); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.card:hover .card-media img { transform: scale(1.05); }
.card p { color: var(--ink-600); }
.card-tag { align-self: flex-start; margin-bottom: 14px; padding: 5px 9px; border-radius: 6px; background: var(--soft-blue); color: var(--blue-700); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.plain-list, .check-list { padding: 0; list-style: none; }
.plain-list { margin: 12px 0 0; }
.plain-list li, .check-list li { position: relative; padding-left: 26px; }
.plain-list li + li, .check-list li + li { margin-top: 10px; }
.plain-list li::before, .check-list li::before { content: ""; position: absolute; left: 2px; top: .7em; width: 8px; height: 8px; border-radius: 50%; background: var(--teal-500); }
.check-list { margin: 22px 0 0; }
.number-list { margin: 26px 0 0; padding-left: 22px; }
.number-list li + li { margin-top: 14px; }
.info-panel { padding: 28px; border: 1px solid #cde0ef; border-radius: var(--radius); background: var(--soft-blue); }
.info-panel + .info-panel, .info-panel + .notice { margin-top: 20px; }
.info-panel h2 { font-size: 1.35rem; }
.contact-links { overflow-wrap: anywhere; }
.contact-links a { font-weight: 750; }
.notice { padding: 20px 22px; border-left: 4px solid var(--teal-500); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: #eefaf8; color: #245c57; }
.notice--warm { border-left-color: var(--amber-500); background: var(--amber-soft); color: #8a4b16; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
table { width: 100%; border-collapse: collapse; min-width: 720px; }
th, td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--navy-800); color: #fff; font-size: .86rem; letter-spacing: .03em; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:last-child th { border-bottom: 0; }
tbody tr:nth-child(even) { background: #f8fafc; }
tbody tr { transition: background .18s var(--ease); }
tbody tr:hover { background: #eef6fd; }
tbody th { background: transparent; color: var(--ink-900); font-size: .96rem; letter-spacing: 0; }
.section--dark { background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); color: #c7d7e6; }
.section--dark .section-head h2, .section--dark .section-head p { color: #fff; }
.section--dark .table-wrap { border-color: rgba(255,255,255,.14); box-shadow: 0 20px 50px rgba(0,0,0,.24); }
.section--dark table th { background: #0b223e; }
.section--dark tbody th { background: transparent; color: #fff; }
.section--dark tbody tr:nth-child(even) { background: #f4f8fb; }
.section--dark tbody tr:nth-child(even) th { color: var(--ink-900); }
.section-subhead { margin: 42px 0 24px; text-align: center; }

.process-flow { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-flow li { position: relative; min-height: 210px; padding: 26px 22px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 22px rgba(16,43,78,.05); }
.process-flow li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -13px; width: 26px; height: 26px; display: grid; place-items: center; transform: translateY(-50%); border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--teal-500); font-weight: 900; }
.process-flow__number { display: inline-flex; margin-bottom: 34px; color: var(--teal-500); font-size: .78rem; font-weight: 900; letter-spacing: .14em; }
.process-flow h3 { font-size: 1.08rem; }
.process-flow p { margin: 0; color: var(--ink-600); font-size: .9rem; line-height: 1.6; }
.process-flow--8, .process-flow--6, .process-flow--5 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.process-flow--8 li:nth-child(4)::after, .process-flow--6 li:nth-child(4)::after, .process-flow--5 li:nth-child(4)::after { display: none; }
.process-gallery { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.process-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; box-shadow: var(--shadow-sm); }
.process-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.process-gallery figcaption { padding: 12px 14px; color: var(--navy-800); font-size: .84rem; font-weight: 800; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 21px 44px 21px 0; color: var(--ink-900); cursor: pointer; font-weight: 800; list-style: none; transition: color .18s var(--ease); }
.faq summary:hover { color: var(--teal-500); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; top: 18px; color: var(--teal-500); font-size: 1.5rem; line-height: 1; transition: transform .2s var(--ease); }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 44px 18px 0; color: var(--ink-600); }

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 46px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 12%, rgba(242, 166, 90, .2), transparent 38%),
    linear-gradient(135deg, var(--navy-900), var(--blue-700));
  color: #d9e7f4;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.cta-band::before { content: ""; position: absolute; left: -40px; top: -40px; width: 180px; height: 180px; border-radius: 50%; background: rgba(38, 195, 187, .14); filter: blur(8px); }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; }
.cta-band p:not(.eyebrow) { max-width: 710px; margin-bottom: 0; }
.cta-band .button-row { flex: 0 0 auto; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr); gap: 34px; align-items: start; }
.contact-aside { position: sticky; top: 96px; }
.form-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.form-card h2 { font-size: 1.6rem; }
.form-intro { color: var(--ink-600); }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { margin-top: 17px; }
.field label { display: block; margin-bottom: 6px; color: var(--ink-900); font-size: .9rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #b9cad9; border-radius: 9px; background: #fff; color: var(--ink-900); transition: border-color .18s var(--ease), box-shadow .18s var(--ease); }
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-600); outline: 3px solid rgba(22, 112, 210, .13); }
.field [aria-invalid="true"] { border-color: var(--danger); }
.checkbox-field { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; }
.checkbox-field input { min-height: auto; margin: 5px 0 0; }
.checkbox-field label { font-weight: 600; }
.form-message { min-height: 26px; margin: 15px 0; font-weight: 700; }
.form-message.is-error { color: var(--danger); }
.form-message.is-success { color: var(--success); }

.article-layout { display: grid; grid-template-columns: minmax(0, 780px) minmax(220px, 1fr); gap: 64px; align-items: start; }
.article-body { font-size: 1.06rem; }
.article-body section { margin-top: 42px; }
.article-body h2 { font-size: 1.65rem; }
.article-meta { padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--ink-500); font-size: .84rem; }
.article-aside { position: sticky; top: calc(var(--header) + 28px); display: grid; gap: 12px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.article-aside h2 { font-size: 1.12rem; }
.article-aside a { font-weight: 700; text-decoration: none; }
.article-callout { margin-top: 48px; padding: 28px; border-radius: var(--radius); background: var(--soft-blue); }
.legal-copy { max-width: 800px; }
.legal-copy h2 { margin-top: 40px; font-size: 1.5rem; }

.site-footer { padding: 68px 0 26px; background: var(--navy-950); color: #b8c8d8; }
.footer-grid { display: grid; grid-template-columns: 1.55fr 1fr 1fr 1.1fr; gap: 42px; }
.brand--footer { margin-bottom: 18px; color: #fff; }
.brand--footer:hover { color: #fff; }
.brand--footer .brand-logo { width: 196px; }
.brand--footer .brand-lockup small { color: #9bb0c5; }
.site-footer h2 { color: #fff; font-size: .96rem; letter-spacing: .04em; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 8px; }
.site-footer a { color: #cbd8e5; text-decoration: none; transition: color .18s var(--ease); }
.site-footer a:hover { color: #fff; }
.footer-note { color: #879db3; font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); color: #8298ad; font-size: .82rem; }

/* ---- Hero trust chips ---- */
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 22px 0 0; padding: 0; list-style: none; }
.hero-trust li { position: relative; padding-left: 22px; color: #c5d5e5; font-size: .86rem; font-weight: 600; }
.hero-trust li::before { content: ""; position: absolute; left: 0; top: .5em; width: 9px; height: 9px; border-radius: 50%; border: 2px solid #26c3bb; }

/* ---- Stats band ---- */
.stats-band { border-block: 1px solid var(--line); background: var(--soft); }
.stats-band__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stat { padding: 40px 22px; text-align: center; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat__num { display: block; color: var(--navy-800); font-size: clamp(2rem, 4vw, 2.9rem); font-weight: 900; letter-spacing: -.03em; line-height: 1; }
.stat__unit { margin-left: 3px; color: var(--teal-500); font-size: .5em; font-weight: 800; }
.stat__label { display: block; margin-top: 12px; color: var(--ink-600); font-size: .9rem; font-weight: 600; }

/* ---- Industries we serve ---- */
.industries { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.industries--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.industry-card { display: flex; flex-direction: column; padding: 0; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 22px rgba(16, 43, 78, .04); color: inherit; text-decoration: none; overflow: hidden; transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease); }
.industry-card:hover { transform: translateY(-5px); border-color: #b9cedf; box-shadow: var(--shadow-sm); color: inherit; }
.industry-card__media { aspect-ratio: 16/9; overflow: hidden; background: var(--soft); }
.industry-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.industry-card:hover .industry-card__media img { transform: scale(1.05); }
.industry-card__body { display: flex; flex-direction: column; padding: 22px 24px 26px; flex: 1; }
.industry-card__tag { align-self: flex-start; margin-bottom: 12px; padding: 5px 9px; border-radius: 6px; background: var(--soft-blue); color: var(--blue-700); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.industry-card h3 { color: var(--ink-900); }
.industry-card p { margin-bottom: 0; color: var(--ink-600); }

/* ---- Built to recognized standards ---- */
.standards-strip { display: grid; gap: 26px; padding: 40px 42px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.standards-strip__head { max-width: 760px; }
.standards-strip__head p:last-child { margin-bottom: 0; color: var(--ink-600); }
.standards-strip__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 26px; margin: 0; padding: 0; list-style: none; }
.standards-strip__list li { display: flex; align-items: center; gap: 12px; color: var(--ink-700); font-weight: 600; }
.std-badge { flex: 0 0 auto; padding: 4px 9px; border-radius: 6px; background: var(--navy-800); color: #fff; font-size: .76rem; font-weight: 800; letter-spacing: .02em; }

/* ---- Process / capability diagram ---- */
.flow-diagram { margin: 0; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, #fff, var(--soft)); box-shadow: var(--shadow-sm); }
.flow-diagram svg { width: 100%; height: auto; display: block; }
.flow-node { transition: transform .25s var(--ease); transform-box: fill-box; transform-origin: center; }
.flow-diagram:hover .flow-node { transform: translateY(-2px); }

/* ---- Motion: scroll reveal ---- */
.reveal { transition: opacity .7s var(--ease), transform .7s var(--ease); will-change: opacity, transform; }
.js .reveal { opacity: 0; transform: translateY(22px); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal--left { transform: translateX(-26px); }
.js .reveal--right { transform: translateX(26px); }
.js .reveal--left.is-visible, .js .reveal--right.is-visible { transform: none; }
.js .reveal--zoom { transform: scale(.96); }
.js .reveal--zoom.is-visible { transform: none; }
[data-stagger] > * { transition: opacity .6s var(--ease), transform .6s var(--ease); }
.js [data-stagger] > * { opacity: 0; transform: translateY(18px); }
.js [data-stagger].is-visible > * { opacity: 1; transform: none; }
.js [data-stagger].is-visible > *:nth-child(2) { transition-delay: .07s; }
.js [data-stagger].is-visible > *:nth-child(3) { transition-delay: .14s; }
.js [data-stagger].is-visible > *:nth-child(4) { transition-delay: .21s; }
.js [data-stagger].is-visible > *:nth-child(5) { transition-delay: .28s; }
.js [data-stagger].is-visible > *:nth-child(6) { transition-delay: .35s; }
.js [data-stagger].is-visible > *:nth-child(7) { transition-delay: .42s; }
.js [data-stagger].is-visible > *:nth-child(8) { transition-delay: .49s; }

@media (max-width: 1040px) {
  .nav-toggle { display: flex; }
  .primary-nav { position: fixed; top: var(--header); left: 0; right: 0; bottom: 0; pointer-events: none; }
  .nav-links { display: block; height: 100%; padding: 18px 22px 40px; overflow-y: auto; background: #fff; transform: translateX(100%); transition: transform .24s ease; }
  .nav-links.is-open { transform: translateX(0); pointer-events: auto; }
  .nav-links a { display: flex; padding: 14px; font-size: 1.02rem; }
  .nav-rfq { margin: 12px 0 0; }
  .nav-rfq a { justify-content: center; }
  .home-hero__grid { grid-template-columns: 1fr; }
  .manufacturing-collage { min-height: 540px; }
  .hero-media { max-width: 760px; }
  .capability-panels { grid-template-columns: 1fr; }
  .industries--4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .section { padding: 68px 0; }
  .section--compact { padding: 42px 0 68px; }
  .split, .contact-layout, .article-layout { grid-template-columns: 1fr; }
  .contact-aside { position: static; }
  .card-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industries { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pillar, .pillar:nth-child(even) { grid-template-columns: 1fr; }
  .pillar:nth-child(even) img { order: 0; }
  .pillar img { min-height: 260px; aspect-ratio: 16/9; }
  .pillar > div { padding: 30px; }
  .process-flow, .process-flow--8, .process-flow--6, .process-flow--5 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .process-flow li:nth-child(even)::after { display: none; }
  .process-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .stats-band__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats-band__grid .stat:nth-child(2n+1):not(:first-child) { border-left: 0; }
  .standards-strip { padding: 30px 26px; }
  .proof-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .article-aside { position: static; }
  .cta-band { align-items: flex-start; flex-direction: column; padding: 34px 28px; }
}

@media (max-width: 580px) {
  :root { --header: 68px; }
  .container { width: min(100% - 30px, var(--max)); }
  .brand-logo { width: 148px; }
  .brand-lockup small { display: none; }
  .home-hero { padding: 60px 0 54px; }
  .manufacturing-collage { min-height: 380px; }
  .manufacturing-collage__primary { inset: 0 8% 20% 0; }
  .manufacturing-collage__secondary { inset: 52% 0 0 32%; }
  .manufacturing-collage__label { left: 3%; bottom: 8%; font-size: .7rem; }
  h1 { font-size: 2.35rem; }
  .card-grid--3, .card-grid--2, .field-row, .footer-grid { grid-template-columns: 1fr; }
  .industries { grid-template-columns: 1fr; }
  .capability-panel { grid-template-columns: 1fr; }
  .capability-panel figure { aspect-ratio: 16/9; }
  .process-flow, .process-flow--8, .process-flow--6, .process-flow--5 { grid-template-columns: 1fr; }
  .process-flow li { min-height: 0; }
  .process-flow li::after { display: none !important; }
  .process-gallery { grid-template-columns: 1fr; }
  .stats-band__grid { grid-template-columns: 1fr; }
  .stat + .stat { border-left: 0; border-top: 1px solid var(--line); }
  .standards-strip__list { grid-template-columns: 1fr; }
  .proof-strip span { padding: 18px 10px 18px 26px; font-size: .78rem; text-align: left; }
  .proof-strip span::before { left: 7px; }
  .card, .form-card, .info-panel { padding: 22px; }
  .card-media { margin: -22px -22px 18px; }
  .cta-band { padding: 30px 24px; }
  .button-row { width: 100%; }
  .button-row .button { width: 100%; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .js .reveal, .js [data-stagger] > * { opacity: 1 !important; transform: none !important; }
}
