:root {
  --ink: #0b1f33;
  --muted: #5b6b7c;
  --blue: #1268e8;
  --blue-dark: #0b55c8;
  --blue-soft: #eaf4ff;
  --line: #dbe5ef;
  --surface: #ffffff;
  --surface-alt: #f5f8fb;
  --surface-blue: #f1f7fd;
  --success: #087a55;
  --shadow-sm: 0 8px 24px rgba(31, 74, 116, .08);
  --shadow-md: 0 20px 55px rgba(31, 74, 116, .12);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1240px;
  --section: clamp(76px, 8vw, 120px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: "Segoe UI", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif; font-size: 16px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); letter-spacing: -.026em; line-height: 1.16; }
h1 { margin-bottom: 24px; font-size: clamp(42px, 5.2vw, 72px); font-weight: 720; }
h2 { margin-bottom: 22px; font-size: clamp(32px, 4vw, 52px); font-weight: 680; }
h3 { margin-bottom: 12px; font-size: 21px; }

.en-copy { display: none; }
.lang-en .cn-copy { display: none; }
.lang-en .en-copy { display: inline; }
.lang-en br + .en-copy, .lang-en .en-copy br { display: inline; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding-block: var(--section); }
.section-tint { background: var(--surface-alt); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 14px; color: #fff; background: var(--ink); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 16px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.utility-bar { color: #466077; background: #f7fafc; border-bottom: 1px solid #e9eff4; font-size: 13px; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; }
.utility-inner p { margin: 0; }
.utility-links { display: flex; align-items: center; gap: 16px; }
.language-link { opacity: .62; }
.language-link.active { color: var(--blue); font-weight: 800; opacity: 1; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(219, 229, 239, .85); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; min-height: 82px; gap: 24px; }
.brand { flex: 0 0 190px; }
.brand img { width: 190px; height: 62px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 1.6vw, 25px); margin-left: auto; }
.nav-item { position: relative; }
.nav-item > a { display: block; padding: 28px 0; color: #263b50; font-size: 14px; font-weight: 650; white-space: nowrap; }
.nav-item > a:hover, .nav-item > a:focus-visible, .nav-item > a.active { color: var(--blue); }
.nav-dropdown { position: absolute; top: calc(100% - 10px); left: -18px; z-index: 4; width: max-content; min-width: 220px; max-width: 310px; max-height: min(70vh, 520px); padding: 8px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; overflow-y: auto; transform: translateY(8px); transition: .18s ease; }
.nav-item:hover .nav-dropdown, .nav-item:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: none; }
.nav-dropdown a { display: block; padding: 10px 12px; color: #40566b; border-radius: 8px; font-size: 13px; }
.nav-dropdown a:hover { color: var(--blue); background: var(--blue-soft); }
.header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.button { display: inline-flex; min-height: 50px; padding: 12px 22px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 9px; font-weight: 750; line-height: 1.2; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 9px 22px rgba(18, 104, 232, .18); }
.button-primary:hover { color: #fff; background: var(--blue-dark); box-shadow: 0 12px 28px rgba(18, 104, 232, .26); }
.button-secondary { color: var(--ink); background: white; border-color: #bfcddd; }
.button-secondary:hover { color: var(--blue); border-color: var(--blue); }
.button-ghost { color: var(--blue); background: #f7fbff; border-color: #cfe1f4; }
.button-small { min-height: 42px; padding: 9px 15px; font-size: 13px; }
.button-full { width: 100%; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.menu-button > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--ink); }
.mobile-menu { position: fixed; inset: 121px 0 0; z-index: 99; padding: 20px 24px 120px; background: #fff; overflow-y: auto; }
.mobile-menu a { display: block; padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 680; }
.mobile-menu .mobile-subnav { padding-left: 20px; color: var(--muted); font-size: 15px; font-weight: 560; }

.hero { position: relative; min-height: 680px; overflow: hidden; background: #fbfdff; }
.hero-image { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 34%, rgba(255,255,255,.32) 58%, rgba(255,255,255,0) 78%), url("../images/mulaxis-hero-wide-light.png"); background-position: center; background-size: cover; }
.hero-inner { position: relative; z-index: 1; display: flex; align-items: center; min-height: 680px; }
.hero-copy { width: min(660px, 55%); padding-block: 76px; }
.hero-lead { max-width: 620px; margin-bottom: 30px; color: #40566b; font-size: 19px; line-height: 1.72; }
.part-search { display: flex; max-width: 630px; padding: 7px; background: white; border: 1px solid #cbd9e6; border-radius: 12px; box-shadow: var(--shadow-sm); }
.part-search input { width: 100%; min-width: 0; height: 52px; margin: 0; padding: 0 15px; color: var(--ink); background: transparent; border: 0; outline: 0; }
.part-search input:focus-visible { box-shadow: inset 0 0 0 2px var(--blue); border-radius: 7px; }
.part-search button { flex: 0 0 auto; min-width: 126px; color: #fff; background: var(--ink); border: 0; border-radius: 8px; font-weight: 750; }
.search-note { margin: 10px 0 25px; color: #65788b; font-size: 13px; }
.search-note a { color: var(--blue); font-weight: 750; }
.hero-actions { display: flex; gap: 12px; }

.assurance-strip { position: relative; z-index: 3; background: white; border-block: 1px solid var(--line); }
.assurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.assurance-grid div { display: flex; min-height: 88px; padding: 22px 24px; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.assurance-grid div:last-child { border-right: 0; }
.assurance-grid span { color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.assurance-grid strong { font-size: 14px; }
.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: 80px; }
.split-heading h2 { max-width: 760px; margin-bottom: 0; }
.split-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.centered-heading { max-width: 840px; margin-inline: auto; text-align: center; }
.centered-heading > p:last-child { color: var(--muted); font-size: 17px; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { min-height: 315px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: #b6d5f5; box-shadow: var(--shadow-md); }
.feature-card.feature-accent { background: linear-gradient(145deg, #eef7ff, #fff); border-color: #b9dafa; }
.feature-card .card-index { display: inline-flex; width: 42px; height: 42px; margin-bottom: 50px; align-items: center; justify-content: center; color: var(--blue); background: var(--blue-soft); border-radius: 50%; font-size: 12px; font-weight: 850; }
.feature-card p { color: var(--muted); }
.feature-card a, .text-link { color: var(--blue); font-weight: 750; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { display: grid; grid-template-columns: 62px 1fr; min-height: 150px; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.category-card:hover { border-color: #a9caeb; }
.category-mark { grid-row: 1 / span 2; display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; color: var(--blue); background: #edf6ff; border: 1px solid #d2e7fa; border-radius: 12px; font-size: 11px; font-weight: 850; letter-spacing: .04em; }
.category-card h3 { margin: 1px 0 7px; font-size: 19px; }
.category-card p { margin: 0; color: var(--muted); font-size: 14px; }
.section-actions { margin-top: 38px; }
.centered-actions { display: flex; align-items: center; justify-content: center; gap: 26px; }

.sourcing-section { background: #fff; }
.sourcing-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.sourcing-copy p:not(.eyebrow) { max-width: 540px; margin-bottom: 30px; color: var(--muted); font-size: 17px; }
.section-photo { margin: 34px 0 0; overflow: hidden; background: #eef5fb; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); }
.section-photo img { width: 100%; height: 230px; object-fit: cover; }
.sourcing-photo img { object-position: 62% center; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 62px 1fr; gap: 8px; padding: 24px 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--blue); font-size: 13px; font-weight: 850; letter-spacing: .1em; }
.process-list h3 { margin-bottom: 8px; }
.process-list p { margin: 0; color: var(--muted); }

.quality-section { background: var(--surface-blue); }
.quality-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(48px, 8vw, 110px); }
.quality-visual { position: relative; min-height: 470px; margin: 0; background: #eaf3fa; border: 1px solid #d8e8f5; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.quality-photo img { width: 100%; height: 470px; object-fit: cover; object-position: 58% center; }
.quality-photo figcaption, .industry-showcase figcaption { position: absolute; right: 22px; bottom: 22px; left: 22px; padding: 13px 16px; color: #29465e; background: rgba(255,255,255,.92); border: 1px solid rgba(219,229,239,.95); border-radius: 10px; box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); font-size: 13px; font-weight: 750; }
.quality-copy > p:not(.eyebrow):not(.compliance-note) { color: var(--muted); font-size: 17px; }
.check-list { margin: 27px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 9px 0 9px 34px; border-bottom: 1px solid rgba(169,204,233,.55); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 850; }
.compliance-note { padding: 17px 20px; color: #435d70; background: #fff; border-left: 3px solid var(--blue); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-size: 14px; }

.industry-showcase { position: relative; height: 350px; margin: 0 0 22px; background: #eef5fb; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.industry-showcase img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.industry-grid article { position: relative; min-height: 220px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; }
.industry-grid article::after { content: ""; position: absolute; right: -30px; bottom: -45px; width: 140px; height: 140px; background: radial-gradient(circle, #dff0ff 0 18%, transparent 19% 34%, #edf7ff 35% 50%, transparent 51%); opacity: .9; }
.industry-grid > article > span { color: var(--blue); font-size: 12px; font-weight: 850; }
.industry-grid h3 { margin-top: 40px; }
.industry-grid p { position: relative; z-index: 1; max-width: 290px; margin: 0; color: var(--muted); }

.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.resource-grid article { min-height: 300px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.resource-type { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.resource-grid h3 { margin: 50px 0 16px; font-size: 23px; }
.resource-grid p:not(.resource-type) { color: var(--muted); }
.resource-grid a { color: var(--blue); font-weight: 750; }

.bom-section { background: #fff; }
.bom-grid, .rfq-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: start; gap: clamp(48px, 8vw, 110px); }
.bom-grid > div:first-child > p:not(.eyebrow), .rfq-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.plain-list { padding-left: 20px; color: #41586c; }
.bom-card, .rfq-form { padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-md); }
.bom-card { text-align: center; }
.bom-card p { color: var(--muted); }
.bom-card small { display: block; margin-top: 14px; color: #72869a; }
.bom-icon { display: flex; width: 76px; height: 76px; margin: 4px auto 22px; align-items: center; justify-content: center; color: var(--blue); background: var(--blue-soft); border: 1px solid #cfe3f7; border-radius: 22px; font-weight: 850; }
.rfq-section { background: var(--surface-blue); }
.response-points { display: grid; grid-template-columns: 1fr 1fr; margin-top: 36px; border-top: 1px solid #cbdfee; }
.response-points div { padding: 18px 12px 18px 0; border-bottom: 1px solid #cbdfee; }
.response-points strong, .response-points > div > span { display: block; }
.response-points strong { color: var(--blue); font-size: 12px; letter-spacing: .1em; }
.response-points > div > span { color: #40566b; font-size: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; margin-bottom: 16px; color: #31495e; font-size: 13px; font-weight: 720; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 12px 13px; color: var(--ink); background: #fff; border: 1px solid #c4d2df; border-radius: 8px; outline: 0; }
input, select { height: 47px; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,104,232,.12); }
.captcha-row { display: grid; grid-template-columns: minmax(180px, 1fr) auto; align-items: end; gap: 14px; }
.captcha-row img { width: 120px; height: 47px; margin-bottom: 16px; object-fit: cover; background: #eef4f9; border: 1px solid #c4d2df; border-radius: 8px; cursor: pointer; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; font-weight: 500; line-height: 1.5; }
.consent input { width: 17px; height: 17px; margin: 2px 0 0; }
.form-note { margin: 12px 0 0; color: #72869a; font-size: 12px; text-align: center; }

.page-hero { padding: 58px 0; background: linear-gradient(135deg, #fbfdff 0%, #edf6ff 100%); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 440px); align-items: center; gap: clamp(38px, 6vw, 82px); }
.page-hero-copy { min-width: 0; }
.page-hero-media { position: relative; min-height: 270px; background-image: linear-gradient(135deg, rgba(255,255,255,.08), rgba(18,104,232,.05)), url("../images/global-sourcing-workspace-v2.webp"); background-position: 62% center; background-size: cover; border: 1px solid rgba(190,211,230,.9); border-radius: 22px; box-shadow: var(--shadow-md); overflow: hidden; }
.page-hero-media::after { content: ""; position: absolute; inset: 0; border: 10px solid rgba(255,255,255,.18); border-radius: inherit; pointer-events: none; }
.page-hero-31 .page-hero-media { background-image: linear-gradient(135deg, rgba(255,255,255,.06), rgba(18,104,232,.04)), url("../images/industry-electronics-applications-v2.webp"); background-position: center 55%; }
.page-hero-33 .page-hero-media { background-image: linear-gradient(135deg, rgba(255,255,255,.05), rgba(18,104,232,.04)), url("../images/component-quality-inspection-v2.webp"); background-position: 62% center; }
.breadcrumbs { margin-bottom: 24px; color: #6b7e90; font-size: 13px; }
.breadcrumbs a { color: var(--blue); }
.page-hero h1 { max-width: 760px; margin-bottom: 18px; font-size: clamp(38px, 4.4vw, 58px); }
.page-subtitle { max-width: 760px; margin: 0; color: var(--muted); font-size: 18px; }
.page-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); align-items: start; gap: 64px; }
.side-nav { position: sticky; top: 116px; padding: 20px; background: var(--surface-alt); border: 1px solid var(--line); border-radius: 14px; }
.side-nav h2 { margin-bottom: 12px; color: #66798b; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.side-nav a { display: block; padding: 10px 8px; color: #40566b; border-bottom: 1px solid var(--line); font-size: 14px; }
.side-nav a:last-child { border: 0; }
.side-nav a:hover { color: var(--blue); }
.cms-content { min-width: 0; color: #31495e; font-size: 17px; }
.cms-content > :first-child { margin-top: 0; }
.cms-content h2 { margin: 48px 0 18px; font-size: clamp(28px, 3.2vw, 40px); }
.cms-content h3 { margin: 34px 0 12px; }
.cms-content p, .cms-content li { color: #4e6377; }
.cms-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.cms-content img { height: auto; margin: 28px 0; border-radius: 16px; }
.cms-content table { width: 100%; margin: 28px 0; border-collapse: collapse; font-size: 14px; }
.cms-content th, .cms-content td { padding: 13px 15px; border: 1px solid var(--line); text-align: left; }
.cms-content th { background: var(--surface-alt); }
.content-cta { margin-top: 48px; padding: 28px; background: var(--surface-blue); border: 1px solid #d5e7f6; border-radius: 16px; }
.content-cta h2 { margin: 0 0 10px; font-size: 25px; }
.content-cta p { margin-bottom: 18px; }
.cms-content .content-cta .button { color: #fff; text-decoration: none; }
.cms-content .content-cta .button:hover { color: #fff; }
.portfolio-cta { max-width: 920px; margin-inline: auto; }
.portfolio-cta .button { color: #fff; text-decoration: none; }

.listing-toolbar { display: flex; margin-bottom: 30px; justify-content: space-between; align-items: center; gap: 20px; }
.listing-toolbar p { margin: 0; color: var(--muted); }
.site-search { display: flex; width: min(100%, 500px); padding: 6px; background: #fff; border: 1px solid #cbd9e6; border-radius: 10px; }
.site-search input { height: 42px; margin: 0; border: 0; box-shadow: none; }
.site-search button { min-width: 100px; color: #fff; background: var(--blue); border: 0; border-radius: 7px; font-weight: 720; }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.content-card { display: flex; min-height: 320px; padding: 28px; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 16px; transition: .2s ease; }
.content-card:hover { transform: translateY(-3px); border-color: #b8d5ef; box-shadow: var(--shadow-md); }
.content-card-image { height: 150px; margin: -28px -28px 24px; background: linear-gradient(135deg, #eaf4ff, #f8fbfe); border-radius: 16px 16px 0 0; overflow: hidden; }
.content-card-image img { width: 100%; height: 100%; object-fit: cover; }
.content-card .meta { color: var(--blue); font-size: 12px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.content-card h2 { margin: 18px 0 12px; font-size: 23px; }
.content-card p { color: var(--muted); }
.content-card .card-link { margin-top: auto; color: var(--blue); font-weight: 750; }
.pagination { display: flex; margin-top: 44px; justify-content: center; gap: 6px; }
.pagination a, .pagination span, .page-num { display: inline-flex; min-width: 38px; height: 38px; padding: 0 10px; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.page-num-current { color: #fff !important; background: var(--blue) !important; border-color: var(--blue) !important; }
.article-meta { margin: 0; color: #6b7e90; font-size: 13px; }
.article-shell { max-width: 900px; }
.empty-state { padding: 60px 30px; background: var(--surface-alt); border: 1px solid var(--line); border-radius: 16px; text-align: center; }

.site-footer { padding-top: 74px; background: #fff; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.65fr repeat(3, 1fr); gap: 55px; padding-bottom: 60px; }
.footer-brand img { width: 210px; height: 68px; object-fit: contain; object-position: left center; }
.footer-brand > p { max-width: 410px; color: var(--muted); }
.footer-brand .disclosure { color: #786c43; font-size: 12px; }
.footer-column h2 { margin-bottom: 18px; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.footer-column a, .footer-column p { display: block; margin: 0 0 10px; color: var(--muted); font-size: 14px; }
.footer-column a:hover { color: var(--blue); }
.footer-bottom { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 24px; color: #738394; border-top: 1px solid var(--line); font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 18px; }
.mobile-cta { display: none; }

@media (max-width: 1160px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .feature-card { min-height: 270px; }
  .feature-card .card-index { margin-bottom: 30px; }
  .hero-copy { width: 60%; }
}

@media (max-width: 860px) {
  :root { --section: 78px; }
  .container { width: min(calc(100% - 36px), var(--container)); }
  .utility-bar { display: none; }
  .header-inner { min-height: 72px; }
  .brand { flex-basis: 150px; }
  .brand img { width: 150px; height: 54px; }
  .header-actions .button { display: none; }
  .mobile-menu { inset: 72px 0 0; }
  .hero { min-height: auto; padding-bottom: 285px; }
  .hero-image { background-image: linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.97) 52%, rgba(255,255,255,.1) 76%), url("../images/mulaxis-hero-wide-light.png"); background-position: 64% bottom; background-size: cover; }
  .hero-inner { min-height: auto; }
  .hero-copy { width: 100%; padding: 60px 0 20px; }
  .hero-lead { font-size: 17px; }
  .assurance-grid { grid-template-columns: 1fr 1fr; }
  .assurance-grid div { min-height: 72px; border-bottom: 1px solid var(--line); }
  .assurance-grid div:nth-child(2n) { border-right: 0; }
  .assurance-grid div:nth-last-child(-n+2) { border-bottom: 0; }
  .split-heading, .sourcing-grid, .quality-grid, .bom-grid, .rfq-grid, .page-layout, .page-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .split-heading { align-items: start; }
  .category-grid, .industry-grid, .resource-grid, .content-grid { grid-template-columns: 1fr 1fr; }
  .quality-visual { order: 2; min-height: 390px; }
  .quality-photo img { height: 390px; }
  .page-hero-media { min-height: 250px; }
  .side-nav { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / span 2; }
  .mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 120; display: grid; grid-template-columns: 1fr 1fr; min-height: 58px; padding: 7px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 30px rgba(31,74,116,.12); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; color: var(--blue); font-size: 14px; font-weight: 780; }
  .mobile-cta a:last-child { color: #fff; background: var(--blue); border-radius: 8px; }
  .site-footer { padding-bottom: 70px; }
}

@media (max-width: 580px) {
  h1 { font-size: 40px; }
  h2 { font-size: 33px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .hero { padding-bottom: 238px; }
  .hero-copy { padding-top: 48px; }
  .part-search { display: grid; padding: 6px; }
  .part-search input { height: 48px; }
  .part-search button { min-height: 48px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .assurance-grid { grid-template-columns: 1fr; }
  .assurance-grid div { min-height: 60px; padding: 16px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .assurance-grid div:last-child { border-bottom: 0 !important; }
  .service-grid, .category-grid, .industry-grid, .resource-grid, .content-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 245px; }
  .category-card { grid-template-columns: 58px 1fr; }
  .quality-visual { min-height: 320px; }
  .quality-photo img { height: 320px; }
  .industry-showcase { height: 270px; }
  .page-hero-media { min-height: 210px; }
  .quality-photo figcaption, .industry-showcase figcaption { right: 12px; bottom: 12px; left: 12px; }
  .form-row, .response-points { grid-template-columns: 1fr; }
  .captcha-row { grid-template-columns: 1fr; }
  .captcha-row img { margin-top: -12px; }
  .bom-card, .rfq-form { padding: 20px; }
  .page-hero { padding: 62px 0 54px; }
  .listing-toolbar { align-items: stretch; flex-direction: column; }
  .site-search { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 26px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
