:root {
  --brand-blue: #074a96;
  --brand-blue-deep: #061827;
  --brand-cyan: #38b9d5;
  --brand-red: #cf2835;
  --brand-gold: #b98a42;
  --ink: #142033;
  --muted: #68778a;
  --line: #dbe5ee;
  --surface: #ffffff;
  --surface-soft: #f4f8fb;
  --surface-cool: #eaf3f8;
  --shadow: 0 24px 70px rgba(6, 24, 39, 0.16);
  --max: 1180px;
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.no-js [data-contact-form] {
  display: none !important;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.62;
}

.home-flow {
  background:
    linear-gradient(180deg, #061827 0%, #f5f9fc 34%, #ffffff 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 5vw;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(219, 229, 238, 0.92);
  box-shadow: 0 10px 34px rgba(6, 24, 39, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 5px;
  box-shadow: 0 10px 28px rgba(6, 24, 39, 0.08);
}

.brand img {
  width: 118px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding: 12px 0;
  opacity: 0.9;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 2px;
  content: "";
  background: var(--brand-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.site-nav a:hover {
  opacity: 1;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
}

.section {
  padding: 112px 5vw;
}

section[id] {
  scroll-margin-top: 96px;
}

.section-heading {
  max-width: 960px;
  margin: 0 auto 50px;
  text-align: center;
}

.section-heading.align-left {
  max-width: var(--max);
  text-align: left;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand-cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

.section-heading h2,
.product-intro h2,
.network-content h2,
.contact-copy h2 {
  margin: 0;
  color: var(--brand-blue-deep);
  font-size: 46px;
  line-height: 1.14;
}

.section-lead {
  max-width: 690px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.page-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 140px 5vw 90px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 24, 39, 0.92), rgba(7, 74, 150, 0.68)),
    url("images/hero-industrial-network.png") center / cover;
  overflow: hidden;
}

.page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: 0.28;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: 58px;
  line-height: 1.08;
}

.page-hero p:last-child {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.86;
}

.page-hero.page-hero-about {
  background:
    linear-gradient(90deg, rgba(3, 12, 24, 0.82) 0%, rgba(3, 12, 24, 0.55) 42%, rgba(7, 74, 150, 0.08) 100%),
    url("images/page-hero-about-exhibition.jpg") center / cover;
}

.page-hero.page-hero-products {
  background:
    linear-gradient(90deg, rgba(6, 24, 39, 0.82) 0%, rgba(6, 24, 39, 0.44) 42%, rgba(255, 255, 255, 0.04) 100%),
    url("images/page-hero-products-pellets.jpg") center / cover;
}

.page-hero.page-hero-services {
  background:
    linear-gradient(90deg, rgba(3, 12, 24, 0.86) 0%, rgba(5, 22, 38, 0.5) 42%, rgba(7, 74, 150, 0.08) 100%),
    url("images/page-hero-services-logistics.jpg") center / cover;
}

.page-hero.page-hero-partners {
  background:
    linear-gradient(90deg, rgba(3, 12, 24, 0.84) 0%, rgba(7, 35, 64, 0.42) 44%, rgba(7, 74, 150, 0.06) 100%),
    url("images/page-hero-partners-alliance.jpg") center / cover;
}

.page-hero.page-hero-news {
  background:
    linear-gradient(90deg, rgba(3, 11, 18, 0.86) 0%, rgba(5, 22, 38, 0.52) 44%, rgba(7, 74, 150, 0.08) 100%),
    url("images/page-hero-news-market.jpg") center / cover;
}

.page-hero.page-hero-careers {
  background:
    linear-gradient(90deg, rgba(3, 12, 24, 0.76) 0%, rgba(7, 44, 74, 0.28) 42%, rgba(255, 255, 255, 0.02) 100%),
    url("images/page-hero-careers-team.jpg") center / cover;
}

.page-hero.page-hero-contact {
  background:
    linear-gradient(90deg, rgba(3, 12, 24, 0.82) 0%, rgba(6, 24, 39, 0.42) 42%, rgba(7, 74, 150, 0.04) 100%),
    url("images/page-hero-contact-city.jpg") center / cover;
}

.page-hero.hero-skin-exhibition {
  min-height: 560px;
  background-position: center center;
}

.page-hero.hero-skin-exhibition .page-hero-inner {
  padding-left: 28px;
  border-left: 4px solid var(--brand-red);
}

.page-hero.hero-skin-exhibition::after {
  background:
    radial-gradient(circle at 78% 26%, rgba(156, 238, 255, 0.18), transparent 26%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px);
  background-size: auto, 108px 108px;
  opacity: 0.42;
}

.page-products .site-header:not(.is-scrolled):not(.is-open),
.page-careers .site-header:not(.is-scrolled):not(.is-open) {
  color: var(--brand-blue-deep);
  background: rgba(255, 255, 255, 0.74);
  border-bottom-color: rgba(219, 229, 238, 0.72);
  backdrop-filter: blur(14px);
}

.page-products .site-header:not(.is-scrolled):not(.is-open) .nav-toggle,
.page-careers .site-header:not(.is-scrolled):not(.is-open) .nav-toggle {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.page-hero.hero-skin-material {
  min-height: 540px;
  color: var(--brand-blue-deep);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 34%, rgba(255, 255, 255, 0.2) 62%, rgba(255, 255, 255, 0.02) 100%),
    url("images/page-hero-products-pellets.jpg") center / cover;
}

.page-hero.hero-skin-material::after {
  opacity: 0;
}

.page-hero.hero-skin-material .eyebrow {
  color: var(--brand-red);
}

.page-hero.hero-skin-material p:last-child {
  color: #38465a;
}

.page-hero.hero-skin-material .page-hero-inner {
  width: min(620px, 100%);
  margin-left: max(5vw, calc((100vw - var(--max)) / 2));
}

.page-hero.hero-skin-logistics {
  min-height: 580px;
  background-position: center center;
}

.page-hero.hero-skin-logistics::after {
  background:
    linear-gradient(115deg, transparent 0 52%, rgba(255, 182, 82, 0.22) 52% 53%, transparent 53% 100%),
    radial-gradient(circle at 76% 72%, rgba(255, 182, 82, 0.22), transparent 28%);
  opacity: 0.85;
}

.page-hero.hero-skin-logistics .eyebrow {
  color: #ffc36e;
}

.page-hero.hero-skin-alliance {
  min-height: 590px;
  justify-content: flex-end;
  background-position: center center;
}

.page-hero.hero-skin-alliance::after {
  background:
    radial-gradient(circle at 72% 42%, rgba(156, 238, 255, 0.18), transparent 32%),
    linear-gradient(180deg, transparent, rgba(3, 12, 24, 0.28));
  opacity: 0.72;
}

.page-hero.hero-skin-alliance .page-hero-inner {
  width: min(720px, 100%);
  margin-left: auto;
  margin-right: max(5vw, calc((100vw - var(--max)) / 2));
}

.page-hero.hero-skin-market {
  min-height: 540px;
  background-position: center center;
}

.page-hero.hero-skin-market::after {
  background-image:
    linear-gradient(rgba(56, 185, 213, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 185, 213, 0.12) 1px, transparent 1px),
    radial-gradient(circle at 74% 36%, rgba(207, 40, 53, 0.2), transparent 24%);
  background-size: 38px 38px, 38px 38px, auto;
  opacity: 0.52;
}

.page-hero.hero-skin-market .page-hero-inner {
  padding: 34px 0 34px 28px;
  border-left: 1px solid rgba(56, 185, 213, 0.58);
}

.page-hero.hero-skin-people {
  min-height: 540px;
  color: var(--brand-blue-deep);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.82) 34%, rgba(255, 255, 255, 0.16) 62%, rgba(255, 255, 255, 0.02) 100%),
    url("images/page-hero-careers-team.jpg") center / cover;
}

.page-hero.hero-skin-people::after {
  opacity: 0;
}

.page-hero.hero-skin-people .eyebrow {
  color: var(--brand-red);
}

.page-hero.hero-skin-people p:last-child {
  color: #405064;
}

.page-hero.hero-skin-city {
  min-height: 540px;
  background-position: center center;
}

.page-hero.hero-skin-city::after {
  background:
    radial-gradient(circle at 68% 62%, rgba(255, 195, 110, 0.2), transparent 25%),
    linear-gradient(90deg, transparent 0 54%, rgba(255, 255, 255, 0.12) 54% 55%, transparent 55% 100%);
  opacity: 0.7;
}

.page-section {
  padding: 92px 5vw;
}

.page-section.alt {
  background: var(--surface-soft);
}

.page-section.dark {
  color: #fff;
  background: linear-gradient(135deg, #061827 0%, #0b4a96 100%);
}

.page-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.page-title-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.page-title-row h2,
.split-panel h2 {
  margin: 0;
  color: var(--brand-blue-deep);
  font-size: 40px;
  line-height: 1.16;
}

.page-section.dark .page-title-row h2,
.page-section.dark .split-panel h2 {
  color: #fff;
}

.page-title-row p,
.split-panel p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.page-section.dark .page-title-row p,
.page-section.dark .split-panel p {
  color: rgba(255, 255, 255, 0.76);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.detail-card {
  min-height: 220px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 24, 39, 0.06);
}

.detail-card span {
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 900;
}

.detail-card h3 {
  margin: 18px 0 10px;
  color: var(--brand-blue-deep);
  font-size: 25px;
  line-height: 1.2;
}

.detail-card p,
.detail-card li {
  color: var(--muted);
}

.detail-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.split-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.mini-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mini-list li {
  padding: 18px 20px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.org-grid,
.article-list,
.job-list {
  display: grid;
  gap: 16px;
}

.org-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.org-grid article,
.article-list article,
.job-list article {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.org-grid h3,
.article-list h3,
.job-list h3 {
  margin: 0 0 10px;
  color: var(--brand-blue-deep);
  font-size: 22px;
}

.about-page-profile {
  align-items: start;
}

.about-profile-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.about-profile-stats article {
  position: relative;
  min-height: 150px;
  padding: 26px 28px 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(247, 251, 253, 0.96)),
    radial-gradient(circle at 90% 18%, rgba(56, 185, 213, 0.16), transparent 42%);
  border: 1px solid rgba(182, 203, 223, 0.78);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(6, 24, 39, 0.07);
  overflow: hidden;
}

.about-profile-stats article::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--brand-red), var(--brand-cyan));
}

.about-profile-stats article:nth-child(2)::before {
  background: linear-gradient(90deg, var(--brand-cyan), var(--brand-blue));
}

.about-profile-stats article:nth-child(3)::before {
  background: linear-gradient(90deg, var(--brand-red), var(--brand-gold));
}

.about-profile-stats span {
  display: block;
  color: #526a83;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.about-profile-stats strong {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: 17px;
  color: var(--brand-blue-deep);
  font-size: 42px;
  line-height: 1.12;
}

.about-profile-stats strong em {
  font-style: normal;
  font-size: 0.54em;
  font-weight: 900;
}

.about-profile-stats p {
  margin: 13px 0 0;
  color: #75869a;
  font-size: 14px;
  line-height: 1.52;
}

.org-chart-showcase {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 30px;
  background:
    radial-gradient(circle at 18% 16%, rgba(56, 185, 213, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 251, 0.86));
  border: 1px solid rgba(219, 229, 238, 0.92);
  border-radius: 8px;
  overflow: hidden;
}

.org-chart-showcase::after {
  position: absolute;
  inset: auto -10% -28% auto;
  width: 430px;
  height: 430px;
  content: "";
  background: radial-gradient(circle, rgba(7, 74, 150, 0.12), transparent 68%);
  pointer-events: none;
}

.org-parent-node {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: center;
  padding: 26px 30px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(6, 24, 39, 0.98), rgba(7, 74, 150, 0.94)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(6, 24, 39, 0.14);
}

.org-parent-node span,
.org-parent-vision p {
  display: block;
  margin: 0 0 10px;
  color: #9ceeff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.org-parent-node > div:first-child strong {
  display: block;
  max-width: 520px;
  color: #fff;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.14;
  white-space: nowrap;
}

.org-parent-vision {
  display: grid;
  gap: 8px;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.org-parent-vision strong {
  display: block;
  color: #fff;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.25;
}

.org-connector {
  position: relative;
  z-index: 1;
  width: min(84%, 920px);
  height: 24px;
  margin: -2px auto -2px;
  border: 1px solid rgba(7, 74, 150, 0.2);
  border-top: 0;
}

.org-connector::before {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 1px;
  height: 18px;
  content: "";
  background: rgba(7, 74, 150, 0.28);
}

.org-branch-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.org-branch-grid article {
  display: grid;
  min-height: 74px;
  align-content: center;
  padding: 14px 16px;
  color: var(--brand-blue-deep);
  background: #fff;
  border: 1px solid rgba(219, 229, 238, 0.96);
  border-top: 3px solid var(--brand-red);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(6, 24, 39, 0.05);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.32;
  text-align: center;
}

.org-branch-grid article:nth-last-child(2) {
  grid-column: auto;
}

.org-branch-grid article:last-child {
  grid-column: auto;
}

.about-goals-section {
  background: linear-gradient(180deg, #fff 0%, #f5f9fc 100%);
}

.goal-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
  gap: 24px;
  align-items: stretch;
}

.goal-visual {
  position: relative;
  min-height: 360px;
  margin: 0;
  background: var(--brand-blue-deep);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 62px rgba(6, 24, 39, 0.16);
}

.goal-visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  opacity: 0.88;
}

.goal-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(6, 24, 39, 0.68) 0%, rgba(6, 24, 39, 0.28) 48%, rgba(6, 24, 39, 0.76) 100%),
    linear-gradient(90deg, rgba(6, 24, 39, 0.35), transparent 54%);
}

.goal-visual figcaption {
  position: absolute;
  left: 26px;
  right: 26px;
  top: 42px;
  bottom: auto;
  z-index: 1;
  color: #fff;
}

.goal-visual figcaption strong {
  display: block;
  max-width: none;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.12;
  white-space: nowrap;
}

.goal-visual figcaption span {
  display: block;
  max-width: 360px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.8;
}

.goal-list {
  display: grid;
  gap: 12px;
  align-content: stretch;
}

.goal-list article {
  display: grid;
  align-content: center;
  min-height: 80px;
  padding: 22px;
  color: var(--brand-blue-deep);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(6, 24, 39, 0.055);
}

.goal-list article strong {
  display: block;
  font-size: clamp(19px, 1.65vw, 23px);
  line-height: 1.32;
}

.culture-values-section {
  color: #fff;
  background: var(--brand-blue-deep);
}

.culture-values-section .page-title-row h2 {
  color: #fff;
}

.culture-values-section .eyebrow {
  color: #9ceeff;
}

.culture-showcase {
  min-height: 280px;
  padding: 34px;
  background:
    linear-gradient(90deg, rgba(6, 24, 39, 0.92), rgba(6, 24, 39, 0.44)),
    url("images/hero-values-constellation.png") center / cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.18);
}

.core-value-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: center;
  align-items: center;
  justify-content: center;
  min-height: 210px;
}

.core-value-strip span {
  display: grid;
  min-width: 180px;
  min-height: 76px;
  place-items: center;
  padding: 18px 22px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(18, 66, 104, 0.82), rgba(6, 24, 39, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-top: 3px solid rgba(156, 238, 255, 0.86);
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: 900;
  line-height: 1.22;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(56, 185, 213, 0.26), transparent 32%),
    linear-gradient(135deg, #061827 0%, #0b4a96 100%);
  border-radius: 8px;
}

.page-cta h2 {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.18;
}

.page-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.text-stack h3 {
  margin: 0 0 14px;
  color: var(--brand-blue-deep);
  font-size: 28px;
  line-height: 1.22;
}

.text-stack p + p {
  margin-top: 16px;
}

.metric-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  gap: 14px;
  margin-top: 26px;
}

.metric-row strong,
.metric-row span {
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 22px;
  border-radius: 8px;
}

.metric-row strong {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-blue-deep), var(--brand-blue));
  font-size: 22px;
  line-height: 1.3;
}

.metric-row span {
  color: var(--brand-blue-deep);
  background: var(--surface-soft);
  border: 1px solid var(--line);
  font-weight: 900;
}

.culture-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.culture-grid article {
  min-height: 230px;
  padding: 26px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #061827 0%, #0b4a96 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(6, 24, 39, 0.12);
}

.culture-grid strong {
  display: block;
  min-height: 62px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}

.culture-grid p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.product-detail-grid,
.service-layers,
.benefit-grid,
.job-detail-grid,
.contact-grid,
.partner-context,
.news-categories,
.supplier-note-grid,
.risk-panel,
.inquiry-routing {
  display: grid;
  gap: 16px;
}

.product-detail-grid,
.service-layers {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-detail-grid article,
.service-layers article,
.benefit-grid article,
.job-detail-grid article,
.contact-grid article,
.partner-context article,
.news-categories article,
.supplier-note-grid article,
.risk-panel article,
.inquiry-routing article {
  position: relative;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(6, 24, 39, 0.06);
}

.product-detail-grid article,
.service-layers article {
  min-height: 292px;
}

.product-detail-grid span,
.service-layers span,
.benefit-grid span,
.news-categories span,
.inquiry-routing span {
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 900;
}

.product-detail-grid h3,
.service-layers h3,
.benefit-grid h3,
.job-detail-grid h3,
.contact-grid h3,
.partner-context h3,
.news-categories h3,
.supplier-note-grid h3,
.risk-panel h3 {
  margin: 12px 0 10px;
  color: var(--brand-blue-deep);
  font-size: 24px;
  line-height: 1.24;
}

.product-detail-grid p,
.service-layers p,
.benefit-grid p,
.job-detail-grid p,
.contact-grid p,
.partner-context p,
.news-categories p,
.supplier-note-grid p,
.risk-panel p,
.inquiry-routing p {
  margin: 0;
  color: var(--muted);
}

.news-archive-section {
  overflow: hidden;
}

.news-tabs-section {
  background:
    radial-gradient(circle at 82% 8%, rgba(56, 185, 213, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.news-tabbar {
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  margin: 0 0 28px;
  background: #fff;
  border: 1px solid rgba(155, 180, 205, 0.5);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(6, 24, 39, 0.06);
}

.news-tab-button {
  min-width: 156px;
  min-height: 46px;
  padding: 0 24px;
  color: var(--brand-blue-deep);
  background: transparent;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.news-tab-button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-blue-deep), var(--brand-blue));
}

.news-tab-panel[hidden] {
  display: none;
}

.news-panel-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.5fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 26px;
}

.news-panel-heading h2 {
  margin: 0;
  color: var(--brand-blue-deep);
  font-size: 42px;
  line-height: 1.12;
}

.news-panel-heading > p {
  margin: 0;
  color: var(--muted);
}

.news-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 16px;
  align-items: stretch;
}

.news-feature-card {
  min-height: 164px;
  background: #fff;
  border: 1px solid rgba(155, 180, 205, 0.44);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 24, 39, 0.06);
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.news-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(213, 36, 49, 0.34);
  box-shadow: 0 26px 58px rgba(6, 24, 39, 0.11);
}

.news-feature-card a {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.news-feature-card.is-main {
  grid-row: span 3;
}

.news-feature-card.is-main a {
  grid-template-columns: 1fr;
  grid-template-rows: minmax(300px, 1fr) auto;
}

.news-feature-image {
  min-height: 100%;
  background: #dce7f2;
  overflow: hidden;
}

.news-feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-feature-image-placeholder {
  background:
    radial-gradient(circle at 25% 20%, rgba(56, 185, 213, 0.18), transparent 32%),
    linear-gradient(135deg, #071a2d, #0b4a96);
}

.news-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}

.news-feature-copy span {
  color: var(--brand-red);
  font-size: 12px;
  font-weight: 900;
}

.news-feature-copy h3 {
  margin: 10px 0 10px;
  color: var(--brand-blue-deep);
  font-size: 22px;
  line-height: 1.28;
}

.news-feature-card.is-main h3 {
  font-size: 30px;
  line-height: 1.2;
}

.news-feature-copy p {
  margin: 0;
  color: var(--muted);
}

.news-more-block {
  margin-top: 24px;
  background: #fff;
  border: 1px solid rgba(155, 180, 205, 0.44);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(6, 24, 39, 0.05);
  overflow: hidden;
}

.news-more-block summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  color: var(--brand-blue-deep);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.news-more-block summary::-webkit-details-marker {
  display: none;
}

.news-more-block summary::after {
  content: "+";
  color: var(--brand-red);
  font-size: 24px;
  line-height: 1;
}

.news-more-block[open] summary::after {
  content: "-";
}

.news-more-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(155, 180, 205, 0.32);
  list-style: none;
}

.news-more-list li {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 64px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(155, 180, 205, 0.22);
}

.news-more-list li:nth-child(odd) {
  border-right: 1px solid rgba(155, 180, 205, 0.22);
}

.news-more-list time {
  color: var(--brand-red);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.news-more-list a {
  min-width: 0;
  color: var(--brand-blue-deep);
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
}

.news-more-list a:hover {
  color: var(--brand-red);
}

.page-news-detail {
  background: #f4f8fb;
}

.page-news-detail .site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(155, 180, 205, 0.32);
  backdrop-filter: blur(16px);
}

.news-detail-hero {
  padding: 150px 0 58px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(6, 21, 35, 0.96), rgba(11, 67, 109, 0.9)),
    radial-gradient(circle at 82% 20%, rgba(56, 185, 213, 0.28), transparent 32%);
}

.news-detail-hero-inner {
  max-width: 920px;
}

.news-detail-back {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-bottom: 28px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.news-detail-hero .eyebrow {
  color: var(--brand-cyan);
}

.news-detail-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.12;
}

.news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.news-detail-meta time,
.news-detail-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.news-detail-section {
  padding-top: 52px;
}

.news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) 300px;
  gap: 32px;
  align-items: start;
}

.news-detail-article,
.news-detail-side {
  background: #fff;
  border: 1px solid rgba(155, 180, 205, 0.42);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(6, 24, 39, 0.08);
}

.news-detail-article {
  min-width: 0;
  padding: 30px;
}

.news-detail-cover {
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 8px;
  background: #e8f0f7;
}

.news-detail-cover img {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}

.news-detail-body {
  color: #25384d;
  font-size: 17px;
  line-height: 1.9;
}

.news-detail-body p {
  margin: 0 0 18px;
}

.news-detail-body span {
  color: inherit;
}

.news-detail-body strong {
  color: var(--brand-blue-deep);
  font-weight: 900;
}

.news-detail-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 24px auto;
  border: 1px solid rgba(155, 180, 205, 0.36);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(6, 24, 39, 0.08);
}

.news-detail-body br {
  display: block;
  content: "";
  margin-top: 8px;
}

.news-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(155, 180, 205, 0.34);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
}

.button-primary {
  color: #fff;
  background: var(--brand-red);
}

.button-secondary {
  color: var(--brand-blue-deep);
  background: #fff;
  border: 1px solid rgba(155, 180, 205, 0.58);
}

.news-detail-side {
  position: sticky;
  top: 96px;
  padding: 24px;
}

.news-detail-side h2 {
  margin: 0 0 14px;
  color: var(--brand-blue-deep);
  font-size: 26px;
}

.news-detail-side p:not(.eyebrow) {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.72;
}

.news-detail-side a {
  color: var(--brand-red);
  font-weight: 900;
  text-decoration: none;
  word-break: break-word;
}

.news-archive-head {
  align-items: end;
}

.news-archive-head > p {
  max-width: 520px;
}

.legacy-news-list {
  display: grid;
  gap: 14px;
}

.company-news-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.market-news-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.legacy-news-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 82px;
  padding: 18px 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 255, 0.96)),
    #fff;
  border: 1px solid rgba(155, 180, 205, 0.44);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 24, 39, 0.045);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.legacy-news-item:hover {
  transform: translateY(-2px);
  border-color: rgba(213, 36, 49, 0.34);
  box-shadow: 0 18px 36px rgba(6, 24, 39, 0.08);
}

.legacy-news-featured {
  grid-column: 1 / -1;
  min-height: 112px;
  padding: 26px 28px;
  background:
    linear-gradient(135deg, rgba(8, 44, 86, 0.96), rgba(12, 91, 153, 0.9)),
    var(--brand-blue-deep);
  border-color: rgba(255, 255, 255, 0.12);
}

.legacy-news-item time {
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.legacy-news-featured time {
  color: rgba(156, 238, 255, 0.92);
}

.legacy-news-item h3 {
  min-width: 0;
  margin: 0;
  color: var(--brand-blue-deep);
  font-size: 18px;
  line-height: 1.42;
}

.market-news-list .legacy-news-item h3 {
  font-size: 16px;
  line-height: 1.45;
}

.legacy-news-featured h3 {
  font-size: 25px;
  line-height: 1.32;
}

.legacy-news-item a {
  color: inherit;
  text-decoration: none;
}

.legacy-news-item a:hover {
  color: var(--brand-red);
}

.legacy-news-featured a:hover {
  color: #fff;
}

.legacy-news-item span {
  justify-self: end;
  padding: 7px 10px;
  color: var(--brand-blue);
  background: rgba(10, 83, 157, 0.08);
  border: 1px solid rgba(10, 83, 157, 0.12);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.legacy-news-featured span {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.2);
}

.legacy-news-featured h3 {
  color: #fff;
}

.product-detail-grid ul,
.job-detail-grid ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.application-grid span {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: var(--brand-blue-deep);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 24, 39, 0.05);
  font-weight: 900;
  text-align: center;
}

.product-business-section {
  background:
    radial-gradient(circle at 88% 8%, rgba(56, 185, 213, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  padding-top: 72px;
}

.product-tabs {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.product-category-nav {
  display: grid;
  gap: 10px;
}

.product-category-button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-areas:
    "index name"
    "index desc";
  min-height: 78px;
  align-items: center;
  column-gap: 12px;
  padding: 14px 16px;
  color: var(--brand-blue-deep);
  text-align: left;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(155, 180, 205, 0.46);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(6, 24, 39, 0.05);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.product-category-button:hover {
  transform: translateX(4px);
  border-color: rgba(7, 74, 150, 0.28);
  box-shadow: 0 18px 38px rgba(6, 24, 39, 0.08);
}

.product-category-button.is-active {
  color: #fff;
  background:
    radial-gradient(circle at 92% 18%, rgba(56, 185, 213, 0.26), transparent 28%),
    linear-gradient(135deg, #061827 0%, #0b4a96 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 52px rgba(7, 74, 150, 0.18);
}

.product-category-button span {
  grid-area: index;
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 900;
}

.product-category-button.is-active span {
  color: #9ceeff;
}

.product-category-button strong {
  grid-area: name;
  align-self: end;
  font-size: 22px;
  line-height: 1.1;
}

.product-category-button small {
  grid-area: desc;
  align-self: start;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.product-category-button.is-active small {
  color: rgba(255, 255, 255, 0.72);
}

.product-panel-stage {
  min-height: 540px;
}

.product-info-panel {
  display: flex;
  height: 100%;
  min-height: 540px;
  flex-direction: column;
  justify-content: center;
  padding: 44px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.96)),
    #fff;
  border: 1px solid rgba(155, 180, 205, 0.44);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(6, 24, 39, 0.08);
}

.product-info-panel[hidden] {
  display: none;
}

.product-code {
  margin: 0 0 14px;
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-info-panel h3 {
  margin: 0;
  color: var(--brand-blue-deep);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
}

.product-info-panel > p:not(.product-code) {
  max-width: 780px;
  margin: 22px 0 0;
  color: #42556d;
  font-size: 18px;
  line-height: 1.9;
}

.product-spec-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 0;
}

.product-spec-list span {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: var(--brand-blue-deep);
  background: #fff;
  border: 1px solid rgba(155, 180, 205, 0.44);
  border-radius: 8px;
  font-weight: 900;
  text-align: center;
}

.product-service-note {
  margin: 30px 0 0;
  padding: 20px 22px;
  background:
    radial-gradient(circle at 92% 18%, rgba(56, 185, 213, 0.18), transparent 28%),
    #f4f8fc;
  border-left: 4px solid var(--brand-red);
  border-radius: 8px;
}

.product-service-note strong {
  display: block;
  color: var(--brand-blue-deep);
  font-size: 16px;
}

.product-service-note p {
  margin: 8px 0 0;
  color: var(--muted);
}

.product-application-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(213, 36, 49, 0.06), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
}

.application-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.application-photo-card {
  position: relative;
  min-height: 238px;
  overflow: hidden;
  background: #061827;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 24, 39, 0.1);
}

.application-photo-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(6, 24, 39, 0.02) 0%, rgba(6, 24, 39, 0.72) 100%);
}

.application-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 238px;
  object-fit: cover;
  transition: transform 420ms ease;
}

.application-photo-card:hover img {
  transform: scale(1.05);
}

.application-photo-card h3 {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 18px;
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.supplier-note-grid {
  grid-template-columns: 1fr;
}

.partner-context {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 36px;
}

.asset-note {
  margin: -24px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.risk-panel {
  grid-template-columns: 1fr;
}

.services-loop-section {
  background: linear-gradient(180deg, #fff 0%, #f7fafc 100%);
}

.compact-service-layers {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.compact-service-layers article {
  min-height: 168px;
  padding: 20px 22px;
  box-shadow: 0 12px 30px rgba(6, 24, 39, 0.045);
  overflow: hidden;
}

.compact-service-layers article::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, var(--brand-red), var(--brand-cyan));
  transform: scaleY(0.42);
  transform-origin: top;
}

.compact-service-layers span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  color: var(--brand-red);
  background: #fff3f4;
  border-radius: 999px;
  font-size: 12px;
}

.compact-service-layers h3 {
  margin: 16px 0 8px;
  font-size: 23px;
}

.compact-service-layers p {
  font-size: 15px;
  line-height: 1.72;
}

.services-risk-section {
  background:
    radial-gradient(circle at 84% 20%, rgba(56, 185, 213, 0.12), transparent 28%),
    var(--surface-soft);
}

.risk-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.risk-support-grid article {
  position: relative;
  min-height: 164px;
  padding: 24px 26px;
  background: #fff;
  border: 1px solid rgba(219, 229, 238, 0.96);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(6, 24, 39, 0.052);
  overflow: hidden;
}

.risk-support-grid article::after {
  position: absolute;
  inset: auto -80px -100px auto;
  width: 190px;
  height: 190px;
  content: "";
  background: radial-gradient(circle, rgba(7, 74, 150, 0.1), transparent 68%);
}

.risk-support-grid span {
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 900;
}

.risk-support-grid h3 {
  margin: 12px 0 8px;
  color: var(--brand-blue-deep);
  font-size: 24px;
  line-height: 1.22;
}

.risk-support-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.78;
}

.process-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.process-rail article {
  min-height: 176px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.process-rail span {
  color: var(--brand-cyan);
  font-weight: 900;
}

.process-rail p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.process-rail.light-rail article {
  background: #fff;
  border-color: var(--line);
  box-shadow: 0 16px 38px rgba(6, 24, 39, 0.06);
  backdrop-filter: none;
}

.process-rail.light-rail span {
  color: var(--brand-red);
}

.process-rail.light-rail p {
  color: var(--muted);
}

.secondary-title {
  margin-top: 54px;
}

.supplier-type-grid {
  margin-bottom: 36px;
}

.rich-article-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rich-article-list article {
  min-height: 190px;
}

.news-categories,
.benefit-grid,
.job-detail-grid,
.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-grid a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--brand-blue);
  font-weight: 900;
}

.company-address-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.company-address-list div {
  display: grid;
  gap: 5px;
  padding: 12px 14px;
  background: #f6fafd;
  border: 1px solid rgba(182, 203, 223, 0.72);
  border-radius: 8px;
}

.company-address-list strong {
  color: var(--brand-blue-deep);
  font-size: 15px;
}

.company-address-list span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
}

.career-principles {
  display: grid;
  gap: 16px;
}

.career-principles article {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(6, 24, 39, 0.06);
}

.career-principles h3 {
  margin: 0 0 10px;
  color: var(--brand-blue-deep);
  font-size: 24px;
}

.career-principles p {
  margin: 0;
  color: var(--muted);
}

.career-overview-section {
  background:
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.career-source-note {
  margin-top: 22px;
  padding: 16px 18px;
  color: #526781;
  background: rgba(10, 83, 157, 0.06);
  border: 1px solid rgba(10, 83, 157, 0.12);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.7;
}

.career-snapshot {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.career-snapshot article {
  min-height: 142px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98)),
    #fff;
  border: 1px solid rgba(155, 180, 205, 0.42);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 24, 39, 0.06);
}

.career-snapshot span,
.job-card-head span,
.apply-card span {
  display: block;
  color: var(--brand-red);
  font-size: 12px;
  font-weight: 900;
}

.career-snapshot strong {
  display: block;
  margin-top: 14px;
  color: var(--brand-blue-deep);
  font-size: 23px;
  line-height: 1.25;
}

.career-benefit-grid,
.job-board-grid,
.career-growth-grid {
  display: grid;
  gap: 16px;
}

.career-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.career-benefit-grid article,
.job-board-grid article,
.career-growth-grid article {
  position: relative;
  padding: 26px;
  background: #fff;
  border: 1px solid rgba(155, 180, 205, 0.42);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(6, 24, 39, 0.055);
}

.career-benefit-grid article {
  min-height: 212px;
}

.career-benefit-grid span,
.career-growth-grid span {
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 900;
}

.career-benefit-grid h3,
.job-board-grid h3,
.career-growth-grid h3 {
  margin: 12px 0 10px;
  color: var(--brand-blue-deep);
  font-size: 23px;
  line-height: 1.25;
}

.career-benefit-grid p,
.job-board-grid p,
.career-growth-grid p {
  margin: 0;
  color: var(--muted);
}

.job-board-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.job-board-grid article {
  display: flex;
  min-height: 310px;
  flex-direction: column;
}

.job-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.job-card-head strong {
  padding: 7px 10px;
  color: var(--brand-blue);
  background: rgba(10, 83, 157, 0.08);
  border: 1px solid rgba(10, 83, 157, 0.12);
  border-radius: 999px;
  font-size: 12px;
}

.job-board-grid ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.job-board-grid li + li {
  margin-top: 8px;
}

.career-growth-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.career-growth-grid article {
  min-height: 238px;
}

.apply-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.55fr);
  gap: 34px;
  align-items: stretch;
}

.apply-copy {
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(8, 44, 86, 0.96), rgba(12, 91, 153, 0.92)),
    var(--brand-blue-deep);
  border-radius: 8px;
  box-shadow: 0 24px 52px rgba(6, 24, 39, 0.12);
}

.apply-copy .eyebrow,
.apply-copy h2 {
  color: #fff;
}

.apply-copy p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
}

.apply-card {
  padding: 32px;
  background: #fff;
  border: 1px solid rgba(155, 180, 205, 0.42);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 24, 39, 0.06);
}

.apply-card strong {
  display: block;
  margin-top: 14px;
  color: var(--brand-blue-deep);
  font-size: 29px;
  line-height: 1.2;
}

.apply-card p {
  margin: 16px 0 22px;
  color: var(--muted);
}

.inquiry-routing {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero {
  position: relative;
  min-height: 96svh;
  color: #fff;
  overflow: hidden;
  background: var(--brand-blue-deep);
}

.cinematic-hero::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 4;
  height: 160px;
  content: "";
  background: linear-gradient(180deg, rgba(6, 24, 39, 0), rgba(4, 16, 30, 0.72) 100%);
  pointer-events: none;
}

.hero-slides,
.hero-slide,
.hero-slide-media,
.hero-shade,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-slide {
  display: flex;
  align-items: center;
  padding: 124px 5vw 120px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 900ms ease, transform 900ms ease;
  transform: scale(1.01);
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.hero-slide-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide-video {
  background: #061827 url("images/hero-video-poster.jpg") center / cover no-repeat;
}

.hero-slide.is-active .hero-slide-media {
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-shade {
  background:
    radial-gradient(circle at 78% 35%, rgba(56, 185, 213, 0.2), transparent 28%),
    linear-gradient(90deg, rgba(2, 10, 18, 0.94), rgba(4, 20, 35, 0.74) 43%, rgba(4, 20, 35, 0.2)),
    linear-gradient(180deg, rgba(2, 10, 18, 0.34), rgba(2, 10, 18, 0.84));
}

.hero-grid {
  z-index: 2;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: min(940px, 100%);
}

.hero-slide:not(.values-slide) .hero-inner {
  width: min(980px, 100%);
  padding-left: clamp(22px, 2.2vw, 34px);
}

.hero-slide:not(.values-slide) .hero-inner::before {
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 12px;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, var(--brand-red), rgba(156, 238, 255, 0.92), transparent);
  opacity: 0.92;
}

.hero .eyebrow {
  color: #9ceeff;
}

.hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 4.9vw, 64px);
  line-height: 1.04;
}

.hero-lead {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 21px;
}

.hero-slide:not(.values-slide) .hero-lead::after {
  display: block;
  width: 92px;
  height: 2px;
  margin-top: 34px;
  content: "";
  background: linear-gradient(90deg, var(--brand-red), rgba(156, 238, 255, 0.86), transparent);
}

.values-slide .hero-slide-media {
  object-position: center center;
}

.values-slide .hero-shade {
  background:
    radial-gradient(circle at 32% 68%, rgba(156, 238, 255, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(2, 10, 18, 0.9), rgba(4, 20, 35, 0.52) 48%, rgba(4, 20, 35, 0.1)),
    linear-gradient(180deg, rgba(2, 10, 18, 0.24), rgba(2, 10, 18, 0.78));
}

.values-inner {
  width: min(1080px, 100%);
}

.values-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  width: min(1040px, 100%);
  margin-top: 78px;
  padding-top: 24px;
}

.values-grid::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(207, 40, 53, 0.58), rgba(156, 238, 255, 0.72), rgba(255, 255, 255, 0.04));
}

.values-grid span {
  position: relative;
  display: flex;
  min-height: 92px;
  align-items: flex-start;
  justify-content: center;
  padding: 22px 10px 0;
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0));
  border-left: 1px solid rgba(156, 238, 255, 0.22);
  font-size: clamp(20px, 1.45vw, 24px);
  font-weight: 900;
  line-height: 1.28;
  text-align: center;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.42);
}

.values-grid span::before {
  position: absolute;
  left: 50%;
  top: -32px;
  width: 1px;
  height: 32px;
  content: "";
  background: linear-gradient(180deg, rgba(156, 238, 255, 0), rgba(156, 238, 255, 0.88));
}

.values-grid span::after {
  position: absolute;
  left: calc(50% - 4px);
  top: -4px;
  width: 8px;
  height: 8px;
  content: "";
  background: #fff;
  border-radius: 50%;
  box-shadow:
    0 0 16px rgba(156, 238, 255, 0.86),
    0 0 32px rgba(207, 40, 53, 0.36);
}

.hero-carousel-controls {
  position: absolute;
  right: 5vw;
  bottom: 74px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-carousel-controls button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.hero-carousel-controls button:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.54);
  transform: translateY(-1px);
}

.hero-carousel-controls > button {
  font-size: 26px;
  line-height: 1;
}

.hero-dots {
  display: inline-flex;
  gap: 8px;
}

.hero-dots button {
  width: 34px;
  height: 4px;
  min-height: 4px;
  padding: 0;
  border-radius: 999px;
}

.hero-dots button.is-active {
  background: var(--brand-red);
  border-color: var(--brand-red);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: var(--brand-red);
  box-shadow: 0 14px 34px rgba(207, 40, 53, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 18px 42px rgba(207, 40, 53, 0.34);
}

.btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.14);
}

.about {
  background:
    radial-gradient(circle at 12% 18%, rgba(56, 185, 213, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.about-map {
  background:
    radial-gradient(circle at 12% 18%, rgba(56, 185, 213, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.about-light {
  position: relative;
  padding-top: 94px;
  padding-bottom: 78px;
  background:
    radial-gradient(circle at 88% 4%, rgba(56, 185, 213, 0.16), transparent 28%),
    radial-gradient(circle at 12% 74%, rgba(207, 40, 53, 0.06), transparent 24%),
    linear-gradient(180deg, #f5f9fc 0%, #ffffff 52%, #f2f8fb 100%);
  overflow: hidden;
}

.about-light::before {
  position: absolute;
  left: 5vw;
  right: 5vw;
  top: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(56, 185, 213, 0.4), rgba(207, 40, 53, 0.18), transparent);
}

.about-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1fr);
  gap: 54px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.about-content {
  position: relative;
  padding-left: 28px;
}

.about-content::before {
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 8px;
  width: 3px;
  content: "";
  background: linear-gradient(180deg, var(--brand-red), var(--brand-cyan));
  border-radius: 999px;
}

.about-content h2 {
  margin: 0;
  color: var(--brand-blue-deep);
  font-size: 46px;
  line-height: 1.14;
}

.about-content h2 span {
  display: block;
}

.about-light .about-copy {
  max-width: 610px;
  margin-top: 26px;
  color: #334258;
  font-size: 18px;
  line-height: 1.92;
}

.about-light .about-copy p {
  margin-bottom: 16px;
}

.about-proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.about-proof-line span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  color: var(--brand-blue);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 74, 150, 0.12);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(6, 24, 39, 0.05);
  font-size: 14px;
  font-weight: 900;
}

.about-visual-card {
  position: relative;
  min-height: 430px;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(219, 229, 238, 0.92);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(6, 24, 39, 0.1);
  overflow: hidden;
}

.about-visual-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.54) 38%, rgba(255, 255, 255, 0.08) 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(7, 74, 150, 0.06));
  pointer-events: none;
}

.about-visual-image {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center center;
}

.about-brand-name {
  position: absolute;
  left: 34px;
  bottom: 32px;
  z-index: 1;
  color: var(--brand-blue-deep);
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 8px 24px rgba(255, 255, 255, 0.88);
}

.about-immersive {
  position: relative;
  padding-top: 76px;
  padding-bottom: 74px;
  background:
    radial-gradient(circle at 84% 14%, rgba(56, 185, 213, 0.16), transparent 30%),
    radial-gradient(circle at 16% 76%, rgba(207, 40, 53, 0.08), transparent 24%),
    linear-gradient(180deg, #061827 0%, #08263d 58%, #edf5f9 100%);
  overflow: hidden;
}

.about-immersive::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: 0.22;
  pointer-events: none;
}

.about-immersive > * {
  position: relative;
  z-index: 1;
}

.about-stage {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 46px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 28%, rgba(87, 188, 228, 0.2), transparent 31%),
    radial-gradient(circle at 18% 80%, rgba(207, 40, 53, 0.1), transparent 24%),
    linear-gradient(142deg, rgba(6, 24, 39, 0.96) 0%, rgba(9, 40, 62, 0.92) 58%, rgba(2, 9, 20, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  isolation: isolate;
}

.about-stage::before,
.about-stage::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.about-stage::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 42%),
    repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 128px);
  opacity: 0.72;
}

.about-stage::after {
  right: -90px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(80, 180, 220, 0.18), transparent 68%);
}

.about-stage > * {
  position: relative;
  z-index: 1;
}

.about-stage-heading {
  max-width: 900px;
  margin: 0 0 34px;
  text-align: left;
}

.about-stage-heading h2 {
  color: #fff;
}

.about-stage-heading .eyebrow {
  color: #8be6ff;
}

.about-layout,
.news-grid,
.product-system,
.supply-chain-flow,
.service-proof {
  max-width: var(--max);
  margin: 0 auto;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1fr);
  gap: 56px;
  align-items: center;
}

.about-copy {
  color: #2f3c50;
  font-size: 19px;
  line-height: 1.95;
}

.about-copy p {
  margin: 0 0 18px;
}

.about-stage .about-layout {
  max-width: none;
  grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1fr);
  gap: 38px;
}

.about-stage .about-copy {
  padding: 28px;
  color: rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 70px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
}

.about-stage .about-copy p {
  margin-bottom: 16px;
}

.about-stage .about-copy p:last-child {
  margin-bottom: 0;
}

.about-map-panel {
  position: relative;
  margin: 0;
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(5, 41, 69, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.about-map-panel::before {
  position: absolute;
  inset: auto -80px -120px auto;
  width: 260px;
  height: 260px;
  content: "";
  background: radial-gradient(circle, rgba(56, 185, 213, 0.2), transparent 66%);
  pointer-events: none;
}

.about-map-panel img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center center;
  border-radius: 6px;
}

.about-brand-panel {
  position: relative;
  min-height: 440px;
  margin: 0;
  color: #fff;
  background: #061827;
  border: 1px solid rgba(5, 41, 69, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}

.about-brand-panel::before,
.about-brand-panel::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
}

.about-brand-panel::before {
  background:
    linear-gradient(180deg, rgba(1, 9, 20, 0.04), rgba(1, 9, 20, 0.18)),
    radial-gradient(circle at 18% 18%, rgba(120, 220, 255, 0.1), transparent 34%);
  opacity: 0.9;
}

.about-brand-panel::after {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: inherit;
  box-shadow:
    inset 0 0 70px rgba(12, 95, 150, 0.16),
    inset 0 0 160px rgba(0, 0, 0, 0.18);
}

.about-brand-image-panel {
  min-height: 0;
  aspect-ratio: 16 / 9;
  background: #03101d;
}

.about-stage .about-brand-panel {
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.about-stage .about-brand-panel::before {
  background:
    linear-gradient(90deg, rgba(1, 9, 20, 0.06), rgba(1, 9, 20, 0.18)),
    radial-gradient(circle at 18% 18%, rgba(120, 220, 255, 0.08), transparent 34%);
}

.about-brand-image {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center center;
}

.product-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  overflow: hidden;
}

.product-bridge {
  position: relative;
  padding-top: 66px;
  background:
    radial-gradient(circle at 88% 2%, rgba(56, 185, 213, 0.14), transparent 28%),
    radial-gradient(circle at 12% 16%, rgba(7, 74, 150, 0.1), transparent 26%),
    linear-gradient(180deg, #f2f8fb 0%, #f8fbfd 46%, #ffffff 100%);
}

.product-bridge::before {
  position: absolute;
  left: 5vw;
  right: 5vw;
  top: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(56, 185, 213, 0.55), rgba(207, 40, 53, 0.32), transparent);
}

.product-bridge::after {
  position: absolute;
  left: 50%;
  top: -150px;
  width: min(760px, 80vw);
  height: 260px;
  content: "";
  background: radial-gradient(circle, rgba(6, 24, 39, 0.12), transparent 68%);
  transform: translateX(-50%);
  pointer-events: none;
}

.product-bridge .product-system {
  position: relative;
  z-index: 1;
}

.product-system {
  display: grid;
  grid-template-columns: minmax(320px, 0.48fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.product-intro {
  position: sticky;
  top: 110px;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(150deg, rgba(6, 24, 39, 0.99) 0%, rgba(7, 35, 55, 0.97) 54%, rgba(7, 74, 150, 0.9) 100%),
    url("images/hero-industrial-network.png") center / cover;
  border: 1px solid rgba(7, 74, 150, 0.12);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(6, 24, 39, 0.14);
  overflow: hidden;
}

.product-intro::after {
  position: absolute;
  inset: auto -80px -110px auto;
  width: 260px;
  height: 260px;
  content: "";
  background: radial-gradient(circle, rgba(56, 185, 213, 0.28), transparent 68%);
}

.product-intro h2 {
  color: #fff;
  font-size: 42px;
}

.product-intro p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.application-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.application-tags span,
.application-tags strong {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
}

.application-tags span {
  color: #9ceeff;
  border: 1px solid rgba(156, 238, 255, 0.4);
}

.application-tags strong {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
}

.product-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.product-matrix article {
  position: relative;
  min-height: 214px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(219, 229, 238, 0.88);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(6, 24, 39, 0.055);
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.product-matrix article::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, var(--brand-red), var(--brand-cyan));
  transform: scaleY(0.36);
  transform-origin: top;
  transition: transform 220ms ease;
}

.product-matrix article:hover {
  transform: translateY(-5px);
  border-color: rgba(56, 185, 213, 0.56);
  box-shadow: 0 22px 58px rgba(6, 24, 39, 0.12);
}

.product-matrix article:hover::before {
  transform: scaleY(1);
}

.product-matrix span,
.supply-chain-flow span,
.proof-list span {
  color: var(--brand-red);
  font-weight: 900;
}

.product-matrix h3 {
  margin: 24px 0 10px;
  color: var(--brand-blue);
  font-size: 29px;
  line-height: 1.16;
}

.product-matrix p,
.supply-chain-flow p,
.proof-list p,
.news-grid p {
  margin: 0;
  color: var(--muted);
}

.services {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 80% 12%, rgba(56, 185, 213, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(6, 24, 39, 0.98), rgba(7, 74, 150, 0.94)),
    url("images/hero-industrial-network.png") center / cover;
  overflow: hidden;
}

.services::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.3;
}

.services > * {
  position: relative;
  z-index: 1;
}

.services .section-heading h2,
.services .section-heading .eyebrow {
  color: #fff;
}

.supply-chain-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.supply-chain-flow::before {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 43px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(156, 238, 255, 0.76), transparent);
}

.supply-chain-flow article {
  position: relative;
  min-height: 310px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  backdrop-filter: blur(12px);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.supply-chain-flow article:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(156, 238, 255, 0.5);
}

.supply-chain-flow article::after {
  position: absolute;
  left: 30px;
  top: 38px;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--brand-cyan);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(56, 185, 213, 0.14);
  animation: pulseNode 2.8s ease-in-out infinite;
}

.supply-chain-flow h3 {
  margin: 58px 0 14px;
  color: #fff;
  font-size: 29px;
  line-height: 1.18;
}

.supply-chain-flow p {
  color: rgba(255, 255, 255, 0.76);
}

.service-proof {
  margin-top: 18px;
  padding: 24px 30px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(3, 15, 28, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.service-proof p {
  margin: 0;
}

.network-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 680px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4, 16, 30, 0.9) 0%, rgba(4, 16, 30, 0.68) 42%, rgba(4, 16, 30, 0.2) 76%),
    linear-gradient(180deg, rgba(4, 16, 30, 0.22), rgba(4, 16, 30, 0.64)),
    url("images/network-southchina-industrial-flow-v2.png") center / cover no-repeat;
  overflow: hidden;
  isolation: isolate;
}

.network-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: 0.2;
  z-index: -1;
}

.network-section::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 72% 42%, rgba(56, 185, 213, 0.18), transparent 30%),
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.08) 49%, transparent 58%);
  opacity: 0.8;
  transform: translateX(-12%);
  animation: network-sheen 9s ease-in-out infinite;
}

.network-content {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.network-content .eyebrow,
.network-content h2 {
  color: #fff;
}

.network-content h2 {
  margin-bottom: 22px;
  max-width: 920px;
  font-size: 54px;
  line-height: 1.1;
}

.network-content h2 span {
  display: inline;
}

.network-content > p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.85;
}

.partners {
  background:
    radial-gradient(circle at 82% 12%, rgba(56, 185, 213, 0.12), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  overflow: hidden;
}

.partner-marquee {
  margin: -18px -5vw 58px;
  padding: 24px 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  border-block: 1px solid var(--line);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.partner-logo-cloud {
  display: grid;
  gap: 14px;
}

.partner-marquee-row {
  overflow: hidden;
}

.partner-marquee-row.is-mobile-extra {
  display: none;
}

.partner-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: marqueeTrack 34s linear infinite;
  will-change: transform;
}

.partner-marquee-row.is-reverse .partner-track {
  animation-name: marqueeTrackReverse;
  animation-duration: 40s;
}

.partner-marquee-row.is-slow .partner-track {
  animation-duration: 46s;
}

.partner-logo {
  flex: 0 0 auto;
  width: 210px;
  min-height: 82px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px 16px;
  color: var(--brand-blue-deep);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(6, 24, 39, 0.06);
}

.partner-logo.is-primary {
  border-color: rgba(7, 74, 150, 0.24);
  background: linear-gradient(180deg, #ffffff 0%, #f3f8fd 100%);
  box-shadow: 0 18px 42px rgba(7, 74, 150, 0.1);
}

.partner-logo.has-logo {
  padding: 10px 16px;
}

.partner-logo img {
  display: block;
  width: 78%;
  height: 58px;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.partner-logo strong {
  font-size: 18px;
  line-height: 1.1;
  white-space: nowrap;
}

.partner-logo small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.supplier-logo-section .partner-marquee {
  margin: 28px -5vw 0;
}

.awards-section {
  background:
    radial-gradient(circle at 84% 8%, rgba(56, 185, 213, 0.1), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.award-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.award-display-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.98)),
    #fff;
  border: 1px solid rgba(155, 180, 205, 0.46);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 24, 39, 0.07);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.award-display-card:hover {
  transform: translateY(-4px);
  border-color: rgba(213, 36, 49, 0.34);
  box-shadow: 0 26px 58px rgba(6, 24, 39, 0.11);
}

.award-image-frame {
  display: flex;
  aspect-ratio: 3 / 4;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background:
    linear-gradient(135deg, #f4f7fb, #ffffff);
  border: 1px solid rgba(155, 180, 205, 0.38);
  border-radius: 6px;
  overflow: hidden;
}

.award-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.award-caption {
  padding: 16px 4px 2px;
}

.award-caption span {
  color: var(--brand-red);
  font-size: 12px;
  font-weight: 900;
}

.award-caption h3 {
  margin: 9px 0 6px;
  color: var(--brand-blue-deep);
  font-size: 20px;
  line-height: 1.24;
}

.award-caption p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.error-panel-section {
  min-height: 72svh;
  display: flex;
  align-items: center;
  padding-top: 150px;
  background:
    radial-gradient(circle at 78% 12%, rgba(56, 185, 213, 0.12), transparent 30%),
    linear-gradient(180deg, #f5f9fc 0%, #ffffff 100%);
}

.error-panel {
  align-items: flex-end;
}

.error-panel h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
}

.error-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.honor-panel {
  max-width: var(--max);
  margin: 0 auto;
}

.partner-recognition {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(100%, var(--max));
  margin: -22px auto 0;
}

.partner-recognition-card {
  min-height: 172px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 24, 39, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.partner-recognition-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 185, 213, 0.44);
  box-shadow: 0 24px 58px rgba(6, 24, 39, 0.1);
}

.partner-recognition-card span {
  display: block;
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 900;
}

.partner-recognition-card h3 {
  margin: 12px 0 10px;
  color: var(--brand-blue-deep);
  font-size: 23px;
  line-height: 1.22;
}

.partner-recognition-card p {
  margin: 0;
  color: var(--muted);
}

.partner-recognition-card.is-featured {
  color: #fff;
  background:
    radial-gradient(circle at 90% 12%, rgba(56, 185, 213, 0.24), transparent 34%),
    linear-gradient(135deg, #061827 0%, #0b4a96 100%);
  border-color: rgba(255, 255, 255, 0.12);
}

.partner-recognition-card.is-featured span,
.partner-recognition-card.is-featured h3,
.partner-recognition-card.is-featured p {
  color: #fff;
}

.partner-recognition-card.is-featured p {
  opacity: 0.78;
}

.honor-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.honor-heading h3 {
  margin: 0 0 12px;
  color: var(--brand-blue-deep);
  font-size: 34px;
  line-height: 1.18;
}

.honor-heading p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.proof-list {
  display: grid;
  gap: 14px;
}

.honor-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-list article {
  position: relative;
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(6, 24, 39, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.proof-list article:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 185, 213, 0.44);
  box-shadow: 0 24px 58px rgba(6, 24, 39, 0.1);
}

.honor-card.is-featured {
  color: #fff;
  background:
    radial-gradient(circle at 90% 12%, rgba(56, 185, 213, 0.24), transparent 34%),
    linear-gradient(135deg, #061827 0%, #0b4a96 100%);
  border-color: rgba(255, 255, 255, 0.12);
}

.proof-list h3 {
  margin: 12px 0 8px;
  color: var(--brand-blue-deep);
  font-size: 22px;
  line-height: 1.22;
}

.honor-card.is-featured h3,
.honor-card.is-featured p,
.honor-card.is-featured span {
  color: #fff;
}

.honor-card.is-featured p {
  opacity: 0.78;
}

.news {
  background: var(--surface-soft);
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--max);
  text-align: left;
}

.text-link {
  color: var(--brand-blue);
  font-weight: 900;
}

.news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr) minmax(260px, 0.8fr);
  gap: 18px;
}

.news-grid article {
  min-height: 280px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(6, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.news-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 56px rgba(6, 24, 39, 0.12);
}

.news-grid time {
  color: var(--brand-red);
  font-weight: 900;
}

.news-grid h3 {
  margin: 12px 0 10px;
  color: var(--brand-blue-deep);
  font-size: 22px;
  line-height: 1.32;
}

.news-grid h3 a {
  color: inherit;
  text-decoration: none;
}

.news-grid h3 a:hover {
  color: var(--brand-red);
}

.news-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(260px, 1fr);
  gap: 24px;
  align-items: end;
  padding: 0 !important;
  overflow: hidden;
}

.news-feature img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.news-feature div {
  padding: 26px 26px 26px 0;
}

.career-section {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(56, 185, 213, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(6, 24, 39, 0.96), rgba(7, 74, 150, 0.92)),
    url("images/hero-industrial-network.png") center / cover;
  overflow: hidden;
}

.career-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.26;
}

.career-layout {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.74fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.career-copy h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 46px;
  line-height: 1.14;
}

.career-copy > p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.85;
}

.career-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 30px;
}

.career-values span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.career-paths {
  display: grid;
  gap: 14px;
}

.career-paths article {
  min-height: 142px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.career-paths article:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(156, 238, 255, 0.44);
}

.career-paths span {
  color: var(--brand-cyan);
  font-size: 13px;
  font-weight: 900;
}

.career-paths h3 {
  margin: 16px 0 10px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

.career-paths p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: start;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6, 24, 39, 0.98), rgba(7, 74, 150, 0.92)),
    url("images/hero-industrial-network.png") center / cover;
}

.contact-copy h2 {
  color: #fff;
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin: 30px 0;
}

.contact-lines a,
address {
  color: #fff;
  font-style: normal;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(56, 185, 213, 0.36);
  border-color: var(--brand-cyan);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  overflow: hidden;
}

.contact-form .form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  line-height: 1.6;
}

.contact-form .form-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  padding: 0;
}

.form-consent span {
  min-width: 0;
}

.form-note {
  margin: 0;
  color: var(--muted);
}

.form-feedback {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  min-height: 68px;
  padding: 14px 16px;
  color: #42566d;
  background: #f4f7fa;
  border: 1px solid #dbe4ec;
  border-left: 4px solid #91a3b5;
  border-radius: 6px;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.form-feedback:focus {
  outline: 2px solid rgba(56, 185, 213, 0.35);
  outline-offset: 3px;
}

.form-feedback-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-top: 1px;
  color: #fff;
  background: #91a3b5;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.form-feedback-icon::before {
  content: "i";
}

.form-feedback strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 16px;
}

.form-feedback p {
  margin: 0;
  color: inherit;
  line-height: 1.55;
}

.form-feedback[data-state="loading"] {
  color: #31577c;
  background: #eef7fb;
  border-color: #b8dce9;
  border-left-color: var(--brand-cyan);
}

.form-feedback[data-state="loading"] .form-feedback-icon {
  background: var(--brand-cyan);
}

.form-feedback[data-state="loading"] .form-feedback-icon::before {
  content: "…";
  transform: translateY(-2px);
}

.form-feedback[data-state="success"] {
  color: #245b47;
  background: #edf8f3;
  border-color: #a8d7c4;
  border-left-color: #18875f;
  transform: translateY(-2px);
}

.form-feedback[data-state="success"] .form-feedback-icon {
  background: #18875f;
}

.form-feedback[data-state="success"] .form-feedback-icon::before {
  content: "✓";
}

.form-feedback[data-state="error"] {
  color: #8b2d37;
  background: #fff1f2;
  border-color: #efb5bb;
  border-left-color: var(--brand-red);
}

.form-feedback[data-state="error"] .form-feedback-icon {
  background: var(--brand-red);
}

.form-feedback[data-state="error"] .form-feedback-icon::before {
  content: "!";
}

.contact-form .btn[aria-busy="true"] {
  cursor: wait;
  opacity: 0.78;
}

.contact-form noscript a {
  color: var(--brand-blue);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 5vw;
  color: rgba(255, 255, 255, 0.74);
  background: #061523;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: #fff;
}

.site-footer p {
  margin: 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 620ms ease, transform 620ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroDrift {
  from {
    transform: scale(1.03) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(-1.2%, -0.8%, 0);
  }
}

@keyframes pulseNode {
  0%,
  100% {
    box-shadow: 0 0 0 8px rgba(56, 185, 213, 0.14);
  }

  50% {
    box-shadow: 0 0 0 15px rgba(56, 185, 213, 0.03);
  }
}

@keyframes marqueeTrack {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes marqueeTrackReverse {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes network-sheen {
  0%,
  100% {
    opacity: 0.42;
    transform: translateX(-18%);
  }

  50% {
    opacity: 0.9;
    transform: translateX(10%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .section-heading h2,
  .product-intro h2,
  .network-content h2,
  .career-copy h2,
  .contact-copy h2 {
    font-size: 38px;
  }

  .about-layout,
  .about-shell,
  .goal-showcase,
  .product-system,
  .career-layout,
  .split-panel,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .about-profile-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
  }

  .about-profile-stats article {
    min-height: 132px;
    padding: 18px 16px;
  }

  .about-profile-stats strong {
    font-size: 30px;
  }

  .about-stage {
    padding: 36px;
  }

  .about-stage .about-layout {
    grid-template-columns: 1fr;
  }

  .about-shell {
    gap: 34px;
  }

  .about-visual-card,
  .about-visual-image {
    min-height: 360px;
  }

  .detail-grid,
  .org-grid,
  .org-branch-grid,
  .goal-list,
  .culture-grid,
  .application-grid,
  .application-photo-grid,
  .process-rail,
  .partner-context,
  .inquiry-routing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-tabs {
    grid-template-columns: 1fr;
  }

  .product-category-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-category-button:hover {
    transform: translateY(-2px);
  }

  .product-panel-stage,
  .product-info-panel {
    min-height: 0;
  }

  .org-branch-grid article,
  .org-branch-grid article:nth-last-child(2),
  .org-branch-grid article:last-child {
    grid-column: auto;
  }

  .goal-visual,
  .goal-visual img {
    min-height: 340px;
  }

  .product-detail-grid,
  .service-layers,
  .news-categories,
  .benefit-grid,
  .job-detail-grid,
  .contact-grid,
  .rich-article-list,
  .company-news-list,
  .market-news-list,
  .news-panel-heading,
  .news-feature-grid,
  .career-benefit-grid,
  .job-board-grid,
  .apply-panel {
    grid-template-columns: 1fr;
  }

  .career-growth-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compact-service-layers,
  .risk-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-logo {
    width: 182px;
  }

  .honor-grid,
  .award-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-recognition {
    grid-template-columns: 1fr;
    margin-top: -28px;
  }

  .network-section {
    min-height: 600px;
    background-position: 62% center;
  }

  .about-brand-panel,
  .about-brand-image {
    min-height: 390px;
  }

  .about-brand-image-panel,
  .about-brand-image-panel .about-brand-image {
    min-height: 0;
  }

  .product-intro {
    position: relative;
    top: auto;
  }

  .supply-chain-flow,
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-feature {
    grid-template-columns: 1fr;
  }

  .news-feature div {
    padding: 0 26px 26px;
  }

  .values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 760px;
    margin-top: 56px;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 70px;
  }

  .brand img {
    width: 108px;
  }

  .nav-toggle {
    display: inline-grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    place-content: center;
    color: currentColor;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 6px;
  }

  .site-header.is-scrolled .nav-toggle,
  .site-header.is-open .nav-toggle {
    background: #fff;
    border-color: var(--line);
  }

  .nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 5vw 22px;
    color: var(--ink);
    background: #fff;
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 0;
  }

  .hero {
    min-height: 720px;
  }

  .page-hero {
    min-height: 460px;
    padding-top: 124px;
  }

  .page-hero h1 {
    font-size: 42px;
  }

  .page-title-row,
  .page-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-slide {
    align-items: flex-start;
    padding: 132px 22px 150px;
  }

  .hero-slide:not(.values-slide) .hero-inner {
    padding-left: 18px;
  }

  .hero-slide:not(.values-slide) .hero-inner::before {
    top: 4px;
    bottom: 8px;
  }

  .hero-slide:not(.values-slide) .hero-lead::after {
    width: 76px;
    margin-top: 28px;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 1.1;
  }

  .hero-lead {
    font-size: 18px;
  }

  .values-slide .hero-slide-media {
    object-position: 48% center;
  }

  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 32px;
    padding-top: 16px;
  }

  .values-grid span {
    min-height: 74px;
    padding: 18px 12px 0;
    font-size: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.03));
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }

  .values-grid span::before {
    top: -20px;
    height: 20px;
  }

  .hero-carousel-controls {
    left: 22px;
    right: 22px;
    bottom: 62px;
    justify-content: center;
  }

  .about-stage {
    padding: 30px 22px;
  }

  .about-stage-heading {
    margin-bottom: 24px;
  }

  .about-stage .about-copy {
    padding: 22px;
    font-size: 17px;
    line-height: 1.86;
  }

  .about-brand-panel,
  .about-brand-image {
    min-height: 360px;
  }

  .about-brand-image-panel,
  .about-brand-image-panel .about-brand-image {
    min-height: 0;
  }

  .section {
    padding: 76px 22px;
  }

  .about-immersive {
    padding-top: 68px;
    padding-bottom: 64px;
  }

  .about-light {
    padding-top: 78px;
    padding-bottom: 66px;
  }

  .about-content {
    padding-left: 22px;
  }

  .about-content h2 {
    font-size: 38px;
  }

  .product-bridge {
    padding-top: 62px;
  }

  .product-business-section {
    padding-top: 54px;
  }

  section[id] {
    scroll-margin-top: 84px;
  }

  .page-section {
    padding: 72px 22px;
  }

  .product-matrix,
  .supply-chain-flow,
  .news-grid,
  .application-grid,
  .application-photo-grid,
  .process-rail,
  .partner-context,
  .inquiry-routing,
  .metric-row,
  .legacy-news-item,
  .career-snapshot,
  .career-benefit-grid,
  .job-board-grid,
  .career-growth-grid,
  .apply-panel {
    grid-template-columns: 1fr;
  }

  .product-category-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-category-button {
    min-height: 72px;
    padding: 12px;
  }

  .product-category-button strong {
    font-size: 19px;
  }

  .product-info-panel {
    padding: 28px;
  }

  .product-info-panel > p:not(.product-code) {
    font-size: 16px;
  }

  .product-spec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .application-photo-card,
  .application-photo-card img {
    min-height: 210px;
  }

  .career-benefit-grid article,
  .job-board-grid article,
  .career-growth-grid article,
  .career-snapshot article {
    min-height: 0;
  }

  .apply-copy,
  .apply-card {
    padding: 24px;
  }

  .apply-card strong {
    font-size: 24px;
  }

  .job-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-tabbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .news-tab-button {
    min-width: 0;
    padding: 0 12px;
  }

  .news-feature-card a,
  .news-feature-card.is-main a {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .news-feature-card.is-main {
    grid-row: auto;
  }

  .news-feature-image,
  .news-feature-card.is-main .news-feature-image {
    min-height: 210px;
  }

  .news-more-list {
    grid-template-columns: 1fr;
  }

  .news-more-list li,
  .news-more-list li:nth-child(odd) {
    grid-template-columns: 1fr;
    gap: 6px;
    border-right: 0;
  }

  .legacy-news-item {
    gap: 10px;
    align-items: start;
    padding: 18px;
  }

  .legacy-news-featured {
    min-height: 0;
    padding: 22px;
  }

  .legacy-news-item span {
    justify-self: start;
  }

  .compact-service-layers,
  .risk-support-grid {
    grid-template-columns: 1fr;
  }

  .award-gallery {
    grid-template-columns: 1fr;
  }

  .award-display-card {
    min-height: 0;
  }

  .supply-chain-flow::before {
    left: 35px;
    right: auto;
    top: 42px;
    bottom: 42px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(156, 238, 255, 0.76), transparent);
  }

  .split-heading,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero {
    min-height: 650px;
  }

  .hero-slide {
    padding: 112px 18px 118px;
  }

  .hero-carousel-controls {
    bottom: 42px;
  }

  .page-hero {
    min-height: 390px;
    padding: 104px 18px 56px;
  }

  .page-hero.hero-skin-exhibition,
  .page-hero.hero-skin-material,
  .page-hero.hero-skin-logistics,
  .page-hero.hero-skin-alliance,
  .page-hero.hero-skin-market,
  .page-hero.hero-skin-people,
  .page-hero.hero-skin-city {
    min-height: 390px;
  }

  .page-hero.hero-skin-material .page-hero-inner,
  .page-hero.hero-skin-alliance .page-hero-inner {
    width: min(100%, var(--max));
    margin-left: auto;
    margin-right: auto;
  }

  .page-hero.hero-skin-market .page-hero-inner {
    padding: 18px 0 18px 18px;
  }

  .page-hero h1 {
    font-size: 36px;
  }

  .page-hero p:last-child {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.72;
  }

  .section {
    padding: 60px 18px;
  }

  .page-section {
    padding: 54px 18px;
  }

  .page-title-row {
    gap: 12px;
    margin-bottom: 22px;
  }

  .page-title-row h2,
  .split-panel h2 {
    font-size: 31px;
  }

  .page-title-row p,
  .split-panel p {
    font-size: 15px;
    line-height: 1.72;
  }

  .about-layout,
  .product-system,
  .career-layout,
  .contact-section,
  .goal-showcase,
  .apply-panel {
    gap: 18px;
  }

  .about-copy {
    font-size: 16px;
    line-height: 1.76;
  }

  .about-copy p {
    margin-bottom: 12px;
  }

  .about-map-panel,
  .about-visual-card,
  .about-visual-image {
    min-height: 260px;
  }

  .product-intro,
  .product-matrix article,
  .supply-chain-flow article,
  .proof-list article,
  .news-grid article,
  .career-paths article,
  .contact-form {
    padding: 20px;
  }

  .product-intro {
    position: static;
  }

  .product-matrix,
  .application-photo-grid,
  .award-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .product-matrix article,
  .supply-chain-flow article,
  .proof-list article,
  .news-grid article,
  .career-paths article {
    min-height: 0;
  }

  .product-matrix h3,
  .supply-chain-flow h3,
  .career-paths h3,
  .news-grid h3 {
    font-size: 20px;
  }

  .application-tags {
    gap: 8px;
  }

  .application-tags span,
  .application-tags strong,
  .career-values span,
  .about-proof-line span {
    min-height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }

  .product-category-button {
    min-height: 62px;
    padding: 10px 12px;
  }

  .product-category-button strong {
    font-size: 18px;
  }

  .product-category-button small {
    font-size: 11px;
  }

  .product-panel-stage,
  .product-info-panel {
    min-height: 0;
  }

  .product-info-panel {
    padding: 22px;
    justify-content: flex-start;
  }

  .product-info-panel h3 {
    font-size: 31px;
  }

  .product-info-panel > p:not(.product-code) {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.72;
  }

  .product-spec-list {
    gap: 8px;
    margin-top: 18px;
  }

  .product-spec-list span {
    min-height: 38px;
    padding: 8px;
    font-size: 13px;
  }

  .product-service-note {
    margin-top: 18px;
    padding: 16px;
  }

  .application-photo-card,
  .application-photo-card img {
    min-height: 150px;
  }

  .application-photo-card h3 {
    left: 12px;
    right: 12px;
    bottom: 12px;
    font-size: 17px;
  }

  .partner-marquee {
    margin: -6px -5vw 32px;
    padding: 18px 0;
  }

  .partner-logo {
    width: 164px;
    min-height: 68px;
  }

  .partner-logo img {
    height: 44px;
  }

  .award-display-card {
    min-height: 0;
    padding: 10px;
  }

  .award-image-frame {
    aspect-ratio: 1 / 1.08;
    padding: 8px;
  }

  .award-caption {
    padding: 10px 0 0;
  }

  .award-caption h3 {
    margin: 6px 0 4px;
    font-size: 16px;
  }

  .award-caption p {
    font-size: 12px;
    line-height: 1.45;
  }

  .news-feature-card {
    min-height: 0;
  }

  .news-feature-card:not(.is-main) a {
    grid-template-columns: 132px minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .news-feature-image,
  .news-feature-card.is-main .news-feature-image {
    min-height: 150px;
  }

  .news-feature-card:not(.is-main) .news-feature-image {
    min-height: 100%;
  }

  .news-feature-copy {
    padding: 18px;
  }

  .news-feature-copy h3,
  .news-feature-card.is-main h3 {
    font-size: 20px;
  }

  .news-feature-copy p,
  .job-board-grid p,
  .career-benefit-grid p,
  .career-growth-grid p,
  .compact-service-layers p,
  .risk-support-grid p,
  .benefit-grid p {
    font-size: 14px;
    line-height: 1.62;
  }

  .news-more-block {
    margin-top: 16px;
  }

  .news-more-block summary {
    min-height: 50px;
    padding: 0 16px;
  }

  .news-more-list li {
    min-height: 56px;
    padding: 12px 16px;
  }

  .org-chart-showcase,
  .culture-showcase {
    padding: 22px;
  }

  .org-parent-node {
    padding: 22px;
  }

  .org-branch-grid article,
  .goal-list article,
  .compact-service-layers article,
  .risk-support-grid article,
  .career-benefit-grid article,
  .job-board-grid article,
  .career-growth-grid article,
  .career-snapshot article,
  .contact-grid article,
  .benefit-grid article,
  .job-detail-grid article,
  .service-layers article,
  .product-detail-grid article,
  .inquiry-routing article {
    min-height: 0;
    padding: 18px;
  }

  .goal-visual,
  .goal-visual img {
    min-height: 240px;
  }

  .culture-showcase {
    min-height: 0;
  }

  .core-value-strip {
    min-height: 0;
  }

  .core-value-strip span {
    min-height: 54px;
    padding: 14px 16px;
  }

  .compact-service-layers,
  .risk-support-grid,
  .career-snapshot,
  .career-benefit-grid,
  .career-growth-grid,
  .benefit-grid,
  .career-benefit-grid,
  .job-board-grid,
  .career-growth-grid,
  .career-snapshot,
  .contact-grid,
  .benefit-grid,
  .job-detail-grid,
  .service-layers,
  .product-detail-grid,
  .inquiry-routing {
    gap: 12px;
  }

  .job-board-grid article,
  .career-growth-grid article {
    min-height: 0;
  }

  .compact-service-layers,
  .risk-support-grid,
  .career-snapshot,
  .career-benefit-grid,
  .career-growth-grid,
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .job-board-grid {
    grid-template-columns: 1fr;
  }

  .job-card-head {
    margin-bottom: 8px;
  }

  .job-board-grid ul {
    margin-top: 12px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.58;
  }

  .job-board-grid li + li {
    margin-top: 4px;
  }

  .career-snapshot strong {
    margin-top: 10px;
    font-size: 21px;
  }

  .apply-copy,
  .apply-card {
    padding: 20px;
  }

  .apply-card strong {
    font-size: 23px;
  }

  .news-feature img {
    min-height: 170px;
  }

  .news-feature div {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 64px;
    padding: 0 18px;
  }

  .brand {
    padding: 4px 8px;
    border-radius: 5px;
  }

  .brand img {
    width: 104px;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
  }

  .site-nav {
    top: 64px;
  }

  .hero-slide {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .hero h1 {
    font-size: 33px;
  }

  .hero-lead {
    max-width: 94%;
    font-size: 16px;
    line-height: 1.62;
  }

  .hero-carousel-controls {
    bottom: 28px;
    gap: 10px;
  }

  .hero-carousel-controls button {
    width: 38px;
    height: 38px;
  }

  .hero-dots button {
    width: 28px;
  }

  .page-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .about-profile-stats {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
    padding: 0;
  }

  .about-profile-stats article {
    min-height: 0;
    padding: 16px 18px 15px;
  }

  .about-profile-stats span {
    font-size: 13px;
  }

  .about-profile-stats strong {
    margin-top: 8px;
    font-size: 30px;
  }

  .about-profile-stats p {
    margin-top: 7px;
    font-size: 13px;
  }

  .product-business-section {
    padding-top: 40px;
  }

  .product-category-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .product-category-button {
    min-height: 54px;
  }

  .product-info-panel {
    padding: 18px;
  }

  .application-photo-grid,
  .award-gallery {
    gap: 10px;
  }

  .news-more-list li {
    padding: 10px 14px;
  }

  .error-panel {
    align-items: stretch;
  }

  .error-actions {
    justify-content: stretch;
  }
}

@media (max-width: 520px) {
  .product-category-nav,
  .product-spec-list {
    grid-template-columns: 1fr;
  }

  .product-info-panel {
    padding: 24px;
  }

  .product-service-note {
    padding: 18px;
  }

  .section-heading h2,
  .product-intro h2,
  .network-content h2,
  .career-copy h2,
  .contact-copy h2 {
    font-size: 31px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .network-section {
    min-height: 560px;
    background-position: 68% center;
  }

  .about-stage {
    padding: 24px 16px;
  }

  .about-light {
    padding-top: 64px;
    padding-bottom: 54px;
  }

  .about-content {
    padding-left: 18px;
  }

  .about-content h2 {
    font-size: 31px;
  }

  .about-immersive {
    padding-bottom: 54px;
  }

  .product-bridge {
    padding-top: 54px;
  }

  .about-light .about-copy {
    font-size: 16px;
    line-height: 1.82;
  }

  .about-proof-line {
    gap: 8px;
  }

  .about-proof-line span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .about-visual-card,
  .about-visual-image {
    min-height: 310px;
  }

  .about-brand-name {
    left: 22px;
    bottom: 22px;
    font-size: 34px;
  }

  .about-stage .about-copy {
    padding: 18px;
    font-size: 16px;
  }

  .detail-grid,
  .org-grid,
  .org-branch-grid,
  .goal-list,
  .culture-grid {
    grid-template-columns: 1fr;
  }

  .org-chart-showcase,
  .culture-showcase {
    padding: 24px 16px;
  }

  .org-parent-node {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
  }

  .org-parent-node > div:first-child strong {
    font-size: 27px;
    white-space: normal;
  }

  .org-parent-vision strong {
    font-size: 22px;
  }

  .org-parent-vision {
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .org-connector {
    width: 62%;
    height: 28px;
    margin-top: -10px;
  }

  .org-branch-grid article {
    min-height: 64px;
    padding: 14px 16px;
    font-size: 17px;
  }

  .goal-visual,
  .goal-visual img {
    min-height: 330px;
  }

  .goal-visual figcaption {
    left: 22px;
    right: 22px;
    top: 28px;
    bottom: auto;
  }

  .goal-visual figcaption strong {
    font-size: 23px;
  }

  .goal-visual figcaption span {
    max-width: 290px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.66;
  }

  .goal-list article {
    min-height: 78px;
    padding: 18px;
  }

  .core-value-strip {
    min-height: auto;
  }

  .core-value-strip span {
    width: 100%;
    min-height: 58px;
    padding: 16px 18px;
  }

  .partner-marquee {
    margin-bottom: 42px;
  }

  .partner-recognition {
    margin-top: -20px;
  }

  .about-brand-panel,
  .about-brand-image {
    min-height: 320px;
  }

  .about-brand-image-panel,
  .about-brand-image-panel .about-brand-image {
    min-height: 0;
  }

  .partner-logo {
    width: 158px;
    min-height: 72px;
    padding: 8px 14px;
  }

  .partner-logo img {
    height: 50px;
  }

  .partner-logo strong {
    font-size: 15px;
  }

  .partner-logo small {
    font-size: 10px;
  }

  .partner-logo img {
    max-width: 116px;
    max-height: 34px;
  }

  .honor-grid {
    grid-template-columns: 1fr;
  }

  .honor-heading h3 {
    font-size: 28px;
  }

  .network-content > p {
    font-size: 16px;
    line-height: 1.72;
  }

  .network-content h2 span {
    display: block;
  }

  .values-grid {
    margin-top: 26px;
  }

  .product-intro,
  .product-matrix article,
  .supply-chain-flow article,
  .proof-list article,
  .career-paths article,
  .news-grid article,
  .contact-form {
    padding: 18px;
  }

  .supply-chain-flow article::after {
    left: 22px;
  }

  .hero {
    min-height: 610px;
  }

  .hero-slide {
    padding: 104px 18px 106px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.68;
  }

  .hero-carousel-controls {
    bottom: 34px;
  }

  .page-hero {
    min-height: 340px;
    padding: 92px 18px 42px;
  }

  .page-hero.hero-skin-exhibition,
  .page-hero.hero-skin-material,
  .page-hero.hero-skin-logistics,
  .page-hero.hero-skin-alliance,
  .page-hero.hero-skin-market,
  .page-hero.hero-skin-people,
  .page-hero.hero-skin-city {
    min-height: 340px;
  }

  .page-hero h1 {
    font-size: 31px;
  }

  .section {
    padding: 50px 18px;
  }

  .page-section {
    padding: 44px 18px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section-heading h2,
  .product-intro h2,
  .network-content h2,
  .career-copy h2,
  .contact-copy h2,
  .page-title-row h2,
  .split-panel h2 {
    font-size: 29px;
  }

  .about-light,
  .about-immersive,
  .product-bridge {
    padding-top: 50px;
    padding-bottom: 48px;
  }

  .about-stage {
    padding: 20px 16px;
  }

  .about-stage-heading {
    margin-bottom: 18px;
  }

  .about-stage .about-copy {
    padding: 16px;
  }

  .about-visual-card,
  .about-visual-image,
  .about-map-panel {
    min-height: 230px;
  }

  .product-category-nav {
    gap: 8px;
  }

  .product-category-button {
    min-height: 56px;
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 8px;
  }

  .product-info-panel {
    padding: 18px;
  }

  .product-info-panel h3 {
    font-size: 28px;
  }

  .product-spec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .application-photo-grid,
  .award-gallery {
    gap: 10px;
  }

  .application-photo-card,
  .application-photo-card img {
    min-height: 132px;
  }

  .award-display-card {
    padding: 8px;
  }

  .award-caption h3 {
    font-size: 15px;
  }

  .award-caption p {
    display: none;
  }

  .partner-marquee {
    margin: -4px -5vw 26px;
    padding: 14px 0;
  }

  .partner-logo-cloud {
    gap: 8px;
  }

  .partner-marquee-row.is-mobile-extra {
    display: block;
  }

  .partner-track {
    gap: 8px;
    animation-duration: 26s;
  }

  .partner-marquee-row.is-reverse .partner-track {
    animation-duration: 29s;
  }

  .partner-marquee-row.is-slow .partner-track {
    animation-duration: 32s;
  }

  .partner-marquee-row.is-mobile-extra .partner-track {
    animation-duration: 24s;
  }

  .partner-marquee-row.is-mobile-extra.is-reverse .partner-track {
    animation-duration: 27s;
  }

  .partner-logo {
    width: 132px;
    min-height: 54px;
    padding: 6px 10px;
  }

  .partner-logo img {
    height: 34px;
  }

  .news-feature-image,
  .news-feature-card.is-main .news-feature-image {
    min-height: 132px;
  }

  .news-feature-card:not(.is-main) a {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .news-feature-card:not(.is-main) .news-feature-image {
    min-height: 100%;
  }

  .news-feature-copy {
    padding: 16px;
  }

  .news-feature-copy h3,
  .news-feature-card.is-main h3 {
    font-size: 18px;
  }

  .news-tab-button {
    min-height: 42px;
  }

  .news-more-list li {
    min-height: 50px;
    padding: 10px 14px;
  }

  .org-chart-showcase,
  .culture-showcase {
    padding: 18px 14px;
  }

  .org-parent-node {
    gap: 14px;
    padding: 18px 16px;
  }

  .org-parent-node > div:first-child strong {
    font-size: 24px;
  }

  .org-parent-vision strong {
    font-size: 20px;
  }

  .org-connector {
    height: 20px;
  }

  .org-branch-grid article,
  .goal-list article,
  .compact-service-layers article,
  .risk-support-grid article,
  .career-benefit-grid article,
  .job-board-grid article,
  .career-growth-grid article,
  .career-snapshot article,
  .contact-grid article,
  .benefit-grid article,
  .job-detail-grid article,
  .service-layers article,
  .product-detail-grid article,
  .inquiry-routing article {
    padding: 16px;
  }

  .goal-visual,
  .goal-visual img {
    min-height: 220px;
  }

  .goal-visual figcaption {
    left: 16px;
    right: 16px;
    top: 22px;
    bottom: auto;
  }

  .goal-visual figcaption strong {
    font-size: 21px;
  }

  .goal-visual figcaption span {
    max-width: 250px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
  }

  .core-value-strip span {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 19px;
  }

  .compact-service-layers h3,
  .risk-support-grid h3,
  .career-benefit-grid h3,
  .job-board-grid h3,
  .career-growth-grid h3,
  .contact-grid h3,
  .benefit-grid h3 {
    font-size: 20px;
  }

  .apply-copy,
  .apply-card {
    padding: 18px;
  }

  .compact-service-layers,
  .risk-support-grid,
  .career-snapshot,
  .career-benefit-grid,
  .career-growth-grid,
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compact-service-layers article,
  .risk-support-grid article,
  .career-snapshot article,
  .career-benefit-grid article,
  .career-growth-grid article,
  .benefit-grid article {
    padding: 14px;
  }

  .compact-service-layers p,
  .risk-support-grid p,
  .career-benefit-grid p,
  .career-growth-grid p,
  .benefit-grid p {
    font-size: 13px;
    line-height: 1.58;
  }

  .job-board-grid article {
    padding: 15px;
  }

  .job-board-grid p,
  .job-board-grid li {
    font-size: 13px;
    line-height: 1.55;
  }
}

@media (max-width: 980px) {
  .news-detail-hero {
    padding: 128px 0 44px;
  }

  .news-detail-layout {
    grid-template-columns: 1fr;
  }

  .news-detail-side {
    position: static;
  }
}

@media (max-width: 640px) {
  .news-detail-hero {
    padding: 112px 0 34px;
  }

  .news-detail-back {
    margin-bottom: 18px;
  }

  .news-detail-hero h1 {
    font-size: 30px;
    line-height: 1.18;
  }

  .news-detail-section {
    padding-top: 28px;
  }

  .news-detail-article,
  .news-detail-side {
    padding: 18px;
  }

  .news-detail-cover {
    margin-bottom: 20px;
  }

  .news-detail-body {
    font-size: 15px;
    line-height: 1.78;
  }

  .news-detail-body p {
    margin-bottom: 14px;
  }

  .news-detail-body img {
    margin: 18px auto;
  }

  .news-detail-actions,
  .news-detail-actions .button {
    width: 100%;
  }
}
