:root {
  --navy: #102f4f;
  --navy-2: #0b2239;
  --blue: #1687d6;
  --cyan: #49b5d6;
  --red: #d8383d;
  --green: #2f7861;
  --ink: #202b34;
  --muted: #68747e;
  --line: #dce4ea;
  --soft: #f3f7f9;
  --white: #fff;
  --page: min(1180px, calc(100% - 40px));
  --shadow: 0 16px 34px rgba(20, 42, 61, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  line-height: 1.7;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: var(--page); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 10px 14px; background: var(--white); color: var(--navy); }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: var(--white);
  background: linear-gradient(to bottom, rgba(5, 24, 41, 0.86), rgba(5, 24, 41, 0));
  transition: background 0.2s, box-shadow 0.2s;
}
.site-header.scrolled,
.subpage .site-header { background: rgba(11, 34, 57, 0.97); box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; }
.brand img { width: 110px; height: auto; }
.brand-name { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.4); font-size: 15px; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a { position: relative; padding: 25px 0; font-size: 15px; color: rgba(255,255,255,.82); }
.main-nav a:hover, .main-nav a.active { color: var(--white); }
.main-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 16px; height: 2px; background: var(--red); }
.nav-contact { padding: 9px 15px !important; border: 1px solid rgba(255,255,255,.52); }
.nav-contact::after { display: none; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; color: var(--white); cursor: pointer; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s; }

.hero {
  min-height: 78svh;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  background-image: linear-gradient(90deg, rgba(7,29,48,.9) 0%, rgba(7,29,48,.68) 48%, rgba(7,29,48,.18) 100%), url("../images/hero.webp");
  background-size: cover;
  background-position: center 45%;
}
.hero-content { width: var(--page); margin: 0 auto; padding: 150px 0 88px; }
.eyebrow { margin: 0 0 13px; color: #8ed7ef; font-size: 14px; font-weight: 700; letter-spacing: 0; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 6vw, 74px); line-height: 1.12; letter-spacing: 0; }
.hero-copy { max-width: 660px; margin: 22px 0 30px; color: rgba(255,255,255,.86); font-size: 18px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid transparent; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--white); }
.button-light { border-color: rgba(255,255,255,.55); color: var(--white); background: rgba(255,255,255,.06); }
.button-outline { border-color: var(--navy); color: var(--navy); }

.section { padding: 92px 0; }
.section-soft { background: var(--soft); }
.section-dark { color: var(--white); background: var(--navy-2); }
.section-head { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 38px; }
.section-head > div { max-width: 720px; }
.section-kicker { margin: 0 0 8px; color: var(--red); font-size: 13px; font-weight: 700; }
.section h2, .page-section h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 4vw, 45px); line-height: 1.2; letter-spacing: 0; }
.section-dark h2 { color: var(--white); }
.section-intro { margin: 14px 0 0; color: var(--muted); font-size: 16px; }
.section-dark .section-intro { color: rgba(255,255,255,.7); }
.text-link { color: var(--blue); font-weight: 700; white-space: nowrap; }

.about-grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: 64px; align-items: center; }
.about-copy p { color: var(--muted); }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; border-top: 1px solid var(--line); }
.fact { padding: 20px 14px 0 0; }
.fact strong { display: block; color: var(--navy); font-size: 23px; }
.fact span { color: var(--muted); font-size: 13px; }
.image-frame { overflow: hidden; background: #dfe9ef; box-shadow: var(--shadow); }
.image-frame img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-width: 0; border: 1px solid var(--line); background: var(--white); }
.product-card img { width: 100%; aspect-ratio: 4/3; object-fit: contain; padding: 18px; background: #f6f8f9; }
.product-body { padding: 20px; }
.product-type { color: var(--red); font-size: 12px; font-weight: 700; }
.product-card h3 { margin: 5px 0 8px; color: var(--navy); font-size: 19px; }
.product-card p { margin: 0; color: var(--muted); font-size: 14px; }

.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.case-card { min-width: 0; border: 1px solid var(--line); background: var(--white); }
.case-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #f6f8f9; }
.case-card div { padding: 22px; }
.case-card h3 { margin: 6px 0 9px; color: var(--navy); font-size: 20px; }
.case-card p { margin: 0; color: var(--muted); font-size: 14px; }

.help-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 21px 34px 21px 0; color: var(--navy); font-size: 17px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; top: 15px; color: var(--red); font-size: 27px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -3px 34px 20px 0; color: var(--muted); }
.faq-toc { position: sticky; top: 76px; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); }
.faq-toc .container { display: flex; gap: 6px; overflow-x: auto; padding-block: 10px; scrollbar-width: thin; }
.faq-toc a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; min-height: 38px; padding: 0 12px; border: 1px solid var(--line); color: var(--navy); font-size: 13px; font-weight: 700; }
.faq-toc a:hover, .faq-toc a:focus-visible { border-color: var(--blue); color: var(--blue); outline: none; }
.faq-toc span { min-width: 22px; padding: 1px 6px; color: var(--muted); background: var(--soft); text-align: center; font-size: 11px; }
.faq-section { scroll-margin-top: 142px; }
.faq-closing { padding: 0 0 78px; }
.faq-closing .container { padding-top: 24px; border-top: 1px solid var(--line); }
.faq-closing p { margin: 0; color: var(--muted); }
.faq-closing strong { color: var(--ink); }

.factory-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.factory-main > img { width: 100%; aspect-ratio: 16/10; padding: 0; object-fit: cover; background: var(--white); }
.process-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 26px; margin-top: 26px; }
.process-list span { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.82); }
.factory-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.factory-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: contain; padding: 8px; background: var(--white); }
.facility-gallery { grid-template-columns: repeat(4, 1fr); }
.facility-gallery img { aspect-ratio: 4/3; object-fit: contain; padding: 8px; border: 1px solid var(--line); }

.certificate-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.certificate-mini { border: 1px solid var(--line); background: var(--white); padding: 12px; cursor: pointer; transition: border-color .2s, transform .2s; }
.certificate-mini:hover, .certificate-mini:focus { border-color: var(--blue); transform: translateY(-2px); outline: none; }
.certificate-mini img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; }
.certificate-mini span { display: block; padding-top: 10px; color: var(--navy); text-align: center; font-size: 13px; font-weight: 700; }

.contact-band { padding: 78px 0; color: var(--white); background: var(--green); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-band h2 { margin: 0 0 12px; font-size: clamp(32px, 4vw, 48px); }
.contact-band p { color: rgba(255,255,255,.8); }
.contact-list { display: grid; gap: 14px; }
.contact-item { display: grid; grid-template-columns: 82px 1fr; gap: 14px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.contact-label { color: rgba(255,255,255,.62); }
.contact-value { font-weight: 700; }

.page-hero { min-height: 440px; display: flex; align-items: flex-end; color: var(--white); background-size: cover; background-position: center; }
.page-hero.about-hero { background-image: linear-gradient(90deg,rgba(7,29,48,.9),rgba(7,29,48,.28)), url("../images/factory-overview.webp"); }
.page-hero.product-hero { background-image: linear-gradient(90deg,rgba(7,29,48,.88),rgba(7,29,48,.22)), url("../images/ncs88-scene.webp"); }
.page-hero.case-hero { background-image: linear-gradient(90deg,rgba(7,29,48,.9),rgba(7,29,48,.25)), url("../images/nfc-display.webp"); }
.page-hero.qualification-hero { background-image: linear-gradient(90deg,rgba(7,29,48,.9),rgba(7,29,48,.34)), url("../images/hero.webp"); }
.page-hero.news-hero { background-image: linear-gradient(90deg,rgba(7,29,48,.9),rgba(7,29,48,.25)), url("../images/factory-digital.webp"); }
.page-hero .container { padding: 148px 0 62px; }
.page-hero h1 { max-width: 760px; margin: 0; font-size: clamp(40px, 6vw, 64px); line-height: 1.15; }
.page-hero p { max-width: 650px; margin: 15px 0 0; color: rgba(255,255,255,.82); }
.page-section { padding: 78px 0; }
.prose-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.prose-grid h2 { position: sticky; top: 110px; align-self: start; font-size: 34px; }
.prose { color: var(--muted); font-size: 16px; }
.prose h3 { margin: 32px 0 8px; color: var(--navy); font-size: 21px; }
.timeline { border-left: 2px solid var(--blue); margin: 30px 0 0 6px; }
.timeline-item { position: relative; padding: 0 0 28px 28px; }
.timeline-item::before { content: ""; position: absolute; left: -7px; top: 7px; width: 12px; height: 12px; background: var(--red); }
.timeline-item strong { color: var(--navy); }

.category-block + .category-block { margin-top: 76px; }
.category-title { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.category-title h2 { font-size: 31px; }
.category-title p { margin: 0; color: var(--muted); }
.wide-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.wide-product-grid .product-card img { aspect-ratio: 4/3; }

.cert-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cert-card { padding: 18px; border: 1px solid var(--line); background: var(--white); }
.cert-card img { width: 100%; aspect-ratio: 3/4; object-fit: contain; background: #f5f7f8; }
.cert-open { display: inline-block; margin-top: 10px; color: var(--blue); font-size: 13px; font-weight: 700; }
.certificate-records { display: grid; gap: 28px; }
.certificate-record { display: grid; grid-template-columns: 250px 1fr; gap: 34px; padding: 26px; border: 1px solid var(--line); background: var(--white); }
.certificate-image { align-self: start; display: block; border: 1px solid var(--line); background: #f5f7f8; cursor: zoom-in; }
.certificate-image img { width: 100%; aspect-ratio: 3/4; object-fit: contain; }
.certificate-content h3 { margin: 0 0 18px; color: var(--navy); font-size: 26px; }
.certificate-content dl { display: grid; gap: 0; margin: 0 0 22px; }
.certificate-content dl div { display: grid; grid-template-columns: 96px 1fr; gap: 18px; padding: 11px 0; border-top: 1px solid var(--line); }
.certificate-content dt { color: var(--muted); }
.certificate-content dd { margin: 0; color: var(--ink); font-weight: 600; }
.image-modal { position: fixed; inset: 0; z-index: 110; display: none; place-items: center; padding: 30px; background: rgba(4, 17, 29, .8); }
.image-modal.open { display: grid; }
.image-modal-panel { position: relative; max-width: min(900px, 92vw); max-height: 90svh; padding: 46px 18px 18px; background: var(--white); }
.image-modal-panel img { max-width: 100%; max-height: calc(90svh - 64px); object-fit: contain; }
.image-modal-close { position: absolute; top: 10px; right: 10px; min-height: 30px; padding: 0 12px; border: 1px solid var(--navy); color: var(--navy); background: var(--white); font-weight: 700; cursor: pointer; }
.cert-card h3 { margin: 16px 0 5px; color: var(--navy); font-size: 18px; }
.cert-card p { margin: 0; color: var(--muted); font-size: 14px; }
.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.quality-item { padding: 24px; border-left: 4px solid var(--blue); background: var(--soft); }
.quality-item h3 { margin: 0 0 8px; color: var(--navy); }
.quality-item p { margin: 0; color: var(--muted); font-size: 14px; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 20px; font-size: 13px; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.breadcrumb-light { color: rgba(255,255,255,.72); }
.breadcrumb-light span { color: var(--white); }
.answer-first { max-width: 900px; margin: 0 0 30px; color: var(--ink); font-size: 18px; }
.entity-summary { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.entity-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.entity-item { display: grid; grid-template-columns: 132px 1fr; gap: 18px; padding: 18px 24px 18px 0; border-bottom: 1px solid var(--line); }
.entity-item:nth-child(odd) { padding-right: 34px; border-right: 1px solid var(--line); }
.entity-item:nth-child(even) { padding-left: 34px; }
.entity-item dt { color: var(--muted); }
.entity-item dd { margin: 0; color: var(--ink); font-weight: 700; overflow-wrap: anywhere; }
.table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--line); background: var(--white); }
.fact-table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }
.fact-table th, .fact-table td { padding: 15px 17px; border-bottom: 1px solid var(--line); vertical-align: top; }
.fact-table th { color: var(--navy); background: var(--soft); font-size: 14px; white-space: nowrap; }
.fact-table td { color: var(--muted); font-size: 14px; }
.fact-table tr:last-child td { border-bottom: 0; }
.fact-table strong { color: var(--ink); }
.source-note { margin: 22px 0 0; padding: 16px 18px; border-left: 4px solid var(--blue); color: var(--muted); background: var(--soft); font-size: 14px; }
.source-note strong { color: var(--ink); }
.evidence-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.evidence-link { display: inline-flex; align-items: center; min-height: 40px; padding: 0 14px; border: 1px solid var(--navy); color: var(--navy); font-size: 14px; font-weight: 700; }
.evidence-link:hover { color: var(--white); background: var(--navy); }
.page-meta { margin: 28px 0 0; color: var(--muted); font-size: 13px; }
.decision-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.decision-item { padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.decision-item h3 { margin: 0 0 8px; color: var(--navy); font-size: 19px; }
.decision-item p { margin: 0; color: var(--muted); font-size: 14px; }
.decision-item .decision-label { display: block; margin-bottom: 8px; color: var(--red); font-size: 12px; font-weight: 700; }
.updated-note { margin-top: 14px; color: rgba(255,255,255,.58); font-size: 12px; }

.news-feature { display: grid; grid-template-columns: 1.12fr .88fr; gap: 54px; align-items: center; }
.news-feature-image { min-width: 0; overflow: hidden; background: var(--soft); }
.news-feature-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.news-feature-copy h2 { margin: 12px 0 16px; color: var(--navy); font-size: clamp(30px, 4vw, 45px); line-height: 1.2; }
.news-feature-copy p { margin: 0 0 24px; color: var(--muted); }
.news-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; color: var(--muted); font-size: 13px; }
.news-meta span { color: var(--red); font-weight: 700; }
.news-heading { align-items: center; }
.news-filters { display: inline-flex; border: 1px solid var(--line); background: var(--white); }
.news-filter { min-height: 42px; padding: 0 16px; border: 0; border-right: 1px solid var(--line); color: var(--navy); background: transparent; font-weight: 700; cursor: pointer; }
.news-filter:last-child { border-right: 0; }
.news-filter:hover, .news-filter:focus-visible { color: var(--blue); outline: none; }
.news-filter.active { color: var(--white); background: var(--navy); }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.news-card { min-width: 0; border: 1px solid var(--line); background: var(--white); }
.news-card[hidden] { display: none; }
.news-card-image { display: block; overflow: hidden; background: #e9eef1; }
.news-card-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .25s; }
.news-card:hover .news-card-image img { transform: scale(1.025); }
.news-card-body { padding: 22px; }
.news-card h2, .news-card h3 { margin: 10px 0; color: var(--navy); font-size: 21px; line-height: 1.35; }
.news-card h2 a:hover, .news-card h3 a:hover { color: var(--blue); }
.news-card p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.news-card .text-link { font-size: 14px; }
.news-empty { margin: 24px 0 0; color: var(--muted); }
.article-header { padding: 150px 0 54px; color: var(--white); background: var(--navy-2); }
.article-header-inner { width: min(920px, calc(100% - 40px)); margin-inline: auto; }
.article-header .breadcrumb { color: rgba(255,255,255,.7); }
.article-header .breadcrumb span:last-child { color: var(--white); }
.article-header .news-meta { color: rgba(255,255,255,.68); }
.article-header h1 { margin: 16px 0; font-size: clamp(36px, 5vw, 58px); line-height: 1.18; }
.article-header > .article-header-inner > p { max-width: 760px; margin: 0; color: rgba(255,255,255,.78); font-size: 18px; }
.article-cover { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }
.article-cover img { width: 100%; max-height: 620px; aspect-ratio: 16/8; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 76px; width: min(920px, calc(100% - 40px)); margin: 64px auto 90px; }
.article-content { min-width: 0; color: var(--muted); font-size: 17px; }
.article-lead { margin: 0 0 44px; color: var(--ink); font-size: 21px; font-weight: 600; }
.article-content section { margin-top: 46px; scroll-margin-top: 100px; }
.article-content h2 { margin: 0 0 14px; color: var(--navy); font-size: 28px; line-height: 1.3; }
.article-content p { margin: 0 0 16px; }
.article-content ul { margin: 14px 0 0; padding-left: 22px; }
.article-content li { margin: 8px 0; }
.article-sources { padding-top: 26px; border-top: 1px solid var(--line); }
.article-sources a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.article-aside { position: sticky; top: 106px; align-self: start; border-top: 3px solid var(--red); }
.article-aside div { padding: 15px 0; border-bottom: 1px solid var(--line); }
.article-aside span, .article-aside strong { display: block; }
.article-aside span { color: var(--muted); font-size: 12px; }
.article-aside strong { margin-top: 3px; color: var(--ink); font-size: 14px; overflow-wrap: anywhere; }
.article-aside .button { width: 100%; margin-top: 18px; }
.related-news { padding: 76px 0; background: var(--soft); }
.related-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-news-grid a { min-width: 0; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.related-news-grid span, .related-news-grid strong { display: block; }
.related-news-grid span { margin-bottom: 7px; color: var(--red); font-size: 12px; font-weight: 700; }
.related-news-grid strong { color: var(--navy); font-size: 17px; line-height: 1.45; }
.related-news-grid a:hover strong { color: var(--blue); }

.site-footer { padding: 50px 0 28px; color: rgba(255,255,255,.75); background: #071c2e; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 50px; }
.footer-brand { color: var(--white); font-size: 20px; font-weight: 700; }
.footer-title { margin-bottom: 12px; color: var(--white); font-weight: 700; }
.footer-links { display: grid; gap: 7px; }
.footer-links a:hover { color: var(--white); }
.copyright { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.filing-info { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 12px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.7; }
.filing-info a { color: rgba(255,255,255,.78); text-decoration: underline; text-underline-offset: 3px; }
.filing-info a:hover { color: var(--white); }
.mobile-contact { display: none; }

@media (max-width: 1100px) {
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 76px 0 auto; display: none; padding: 22px 20px 30px; background: var(--navy-2); flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav a.active::after { display: none; }
  .nav-contact { margin-top: 14px; text-align: center; }
  .about-grid, .factory-layout, .contact-layout, .prose-grid, .help-layout { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .certificate-strip { grid-template-columns: repeat(3, 1fr); }
  .wide-product-grid, .cert-grid, .quality-grid, .case-grid { grid-template-columns: repeat(2, 1fr); }
  .decision-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .facility-gallery { grid-template-columns: repeat(2, 1fr); }
  .certificate-record { grid-template-columns: 210px 1fr; gap: 26px; }
  .prose-grid h2 { position: static; }
  .news-feature { grid-template-columns: 1fr 1fr; gap: 34px; }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  :root { --page: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 94px; }
  .brand-name { display: none; }
  .main-nav { top: 68px; }
  .faq-toc { top: 68px; }
  .faq-section { scroll-margin-top: 134px; }
  .faq-toc .container { width: 100%; padding-inline: 14px; }
  .faq-list summary { padding-block: 18px; font-size: 16px; }
  .hero { min-height: 720px; background-position: 58% center; }
  .hero-content { padding: 130px 0 62px; }
  .hero h1 { font-size: 43px; }
  .hero-copy { font-size: 16px; }
  .actions .button { width: 100%; }
  .section, .page-section { padding: 66px 0; }
  .section-head { align-items: start; flex-direction: column; }
  .facts { grid-template-columns: 1fr; }
  .fact { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .product-grid, .wide-product-grid, .cert-grid, .quality-grid, .case-grid { grid-template-columns: 1fr; }
  .entity-grid, .decision-grid { grid-template-columns: 1fr; }
  .entity-item, .entity-item:nth-child(odd), .entity-item:nth-child(even) { grid-template-columns: 1fr; gap: 2px; padding: 15px 0; border-right: 0; }
  .certificate-record { grid-template-columns: 1fr; padding: 18px; }
  .certificate-image { max-width: 280px; }
  .certificate-content h3 { font-size: 23px; }
  .certificate-content dl div { grid-template-columns: 1fr; gap: 2px; }
  .factory-gallery { grid-template-columns: repeat(2, 1fr); }
  .facility-gallery { grid-template-columns: 1fr; }
  .certificate-strip { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { gap: 30px; }
  .page-hero { min-height: 390px; }
  .page-hero .container { padding: 126px 0 48px; }
  .category-title { align-items: start; flex-direction: column; }
  .news-feature { grid-template-columns: 1fr; gap: 24px; }
  .news-heading { align-items: start; }
  .news-filters { width: 100%; }
  .news-filter { flex: 1 1 0; padding-inline: 8px; font-size: 14px; }
  .news-grid, .related-news-grid { grid-template-columns: 1fr; }
  .article-header { padding: 122px 0 42px; }
  .article-header-inner, .article-cover, .article-layout { width: min(100% - 28px, 920px); }
  .article-header h1 { font-size: 36px; }
  .article-header > .article-header-inner > p { font-size: 16px; }
  .article-cover img { aspect-ratio: 16/10; }
  .article-layout { grid-template-columns: 1fr; gap: 44px; margin-block: 46px 66px; }
  .article-lead { font-size: 19px; }
  .article-content { font-size: 16px; }
  .article-content h2 { font-size: 24px; }
  .article-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .mobile-contact { position: fixed; right: 14px; bottom: 14px; z-index: 45; display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; padding: 0; border-radius: 50%; color: var(--white); background: var(--red); box-shadow: 0 8px 24px rgba(0,0,0,.25); font-size: 22px; font-weight: 700; }
}

/* Product detail and editorial trust pages */
.product-detail-hero { min-height: 360px; background: linear-gradient(105deg, #0b2239 0%, #123e62 68%, #176c91 100%); }
.editorial-hero { background: linear-gradient(105deg, rgba(7,29,48,.96), rgba(21,89,116,.88)), url("../images/factory-digital.webp") center/cover; }
.product-detail-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 64px; align-items: center; }
.product-detail-visual { margin: 0; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.product-detail-visual img { width: 100%; aspect-ratio: 4/3; object-fit: contain; padding: 22px; }
.product-detail-summary h2 { margin: 0 0 18px; color: var(--navy); font-size: clamp(28px, 4vw, 42px); line-height: 1.25; }
.product-detail-summary .answer-first { padding-left: 18px; border-left: 3px solid var(--red); }
.product-detail-summary .page-meta { padding-top: 16px; border-top: 1px solid var(--line); }
.boundary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.boundary-card { padding: 28px; border-top: 4px solid var(--green); background: var(--white); box-shadow: var(--shadow); }
.boundary-card-warning { border-top-color: var(--red); }
.boundary-card h3 { margin: 0 0 12px; color: var(--navy); font-size: 23px; }
.boundary-card ul { margin: 0; padding-left: 21px; color: var(--muted); }
.boundary-card li + li { margin-top: 8px; }
.product-faq { max-width: 900px; }
.product-source-box { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(220px, .4fr); gap: 50px; align-items: start; padding: 34px; border: 1px solid var(--line); background: var(--white); }
.product-source-box h2 { margin: 0 0 12px; color: var(--navy); font-size: 30px; }
.product-source-box p { margin: 0; color: var(--muted); }
.product-source-box .footer-links { padding-left: 24px; border-left: 1px solid var(--line); }
.product-source-box .footer-links a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.article-aside a { color: var(--blue); }
.page-meta a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1100px) {
  .product-detail-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 760px) {
  .product-detail-grid, .boundary-grid, .product-source-box { grid-template-columns: 1fr; }
  .product-detail-visual img { padding: 14px; }
  .product-source-box { gap: 28px; padding: 24px; }
  .product-source-box .footer-links { padding: 22px 0 0; border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 640px) {
  .product-detail-hero { min-height: 340px; }
  .boundary-card { padding: 22px; }
  .news-filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-filter { width: 100%; }
}
.product-body .text-link { display: inline-flex; margin-top: 14px; font-size: 14px; }
.card-links { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 14px; }
.card-links .text-link { margin-top: 0; }
