:root {
  --ink: #192329;
  --muted: #66747b;
  --line: #dfe6e8;
  --paper: #f5f7f5;
  --white: #fff;
  --orange: #ee6b32;
  --orange-dark: #c74d1e;
  --blue: #237a89;
  --blue-dark: #113f4a;
  --container: 1200px;
  --radius: 6px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button, input, textarea { font: inherit; }
.inner-container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.inner-header { position: relative; z-index: 20; color: var(--ink); background: var(--white); border-bottom: 1px solid var(--line); }
.inner-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.inner-brand { display: inline-flex; align-items: center; gap: 11px; min-width: 190px; }
.inner-brand img { width: 42px; height: 42px; flex: 0 0 42px; padding: 3px; border-radius: 3px; object-fit: cover; background: var(--white); }
.inner-brand strong, .inner-brand small { display: block; line-height: 1.1; }
.inner-brand strong { font-size: 17px; letter-spacing: .02em; }
.inner-brand small { margin-top: 4px; color: currentColor; opacity: .65; font-size: 8px; letter-spacing: .14em; }
.inner-nav { display: flex; align-items: center; gap: 20px; font-size: 14px; }
.inner-nav a { position: relative; padding: 9px 0; color: var(--ink); opacity: .78; }
.inner-nav a:hover, .inner-nav a.active { opacity: 1; }
.inner-nav a.active::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; content: ""; background: var(--orange); }
.inner-nav .inner-nav-contact { padding: 10px 14px; color: var(--white); background: var(--orange); opacity: 1; }
.inner-menu-toggle { display: none; border: 0; padding: 8px; color: var(--ink); background: transparent; cursor: pointer; }
.inner-menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; }
.page-hero { padding: 76px 0 70px; color: var(--white); background: var(--blue-dark); }
.page-hero .eyebrow, .content-eyebrow { margin: 0 0 16px; color: #ff9a68; font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.page-hero h1 { max-width: 820px; margin: 0 0 17px; font-size: clamp(38px, 5vw, 68px); line-height: 1.12; }
.page-hero p { max-width: 670px; margin: 0; color: rgba(255,255,255,.73); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; color: rgba(255,255,255,.58); font-size: 12px; }
.breadcrumbs a:hover { color: var(--white); }
.page-section { padding: 78px 0; }
.page-section.paper { background: var(--paper); }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-title h2 { margin: 0; font-size: clamp(28px, 4vw, 44px); line-height: 1.15; }
.section-title p { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; }
.category-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 35px; }
.category-nav a { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--paper); font-size: 13px; }
.category-nav a:hover, .category-nav a.active { color: var(--white); border-color: var(--blue); background: var(--blue); }
.about-subnav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 42px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.about-subnav a { padding: 8px 14px; color: var(--muted); font-size: 13px; }
.about-subnav a:hover, .about-subnav a.active { color: var(--orange-dark); border-bottom: 2px solid var(--orange); }
.catalog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.catalog-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.catalog-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(17,63,74,.1); }
.catalog-card-image { height: 218px; padding: 14px; background: #edf2f1; }
.catalog-card-image img { object-fit: contain; mix-blend-mode: multiply; }
.catalog-card-body { padding: 21px 22px 23px; }
.catalog-tag { color: var(--orange-dark); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.catalog-card h2, .catalog-card h3 { margin: 8px 0 9px; font-size: 20px; line-height: 1.35; }
.catalog-card p { min-height: 52px; margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 13px; font-weight: 700; }
.text-link:hover { color: var(--orange-dark); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 0 19px; border: 1px solid transparent; border-radius: var(--radius); font-size: 14px; font-weight: 700; cursor: pointer; }
.button-primary { color: var(--white); background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); }
.button-outline { color: var(--blue); border-color: var(--blue); }
.button-outline:hover { color: var(--white); background: var(--blue); }
.category-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: end; margin-bottom: 36px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.category-intro h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.15; }
.category-intro p { max-width: 510px; margin: 0; color: var(--muted); }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.solution-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.solution-card-image { height: 210px; background: #e2eceb; }
.solution-card-body { padding: 22px; }
.solution-card h2 { margin: 0 0 10px; font-size: 21px; line-height: 1.35; }
.solution-card p { min-height: 52px; margin: 0 0 16px; color: var(--muted); font-size: 13px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 18px; padding: 0; list-style: none; }
.tag-list li { padding: 4px 8px; color: var(--blue); border: 1px solid rgba(35,122,137,.25); font-size: 11px; }
.news-list-page { border-top: 1px solid var(--line); }
.news-row { display: grid; grid-template-columns: 150px 110px 1fr 28px; align-items: center; gap: 22px; min-height: 128px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.news-row img { width: 150px; height: 94px; }
.news-row time { color: var(--muted); font-size: 12px; }
.news-row h2 { margin: 0; font-size: 19px; line-height: 1.4; }
.news-row > span { color: var(--orange); font-size: 20px; }
.news-row:hover h2 { color: var(--blue); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); gap: 70px; align-items: start; }
.detail-image { min-height: 470px; padding: 22px; background: #edf2f1; }
.detail-image img { object-fit: contain; mix-blend-mode: multiply; }
.detail-copy h1 { margin: 0 0 14px; font-size: clamp(31px, 4vw, 53px); line-height: 1.15; }
.detail-copy .detail-summary { margin-bottom: 28px; color: var(--muted); font-size: 17px; }
.detail-copy h2 { margin: 33px 0 12px; font-size: 22px; }
.detail-copy p { color: var(--muted); }
.detail-copy p:last-child { margin-bottom: 0; }
.feature-list { display: grid; gap: 10px; margin: 0 0 28px; padding: 0; list-style: none; color: var(--ink); font-size: 14px; }
.feature-list li::before { display: inline-block; width: 24px; content: "✓"; color: var(--orange); font-weight: 700; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; color: var(--muted); font-size: 12px; }
.detail-meta span { padding: 6px 9px; border: 1px solid var(--line); }
.detail-article { max-width: 820px; }
.detail-article h1 { margin: 0 0 14px; font-size: clamp(30px, 4vw, 50px); line-height: 1.18; }
.detail-article .article-date { margin-bottom: 35px; color: var(--muted); font-size: 13px; }
.article-image { max-height: 450px; margin-bottom: 36px; background: #edf2f1; }
.article-image img { object-fit: contain; }
.article-copy { color: #3e4b50; font-size: 16px; }
.article-copy p { margin-bottom: 21px; }
.source-link { display: inline-flex; margin-top: 17px; color: var(--blue); font-size: 13px; font-weight: 700; text-decoration: underline; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.about-stats { margin-top: 34px; }
.info-card { padding: 25px; border: 1px solid var(--line); background: var(--white); }
.info-card strong { display: block; margin-bottom: 8px; color: var(--orange); font-size: 28px; line-height: 1; }
.info-card span { color: var(--muted); font-size: 13px; }
.about-layout-page { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-image { height: 390px; background: var(--blue-dark); }
.about-copy-page h2 { margin: 0 0 20px; font-size: clamp(32px, 4vw, 50px); line-height: 1.15; }
.about-copy-page p { color: var(--muted); }
.pill-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.pill-list li { padding: 7px 10px; color: var(--blue); border: 1px solid rgba(35,122,137,.25); font-size: 12px; }
.culture-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.culture-image { height: 360px; background: var(--blue-dark); }
.culture-copy h2 { margin: 0 0 20px; font-size: clamp(32px, 4vw, 50px); line-height: 1.15; }
.culture-copy p:not(.content-eyebrow) { max-width: 500px; color: var(--muted); }
.culture-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.culture-card { min-height: 210px; padding: 25px; border: 1px solid var(--line); border-top: 3px solid var(--orange); background: var(--white); }
.culture-card > span { color: var(--orange); font-size: 12px; font-weight: 700; }
.culture-card h2 { margin: 33px 0 10px; font-size: 21px; }
.culture-card p { margin: 0; color: var(--muted); font-size: 14px; }
.culture-original { max-width: 860px; margin: 0 auto; padding: 20px; border: 1px solid var(--line); background: #edf2f1; }
.culture-original img { height: auto; object-fit: contain; }
.honor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.honor-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.honor-card:hover { box-shadow: 0 10px 24px rgba(17,63,74,.1); }
.honor-image { height: 290px; padding: 20px; background: #edf2f1; }
.honor-image img { object-fit: contain; }
.honor-body { padding: 20px 22px 22px; }
.honor-body > span { color: var(--orange-dark); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.honor-body h2 { min-height: 52px; margin: 9px 0 15px; font-size: 19px; line-height: 1.35; }
.honor-body b { color: var(--blue); font-size: 13px; }
.honor-detail-image { min-height: 510px; }
.contact-detail-copy { padding: 35px; background: var(--paper); }
.contact-detail-copy h2 { margin: 0 0 16px; font-size: 32px; }
.contact-detail-copy p:not(.content-eyebrow) { color: var(--muted); }
.location-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 30px; }
.contact-panel { padding: 33px; color: var(--white); background: var(--blue-dark); }
.contact-panel h2 { margin: 0 0 25px; font-size: 31px; line-height: 1.15; }
.contact-list { display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; }
.contact-list li { display: grid; gap: 3px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-list small { color: rgba(255,255,255,.58); font-size: 11px; }
.contact-list span, .contact-list a { color: var(--white); font-size: 15px; }
.location-map-panel { display: grid; gap: 10px; }
.tdt-map-slot { min-height: 380px; display: grid; place-items: center; padding: 34px; color: var(--white); text-align: center; background: #dce8e9; border: 1px solid var(--line); }
.tdt-map-image { display: block; min-height: 0; overflow: hidden; padding: 0; }
.tdt-map-image img { width: 100%; height: auto; min-height: 0; object-fit: contain; }
.tdt-map-slot > div { display: grid; gap: 8px; width: min(100%, 340px); padding: 30px 24px; color: var(--white); background: var(--blue); }
.tdt-map-slot strong { font-size: 28px; line-height: 1.2; }
.tdt-map-slot span { color: rgba(255,255,255,.74); font-size: 14px; }
.map-note { margin: 0; color: var(--muted); font-size: 12px; }
.job-list, .platform-list { display: grid; gap: 14px; }
.job-row, .platform-row { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.job-row h2, .platform-row h2 { margin: 0 0 5px; font-size: 22px; }
.job-row p, .platform-row p { margin: 0; color: var(--muted); font-size: 14px; }
.job-type, .platform-status { margin-bottom: 7px; color: var(--orange-dark); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.job-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; color: var(--muted); font-size: 12px; }
.job-facts span { padding: 5px 8px; border: 1px solid var(--line); background: var(--paper); }
.job-detail-head { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: end; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.job-detail-head h1 { margin: 0 0 12px; font-size: clamp(34px, 4vw, 54px); line-height: 1.15; }
.job-detail-head p:not(.content-eyebrow) { max-width: 610px; margin: 0; color: var(--muted); }
.job-facts-large { max-width: 300px; justify-content: flex-end; }
.job-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.job-detail-section { min-height: 265px; padding: 25px; border: 1px solid var(--line); background: var(--paper); }
.job-detail-section h2 { margin: 0 0 18px; font-size: 22px; }
.job-detail-section ol, .job-detail-section ul { display: grid; gap: 10px; margin: 0; padding-left: 22px; color: var(--muted); font-size: 14px; }
.job-detail-section li::marker { color: var(--orange); font-weight: 700; }
.job-apply { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 42px 0 28px; padding: 30px; color: var(--white); background: var(--blue-dark); }
.job-apply h2 { margin: 0 0 8px; font-size: 28px; }
.job-apply p:not(.content-eyebrow) { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; }
.platform-row .button { min-width: 118px; }
.platform-row .button[aria-disabled="true"] { color: var(--muted); border-color: var(--line); background: var(--paper); cursor: not-allowed; }
.inner-footer { color: rgba(255,255,255,.7); background: #0e2d35; }
.footer-top { display: flex; justify-content: space-between; gap: 30px; padding: 42px 0 34px; }
.footer-brand { color: var(--white); }
.footer-contact { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 22px; font-size: 12px; }
.footer-contact a:hover, .footer-bottom a:hover { color: #ff9a68; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0 23px; border-top: 1px solid rgba(255,255,255,.14); font-size: 11px; }
.footer-bottom a { color: rgba(255,255,255,.7); }
.empty-state { padding: 50px 0; color: var(--muted); }
@media (max-width: 980px) {
  .inner-nav { gap: 13px; font-size: 13px; }
  .catalog-grid { grid-template-columns: repeat(3, 1fr); }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-layout, .about-layout-page, .location-layout, .culture-layout { grid-template-columns: 1fr; gap: 38px; }
  .culture-grid { grid-template-columns: 1fr 1fr; }
  .honor-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-image { min-height: 390px; }
}
@media (max-width: 760px) {
  .inner-container { width: min(calc(100% - 36px), var(--container)); }
  .inner-header-inner { min-height: 70px; }
  .inner-menu-toggle { display: block; }
  .inner-nav { position: absolute; top: 70px; right: 0; left: 0; display: grid; gap: 0; padding: 10px 18px 20px; background: var(--white); box-shadow: 0 10px 25px rgba(25,35,41,.12); transform: translateY(-130%); transition: transform .25s ease; }
  .inner-nav.is-open { transform: translateY(0); }
  .inner-nav a { padding: 14px 8px; border-bottom: 1px solid var(--line); }
  .inner-nav a.active::after { right: auto; left: 8px; width: 30px; }
  .inner-nav .inner-nav-contact { margin-top: 10px; color: var(--white); text-align: center; border: 0; }
  .page-hero { padding: 52px 0 48px; }
  .page-section { padding: 62px 0; }
  .catalog-grid, .solution-grid { grid-template-columns: 1fr 1fr; }
  .category-intro { grid-template-columns: 1fr; gap: 16px; }
  .news-row { grid-template-columns: 92px 1fr 22px; gap: 13px; }
  .news-row img { width: 92px; height: 72px; grid-column: 1; grid-row: 1 / span 2; }
  .news-row time { grid-column: 2; grid-row: 1; }
  .news-row h2 { grid-column: 2; grid-row: 2; font-size: 16px; }
  .news-row > span { grid-column: 3; grid-row: 1 / span 2; }
  .info-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-contact { justify-content: flex-start; }
}
@media (max-width: 520px) {
  .inner-container { width: min(calc(100% - 28px), var(--container)); }
  .catalog-grid, .solution-grid, .info-grid { grid-template-columns: 1fr; }
  .catalog-card-image { height: 240px; }
  .section-title { display: block; }
  .section-title p { margin-top: 15px; }
  .detail-image, .honor-detail-image { min-height: 280px; }
  .about-image { height: 250px; }
  .culture-image { height: 250px; }
  .culture-grid, .honor-grid { grid-template-columns: 1fr; }
  .honor-image { height: 320px; }
  .tdt-map-slot { min-height: 280px; }
  .job-row, .platform-row { grid-template-columns: 1fr; gap: 15px; }
  .job-detail-head, .job-detail-grid { grid-template-columns: 1fr; gap: 22px; }
  .job-facts-large { max-width: none; justify-content: flex-start; }
  .job-apply { align-items: flex-start; flex-direction: column; }
  .platform-row .button { justify-self: start; }
  .footer-bottom { display: grid; gap: 6px; }
}

.mobile-inner-shell { display: none; }
.mobile-product-tree { display: none; }

@media (max-width: 860px) {
  html, body { overflow-x: hidden; }
  body.inner-page { padding-bottom: 61px; }
  body.mobile-inner-menu-open { overflow: hidden; }
  body.inner-page .inner-header,
  body.inner-page .inner-footer { display: none; }
  .mobile-inner-shell { position: relative; z-index: 30; display: block; }
  .mobile-inner-topbar { position: relative; height: 45px; display: flex; align-items: center; justify-content: center; background: #fafafa; border-top: 1px solid #f2f2f2; border-bottom: 1px solid #e4e4e4; }
  .mobile-inner-back { position: absolute; left: 11px; top: 4px; width: 30px; height: 36px; color: #333; font-size: 31px; line-height: 30px; text-align: center; }
  .mobile-inner-actions { display: flex; align-items: center; gap: 20px; }
  .mobile-inner-actions button,
  .mobile-inner-actions a { display: grid; width: 25px; height: 30px; place-items: center; padding: 0; color: #555; border: 0; background: transparent; font-size: 20px; cursor: pointer; }
  .mobile-inner-menu-button { position: absolute; top: 2px; right: 1px; width: 42px; height: 41px; display: grid; place-content: center; gap: 4px; padding: 8px; border: 0; background: transparent; cursor: pointer; }
  .mobile-inner-menu-button span { display: block; width: 24px; height: 2px; background: #333; }
  .mobile-inner-drawer { position: absolute; top: 45px; right: 0; display: none; width: min(220px, 70vw); padding: 8px 14px 12px; border: 1px solid #e5e5e5; background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.14); }
  .mobile-inner-drawer.is-open { display: grid; }
  .mobile-inner-drawer a { padding: 10px 5px; color: #555; border-bottom: 1px solid #eee; font-size: 14px; }
  .mobile-inner-drawer a:last-child { border-bottom: 0; }
  .mobile-inner-tools { position: fixed; z-index: 35; right: 0; bottom: 0; left: 0; height: 61px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #e2e2e2; background: rgba(255,255,255,.98); }
  .mobile-inner-tools a { display: grid; align-content: center; justify-items: center; gap: 2px; color: #666; font-size: 10px; line-height: 1.2; }
  .mobile-inner-tools img { width: 23px; height: 23px; object-fit: contain; }
  .mobile-inner-tools strong { font-weight: 400; }
  body.inner-page .page-hero { display: none; }
  body.inner-page .page-section { padding: 12px 0 20px; }
  body.inner-page .inner-container { width: 100%; padding-right: 10px; padding-left: 10px; }
  body.inner-page .section-title { display: flex; align-items: end; gap: 8px; margin-bottom: 12px; padding: 4px 2px 9px; border-bottom: 1px solid #ededed; }
  body.inner-page .section-title h2 { font-size: 20px; line-height: 1.3; }
  body.inner-page .section-title p { display: none; }
  body.inner-page .content-eyebrow { margin-bottom: 4px; font-size: 9px; letter-spacing: .1em; }
  body.inner-page .category-intro { display: block; margin-bottom: 9px; padding: 4px 2px 9px; }
  body.inner-page .category-intro h2 { font-size: 21px; }
  body.inner-page .category-intro p { margin-top: 6px; font-size: 12px; }
  body.inner-page .about-subnav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 0 0 12px; padding: 0; border: 1px solid #eee; }
  body.inner-page .about-subnav a { padding: 9px 7px; color: #555; border-right: 1px solid #eee; border-bottom: 1px solid #eee; font-size: 13px; text-align: center; }
  body.inner-page .about-subnav a:nth-child(2n) { border-right: 0; }
  body.inner-page .about-subnav a.active { color: #fff; border-bottom-color: #ee6b32; background: #ee6b32; }
  body.inner-page .category-nav { display: none; }
  .mobile-product-tree { display: grid; gap: 0; margin: 0 0 13px; border: 1px solid #e6e6e6; background: #fff; }
  .mobile-product-tree > a,
  .mobile-product-tree-group > a { display: block; padding: 9px 10px; color: #444; border-bottom: 1px solid #eee; font-size: 13px; }
  .mobile-product-tree > a.active,
  .mobile-product-tree-group > a.active { color: #fff; background: #ee6b32; }
  .mobile-product-tree-group > div { display: grid; grid-template-columns: repeat(2, 1fr); background: #fafafa; }
  .mobile-product-tree-group > div a { padding: 7px 9px; color: #777; border-right: 1px solid #eee; border-bottom: 1px solid #eee; font-size: 11px; line-height: 1.4; }
  .mobile-product-tree-group > div a:nth-child(2n) { border-right: 0; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .catalog-card { border-color: #e8e8e8; }
  .catalog-card-image { height: 126px; padding: 7px; }
  .catalog-card-body { padding: 8px 9px 10px; }
  .catalog-tag { font-size: 9px; }
  .catalog-card h2 { min-height: 37px; margin: 4px 0 4px; font-size: 14px; line-height: 1.35; }
  .catalog-card p { display: -webkit-box; min-height: 31px; margin: 0 0 7px; overflow: hidden; font-size: 11px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .catalog-card .text-link { font-size: 10px; }
  .solution-grid { grid-template-columns: 1fr; gap: 9px; }
  .solution-card { border-color: #e8e8e8; }
  .solution-card > a { display: grid; grid-template-columns: 100px minmax(0, 1fr); }
  .solution-card-image { height: 100px; }
  .solution-card-body { padding: 9px 10px; }
  .solution-card h2 { margin-bottom: 4px; font-size: 15px; }
  .solution-card p { min-height: 0; margin-bottom: 7px; font-size: 11px; line-height: 1.45; }
  .tag-list { gap: 4px; margin-bottom: 6px; }
  .tag-list li { padding: 2px 5px; font-size: 9px; }
  .solution-card .text-link { font-size: 10px; }
  .news-list-page { border-top: 0; }
  .news-row { grid-template-columns: 96px minmax(0, 1fr); gap: 5px 9px; min-height: 0; padding: 10px 0; }
  .news-row img { width: 96px; height: 75px; grid-column: 1; grid-row: 1 / span 3; }
  .news-row time { grid-column: 2; grid-row: 1; font-size: 10px; }
  .news-row h2 { grid-column: 2; grid-row: 2; font-size: 14px; line-height: 1.35; }
  .news-row > span { display: none; }
  .detail-layout, .about-layout-page, .location-layout, .culture-layout { grid-template-columns: 1fr; gap: 16px; }
  .detail-image { min-height: 0; height: 245px; padding: 10px; }
  .detail-copy h1 { margin-bottom: 8px; font-size: 25px; }
  .detail-copy .detail-summary { margin-bottom: 15px; font-size: 14px; }
  .detail-copy h2 { margin: 22px 0 8px; font-size: 18px; }
  .detail-meta { margin-bottom: 11px; }
  .detail-meta span { padding: 4px 6px; font-size: 10px; }
  .feature-list { gap: 7px; margin-bottom: 18px; font-size: 13px; }
  .detail-article { max-width: none; }
  .detail-article h1 { font-size: 24px; }
  .detail-article .article-date { margin-bottom: 14px; font-size: 11px; }
  .article-image { max-height: none; margin-bottom: 16px; }
  .article-image img { height: auto; max-height: none; object-fit: contain; }
  .article-copy { font-size: 14px; line-height: 1.75; }
  .article-copy p { margin-bottom: 13px; }
  .about-layout-page { gap: 14px; }
  .about-image { height: 205px; }
  .about-copy-page h2, .culture-copy h2 { margin-bottom: 11px; font-size: 25px; }
  .about-copy-page p, .culture-copy p { font-size: 13px; }
  .pill-list { gap: 5px; margin-top: 13px; }
  .pill-list li { padding: 5px 7px; font-size: 10px; }
  .info-grid, .culture-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .info-card { padding: 13px; }
  .info-card strong { margin-bottom: 5px; font-size: 22px; }
  .info-card span { font-size: 10px; }
  .culture-original { padding: 7px; }
  .culture-original img { height: auto; }
  .honor-grid { grid-template-columns: 1fr; gap: 8px; }
  .honor-card > a { display: grid; grid-template-columns: 100px minmax(0, 1fr); }
  .honor-image { height: 100px; padding: 8px; }
  .honor-body { padding: 10px; }
  .honor-body > span { font-size: 9px; }
  .honor-body h2 { min-height: 0; margin: 4px 0 8px; font-size: 14px; }
  .honor-body b { font-size: 10px; }
  .honor-detail-image { min-height: 0; height: 270px; }
  .contact-panel { padding: 19px 16px; }
  .contact-panel h2 { margin-bottom: 16px; font-size: 23px; }
  .contact-list { gap: 11px; }
  .contact-list li { gap: 2px; padding-bottom: 9px; }
  .contact-list span, .contact-list a { font-size: 13px; }
  .contact-detail-copy { padding: 19px 16px; }
  .contact-detail-copy h2 { font-size: 24px; }
  .tdt-map-slot { min-height: 250px; padding: 20px; }
  .tdt-map-image { min-height: 0; padding: 0; }
  .tdt-map-image img { min-height: 0; }
  .tdt-map-slot > div { padding: 19px 15px; }
  .tdt-map-slot strong { font-size: 21px; }
  .tdt-map-slot span { font-size: 12px; }
  .job-list, .platform-list { gap: 0; }
  .job-row, .platform-row { grid-template-columns: 1fr; gap: 11px; padding: 15px 0; }
  .job-row h2, .platform-row h2 { margin-bottom: 3px; font-size: 17px; }
  .job-row p, .platform-row p { font-size: 12px; }
  .job-facts { gap: 4px; margin-top: 8px; font-size: 10px; }
  .job-facts span { padding: 4px 5px; }
  .job-row .button, .platform-row .button { justify-self: start; min-height: 35px; padding: 0 11px; font-size: 11px; }
  .job-detail-head { display: block; padding-bottom: 15px; }
  .job-detail-head h1 { margin-bottom: 8px; font-size: 26px; }
  .job-detail-head p:not(.content-eyebrow) { font-size: 13px; }
  .job-facts-large { justify-content: flex-start; margin-top: 12px; }
  .job-detail-grid { grid-template-columns: 1fr; gap: 8px; margin-top: 15px; }
  .job-detail-section { min-height: 0; padding: 15px; }
  .job-detail-section h2 { margin-bottom: 11px; font-size: 18px; }
  .job-detail-section ol, .job-detail-section ul { gap: 7px; padding-left: 19px; font-size: 12px; }
  .job-apply { align-items: flex-start; flex-direction: column; gap: 13px; margin: 20px 0 15px; padding: 18px 15px; }
  .job-apply h2 { font-size: 21px; }
  .job-apply p:not(.content-eyebrow) { font-size: 12px; }
  body.inner-page .button { min-height: 39px; padding: 0 13px; font-size: 12px; }
}
