:root {
  --ink: #1f2d3d;
  --muted: #667085;
  --light: #f4faff;
  --line: #d6e7f8;
  --blue: #4c91de;
  --blue-2: #72ade9;
  --blue-deep: #2c6fbd;
  --blue-accent: #5a9fe4;
  --red: #d22d2d;
  --yellow: #f1c232;
  --max: 1400px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
select {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  line-height: 1.65;
}

section {
  scroll-margin-top: 86px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}
.mt-2{
  margin-top: 16px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at right top, rgba(47, 127, 186, 0.08), transparent 34%);
  border-bottom: 1px solid rgba(228, 235, 243, 0.92);
  backdrop-filter: blur(14px);
}

.home-header {
  position: fixed;
  right: 0;
  left: 0;
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-header.scrolled,
.home-header.open {
  background: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(228, 235, 243, 0.92);
  box-shadow: 0 12px 32px rgba(20, 61, 95, 0.12);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.brand-name {
  display: block;
  color: #000;
  /* font-family: "Kaiti SC", "STKaiti", "KaiTi", serif; */
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-name-en {
  display: block;
  padding-left: 2px;
  color: #263445;
  /* font-family: "Arial Narrow", Arial, Helvetica, sans-serif; */
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 3.5px;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.1vw, 34px);
  color: #263445;
  font-size: 16px;
}

.site-nav a {
  position: relative;
  white-space: nowrap;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 3px;
  background: var(--blue);
  transform: translateX(-50%);
  transition: width 0.2s ease;
}

.site-nav a:hover {
  color: var(--blue);
}

.site-nav a:hover::after {
  width: 26px;
}

.site-nav a[aria-current="page"] {
  color: var(--blue);
}

.site-nav a[aria-current="page"]::after {
  width: 26px;
}

.nav-cta {
  min-height: 40px;
  padding: 8px 18px;
  color: #fff;
  background: var(--blue-accent);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid var(--line);
  background: #fff;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.home-header:not(.scrolled):not(.open) .brand-name,
.home-header:not(.scrolled):not(.open) .brand-name-en,
.home-header:not(.scrolled):not(.open) .site-nav {
  color: #fff;
  text-shadow: 0 2px 12px rgba(14, 45, 73, 0.42);
}

.home-header:not(.scrolled):not(.open) .site-nav a:hover {
  color: #fff;
}

.home-header:not(.scrolled):not(.open) .site-nav a:not(.nav-cta)::after {
  background: #fff;
}

.home-header:not(.scrolled):not(.open) .nav-cta {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(14, 45, 73, 0.18);
}

.home-header:not(.scrolled):not(.open) .nav-toggle {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(14, 45, 73, 0.16);
}

.home-header:not(.scrolled):not(.open) .nav-toggle span {
  background: #fff;
}

.hero {
  background: #fff;
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.92);
}

h1 {
  max-width: 1080px;
  margin-bottom: 22px;
  font-size: clamp(42px, 4.4vw, 62px);
  line-height: 1.13;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  color: #142033;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.2;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: #142033;
  font-size: 21px;
  line-height: 1.35;
}

.download-row a,
.board-foot a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-weight: 800;
}

.fact-band {
  border-bottom: 1px solid var(--line);
  background: #eaf4ff;
}

.fact-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
}

.fact-inner article {
  padding: 30px 30px 28px;
  border-right: 1px solid var(--line);
}

.fact-inner article:first-child {
  border-left: 1px solid var(--line);
}

.fact-inner strong {
  display: block;
  color: var(--blue-deep);
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1;
}

.fact-inner span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: clamp(74px, 8vw, 80px) 0;
}

.section-shell {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
}

.section-head {
  display: block;
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head .eyebrow {
  color: #8a96a8;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 300;
}

.section-head h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: var(--blue);
  font-size: clamp(28px, 3vw, 34px);
}

.section-head h2::before,
.section-head h2::after {
  content: "";
  width: 54px;
  height: 1px;
  background: #cfd8e3;
}

.section-head > p {
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 17px;
}

.procurement-section,
.service-section,
.certificates-section {
  background: linear-gradient(180deg, #f0f8ff 0%, #e4f2ff 100%);
}

.procurement-dashboard {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 24px;
}

.notice-panel,
.notice-board,
.certificate-grid article {
  border: 1px solid var(--line);
  background: #fff;
}

.notice-panel {
  align-self: start;
  padding: 26px;
}

.notice-panel > p {
  color: var(--muted);
}

.notice-summary {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.notice-summary article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: #f9fbfe;
}

.notice-summary span,
.contact-grid span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.notice-summary strong {
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
}

.process-list {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.process-list > span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-weight: 800;
}

.process-list ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: #344054;
  font-size: 14px;
}

.notice-board {
  min-width: 0;
  border-top: 4px solid var(--blue);
}

.board-top {
  display: grid;
  grid-template-columns: 210px minmax(230px, 1fr) 180px 180px;
  gap: 14px;
  align-items: end;
  padding: 20px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.board-top label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.segmented {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 46px;
  padding: 4px;
  border: 1px solid var(--line);
  background: #f5f8fc;
}

.tab-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.tab-button.active {
  color: #fff;
  background: var(--blue);
}

input,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  padding: 0 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

input:focus,
select:focus,
button:focus-visible,
a:focus-visible {
  outline: 2px solid rgba(16, 72, 160, 0.28);
  outline-offset: 2px;
}

.table-wrap {
  overflow: auto;
}

.notice-table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
}

.notice-table th,
.notice-table td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.notice-table th {
  color: #344054;
  background: #f2f6fb;
  font-size: 14px;
  white-space: nowrap;
}

.notice-table tbody tr:hover {
  background: #fbfdff;
}

.notice-table tbody tr:last-child td {
  border-bottom: 0;
}

.project-title {
  display: block;
  color: #142033;
  font-weight: 900;
  line-height: 1.45;
}

.project-desc,
.date-sub {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
}

.date-main,
.date-sub,
.notice-table td:nth-child(2),
.notice-table td:nth-child(3),
.notice-table td:nth-child(5),
.notice-table td:nth-child(6) {
  white-space: nowrap;
}

.status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  color: var(--blue);
  background: #e9f2ff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.status.done {
  color: #0f6b4e;
  background: #e8f5ef;
}

.status.pending {
  color: #8a5a0a;
  background: #fff2d7;
}

.link-action {
  color: var(--blue);
  font-weight: 900;
  white-space: nowrap;
}

.notice-cards {
  display: none;
}

.board-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  border-top: 1px solid var(--line);
  background: #fbfdff;
}

.data-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.board-foot a {
  min-height: 38px;
  padding: 0 16px;
  color: var(--blue);
  border-color: var(--line);
  background: #fff;
  white-space: nowrap;
}

.board-foot-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.procurement-list-section {
  padding-top: clamp(38px, 5vw, 62px);
  background:
    linear-gradient(180deg, #f5fafd 0%, var(--light) 38%),
    radial-gradient(circle at 12% 0, rgba(47, 127, 186, 0.08), transparent 30%);
}

.about-section {
  background: #fff;
}

.about-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.92fr);
  gap: 28px;
  align-items: stretch;
}

.about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue-accent);
  background:
    linear-gradient(135deg, rgba(47, 127, 186, 0.07), rgba(255, 255, 255, 0) 42%),
    #fff;
}

.section-kicker {
  display: block;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.about-copy h3 {
  max-width: 560px;
  margin-bottom: 18px;
  color: #142033;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.25;
}

.about-copy p {
  max-width: 640px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-tags span {
  padding: 7px 12px;
  color: var(--blue);
  border: 1px solid #d8e9f5;
  background: #f5fafd;
  font-size: 13px;
  font-weight: 800;
}

.about-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.62fr);
  gap: 12px;
  min-height: 360px;
}

.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-media img:first-child {
  min-height: 360px;
}

.about-media img:last-child {
  min-height: 360px;
}

.capacity-layout .eyebrow {
  color: var(--blue);
  font-size: 18px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 18px;
  border: 1px solid var(--line);
  background: var(--line);
}

.proof-grid article {
  min-height: 138px;
  padding: 24px;
  border: 0;
  background: #fff;
}

.proof-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.proof-grid strong {
  display: block;
  color: #142033;
  font-size: 17px;
  line-height: 1.45;
}

.certificate-grid p,
.capacity-layout > div:first-child p {
  margin-bottom: 0;
  color: var(--muted);
}

.product-browser {
  border-top: 4px solid var(--blue);
  background: #fff;
  box-shadow: 0 22px 54px rgba(7, 52, 111, 0.1);
}

.product-browser-body {
  display: grid;
  grid-template-columns: minmax(238px, 0.24fr) minmax(0, 1fr);
  min-height: 610px;
}

.product-tabs { padding: 12px 0; color: #fff; background: var(--blue-deep); }

.product-tab {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  width: 100%;
  padding: 17px 24px;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.product-tab::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--yellow);
  transform: scaleY(0);
  transition: transform 0.2s ease;
}

.product-tab:hover, .product-tab.active { color: #fff; background: rgba(255, 255, 255, 0.1); }
.product-tab.active::after { transform: scaleY(1); }
.product-tab:focus-visible { outline: 2px solid var(--yellow); outline-offset: -4px; }
.product-tab span { grid-row: 1 / 3; color: var(--yellow); font-size: 12px; font-weight: 900; }
.product-tab strong, .product-tab small { display: block; min-width: 0; }
.product-tab strong { font-size: 17px; }
.product-tab small { margin-top: 4px; color: rgba(255, 255, 255, 0.54); font-size: 12px; }

.product-panel {
  display: grid;
  grid-template-columns: minmax(340px, 1.08fr) minmax(330px, 0.92fr);
  min-height: 610px;
}

.product-panel[hidden] { display: none; }

.product-panel figure {
  display: grid;
  place-items: center;
  min-width: 0;
  margin: 0;
  padding: clamp(28px, 4vw, 58px);
  background: #f3f6fa;
  overflow: hidden;
}

.product-panel figure img {
  width: 100%;
  max-width: 620px;
  max-height: 480px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(7, 52, 111, 0.16));
}

.product-panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(34px, 4.4vw, 66px);
}

.product-index { margin-bottom: 16px; color: var(--blue); font-size: 12px; font-weight: 900; }
.product-panel-copy h3 { margin-bottom: 16px; font-size: clamp(27px, 2.5vw, 38px); }
.product-panel-copy > p { margin-bottom: 24px; color: var(--muted); font-size: 16px; }

.product-panel-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.product-panel-copy li {
  padding: 7px 11px;
  color: #24364b;
  border: 1px solid #dce5ef;
  background: #f8fafc;
  font-size: 13px;
  font-weight: 800;
}

.product-panel-copy dl {
  display: grid;
  gap: 13px;
  margin: auto 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.product-panel-copy dl div { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 12px; }
.product-panel-copy dt, .product-panel-copy dd { margin: 0; font-size: 14px; }
.product-panel-copy dt { color: var(--muted); }
.product-panel-copy dd { color: #24364b; font-weight: 800; }

.capacity-section {
  color: #fff;
  background:
    linear-gradient(108deg, rgba(44, 111, 189, 0.68), rgba(76, 145, 222, 0.42)),
    url("assets/images/press-line-1-clear.jpg") center / cover;
}

.capacity-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
}

.capacity-layout h2,
.capacity-layout h3 {
  color: #fff;
}

.capacity-layout .eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.capacity-layout > div:first-child p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
}

.equipment-list {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(31, 94, 166, 0.52);
  box-shadow: 0 22px 48px rgba(22, 66, 126, 0.18);
  backdrop-filter: blur(12px);
}

.equipment-list h3 {
  margin-bottom: 18px;
}

.equipment-list ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.certificates-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #eef7ff 0%, #e2f1ff 46%, #ffffff 100%);
}

.certificates-section::before {
  display: none;
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 128px;
  background:
    linear-gradient(90deg, rgba(47, 128, 201, 0.12), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.certificates-section .section-shell {
  position: relative;
}

.honor-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 0.94fr) minmax(340px, 1.06fr);
  gap: clamp(22px, 3.6vw, 46px);
  align-items: stretch;
  margin-bottom: 22px;
  border: 1px solid #d8e7f1;
  background: #fff;
  box-shadow: 0 22px 50px rgba(27, 93, 143, 0.08);
}

.honor-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 390px;
  padding: clamp(32px, 4vw, 56px);
  color: #fff;
  background:
    linear-gradient(150deg, rgba(44, 111, 189, 0.99), rgba(76, 145, 222, 0.96)),
    var(--blue);
}

.honor-summary > span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.honor-summary h3 {
  max-width: 560px;
  margin: 18px 0 16px;
  color: #fff;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.18;
}

.honor-summary p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.honor-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  background: rgba(255, 255, 255, 0.24);
}

.honor-metrics div {
  min-height: 92px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.honor-metrics strong,
.honor-metrics span {
  display: block;
}

.honor-metrics strong {
  color: #fff;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
}

.honor-metrics span {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 900;
}

.honor-proof-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(28px, 3.6vw, 48px);
  background:
    linear-gradient(135deg, #fff 0%, #fff 100%);
}

.honor-proof-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d8e7f1;
}

.honor-proof-head span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.honor-proof-head strong {
  color: #142033;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.25;
}

.honor-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #d8e7f1;
}

.honor-proof-grid div {
  min-height: 158px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.82);
}

.honor-proof-grid div:nth-child(1) {
  background:
    linear-gradient(135deg, rgba(47, 127, 186, 0.08), rgba(255, 255, 255, 0.94)),
    #fff;
}

.honor-proof-grid span,
.honor-proof-grid strong {
  display: block;
}

.honor-proof-grid span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.honor-proof-grid strong {
  margin-top: 18px;
  color: #142033;
  font-size: 20px;
}

.honor-proof-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.certificate-grid article {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d8e7f1;
  background: #fff;
  box-shadow: 0 14px 32px rgba(27, 93, 143, 0.07);
}

.certificate-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue-deep), var(--blue), var(--blue-2));
}

.certificate-grid img {
  width: 100%;
  height: 238px;
  object-fit: contain;
  padding: 24px 24px 16px;
  background:
    linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
}

.certificate-grid article > span {
  display: block;
  padding: 0 22px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.certificate-grid h3,
.certificate-grid p {
  padding: 0 22px;
}

.certificate-grid h3 {
  margin: 8px 0 6px;
  color: #142033;
  font-size: 19px;
}

.certificate-grid p {
  min-height: 50px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
}

.download-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid #d8e7f1;
  background: #fff;
}

.download-row > span {
  margin-right: 4px;
  color: #142033;
  font-size: 15px;
  font-weight: 900;
}

.download-row a {
  border-color: #cfe3f1;
  color: var(--blue-deep);
  background: #f5fafd;
}

.download-row a:hover {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.detail-hero {
  position: relative;
  min-height: clamp(205px, 18vw, 250px);
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(108deg, rgba(44, 111, 189, 0.7) 0%, rgba(76, 145, 222, 0.46) 56%, rgba(106, 169, 232, 0.1) 100%),
    url("assets/images/press-line-2-clear.jpg") center 50% / cover;
  border-bottom: 4px solid var(--blue-accent);
  overflow: hidden;
}

.detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 56%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 132px);
  pointer-events: none;
}

.detail-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.detail-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: clamp(26px, 4vw, 58px);
  align-items: center;
  padding: clamp(24px, 3vw, 34px) 0;
}

.detail-hero-copy {
  max-width: 700px;
  padding-left: 18px;
  border-left: 4px solid rgba(255, 255, 255, 0.84);
}

.detail-hero-copy p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 900;
}

.detail-hero-copy span,
.detail-hero-copy strong {
  display: block;
}

.detail-hero-copy span {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 900;
}

.detail-hero-copy strong {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.75;
}

.detail-hero-facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  padding: 8px;
  background: rgba(31, 94, 166, 0.32);
  box-shadow: 0 18px 42px rgba(10, 49, 100, 0.16);
  backdrop-filter: blur(12px);
}

.detail-hero-facts div {
  min-height: 58px;
  padding: 11px 14px 11px 16px;
  border-left: 3px solid rgba(255, 255, 255, 0.8);
  background: rgba(44, 111, 189, 0.4);
}

.detail-hero-facts span,
.detail-hero-facts strong,
.detail-hero-facts p {
  display: block;
}

.detail-hero-facts span {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 900;
}

.detail-hero-facts strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.detail-hero-facts p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  font-size: 14px;
}

.breadcrumb a {
  color: rgba(0, 0, 0, 0.5);
}

.detail-section {
  padding: clamp(36px, 5vw, 58px) 0 clamp(70px, 8vw, 60px);
  background:
    linear-gradient(180deg, #f3f7fc 0%, #fff 55%),
    radial-gradient(circle at 12% 0, rgba(16, 72, 160, 0.08), transparent 30%);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 26px;
  align-items: start;
}

.detail-main,
.detail-side-card,
.detail-empty {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 52px rgba(7, 52, 111, 0.07);
}

.detail-main {
  position: relative;
  padding: clamp(26px, 4vw, 36px);
  border-top: 5px solid var(--blue);
}

.detail-main::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  width: 32%;
  height: 5px;
  background: var(--blue);
}

.detail-overview {
  max-width: 860px;
}

.detail-overview h1,
.detail-empty h1 {
  max-width: 820px;
  margin: 0 0 18px;
  color: #142033;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.25;
}

.detail-overview p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.detail-meta-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 30px 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.detail-meta-strip div {

  padding: 12px;
  background: #f9fbfe;
}

.detail-meta-strip span,
.detail-side dt {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.detail-meta-strip strong,
.detail-side dd {
  display: block;
  margin-top: 7px;
  color: #142033;
  font-weight: 900;
}

.detail-content-section {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--line);
}

.detail-content-section h2 {
  position: relative;
  margin-bottom: 16px;
  padding-left: 14px;
  color: var(--blue);
  font-size: 21px;
}

.detail-content-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 4px;
  height: 1em;
  background: var(--red);
}

.detail-content-section ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: #344054;
  list-style: none;
}

.detail-content-section li {
  position: relative;
  padding-left: 18px;
}

.detail-content-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  background: var(--blue-2);
}

.detail-content-section p {
  margin-bottom: 0;
  color: var(--muted);
}

.detail-side {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 112px;
}

.detail-side-card {
  padding: 26px;
}

.detail-side-card h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 14px;
  color: var(--blue);
  font-size: 21px;
}

.detail-side-card h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  background: var(--red);
}

.detail-side dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.detail-side dt,
.detail-side dd {
  margin: 0;
}

.detail-side dl div {
  padding-bottom: 14px;
}

.detail-side dl div:first-child {
  padding-top: 0;
}

.detail-side dl div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.detail-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(90deg, var(--blue), var(--blue-2));
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(31, 102, 178, 0.16);
}

.detail-empty {
  padding: 36px;
}

@media (max-width: 1120px) {
  .honor-showcase {
    grid-template-columns: 1fr;
  }

  .honor-summary {
    min-height: auto;
  }

  .certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-inner {
    flex-wrap: wrap;
    min-height: 72px;
    padding: 12px 0;
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 14px;
  }

  .site-header.open .site-nav {
    display: flex;
  }

  .procurement-dashboard,
  .about-overview,
  .capacity-layout,
  .contact-inner,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .detail-side {
    grid-template-columns: repeat(2, 1fr);
    position: static;
  }

  .detail-back {
    grid-column: 1 / -1;
  }

  .detail-hero-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
    padding: 34px 0;
  }

  .detail-hero-facts {
    max-width: 860px;
    grid-template-columns: repeat(2, 1fr);
  }

  .about-copy {
    min-height: auto;
  }

  .about-media {
    min-height: 300px;
  }

  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .notice-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
    gap: 20px;
  }

  .notice-panel > h3,
  .notice-panel > p {
    grid-column: 1 / -1;
  }

  .board-top {
    grid-template-columns: 1fr 1fr;
  }

  .segmented {
    grid-column: 1 / -1;
  }

}

@media (max-width: 900px) {
  .table-wrap {
    display: none;
  }

  .notice-cards {
    display: grid;
    gap: 12px;
    padding: 14px;
  }

  .notice-card {
    padding: 18px;
    border: 1px solid var(--line);
    background: #fff;
  }

  .notice-card-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
  }

  .notice-card h3 {
    font-size: 18px;
  }

  .notice-card p {
    color: var(--muted);
    font-size: 14px;
  }

  .notice-card dl {
    display: grid;
    gap: 8px;
    margin: 0 0 14px;
  }

  .notice-card dl div {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 10px;
  }

  .notice-card dt,
  .notice-card dd {
    min-width: 0;
    margin: 0;
    font-size: 13px;
  }

  .notice-card dt {
    color: var(--muted);
    font-weight: 900;
  }
}

@media (max-width: 760px) {
  .header-inner,
  .fact-inner,
  .section-shell,
  .contact-inner {
    width: calc(100% - 32px);
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 58px);
  }

  .brand-name {
    font-size: 19px;
  }

  .brand-name-en {
    font-size: 9px;
    letter-spacing: 2.5px;
  }

  h1 {
    font-size: clamp(32px, 9vw, 37px);
  }

  h2 {
    font-size: clamp(26px, 8vw, 30px);
  }

  .section-head,
  .notice-panel,
  .board-top,
  .certificate-grid,
  .honor-proof-grid,
  .contact-grid,
  .detail-meta-strip,
  .detail-side {
    grid-template-columns: 1fr;
  }

  .honor-showcase {
    margin-bottom: 16px;
  }

  .honor-summary {
    padding: 28px 22px;
  }

  .honor-metrics {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .honor-metrics div {
    min-height: auto;
  }

  .honor-proof-panel {
    padding: 22px;
  }

  .honor-proof-head {
    display: block;
  }

  .honor-proof-head strong {
    display: block;
    margin-top: 8px;
  }

  .honor-proof-grid div {
    min-height: auto;
  }

  .certificate-grid img {
    height: 220px;
  }

  .download-row {
    align-items: stretch;
  }

  .download-row > span {
    width: 100%;
  }

  .detail-hero {
    min-height: auto;
    background-position: center;
  }

  .detail-hero-inner {
    padding: 30px 0 26px;
    gap: 18px;
  }

  .detail-hero-copy {
    padding-left: 14px;
  }

  .detail-hero-copy strong {
    font-size: 15px;
  }

  .detail-hero-facts {
    grid-template-columns: repeat(2, 1fr);
    padding: 8px;
  }

  .detail-hero-facts div {
    min-height: 70px;
    padding: 14px 12px;
  }

  .detail-hero-facts span {
    margin-bottom: 8px;
  }

  .detail-hero-facts strong {
    margin-bottom: 0;
    font-size: 14px;
  }

  .detail-hero-facts p {
    display: none;
  }

  .detail-main,
  .detail-side-card,
  .detail-empty {
    box-shadow: 0 12px 30px rgba(7, 52, 111, 0.06);
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .section-head h2 {
    gap: 14px;
  }

  .section-head h2::before,
  .section-head h2::after {
    width: 34px;
  }

  .fact-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fact-inner article,
  .fact-inner article:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 116px;
    padding: 22px 14px;
    text-align: center;
    border-left: 0;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .fact-inner article:nth-child(odd) {
    border-left: 1px solid var(--line);
  }

  .fact-inner article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .fact-inner strong {
    font-size: 30px;
    white-space: nowrap;
  }

  .fact-inner span {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.4;
  }

  .section {
    padding: 68px 0;
  }

  .notice-panel {
    order: 2;
    padding: 20px;
  }

  .notice-board {
    order: 1;
  }

  .board-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .board-foot-actions {
    justify-content: flex-start;
  }

  .about-overview {
    gap: 14px;
  }

  .about-media {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .about-media img:first-child,
  .about-media img:last-child {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .header-inner,
  .fact-inner,
  .section-shell,
  .contact-inner {
    width: calc(100% - 28px);
  }

  .header-inner {
    min-height: 76px;
  }

  .fact-inner article,
  .fact-inner article:first-child {
    min-height: 104px;
    padding: 18px 8px;
  }

  .fact-inner strong {
    font-size: 25px;
  }

  .fact-inner span {
    font-size: 12px;
  }

  .brand-name {
    font-size: 16px;
  }

  .brand-name-en {
    font-size: 8px;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
  }

  .section-head .eyebrow {
    font-size: 31px;
  }

  .about-copy,
  .notice-panel,
  .equipment-list {
    padding: 18px;
  }

  .contact-grid strong {
    font-size: 16px;
  }
}

@media (max-width: 1120px) {
  .product-panel { grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 1.1fr); }
}

@media (max-width: 900px) {
  .product-browser-body { grid-template-columns: 1fr; min-height: 0; }
  .product-tabs { display: flex; padding: 0; overflow-x: auto; scrollbar-width: thin; }
  .product-tab {
    flex: 0 0 158px;
    grid-template-columns: 26px minmax(0, 1fr);
    padding: 15px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
  }
  .product-tab::after { inset: auto 0 0; width: auto; height: 4px; transform: scaleX(0); }
  .product-tab.active::after { transform: scaleX(1); }
  .product-panel { grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr); min-height: 540px; }
}

@media (max-width: 760px) {
  .product-panel { grid-template-columns: 1fr; min-height: 0; }
  .product-panel figure { min-height: 310px; padding: 24px; }
  .product-panel figure img { max-height: 280px; }
  .product-panel-copy { padding: 28px 22px 32px; }
  .product-panel-copy h3 { font-size: 27px; }
  .product-panel-copy dl { margin-top: 0; }
}

/* Multiple product images within each category */
.product-gallery {
  grid-template-rows: minmax(0, 1fr) auto;
  place-items: stretch;
  gap: 14px;
  padding-bottom: 18px;
}

.product-gallery::after {
  top: 28px;
  right: 28px;
  bottom: auto;
}

.product-main-media {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.product-panel .product-main-media img {
  width: 100%;
  height: 100%;
  max-height: 340px;
  object-fit: contain;
}

.product-thumbnails {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
}

.product-thumbnails button {
  width: 68px;
  height: 54px;
  padding: 3px;
  border: 1px solid #bec9d5;
  background: rgba(255, 255, 255, 0.86);
  cursor: pointer;
}

.product-thumbnails button:hover,
.product-thumbnails button.active {
  border-color: var(--blue);
  box-shadow: inset 0 -3px var(--blue);
}

.product-thumbnails button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.product-panel .product-thumbnails img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  filter: none;
  mix-blend-mode: normal;
}

.product-panel .product-gallery:hover img {
  transform: none;
}

.product-panel .product-main-media:hover img {
  transform: translateY(-3px);
}

@media (max-width: 760px) {
  .product-gallery {
    min-height: 310px;
    gap: 10px;
    padding-bottom: 14px;
  }

  .product-gallery::after {
    top: 19px;
    right: 18px;
  }

  .product-panel .product-main-media img {
    max-height: 210px;
  }

  .product-thumbnails {
    gap: 6px;
    min-height: 44px;
  }

  .product-thumbnails button {
    width: 54px;
    height: 44px;
  }
}

/* Final product / contact / footer styles */
.service-section {
  background: linear-gradient(180deg, #edf7ff 0%, #dfefff 48%, #f7fbff 100%);
}

.product-browser {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 54px rgba(27, 93, 143, 0.09);
}

.product-browser-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.product-catalog-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 0;
  gap: 24px;
  min-height: 66px;
  padding: 0 26px;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid #d4e2ee;
  background: #fff;
}

.product-catalog-bar::before {
  display: none;
}

.product-catalog-bar > div:first-child {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.product-catalog-bar > div:first-child span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.product-catalog-bar > div:first-child strong {
  color: #142033;
  font-size: 17px;
}

.product-controls {
  display: flex;
  align-items: center;
}

.product-position {
  min-width: 72px;
  margin-right: 14px;
  color: var(--blue-deep);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  text-align: center;
}

.product-arrow {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  border-color: #c7dbe9;
  background: #f6f9fc;
  cursor: pointer;
}

.product-arrow + .product-arrow {
  margin-left: -1px;
}

.product-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--blue-deep);
  border-right: 2px solid var(--blue-deep);
  border-color: var(--blue-deep);
}

.product-arrow.previous::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.product-arrow.next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.product-arrow:hover {
  border-color: var(--blue);
  background: var(--blue);
}

.product-arrow:hover::before {
  border-color: #fff;
}

.product-arrow:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.product-panels {
  order: 1;
}

.product-tabs {
  order: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #d4e2ee;
  background: #fff;
}

.product-tab {
  grid-template-columns: 28px minmax(0, 1fr);
  padding: 18px 20px;
  color: #536174;
  border: 0;
  border-right: 1px solid #d4e2ee;
  background: #fff;
  box-shadow: none;
}

.product-tab:last-child {
  border-right: 0;
}

.product-tab::after {
  display: block;
  inset: 0 0 auto;
  width: auto;
  height: 4px;
  background: var(--blue-accent);
  transform: scaleX(0);
  transform-origin: left center;
}

.product-tab:hover,
.product-tab.active {
  color: #142033;
  background: #f6f9fc;
}

.product-tab.active::after {
  transform: scaleX(1);
}

.product-tab span,
.product-tab.active span {
  color: var(--blue);
}

.product-tab small,
.product-tab.active small {
  color: #6c7a89;
}

.product-panel {
  grid-template-columns: minmax(0, 1.32fr) minmax(360px, 0.68fr);
  gap: 0;
  min-height: 540px;
  padding: 0;
  background: #eaf4ff;
}

.product-panel figure,
.product-panel .product-gallery {
  position: relative;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(76, 145, 222, 0.1), rgba(229, 241, 254, 0.24)),
    linear-gradient(180deg, #f8fcff 0%, #eaf4ff 100%);
  box-shadow: none;
}

.product-panel figure::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 30px;
  width: 10px;
  height: 10px;
  background: #00a8d6;
  box-shadow: 16px 0 #d82232, 32px 0 #f1c232, 48px 0 #17191d;
}

.product-panel figure::after {
  content: "新华印务 / PRODUCT SAMPLE";
  position: absolute;
  right: 28px;
  bottom: 22px;
  color: rgba(27, 93, 143, 0.48);
  font-size: 10px;
  font-weight: 800;
}

.product-panel .product-main-media img {
  max-height: 360px;
}

.product-panel[data-product-panel="publication"] figure img {
  mix-blend-mode: multiply;
}

.product-panel figure img {
  transition: transform 0.35s ease;
}

.product-panel figure:hover img {
  transform: translateY(-5px);
}

.product-thumbnails button {
  border-color: rgba(47, 127, 186, 0.24);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.product-thumbnails button:hover,
.product-thumbnails button.active {
  border-color: var(--blue);
  box-shadow: inset 0 -3px var(--blue);
}

.product-panel-copy {
  color: #fff;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(150deg, rgba(44, 111, 189, 0.99) 0%, rgba(76, 145, 222, 0.96) 100%),
    var(--blue);
}

.product-panel-copy::before {
  width: 46px;
  height: 4px;
  margin-bottom: 28px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.86);
}

.product-index {
  color: rgba(255, 255, 255, 0.72);
}

.product-panel-copy h3,
.product-panel-copy > p,
.product-panel-copy li,
.product-panel-copy dl,
.product-panel-copy dt,
.product-panel-copy dd {
  color: #fff;
}

.product-panel-copy li {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
}

.product-panel-copy dl {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.product-panel-copy dt {
  color: rgba(255, 255, 255, 0.68);
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 8vw, 108px) 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(44, 111, 189, 0.7), rgba(76, 145, 222, 0.46)),
    url("assets/images/campus-hero-skygrade.jpg") center / cover;
}

.contact-section::before {
  display: none;
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
}

.contact-inner > div:first-child {
  min-height: auto;
  padding: 0;
  color: #fff;
  border-left: 0;
  background: transparent;
  box-shadow: none;
}

.contact-inner > div:first-child::after {
  display: none;
}

.contact-inner h2 {
  color: #fff;
}

.contact-inner > div:first-child .eyebrow,
.contact-inner > div:first-child p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.contact-inner > div:first-child p:not(.eyebrow) {
  max-width: 360px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.contact-grid div,
.contact-grid div:first-child {
  display: block;
  grid-column: auto;
  min-height: 90px;
  padding: 20px;
  border: 0;
  border-radius: 0;
  background: rgba(31, 94, 166, 0.3);
  box-shadow: none;
}

.contact-grid span,
.contact-grid strong {
  display: block;
}

.contact-grid span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 900;
}

.contact-grid strong {
  margin-top: 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
}

.site-footer {
  display: flex;
  justify-content: center;
  padding: 24px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  border-top: 0;
  background: var(--blue-deep);
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  width: min(var(--max), 100%);
}

.site-footer p {
  margin: 0;
}

.footer-info a {
  color: rgba(255, 255, 255, 0.86);
}

.footer-info a:hover {
  color: #fff;
}

@media (max-width: 1120px) {
  .product-tabs {
    display: flex;
    overflow-x: auto;
  }

  .product-tab {
    flex: 0 0 186px;
  }

  .product-panel {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.84fr);
  }

  .contact-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .product-catalog-bar {
    min-height: 58px;
    padding: 10px 16px;
  }

  .product-tabs {
    order: 1;
  }

  .product-panels {
    order: 2;
  }

  .product-tab {
    flex-basis: 150px;
    padding: 14px 13px;
  }

  .product-tab small {
    display: none;
  }

  .product-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .product-panel figure,
  .product-panel .product-gallery {
    min-height: 310px;
    padding: 34px 20px 18px;
  }

  .product-panel .product-main-media img {
    max-height: 220px;
  }

  .product-panel-copy {
    padding: 34px 24px 38px;
  }

  .contact-inner {
    width: calc(100% - 32px);
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 20px 16px;
  }

  .footer-info {
    display: grid;
    gap: 6px;
    text-align: center;
  }
}
