/*
Theme Name: ZZRS
Theme URI: https://www.zzrs-toy.com/
Author: ZZRS
Description: A refined, responsive theme for 蒸蒸日上游乐设备有限公司.
Version: 2.5.0
Text Domain: zzrs
*/

:root {
  --zzrs-ink: #142033;
  --zzrs-ink-deep: #0b1828;
  --zzrs-muted: #606b79;
  --zzrs-line: #e2e6ea;
  --zzrs-surface: #f4f6f7;
  --zzrs-warm: #fff7ee;
  --zzrs-white: #fff;
  --zzrs-orange: #f68a22;
  --zzrs-orange-deep: #d96f0d;
  --zzrs-orange-soft: #fff4e7;
  --zzrs-red: var(--zzrs-orange);
  --zzrs-magenta: var(--zzrs-orange-deep);
  --zzrs-purple: var(--zzrs-orange-deep);
  --zzrs-green: #78ad2f;
  --zzrs-shadow: 0 18px 45px rgba(14, 28, 45, .11);
  --zzrs-radius: 10px;
  --zzrs-width: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--zzrs-ink);
  background: var(--zzrs-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--zzrs-ink); text-decoration: none; }
a:hover { color: var(--zzrs-orange); }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.zzrs-wrap { width: min(calc(100% - 48px), var(--zzrs-width)); margin-inline: auto; }

.topbar {
  color: rgba(255, 255, 255, .92);
  background: linear-gradient(90deg, var(--zzrs-orange), var(--zzrs-orange-deep));
  font-size: 12px;
}
.topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(226, 230, 234, .95);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
  transition: background-color .28s ease, border-color .28s ease, box-shadow .28s ease, backdrop-filter .28s ease;
}
.header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  min-width: 290px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--zzrs-ink);
}
.brand-logo {
  width: 124px;
  height: 60px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: none;
  image-rendering: auto;
}
.brand-name {
  display: block;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: .01em;
}
.brand-tagline {
  display: block;
  margin-top: 3px;
  color: var(--zzrs-muted);
  font-size: 11px;
}
.primary-nav { margin-left: auto; }
.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-nav a {
  position: relative;
  display: block;
  padding: 27px 0 25px;
  color: var(--zzrs-ink);
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}
.primary-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 18px;
  left: 50%;
  height: 2px;
  background: var(--zzrs-orange);
  content: "";
  transition: left .2s ease, right .2s ease;
}
.primary-nav a:hover::after { right: 0; left: 0; }
.header-phone {
  min-width: 142px;
  display: inline-flex;
  flex-direction: column;
  padding-left: 17px;
  color: var(--zzrs-orange);
  border-left: 1px solid var(--zzrs-line);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}
.header-phone span {
  color: var(--zzrs-muted);
  font-size: 10px;
  font-weight: 500;
}
.header-language {
  min-width: 66px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--zzrs-ink);
  border: 1px solid var(--zzrs-line);
  border-radius: 999px;
  font-weight: 850;
  line-height: 1;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}
.header-language span { font-size: 12px; letter-spacing: .08em; }
.header-language small { margin-top: 3px; color: var(--zzrs-muted); font-size: 8px; font-weight: 650; }
.header-language:hover {
  color: #fff;
  border-color: var(--zzrs-orange);
  background: var(--zzrs-orange);
  transform: translateY(-1px);
}
.header-language:hover small { color: rgba(255, 255, 255, .82); }
.nav-language-mobile { display: none; }
.nav-toggle {
  display: none;
  margin-left: auto;
  padding: 7px 9px;
  color: var(--zzrs-ink);
  border: 1px solid var(--zzrs-line);
  background: #fff;
  font-size: 22px;
  line-height: 1;
}

.home .topbar { display: none; }
.home .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  border-bottom-color: transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.admin-bar.home .site-header { top: 32px; }
.home .site-header:not(.is-scrolled) .brand,
.home .site-header:not(.is-scrolled) .brand-name,
.home .site-header:not(.is-scrolled) .primary-nav a {
  color: #fff;
}
.home .site-header:not(.is-scrolled) .brand-tagline,
.home .site-header:not(.is-scrolled) .header-phone span {
  color: rgba(255, 255, 255, .78);
}
.home .site-header:not(.is-scrolled) .primary-nav a,
.home .site-header:not(.is-scrolled) .brand-name,
.home .site-header:not(.is-scrolled) .brand-tagline {
  text-shadow: 0 2px 14px rgba(0, 0, 0, .32);
}
.home .site-header:not(.is-scrolled) .header-phone {
  color: #fff;
  border-left-color: rgba(255, 255, 255, .32);
  text-shadow: 0 2px 14px rgba(0, 0, 0, .32);
}
.home .site-header:not(.is-scrolled) .header-language {
  color: #fff;
  border-color: rgba(255, 255, 255, .5);
  background: rgba(9, 24, 39, .14);
  text-shadow: 0 2px 12px rgba(0, 0, 0, .32);
}
.home .site-header:not(.is-scrolled) .header-language small { color: rgba(255, 255, 255, .76); }
.home .site-header:not(.is-scrolled) .nav-toggle {
  color: #fff;
  border-color: rgba(255, 255, 255, .45);
  background: rgba(9, 24, 39, .18);
  text-shadow: 0 2px 10px rgba(0, 0, 0, .34);
}
.home .site-header.is-scrolled {
  border-bottom-color: rgba(226, 230, 234, .95);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 10px 28px rgba(11, 24, 40, .09);
  backdrop-filter: blur(16px);
}

.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  overflow: hidden;
  align-items: center;
  background: #5799d8 url("assets/images/home-hero-playground.jpg") 56% center / cover no-repeat;
}
.home .hero {
  min-height: 100vh;
  min-height: 100svh;
}
.admin-bar.home .hero {
  min-height: calc(100vh - 32px);
  min-height: calc(100svh - 32px);
}
.hero::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 19, 31, .74) 0%, rgba(7, 19, 31, .47) 34%, rgba(7, 19, 31, .14) 62%, rgba(7, 19, 31, .04) 100%);
  content: "";
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 560px);
  padding-block: 84px;
}
.hero-copy {
  max-width: 560px;
  padding: 0;
  color: #fff;
}
.eyebrow {
  margin: 0 0 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .09em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .35);
}
.eyebrow::before {
  width: 34px;
  height: 3px;
  display: inline-block;
  margin: 0 11px 3px 0;
  background: var(--zzrs-orange);
  content: "";
}
.hero h1 {
  max-width: 540px;
  margin: 0;
  color: #fff;
  font-size: clamp(39px, 3.7vw, 52px);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: -.025em;
  text-shadow: 0 4px 26px rgba(0, 0, 0, .34);
  text-wrap: balance;
}
.hero-lead {
  max-width: 520px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
  line-height: 1.75;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .3);
}
.hero-actions,
.about-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 9px 24px rgba(13, 31, 49, .12);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.button span { transition: transform .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 13px 30px rgba(13, 31, 49, .18); }
.button:hover span { transform: translateX(3px); }
.button-primary { color: #fff; background: var(--zzrs-orange); }
.button-primary:hover { color: #fff; background: var(--zzrs-orange-deep); }
.button-light { color: var(--zzrs-ink); background: #fff; }
.button-light:hover { color: var(--zzrs-orange-deep); background: #fff; }
.button-outline {
  color: var(--zzrs-ink);
  border-color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .94);
}
.button-outline:hover { color: var(--zzrs-orange-deep); border-color: #fff; background: #fff; }

.section { padding: 94px 0; }
.section-soft { background: var(--zzrs-surface); }
.section-dark { color: #fff; background: var(--zzrs-ink-deep); }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}
.section-kicker {
  margin: 0 0 7px;
  color: var(--zzrs-orange);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.section h2,
.home-cta h2 {
  margin: 0;
  color: var(--zzrs-ink);
  font-size: clamp(30px, 3.3vw, 46px);
  font-weight: 830;
  line-height: 1.22;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.section-intro {
  max-width: 720px;
  margin: 13px 0 0;
  color: var(--zzrs-muted);
}
.text-link {
  flex: 0 0 auto;
  padding-bottom: 3px;
  color: var(--zzrs-ink);
  border-bottom: 1px solid var(--zzrs-ink);
  font-size: 14px;
  font-weight: 750;
}
.text-link span { margin-left: 7px; color: var(--zzrs-orange); }
.text-link:hover { color: var(--zzrs-orange-deep); border-color: var(--zzrs-orange); }

.product-section { padding-top: 94px; }
.product-series-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 22px;
}
.series-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--zzrs-line);
  border-radius: 14px;
  transition: transform .22s ease, box-shadow .22s ease;
}
.series-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--zzrs-shadow);
}
.series-media {
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
  background: var(--zzrs-surface);
}
.series-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.series-card:hover .series-media img { transform: scale(1.035); }
.series-body {
  position: relative;
  min-height: 104px;
  padding: 20px 54px 20px 21px;
  border-top: 1px solid var(--zzrs-line);
}
.series-body p {
  margin: 0 0 4px;
  color: var(--zzrs-muted);
  font-size: 12px;
}
.series-body h2,
.series-body h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
}
.series-body h2 a,
.series-body h3 a { color: var(--zzrs-ink); }
.series-arrow {
  position: absolute;
  top: 31px;
  right: 20px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--zzrs-ink);
  border-radius: 50%;
  font-size: 17px;
  line-height: 1;
}
.series-card:hover .series-arrow { color: #fff; background: var(--zzrs-orange); }

.solution-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: 86px;
  align-items: center;
}
.section-dark h2 { color: #fff; }
.solution-intro > p:not(.section-kicker) {
  max-width: 520px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .68);
}
.solution-intro .button { margin-top: 30px; }
.solution-list { border-top: 1px solid rgba(255, 255, 255, .2); }
.solution-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 32px;
  gap: 18px;
  align-items: start;
  padding: 29px 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.solution-row:hover { color: #fff; }
.solution-number {
  padding-top: 3px;
  color: var(--zzrs-orange);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
}
.solution-row strong {
  display: block;
  font-size: 21px;
  line-height: 1.4;
}
.solution-row small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.75;
}
.solution-row b {
  padding-top: 4px;
  color: rgba(255, 255, 255, .5);
  font-size: 20px;
  transition: transform .18s ease, color .18s ease;
}
.solution-row:hover b { color: var(--zzrs-orange); transform: translateX(4px); }

.about-section {
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(246, 138, 34, .12), transparent 27%),
    linear-gradient(135deg, #fffaf4 0%, #fff 58%, #f7f9fa 100%);
}
.about-section .about-grid {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 60%) minmax(0, 40%);
  gap: 0;
  align-items: start;
  padding-inline: 0;
}
.about-building {
  position: relative;
  overflow: hidden;
  margin: 0;
  align-self: start;
}
.about-building::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(8, 21, 34, .58), transparent);
  content: "";
  pointer-events: none;
}
.about-building > img {
  display: block;
  width: 100%;
  height: auto;
}
.about-building figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
}
.about-building figcaption span {
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
}
.about-building figcaption strong { font-size: 18px; letter-spacing: .04em; }
.about-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(26px, 2vw, 36px) clamp(32px, 3.6vw, 56px);
}
.about-copy h2 {
  margin-top: 7px;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.18;
  letter-spacing: -.035em;
}
.about-copy h2 span { color: var(--zzrs-orange-deep); }
.about-lead {
  margin: 14px 0 7px;
  color: var(--zzrs-ink);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.58;
}
.about-copy > p:not(.section-kicker):not(.about-lead) {
  margin: 0;
  color: var(--zzrs-muted);
  font-size: 13px;
  line-height: 1.75;
}
.about-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(20, 32, 51, .12);
  border-bottom: 1px solid rgba(20, 32, 51, .12);
}
.about-stat-row > div {
  padding: 0 18px;
  border-right: 1px solid rgba(20, 32, 51, .12);
}
.about-stat-row > div:first-child { padding-left: 0; }
.about-stat-row > div:last-child { padding-right: 0; border-right: 0; }
.about-stat-row strong {
  display: block;
  color: var(--zzrs-ink);
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: -.025em;
}
.about-stat-row sup {
  margin-left: 2px;
  color: var(--zzrs-orange-deep);
  font-size: .43em;
  vertical-align: super;
}
.about-stat-row span {
  display: block;
  margin-top: 5px;
  color: var(--zzrs-muted);
  font-size: 11px;
}
.about-service-row {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 15px;
}
.about-service-row > div {
  min-width: 0;
  padding: 13px 14px 12px;
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(20, 32, 51, .1);
  border-radius: 11px;
  box-shadow: 0 8px 22px rgba(14, 28, 45, .045);
}
.about-service-row span {
  display: block;
  color: var(--zzrs-orange-deep);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
}
.about-service-row strong {
  display: block;
  margin-top: 6px;
  color: var(--zzrs-ink);
  font-size: 14px;
}
.about-service-row small {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: var(--zzrs-muted);
  font-size: 10px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about-actions { margin-top: 15px; }
.about-actions .text-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  margin-left: 0;
  padding: 0 23px;
  border: 1px solid rgba(20, 32, 51, .24);
  border-radius: 999px;
}
.about-factory-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  color: var(--zzrs-ink);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
}
.about-factory-head small {
  color: var(--zzrs-muted);
  font-size: 9px;
  letter-spacing: .15em;
}
.about-factory-head::after {
  width: 42px;
  height: 1px;
  background: var(--zzrs-orange);
  content: "";
}
.about-factory-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 9px;
}
.about-factory-strip a {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 9px;
  box-shadow: 0 7px 20px rgba(18, 38, 56, .1);
}
.about-factory-strip a::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 21, 34, .67), transparent 58%);
  content: "";
}
.about-factory-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.about-factory-strip a:hover img { transform: scale(1.05); }
.about-factory-strip span {
  position: absolute;
  z-index: 1;
  right: 8px;
  bottom: 7px;
  left: 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.3;
}

@media (min-width: 1500px) {
  .about-section { padding: 58px 0; }
  .about-section .about-grid {
    width: min(calc(100% - 96px), 1680px);
    max-width: 1680px;
    grid-template-columns: minmax(0, 1.08fr) minmax(620px, .92fr);
    align-items: stretch;
    margin-inline: auto;
    overflow: hidden;
    background: rgba(255, 255, 255, .52);
    border: 1px solid rgba(20, 32, 51, .08);
    border-radius: 24px;
    box-shadow: 0 24px 64px rgba(14, 28, 45, .08);
  }
  .about-building {
    min-height: 560px;
    align-self: stretch;
  }
  .about-building > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-copy {
    justify-content: center;
    padding: 38px 46px 36px;
  }
  .about-copy h2 { font-size: clamp(36px, 2.25vw, 46px); }
  .about-service-row { display: grid; }
  .about-factory-strip { gap: 10px; }
  .about-factory-strip a { border-radius: 10px; }
}

.factory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.factory-item {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 0;
  background: #dfe4e7;
}
.factory-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.factory-item:hover img { transform: scale(1.025); }
.factory-item figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 12px 16px;
  color: #fff;
  background: rgba(8, 22, 38, .78);
  font-size: 15px;
  font-weight: 700;
}

.case-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.case-item {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--zzrs-ink);
  border-radius: 15px;
  box-shadow: 0 10px 28px rgba(14, 28, 45, .09);
}
.case-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, opacity .25s ease;
}
.case-item:hover img { transform: scale(1.03); opacity: .88; }
.case-caption {
  position: absolute;
  right: auto;
  bottom: 18px;
  left: 18px;
  max-width: calc(100% - 36px);
  padding: 13px 18px 14px;
  color: #fff;
  background: rgba(8, 22, 38, .84);
  border-left: 3px solid var(--zzrs-orange);
  border-radius: 9px;
  backdrop-filter: blur(7px);
}
.case-caption small {
  display: block;
  margin-bottom: 3px;
  color: #f9a754;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.case-caption strong { font-size: 18px; }
.case-singapore img { object-position: center 42%; }

.process-section { background: var(--zzrs-warm); }
.process-head { margin-bottom: 45px; }
.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #d9d1c7;
  list-style: none;
}
.process-list li {
  min-height: 225px;
  padding: 30px 30px 22px;
  border-right: 1px solid #d9d1c7;
  border-bottom: 1px solid #d9d1c7;
}
.process-list li:first-child { border-left: 1px solid #d9d1c7; }
.process-list span {
  display: block;
  color: var(--zzrs-orange);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
}
.process-list strong { display: block; margin-top: 38px; font-size: 20px; }
.process-list p { margin: 10px 0 0; color: var(--zzrs-muted); font-size: 13px; }

.news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(350px, .65fr);
  gap: 18px 28px;
}
.news-card {
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border-bottom: 1px solid var(--zzrs-line);
  background: #fff;
}
.news-featured {
  grid-row: span 3;
  display: block;
  border: 1px solid var(--zzrs-line);
}
.news-media {
  min-height: 135px;
  display: block;
  overflow: hidden;
  background: var(--zzrs-surface);
}
.news-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.news-card:hover .news-media img { transform: scale(1.03); }
.news-featured .news-media { aspect-ratio: 16 / 9; }
.news-body { padding: 18px 0 18px 20px; }
.news-featured .news-body { padding: 25px 28px 28px; }
.news-body time { color: var(--zzrs-orange-deep); font-size: 11px; font-weight: 750; letter-spacing: .06em; }
.news-body h3 { margin: 6px 0 8px; font-size: 17px; line-height: 1.45; }
.news-featured .news-body h3 { margin-top: 8px; font-size: 25px; }
.news-body h3 a { color: var(--zzrs-ink); }
.news-body p { margin: 10px 0 0; color: var(--zzrs-muted); font-size: 14px; }
.news-more { display: inline-block; margin-top: 12px; color: var(--zzrs-muted); font-size: 12px; font-weight: 700; }
.news-card:not(.news-featured) .news-more { display: none; }

.home-cta {
  padding: 72px 0;
  color: #fff;
  background: var(--zzrs-orange);
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.home-cta p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .05em;
}
.home-cta h2 { color: #fff; font-size: clamp(29px, 3.2vw, 43px); }
.home-cta span { display: block; margin-top: 10px; color: rgba(255, 255, 255, .78); }
.cta-actions {
  flex: 0 0 auto;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
}
.cta-phone { color: #fff; font-size: 14px; font-weight: 750; text-align: center; }
.cta-phone:hover { color: #fff; text-decoration: underline; }

.archive-hero {
  padding: 72px 0;
  background: var(--zzrs-surface);
  border-bottom: 1px solid var(--zzrs-line);
}
.archive-hero h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.2;
}
.archive-description { max-width: 920px; margin-top: 18px; color: var(--zzrs-muted); }
.archive-description > :first-child { margin-top: 0; }
.archive-description > :last-child { margin-bottom: 0; }
.case-archive-hero {
  padding: 58px 0 54px;
  background:
    radial-gradient(circle at 82% 16%, rgba(246, 138, 34, .17), transparent 25%),
    linear-gradient(118deg, #fff7ed 0%, #fff 52%, #edf7f3 100%);
}
.case-archive-hero h1 { margin-top: 5px; }
.case-archive-intro {
  max-width: 720px;
  margin: 15px 0 0;
  color: var(--zzrs-muted);
  font-size: 16px;
}

.content-shell { padding: 62px 0 88px; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--zzrs-line);
  border-radius: var(--zzrs-radius);
  box-shadow: 0 8px 22px rgba(20, 32, 51, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--zzrs-shadow); }
.card-media { aspect-ratio: 16 / 10; display: block; overflow: hidden; background: #edf0f4; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.card:hover .card-media img { transform: scale(1.035); }
.card-body { padding: 22px; }
.card-meta { color: var(--zzrs-red); font-size: 12px; font-weight: 800; }
.card h3 { margin: 8px 0 10px; font-size: 20px; line-height: 1.45; }
.card h3 a { color: var(--zzrs-ink); }
.card p { margin: 0; color: var(--zzrs-muted); font-size: 14px; }
.case-catalog-shell { padding-top: 46px; background: #fafbfb; }
.case-catalog-layout {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}
.case-catalog-sidebar {
  position: sticky;
  top: 108px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--zzrs-line);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(14, 28, 45, .06);
}
.case-sidebar-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 18px 23px;
  color: #fff;
  background: linear-gradient(135deg, #ef7e18, var(--zzrs-orange));
}
.case-sidebar-title > span { margin-bottom: 4px; font-size: 14px; }
.case-sidebar-title > strong { font-size: 20px; }
.case-sidebar-title > small { margin-top: 2px; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.case-catalog-sidebar nav { padding: 8px 0; }
.case-catalog-sidebar nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 10px 18px;
  border-left: 3px solid transparent;
  color: var(--zzrs-ink);
  font-size: 13px;
  font-weight: 700;
}
.case-catalog-sidebar nav a + a { border-top: 1px solid #edf0f2; }
.case-catalog-sidebar nav a:hover,
.case-catalog-sidebar nav a.is-active {
  color: var(--zzrs-orange-deep);
  background: var(--zzrs-orange-soft);
  border-left-color: var(--zzrs-orange);
}
.case-catalog-sidebar nav small { color: var(--zzrs-muted); font-size: 11px; }
.case-sidebar-cta { margin: 9px; padding: 19px; background: #edf7f3; border-radius: 12px; }
.case-sidebar-cta strong { font-size: 14px; }
.case-sidebar-cta p { margin: 6px 0 13px; color: var(--zzrs-muted); font-size: 12px; line-height: 1.65; }
.case-sidebar-cta a { color: #237462; font-size: 12px; font-weight: 800; }
.case-catalog-content .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.case-catalog-content .card { border-radius: 14px; }
.case-catalog-content .card-body { padding: 18px 19px 20px; }
.case-catalog-content .card h3 { margin-bottom: 0; font-size: 17px; }
.case-catalog-content .card p { display: none; }

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 54px;
  align-items: start;
}
.article-header { margin-bottom: 32px; }
.article-header h1 {
  margin: 0;
  font-size: clamp(32px, 4.3vw, 54px);
  line-height: 1.18;
  letter-spacing: -.02em;
}
.article-meta { margin-top: 14px; color: var(--zzrs-muted); font-size: 14px; }
.entry-content { font-size: 17px; }
.entry-content h2 { margin: 2.1em 0 .7em; font-size: 29px; line-height: 1.35; }
.entry-content h3 { margin: 1.7em 0 .6em; font-size: 23px; }
.case-article-cover {
  overflow: hidden;
  margin: 0 0 34px;
  background: #fff;
  border: 1px solid var(--zzrs-line);
  border-radius: 16px;
  box-shadow: 0 14px 35px rgba(14, 28, 45, .08);
}
.case-article-cover img { width: 100%; max-height: 660px; object-fit: cover; }
.case-article-cover figcaption { padding: 12px 17px; color: var(--zzrs-muted); font-size: 12px; }
.case-article-summary { margin-top: 32px; padding: 30px; background: var(--zzrs-orange-soft); border-radius: 14px; }
.case-article-summary h2 { margin: 4px 0 11px; font-size: 27px; }
.case-article-summary > p:not(.section-kicker) { color: var(--zzrs-muted); }
.case-article-summary .button { margin-top: 10px; }
.entry-content p, .entry-content ul, .entry-content ol { margin: 0 0 1.25em; }
.entry-content img { margin: 28px auto; border-radius: var(--zzrs-radius); }
.entry-content table { width: 100%; border-collapse: collapse; margin: 26px 0; }
.entry-content th, .entry-content td {
  padding: 12px;
  border: 1px solid var(--zzrs-line);
  text-align: left;
}
.entry-content blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--zzrs-orange);
  background: var(--zzrs-surface);
}
.article-sidebar {
  position: sticky;
  top: 112px;
  padding: 24px;
  background: var(--zzrs-surface);
  border: 1px solid var(--zzrs-line);
}
.article-sidebar h2 { margin-top: 0; font-size: 21px; }
.article-sidebar ul { margin: 0; padding: 0; list-style: none; }
.article-sidebar li + li { margin-top: 10px; }
.article-sidebar a { color: var(--zzrs-ink); }

.product-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 44px;
  align-items: start;
  margin-bottom: 42px;
}
.product-cover { overflow: hidden; background: var(--zzrs-surface); border-radius: var(--zzrs-radius); }
.product-cover img { width: 100%; }
.product-summary { padding-top: 10px; }
.product-summary h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.18;
}
.product-actions { display: flex; gap: 12px; margin-top: 26px; }

.product-detail-shell {
  padding: 34px 0 96px;
  background:
    radial-gradient(circle at 96% 0, rgba(244, 134, 31, .09), transparent 30%),
    #f5f6f7;
}
.product-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: var(--zzrs-muted);
  font-size: 12px;
}
.product-detail-breadcrumb a { color: var(--zzrs-orange-deep); font-weight: 750; }
.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, .92fr);
  gap: 36px;
  align-items: start;
}
.product-detail-gallery,
.product-detail-summary,
.product-detail-content {
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 17px;
  box-shadow: 0 14px 40px rgba(14, 28, 45, .055);
}
.product-detail-gallery { padding: 16px; }
.product-gallery-stage {
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
  background: #f1f3f5;
  border-radius: 12px;
}
.product-gallery-stage > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-gallery-placeholder {
  color: var(--zzrs-muted);
  font-size: 14px;
  font-weight: 700;
}
.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.product-gallery-thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: #f2f4f5;
  border: 2px solid transparent;
  border-radius: 9px;
  transition: border-color .18s ease, transform .18s ease;
}
.product-gallery-thumb:hover { transform: translateY(-2px); }
.product-gallery-thumb.is-active { border-color: var(--zzrs-orange); }
.product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-detail-summary { padding: 36px 38px 34px; }
.product-detail-summary .section-kicker { margin-bottom: 12px; }
.product-model-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 13px;
  padding: 4px 10px;
  color: var(--zzrs-orange-deep);
  background: var(--zzrs-orange-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
}
.product-detail-summary h1 {
  margin: 0;
  color: var(--zzrs-ink);
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.22;
  letter-spacing: -.025em;
}
.product-detail-intro {
  margin: 18px 0 0;
  color: var(--zzrs-muted);
  font-size: 14px;
  line-height: 1.85;
}
.product-spec-list {
  margin: 25px 0 0;
  border-top: 1px solid var(--zzrs-line);
}
.product-spec-list > div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--zzrs-line);
}
.product-spec-list dt {
  color: var(--zzrs-ink);
  font-size: 13px;
  font-weight: 800;
}
.product-spec-list dd {
  margin: 0;
  color: var(--zzrs-muted);
  font-size: 13px;
  line-height: 1.65;
}
.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 25px;
}
.product-detail-actions .button { margin-top: 0; }
.product-detail-note {
  margin: 16px 0 0;
  color: #8b9299;
  font-size: 11px;
  line-height: 1.7;
}
.product-detail-content {
  margin-top: 30px;
  padding: 42px clamp(28px, 5vw, 70px) 56px;
}
.product-detail-content > header {
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--zzrs-line);
}
.product-detail-content > header h2 {
  margin: 4px 0 0;
  font-size: clamp(28px, 3vw, 38px);
}
.product-detail-richtext {
  max-width: 980px;
  margin: 0 auto;
  color: #4f5964;
  font-size: 15px;
  line-height: 1.9;
}
.product-detail-richtext h2 {
  margin: 2.15em 0 .72em;
  color: var(--zzrs-ink);
  font-size: 26px;
}
.product-detail-richtext h2:first-child { margin-top: 0; }
.product-detail-richtext table {
  overflow: hidden;
  border-radius: 10px;
}
.product-detail-richtext tr:nth-child(odd) { background: #f8f9fa; }
.product-detail-richtext td:first-child {
  width: 150px;
  color: var(--zzrs-ink);
  background: #f1f3f5;
}

.site-footer {
  color: var(--zzrs-muted);
  background:
    radial-gradient(circle at 12% 18%, rgba(246, 138, 34, .1), transparent 30%),
    linear-gradient(120deg, #fffaf4 0%, #fff 48%, #edf7f3 100%);
  border-top: 4px solid var(--zzrs-orange);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr .75fr .7fr 1fr;
  gap: 62px;
  padding: 68px 0 48px;
}
.footer-grid h3 { color: var(--zzrs-ink); }
.footer-grid h3 { margin: 0 0 19px; font-size: 15px; }
.footer-grid p { margin: 0; font-size: 13px; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li + li { margin-top: 9px; }
.footer-grid a { color: #4e5b68; font-size: 13px; }
.footer-grid a:hover { color: var(--zzrs-orange-deep); }
.footer-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 19px;
}
.footer-logo { width: 92px; height: auto; object-fit: contain; }
.footer-logo-link > span { display: flex; flex-direction: column; }
.footer-logo-link strong { color: var(--zzrs-ink); font-size: 18px; line-height: 1.3; }
.footer-logo-link small { margin-top: 3px; color: var(--zzrs-muted); font-size: 10px; letter-spacing: .03em; }
.footer-consult { display: inline-block; margin-top: 22px; color: var(--zzrs-orange-deep) !important; font-weight: 800; }
.footer-contact {
  align-self: start;
  padding: 24px;
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(246, 138, 34, .2);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(14, 28, 45, .06);
}
.footer-contact span { display: block; color: var(--zzrs-muted); font-size: 12px; }
.footer-phone {
  display: block;
  margin: 5px 0 16px;
  color: var(--zzrs-orange-deep) !important;
  font-size: 23px !important;
  font-weight: 800;
}
.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid var(--zzrs-line);
  color: #7e8790;
  font-size: 12px;
}
.footer-bottom a { color: #65717c; }

.pagination { margin-top: 36px; }
.pagination .page-numbers {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  border: 1px solid var(--zzrs-line);
  border-radius: 4px;
}
.pagination .current { color: #fff; background: var(--zzrs-purple); border-color: var(--zzrs-purple); }
.empty-state { padding: 50px; text-align: center; background: var(--zzrs-surface); }

.inner-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background: var(--zzrs-warm);
}
.inner-hero::after {
  position: absolute;
  top: -160px;
  right: -90px;
  width: 470px;
  height: 470px;
  border: 92px solid rgba(246, 138, 34, .12);
  border-radius: 50%;
  content: "";
}
.inner-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 80px;
  align-items: end;
}
.inner-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 850;
  line-height: 1.13;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.inner-hero-grid > div:first-child > p:not(.section-kicker) {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--zzrs-muted);
  font-size: 17px;
}
.inner-hero .button { margin-top: 30px; }
.planning-hero-note {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(246, 138, 34, .23);
  border-radius: 18px;
  box-shadow: var(--zzrs-shadow);
}
.planning-hero-note strong {
  grid-column: 1 / -1;
  padding: 18px 22px;
  color: #fff;
  background: var(--zzrs-orange);
  font-size: 15px;
}
.planning-hero-note span {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 17px 20px;
  color: var(--zzrs-ink);
  border-right: 1px solid var(--zzrs-line);
  border-bottom: 1px solid var(--zzrs-line);
  font-size: 13px;
  font-weight: 700;
}
.planning-hero-note span:nth-of-type(even) { border-right: 0; }
.planning-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.planning-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--zzrs-line);
  border-radius: 17px;
  box-shadow: 0 12px 34px rgba(14, 28, 45, .07);
  transition: transform .22s ease, box-shadow .22s ease;
}
.planning-card:hover { transform: translateY(-5px); box-shadow: var(--zzrs-shadow); }
.planning-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
  background: var(--zzrs-surface);
}
.planning-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.planning-card:hover .planning-card-media img { transform: scale(1.035); }
.planning-card-media > span {
  position: absolute;
  bottom: 16px;
  left: 17px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--zzrs-orange);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 850;
}
.planning-card-body { padding: 26px 26px 28px; }
.planning-card-body > p {
  margin: 0 0 7px;
  color: var(--zzrs-orange-deep);
  font-size: 12px;
  font-weight: 800;
}
.planning-card-body h2 { margin: 0; font-size: 26px; }
.planning-card-body > div { min-height: 83px; margin-top: 14px; color: var(--zzrs-muted); font-size: 14px; }
.planning-card-body ul { margin: 18px 0 22px; padding: 0; list-style: none; }
.planning-card-body li {
  position: relative;
  padding: 7px 0 7px 20px;
  border-bottom: 1px solid var(--zzrs-line);
  font-size: 13px;
}
.planning-card-body li::before {
  position: absolute;
  top: 15px;
  left: 1px;
  width: 7px;
  height: 7px;
  background: var(--zzrs-orange);
  border-radius: 50%;
  content: "";
}
.planning-card-link {
  color: var(--zzrs-ink);
  font-size: 14px;
  font-weight: 800;
}
.planning-card-link span { margin-left: 7px; color: var(--zzrs-orange); }
.planning-method-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(560px, 1.2fr);
  gap: 90px;
  align-items: start;
}
.planning-method-grid > div > p:not(.section-kicker) { margin-top: 22px; color: var(--zzrs-muted); }
.planning-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--zzrs-line);
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(14, 28, 45, .07);
  list-style: none;
}
.planning-steps li { min-height: 190px; padding: 26px; border-right: 1px solid var(--zzrs-line); border-bottom: 1px solid var(--zzrs-line); }
.planning-steps li:nth-child(even) { border-right: 0; }
.planning-steps li:nth-last-child(-n+2) { border-bottom: 0; }
.planning-steps span { color: var(--zzrs-orange); font-size: 12px; font-weight: 850; }
.planning-steps strong { display: block; margin-top: 25px; font-size: 19px; }
.planning-steps p { margin: 8px 0 0; color: var(--zzrs-muted); font-size: 13px; }

.solution-detail-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--zzrs-ink-deep);
}
.solution-detail-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-detail-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 19, 32, .9) 0%, rgba(6, 19, 32, .67) 42%, rgba(6, 19, 32, .12) 78%);
}
.solution-detail-copy { position: relative; z-index: 1; padding-block: 76px; color: #fff; }
.solution-detail-copy h1 { max-width: 700px; margin: 0; color: #fff; font-size: clamp(42px, 5.3vw, 68px); line-height: 1.1; }
.solution-detail-copy > strong { display: block; margin-top: 14px; color: #fff; font-size: 22px; }
.solution-detail-copy > p:not(.section-kicker) { max-width: 660px; margin: 20px 0 0; color: rgba(255, 255, 255, .78); font-size: 16px; }
.solution-detail-copy .button { margin-top: 28px; }
.solution-tabs { overflow-x: auto; background: #fff; border-bottom: 1px solid var(--zzrs-line); }
.solution-tabs .zzrs-wrap { display: flex; align-items: center; gap: 4px; }
.solution-tabs a { flex: 0 0 auto; padding: 20px 22px 18px; border-bottom: 2px solid transparent; font-size: 13px; font-weight: 750; }
.solution-tabs a:hover,
.solution-tabs a.is-active { color: var(--zzrs-orange-deep); border-color: var(--zzrs-orange); }
.solution-detail-grid { display: grid; grid-template-columns: 1.12fr .94fr .94fr; gap: 28px; align-items: stretch; }
.solution-detail-grid > div:first-child { padding-right: 35px; }
.solution-detail-grid > div:first-child > p:not(.section-kicker) { color: var(--zzrs-muted); }
.solution-audience { margin: 23px 0 13px; color: var(--zzrs-ink) !important; font-size: 20px; font-weight: 750; }
.solution-check-card { padding: 30px; background: var(--zzrs-orange-soft); border: 1px solid rgba(246, 138, 34, .22); border-radius: 16px; }
.solution-check-card-dark { color: #fff; background: var(--zzrs-ink-deep); border-color: var(--zzrs-ink-deep); }
.solution-check-card > p { margin: 0; color: var(--zzrs-orange-deep); font-size: 13px; font-weight: 850; letter-spacing: .06em; }
.solution-check-card-dark > p { color: var(--zzrs-orange); }
.solution-check-card ul { margin: 23px 0 0; padding: 0; list-style: none; }
.solution-check-card li { position: relative; padding: 13px 0 13px 22px; border-top: 1px solid rgba(20, 32, 51, .12); font-size: 14px; }
.solution-check-card-dark li { border-color: rgba(255, 255, 255, .13); }
.solution-check-card li::before { position: absolute; top: 22px; left: 1px; width: 7px; height: 7px; background: var(--zzrs-orange); border-radius: 50%; content: ""; }
.solution-empty { padding: 56px; text-align: center; background: #fff; border: 1px solid var(--zzrs-line); border-radius: 16px; }
.solution-empty strong { font-size: 24px; }
.solution-empty p { margin: 8px 0 24px; color: var(--zzrs-muted); }

.news-page-hero {
  padding: 72px 0;
  color: var(--zzrs-ink);
  background:
    radial-gradient(circle at 86% 24%, rgba(89, 167, 145, .18), transparent 28%),
    linear-gradient(118deg, #fff5e8 0%, #fff 52%, #edf8f4 100%);
}
.news-page-hero::after { border-color: rgba(246, 138, 34, .13); }
.news-page-hero h1 { color: var(--zzrs-ink); }
.news-page-hero .inner-hero-grid > div:first-child > p:not(.section-kicker) { color: var(--zzrs-muted); }
.news-page-mark {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 35px;
}
.news-page-mark span { color: rgba(34, 119, 98, .1); font-size: 92px; font-weight: 900; line-height: .8; letter-spacing: -.07em; }
.news-page-mark strong { margin-top: 19px; color: #247762; font-size: 14px; letter-spacing: .08em; }
.product-page-hero {
  padding: 0;
  color: var(--zzrs-ink);
  background:
    radial-gradient(circle at 10% 18%, rgba(246, 138, 34, .18) 0, rgba(246, 138, 34, 0) 27%),
    linear-gradient(118deg, #fff8ef 0%, #fff 58%, #f3f6f8 100%);
}
.product-page-hero::after {
  top: auto;
  right: -120px;
  bottom: -265px;
  width: 470px;
  height: 470px;
  border-width: 76px;
  border-color: rgba(246, 138, 34, .11);
}
.product-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  gap: clamp(48px, 6vw, 90px);
  align-items: center;
  padding: 70px 0;
}
.product-hero-copy { max-width: 620px; }
.product-hero-copy h1 {
  margin: 0;
  font-size: clamp(43px, 4.5vw, 64px);
  font-weight: 860;
  line-height: 1.12;
  letter-spacing: -.042em;
  text-wrap: balance;
}
.product-hero-copy > p:not(.section-kicker) {
  max-width: 590px;
  margin: 22px 0 0;
  color: var(--zzrs-muted);
  font-size: 16px;
}
.product-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  padding: 18px 0;
  border-top: 1px solid rgba(20, 32, 51, .12);
  border-bottom: 1px solid rgba(20, 32, 51, .12);
}
.product-hero-points span {
  padding: 0 18px;
  color: var(--zzrs-muted);
  border-right: 1px solid rgba(20, 32, 51, .12);
  font-size: 11px;
  line-height: 1.45;
}
.product-hero-points span:first-child { padding-left: 0; }
.product-hero-points span:last-child { padding-right: 0; border-right: 0; }
.product-hero-points strong {
  display: block;
  color: var(--zzrs-ink);
  font-size: 24px;
  line-height: 1.15;
}
.product-hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 28px; }
.product-hero-actions .button { margin-top: 0; }
.product-hero-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--zzrs-ink);
  font-size: 13px;
  font-weight: 800;
}
.product-hero-text-link span { color: var(--zzrs-orange-deep); }
.product-hero-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 8px solid rgba(255, 255, 255, .92);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(24, 43, 63, .14);
}
.product-hero-visual > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.product-hero-visual figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 17px 20px 12px;
  background: #fff;
}
.product-hero-visual figcaption span {
  color: var(--zzrs-orange-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
}
.product-hero-visual figcaption strong { font-size: 14px; }
.product-directory-section { padding-bottom: 104px; }
.product-directory-grid .series-card { box-shadow: 0 10px 30px rgba(14, 28, 45, .05); }
.product-archive-section { border-top: 1px solid var(--zzrs-line); }
.product-catalog-shell {
  min-height: 720px;
  padding: 42px 0 88px;
  background: #f5f6f7;
  border-top: 1px solid var(--zzrs-line);
}
.product-catalog-layout {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.product-catalog-sidebar {
  position: sticky;
  top: 96px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e4e8;
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(14, 28, 45, .07);
}
.product-sidebar-title {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 255, 255, .2), transparent 30%),
    linear-gradient(145deg, var(--zzrs-orange), var(--zzrs-orange-deep));
  text-align: center;
}
.product-sidebar-title > span { font-size: 17px; line-height: 1; }
.product-sidebar-title > strong { margin-top: 8px; font-size: 19px; line-height: 1.25; }
.product-sidebar-title > small { margin-top: 2px; color: rgba(255, 255, 255, .8); font-size: 10px; font-weight: 750; letter-spacing: .12em; }
.product-sidebar-primary { display: flex; flex-direction: column; }
.product-sidebar-primary > a {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 18px;
  color: #4f5967;
  border-bottom: 1px solid #eceff1;
  font-size: 14px;
  font-weight: 650;
  transition: color .18s ease, background-color .18s ease, padding-left .18s ease;
}
.product-sidebar-primary > a > span { color: #a0a7af; font-size: 20px; font-weight: 400; }
.product-sidebar-primary > a:hover { padding-left: 22px; color: var(--zzrs-orange-deep); background: var(--zzrs-orange-soft); }
.product-sidebar-primary > a.is-active {
  padding-left: 22px;
  color: #fff;
  background: linear-gradient(90deg, var(--zzrs-orange), var(--zzrs-orange-deep));
}
.product-sidebar-primary > a.is-active::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--zzrs-orange);
  content: "";
}
.product-sidebar-primary > a.is-active > span { color: #fff; }
.product-sidebar-series { border-top: 5px solid #f3f4f5; }
.product-sidebar-series-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 17px 11px;
}
.product-sidebar-series-heading strong { color: var(--zzrs-ink); font-size: 13px; }
.product-sidebar-series-heading small { color: var(--zzrs-muted); font-size: 9px; }
.product-sidebar-series nav {
  max-height: min(430px, calc(100vh - 500px));
  min-height: 155px;
  overflow-y: auto;
  scrollbar-color: #c8cdd2 transparent;
  scrollbar-width: thin;
}
.product-sidebar-series nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 16px 9px 22px;
  color: #6b7480;
  border-top: 1px solid #f0f2f3;
  font-size: 12px;
  line-height: 1.45;
}
.product-sidebar-series nav a > span { min-width: 0; }
.product-sidebar-series nav a > small { flex: 0 0 auto; color: #a0a7af; font-size: 9px; }
.product-sidebar-series nav a:hover,
.product-sidebar-series nav a.is-active { color: var(--zzrs-orange-deep); background: #fff8f1; }
.product-sidebar-series nav a.is-active { font-weight: 800; }
.product-catalog-main {
  min-width: 0;
  padding: 30px;
  background: #fff;
  border: 1px solid #e0e4e8;
  border-radius: 12px;
}
.product-catalog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--zzrs-line);
}
.product-catalog-heading h1 { margin: 2px 0 0; font-size: clamp(31px, 3vw, 43px); line-height: 1.22; }
.product-catalog-heading > p {
  max-width: 460px;
  margin: 0;
  color: var(--zzrs-muted);
  font-size: 13px;
  line-height: 1.75;
  text-align: right;
}
.product-catalog-grid { gap: 20px; }
.product-catalog-grid .card { border-color: #e5e8eb; box-shadow: 0 8px 24px rgba(14, 28, 45, .045); }
.product-catalog-grid .card-body { padding: 18px 19px 21px; }
.product-catalog-grid .card-body h3 { margin-top: 5px; font-size: 18px; }
.product-catalog-grid .card-body p { margin-top: 8px; font-size: 12px; line-height: 1.7; }
.combination-series-section {
  padding: 80px 0 86px;
  background:
    linear-gradient(135deg, rgba(255, 247, 238, .96), rgba(255, 255, 255, .98)),
    #fff;
}
.combination-series-head { align-items: flex-end; }
.combination-series-head > strong {
  flex: 0 0 auto;
  color: var(--zzrs-orange);
  font-size: clamp(45px, 5vw, 70px);
  font-weight: 880;
  line-height: .85;
  letter-spacing: -.06em;
}
.combination-series-head > strong small {
  display: block;
  margin-top: 12px;
  color: var(--zzrs-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: right;
}
.combination-series-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.combination-series-card {
  position: relative;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 21px 52px 20px 21px;
  overflow: hidden;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(20, 32, 51, .12);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(14, 28, 45, .04);
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}
.combination-series-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--zzrs-orange);
  content: "";
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .22s ease;
}
.combination-series-card > span {
  position: absolute;
  top: 16px;
  left: 21px;
  color: var(--zzrs-orange-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
}
.combination-series-card > strong {
  color: var(--zzrs-ink);
  font-size: 16px;
  line-height: 1.42;
  transition: color .22s ease;
}
.combination-series-card > small {
  margin-top: 5px;
  color: var(--zzrs-muted);
  font-size: 10px;
  transition: color .22s ease;
}
.combination-series-card > i {
  position: absolute;
  right: 18px;
  bottom: 22px;
  color: var(--zzrs-orange);
  font-size: 18px;
  font-style: normal;
  transition: color .22s ease, transform .22s ease;
}
.combination-series-card:hover {
  color: #fff;
  background: var(--zzrs-ink);
  border-color: var(--zzrs-ink);
  box-shadow: 0 16px 36px rgba(14, 28, 45, .16);
  transform: translateY(-3px);
}
.combination-series-card:hover::before { transform: scaleY(1); }
.combination-series-card:hover > strong,
.combination-series-card:hover > i { color: #fff; }
.combination-series-card:hover > span { color: var(--zzrs-orange); }
.combination-series-card:hover > small { color: rgba(255, 255, 255, .62); }
.combination-series-card:hover > i { transform: translateX(3px); }
.news-category-tabs { position: sticky; top: 80px; z-index: 35; overflow-x: auto; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--zzrs-line); backdrop-filter: blur(12px); }
.news-category-tabs .zzrs-wrap { display: flex; gap: 4px; }
.news-category-tabs a { flex: 0 0 auto; padding: 20px 23px 17px; border-bottom: 3px solid transparent; font-size: 13px; font-weight: 750; }
.news-category-tabs a:hover,
.news-category-tabs a.is-active { color: var(--zzrs-orange-deep); border-color: var(--zzrs-orange); }
.news-archive-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) repeat(2, minmax(0, .45fr));
  gap: 20px;
}
.news-archive-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--zzrs-line);
  border-radius: 14px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.news-archive-card:hover { transform: translateY(-4px); box-shadow: var(--zzrs-shadow); }
.news-archive-featured { grid-row: span 3; }
.news-archive-media { aspect-ratio: 16 / 10; display: block; overflow: hidden; background: var(--zzrs-surface); }
.news-archive-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.news-archive-card:hover .news-archive-media img { transform: scale(1.035); }
.news-archive-featured .news-archive-media { aspect-ratio: 16 / 9; }
.news-archive-body { padding: 20px; }
.news-archive-featured .news-archive-body { padding: 27px 29px 30px; }
.news-archive-meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--zzrs-muted); font-size: 11px; }
.news-archive-meta time { color: var(--zzrs-orange-deep); font-weight: 800; }
.news-archive-meta span { padding-left: 8px; border-left: 1px solid var(--zzrs-line); }
.news-archive-body h3 { margin: 8px 0 0; font-size: 18px; line-height: 1.48; }
.news-archive-featured .news-archive-body h3 { font-size: 27px; }
.news-archive-body p { display: none; margin: 11px 0 0; color: var(--zzrs-muted); font-size: 14px; }
.news-archive-featured .news-archive-body p { display: block; }
.news-archive-more { display: inline-flex; gap: 7px; margin-top: 14px; color: var(--zzrs-ink); font-size: 12px; font-weight: 800; }
.news-archive-more span { color: var(--zzrs-orange); }
.news-channel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.news-channel-card { padding: 30px; background: #fff; border: 1px solid var(--zzrs-line); border-radius: 16px; box-shadow: 0 8px 24px rgba(14, 28, 45, .05); }
.news-channel-head { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 15px; }
.news-channel-head > span { color: var(--zzrs-orange); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.news-channel-head h2 { margin: 0; font-size: 25px; }
.news-channel-head p { margin: 7px 0 0; color: var(--zzrs-muted); font-size: 13px; }
.news-channel-card ul { margin: 25px 0 0; padding: 0; border-top: 1px solid var(--zzrs-line); list-style: none; }
.news-channel-card li { display: grid; grid-template-columns: minmax(0, 1fr) 44px; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--zzrs-line); font-size: 13px; }
.news-channel-card time { color: var(--zzrs-muted); text-align: right; }
.news-channel-more { display: inline-flex; gap: 7px; margin-top: 20px; font-size: 13px; font-weight: 800; }
.news-channel-more span { color: var(--zzrs-orange); }
.channel-empty { margin: 24px 0 0; color: var(--zzrs-muted); }
.news-list-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.news-list-grid .news-archive-body p { display: block; }
.news-latest-section {
  position: relative;
  background: #fffdf9;
}
.news-latest-section::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246, 138, 34, .32), transparent);
  content: "";
}
.news-archive-card { box-shadow: 0 10px 28px rgba(14, 28, 45, .055); }
.news-archive-card:hover { border-color: rgba(246, 138, 34, .35); }
.news-channel-section {
  background:
    linear-gradient(135deg, rgba(235, 247, 242, .98), rgba(255, 248, 237, .94));
}
.news-channel-card { position: relative; overflow: hidden; }
.news-channel-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zzrs-orange), #59a791);
  content: "";
}
.news-channel-card:nth-child(even)::before {
  background: linear-gradient(90deg, #59a791, var(--zzrs-orange));
}
.news-channel-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(14, 28, 45, .09); }

.about-page-hero {
  overflow: hidden;
  padding: 74px 0 76px;
  background: linear-gradient(135deg, var(--zzrs-orange-soft), #fff 65%);
}
.about-page-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: 70px; align-items: center; }
.about-page-hero-copy h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 850;
  line-height: 1.13;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.about-page-hero-copy > p:not(.section-kicker) { margin: 24px 0 0; color: var(--zzrs-muted); font-size: 17px; }
.about-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.about-hero-actions .button-light { color: var(--zzrs-ink); border: 1px solid var(--zzrs-line); }
.about-page-hero-media { position: relative; margin: 0; }
.about-page-hero-media > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 20px; box-shadow: 0 26px 65px rgba(14, 28, 45, .16); }
.about-page-hero-media figcaption {
  position: absolute;
  bottom: 20px;
  left: -28px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 20px;
  color: var(--zzrs-ink);
  background: #fff;
  border-left: 4px solid var(--zzrs-orange);
  border-radius: 12px;
  box-shadow: var(--zzrs-shadow);
}
.about-page-hero-media figcaption strong { color: var(--zzrs-orange); font-size: 35px; line-height: 1; }
.about-page-hero-media figcaption span { font-size: 12px; font-weight: 750; }
.about-profile-grid { display: grid; grid-template-columns: minmax(330px, .68fr) minmax(0, 1.32fr); gap: 85px; }
.about-profile-heading { position: relative; padding-right: 35px; }
.about-profile-heading::after { position: absolute; top: 7px; right: 0; width: 1px; height: 130px; background: var(--zzrs-line); content: ""; }
.about-profile-lead { margin: 0 0 19px; color: var(--zzrs-ink); font-size: 22px; font-weight: 750; }
.about-profile-copy > p:not(.about-profile-lead) { color: var(--zzrs-muted); }
.about-number-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 60px; border-top: 1px solid var(--zzrs-line); border-left: 1px solid var(--zzrs-line); }
.about-number-grid > div { min-height: 170px; padding: 26px; border-right: 1px solid var(--zzrs-line); border-bottom: 1px solid var(--zzrs-line); }
.about-number-grid strong { display: block; color: var(--zzrs-orange); font-size: 39px; line-height: 1.1; }
.about-number-grid sup { font-size: .4em; }
.about-number-grid span { display: block; margin-top: 15px; font-size: 14px; font-weight: 800; }
.about-number-grid p { margin: 5px 0 0; color: var(--zzrs-muted); font-size: 12px; }
.about-capability-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.about-capability-card { position: relative; min-height: 330px; overflow: hidden; border-radius: 16px; }
.about-capability-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7, 19, 31, .9) 0%, rgba(7, 19, 31, .09) 70%); content: ""; }
.about-capability-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.about-capability-card:hover > img { transform: scale(1.035); }
.about-capability-card > div { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 27px; color: #fff; }
.about-capability-card span { color: var(--zzrs-orange); font-size: 12px; font-weight: 850; }
.about-capability-card h3 { margin: 6px 0 4px; font-size: 23px; }
.about-capability-card p { max-width: 520px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 13px; }
.about-values-section { color: #fff; background: var(--zzrs-ink-deep); }
.about-values-section h2 { color: #fff; }
.about-values-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(580px, 1.18fr); gap: 90px; align-items: start; }
.about-values-layout > div:first-child > p:not(.section-kicker) { margin-top: 22px; color: rgba(255, 255, 255, .62); }
.about-value-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .17); border-left: 1px solid rgba(255, 255, 255, .17); }
.about-value-grid article { min-height: 205px; padding: 27px; border-right: 1px solid rgba(255, 255, 255, .17); border-bottom: 1px solid rgba(255, 255, 255, .17); }
.about-value-grid span { color: var(--zzrs-orange); font-size: 12px; font-weight: 850; }
.about-value-grid h3 { margin: 23px 0 7px; font-size: 20px; }
.about-value-grid p { margin: 0; color: rgba(255, 255, 255, .6); font-size: 13px; }
.certificate-section { background: linear-gradient(180deg, #fff 0%, #fffaf4 100%); }
.credential-group-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 38px;
  margin: 68px 0 22px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--zzrs-line);
}
.credential-group-head-first { margin-top: 12px; }
.credential-group-head span { color: var(--zzrs-orange-deep); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.credential-group-head h3 { margin: 6px 0 0; font-size: 27px; line-height: 1.25; }
.credential-group-head > p { max-width: 530px; margin: 0; color: var(--zzrs-muted); font-size: 13px; text-align: right; }
.report-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.report-card {
  display: grid;
  grid-template-columns: minmax(160px, .42fr) minmax(0, .58fr);
  min-height: 330px;
  overflow: hidden;
  color: var(--zzrs-ink);
  background: #fff;
  border: 1px solid var(--zzrs-line);
  border-radius: 17px;
  box-shadow: 0 13px 36px rgba(14, 28, 45, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}
.report-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(14, 28, 45, .11); }
.report-cover { position: relative; overflow: hidden; background: #eef2f2; }
.report-cover img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .35s ease; }
.report-card:hover .report-cover img { transform: scale(1.02); }
.report-cover > span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 10px;
  color: #fff;
  background: rgba(11, 24, 40, .82);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}
.report-card-body { display: flex; flex-direction: column; padding: 30px 28px 27px; }
.report-card-body > p { margin: 0; color: var(--zzrs-orange-deep); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.report-card-body h3 { margin: 10px 0 16px; font-size: 24px; line-height: 1.35; }
.report-card-body > span { color: var(--zzrs-ink); font-size: 13px; font-weight: 750; }
.report-card-body small { display: block; margin-top: 7px; color: var(--zzrs-muted); font-size: 11px; line-height: 1.55; }
.report-card-body strong { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 24px; color: var(--zzrs-ink); font-size: 12px; }
.report-card-body strong i { color: var(--zzrs-orange); font-style: normal; font-size: 16px; }
.honor-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.honor-card { overflow: hidden; background: #fff; border: 1px solid var(--zzrs-line); border-radius: 14px; box-shadow: 0 9px 26px rgba(14, 28, 45, .055); }
.honor-preview { position: relative; aspect-ratio: 4 / 3; display: block; overflow: hidden; padding: 12px; background: #f5f2eb; }
.honor-preview img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.honor-preview > span { position: absolute; right: 12px; bottom: 12px; padding: 6px 10px; color: #fff; background: rgba(7, 19, 31, .78); border-radius: 999px; font-size: 10px; opacity: 0; transition: opacity .2s ease; }
.honor-preview:hover img { transform: scale(1.02); }
.honor-preview:hover > span { opacity: 1; }
.honor-card > div { padding: 19px 18px 21px; }
.honor-card p { margin: 0; color: var(--zzrs-orange-deep); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.honor-card h3 { min-height: 48px; margin: 7px 0 8px; font-size: 16px; line-height: 1.45; }
.honor-card small { color: var(--zzrs-muted); font-size: 10px; line-height: 1.5; }
.certificate-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.certificate-card { overflow: hidden; background: #fff; border: 1px solid var(--zzrs-line); border-radius: 13px; box-shadow: 0 8px 24px rgba(14, 28, 45, .05); }
.certificate-preview { position: relative; aspect-ratio: 3 / 4; display: block; overflow: hidden; background: var(--zzrs-surface); }
.certificate-preview img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .4s ease; }
.certificate-preview > span { position: absolute; right: 12px; bottom: 12px; padding: 6px 10px; color: #fff; background: rgba(7, 19, 31, .78); border-radius: 999px; font-size: 10px; opacity: 0; transition: opacity .2s ease; }
.certificate-preview:hover img { transform: scale(1.025); }
.certificate-preview:hover > span { opacity: 1; }
.certificate-card > div { padding: 17px 16px 19px; }
.certificate-card p { margin: 0; color: var(--zzrs-orange-deep); font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.certificate-card h3 { min-height: 61px; margin: 6px 0 7px; font-size: 15px; line-height: 1.45; }
.certificate-card small { color: var(--zzrs-muted); font-size: 10px; line-height: 1.45; }
.honor-band { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 26px; padding: 32px 35px; color: #fff; background: linear-gradient(110deg, var(--zzrs-orange-deep), var(--zzrs-orange)); border-radius: 16px; }
.honor-band span { color: rgba(255, 255, 255, .72); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.honor-band h3 { margin: 5px 0 3px; font-size: 25px; }
.honor-band p { margin: 0; color: rgba(255, 255, 255, .76); font-size: 13px; }
.about-page-cta,
.contact-bottom-cta { padding: 68px 0; color: #fff; background: var(--zzrs-orange); }
.about-page-cta-inner,
.contact-bottom-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.about-page-cta p,
.contact-bottom-cta p { margin: 0 0 7px; color: rgba(255, 255, 255, .75); font-size: 13px; font-weight: 750; }
.about-page-cta h2,
.contact-bottom-cta h2 { margin: 0; color: #fff; font-size: clamp(30px, 3.2vw, 43px); line-height: 1.2; }
.about-page-cta-inner > div:first-child > span { display: block; margin-top: 9px; color: rgba(255, 255, 255, .74); }
.about-page-cta-inner > div:last-child { display: flex; flex-direction: column; gap: 11px; align-items: center; }
.about-page-cta-inner > div:last-child > a:last-child { color: #fff; font-size: 13px; font-weight: 750; }

.contact-page-hero { padding: 72px 0; background: var(--zzrs-warm); }
.contact-page-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr); gap: 72px; align-items: center; }
.contact-page-hero-copy h1 { margin: 0; font-size: clamp(43px, 5vw, 65px); font-weight: 850; line-height: 1.13; letter-spacing: -.04em; text-wrap: balance; }
.contact-page-hero-copy > p:not(.section-kicker) { margin: 23px 0 0; color: var(--zzrs-muted); font-size: 17px; }
.contact-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.contact-hero-actions .button-light { color: var(--zzrs-ink); border: 1px solid var(--zzrs-line); }
.contact-page-hero-media { position: relative; overflow: hidden; border-radius: 20px; box-shadow: var(--zzrs-shadow); }
.contact-page-hero-media > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.contact-page-hero-media > div { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 20px 23px; color: #fff; background: rgba(7, 19, 31, .86); border-left: 4px solid var(--zzrs-orange); border-radius: 12px; backdrop-filter: blur(8px); }
.contact-page-hero-media span { display: block; color: var(--zzrs-orange); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.contact-page-hero-media strong { display: block; margin-top: 2px; font-size: 30px; line-height: 1.2; }
.contact-page-hero-media p { margin: 5px 0 0; color: rgba(255, 255, 255, .68); font-size: 12px; }
.contact-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.contact-info-card { min-height: 238px; padding: 28px; background: #fff; border: 1px solid var(--zzrs-line); border-radius: 16px; box-shadow: 0 10px 28px rgba(14, 28, 45, .06); }
.contact-info-card > span { color: var(--zzrs-orange); font-size: 12px; font-weight: 850; }
.contact-info-card > p { margin: 35px 0 4px; color: var(--zzrs-muted); font-size: 12px; font-weight: 750; }
.contact-info-card > a,
.contact-info-card > strong { display: block; color: var(--zzrs-ink); font-size: 22px; line-height: 1.45; }
.contact-info-card > small { display: block; margin-top: 13px; color: var(--zzrs-muted); font-size: 12px; }
.contact-info-card-primary { color: #fff; background: var(--zzrs-orange); border-color: var(--zzrs-orange); }
.contact-info-card-primary > span,
.contact-info-card-primary > p,
.contact-info-card-primary > small { color: rgba(255, 255, 255, .75); }
.contact-info-card-primary > a { color: #fff; font-size: 31px; font-weight: 850; }
.contact-prepare-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(600px, 1.22fr); gap: 90px; align-items: start; }
.contact-prepare-copy > p:not(.section-kicker) { margin: 22px 0 0; color: var(--zzrs-muted); }
.contact-prepare-copy .button { margin-top: 28px; }
.contact-checklist { margin: 0; padding: 0; overflow: hidden; background: #fff; border: 1px solid var(--zzrs-line); border-radius: 17px; box-shadow: 0 14px 38px rgba(14, 28, 45, .07); list-style: none; }
.contact-checklist li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 17px; padding: 20px 24px; border-bottom: 1px solid var(--zzrs-line); }
.contact-checklist li:last-child { border-bottom: 0; }
.contact-checklist li > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--zzrs-orange-deep); background: var(--zzrs-orange-soft); border-radius: 50%; font-size: 11px; font-weight: 850; }
.contact-checklist strong { display: block; font-size: 16px; }
.contact-checklist p { margin: 3px 0 0; color: var(--zzrs-muted); font-size: 13px; }
.contact-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--zzrs-line); border-left: 1px solid var(--zzrs-line); }
.contact-process-grid article { min-height: 230px; padding: 29px; border-right: 1px solid var(--zzrs-line); border-bottom: 1px solid var(--zzrs-line); }
.contact-process-grid span { color: var(--zzrs-orange); font-size: 12px; font-weight: 850; }
.contact-process-grid h3 { margin: 50px 0 8px; font-size: 20px; }
.contact-process-grid p { margin: 0; color: var(--zzrs-muted); font-size: 13px; }
.contact-faq-layout { display: grid; grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr); gap: 80px; align-items: start; }
.contact-faq-layout > div:first-child > p:not(.section-kicker) { color: var(--zzrs-muted); }
.contact-faq-list details { background: #fff; border-top: 1px solid var(--zzrs-line); }
.contact-faq-list details:last-child { border-bottom: 1px solid var(--zzrs-line); }
.contact-faq-list summary { position: relative; padding: 22px 48px 22px 0; cursor: pointer; color: var(--zzrs-ink); font-size: 17px; font-weight: 750; list-style: none; }
.contact-faq-list summary::-webkit-details-marker { display: none; }
.contact-faq-list summary::after { position: absolute; top: 22px; right: 10px; color: var(--zzrs-orange); content: "+"; font-size: 24px; line-height: 1; }
.contact-faq-list details[open] summary::after { content: "−"; }
.contact-faq-list details p { margin: 0; padding: 0 48px 22px 0; color: var(--zzrs-muted); font-size: 14px; }
.contact-bottom-cta-inner .button { flex: 0 0 auto; }

@media (max-width: 1160px) {
  .primary-nav ul { gap: 16px; }
  .header-phone { display: none; }
  .product-catalog-layout { grid-template-columns: 226px minmax(0, 1fr); gap: 24px; }
  .product-catalog-main { padding: 25px; }
  .solution-layout { gap: 55px; }
  .footer-grid { gap: 38px; }
  .case-catalog-layout { grid-template-columns: 218px minmax(0, 1fr); gap: 24px; }
  .case-catalog-content .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-page-hero-grid,
  .contact-page-hero-grid { gap: 45px; }
  .honor-grid,
  .certificate-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .planning-method-grid,
  .about-values-layout,
  .contact-prepare-grid { gap: 55px; }
}

@media (max-width: 980px) {
  .topbar-inner span:last-child { display: none; }
  .header-inner { min-height: 72px; }
  .primary-nav {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    padding: 14px 24px 22px;
    background: #fff;
    border-bottom: 1px solid var(--zzrs-line);
    box-shadow: 0 18px 35px rgba(14, 28, 45, .09);
  }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: grid; gap: 0; }
  .nav-language-mobile { display: block; }
  .nav-language-mobile a { color: var(--zzrs-orange-deep); font-weight: 800; }
  .primary-nav li + li { border-top: 1px solid var(--zzrs-line); }
  .primary-nav a { padding: 11px 0; }
  .primary-nav a::after { display: none; }
  .home .site-header:not(.is-scrolled) .primary-nav.is-open a {
    color: var(--zzrs-ink);
    text-shadow: none;
  }
  .nav-toggle { display: block; }
  .header-language { display: none; }
  .hero { min-height: 600px; background-position: 60% center; }
  .hero-grid { padding-block: 70px; }
  .hero-copy { max-width: 540px; }
  .product-series-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-detail-grid { grid-template-columns: 1fr; }
  .product-detail-gallery { max-width: 780px; }
  .solution-layout,
  .about-grid,
  .article-layout,
  .product-lead { grid-template-columns: 1fr; }
  .solution-layout { gap: 52px; }
  .about-section .about-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .about-building { min-height: 0; }
  .about-copy {
    max-width: none;
    padding: 44px clamp(24px, 6vw, 58px) 52px;
  }
  .about-factory-strip { max-width: none; }
  .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-list li:nth-child(2) { border-right: 1px solid #d9d1c7; }
  .process-list li:nth-child(3) { border-left: 1px solid #d9d1c7; }
  .news-grid { grid-template-columns: 1fr; }
  .news-featured { grid-row: auto; }
  .news-card:not(.news-featured) { grid-template-columns: 190px minmax(0, 1fr); }
  .news-card:not(.news-featured) .news-more { display: inline-block; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .cta-actions { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1.45fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
  .article-sidebar { position: static; }
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-catalog-layout { grid-template-columns: 1fr; }
  .case-catalog-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
  }
  .case-catalog-sidebar nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }
  .case-catalog-sidebar nav a { border-bottom: 1px solid #edf0f2; }
  .case-sidebar-cta { display: none; }
  .inner-hero-grid,
  .planning-method-grid,
  .about-page-hero-grid,
  .about-profile-grid,
  .about-values-layout,
  .contact-page-hero-grid,
  .contact-prepare-grid,
  .contact-faq-layout { grid-template-columns: 1fr; }
  .planning-card-grid,
  .contact-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-info-card:last-child { grid-column: 1 / -1; }
  .planning-hero-note { max-width: 560px; }
  .solution-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solution-detail-grid > div:first-child { grid-column: 1 / -1; padding-right: 0; }
  .news-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-archive-featured { grid-row: auto; grid-column: 1 / -1; }
  .news-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-hero-grid { grid-template-columns: 1fr; gap: 38px; padding: 60px 0; }
  .product-hero-copy { max-width: 720px; }
  .product-hero-visual { max-width: 760px; }
  .combination-series-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-catalog-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 20px; }
  .product-catalog-main { padding: 22px; }
  .product-catalog-heading { align-items: flex-start; flex-direction: column; gap: 9px; }
  .product-catalog-heading > p { max-width: 650px; text-align: left; }
  .product-sidebar-series nav { max-height: 330px; }
  .about-page-hero-copy { max-width: 760px; }
  .about-page-hero-media figcaption { left: 20px; }
  .about-profile-heading { padding-right: 0; }
  .about-profile-heading::after { display: none; }
  .about-number-grid,
  .contact-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-capability-card { min-height: 290px; }
  .about-values-layout > div:first-child,
  .contact-prepare-copy,
  .contact-faq-layout > div:first-child { max-width: 720px; }
  .honor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .certificate-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .zzrs-wrap { width: min(calc(100% - 28px), var(--zzrs-width)); }
  .topbar { display: none; }
  .brand { min-width: 0; }
  .brand-logo { width: 96px; height: 46px; }
  .brand-name { font-size: 16px; }
  .brand-tagline { display: none; }
  .product-catalog-shell { padding: 20px 0 58px; }
  .product-catalog-layout { grid-template-columns: 1fr; gap: 16px; }
  .product-catalog-sidebar { position: static; }
  .product-sidebar-title { min-height: 86px; }
  .product-sidebar-primary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-sidebar-primary > a { min-height: 45px; padding: 9px 13px; border-right: 1px solid #eceff1; }
  .product-sidebar-primary > a:hover,
  .product-sidebar-primary > a.is-active { padding-left: 15px; }
  .product-sidebar-series nav { max-height: 225px; min-height: 0; }
  .product-catalog-main { padding: 18px 15px 24px; }
  .product-catalog-heading { margin-bottom: 20px; padding-bottom: 17px; }
  .product-catalog-heading h1 { font-size: 30px; }
  .product-catalog-heading > p { font-size: 12px; }
  .product-detail-shell { padding: 22px 0 64px; }
  .product-detail-grid { gap: 16px; }
  .product-detail-gallery { padding: 10px; border-radius: 13px; }
  .product-gallery-stage { aspect-ratio: 4 / 3; border-radius: 9px; }
  .product-gallery-thumbs { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 8px; }
  .product-detail-summary { padding: 27px 20px 25px; border-radius: 13px; }
  .product-detail-summary h1 { font-size: 31px; }
  .product-detail-actions { align-items: stretch; flex-direction: column; }
  .product-detail-actions .button { width: 100%; }
  .product-detail-content { margin-top: 16px; padding: 30px 18px 38px; border-radius: 13px; }
  .product-detail-richtext { font-size: 14px; }
  .product-detail-richtext h2 { font-size: 23px; }
  .product-detail-richtext table { display: block; overflow-x: auto; white-space: normal; }
  .product-detail-richtext td:first-child { min-width: 105px; width: 105px; }
  .site-header,
  .header-inner { min-height: 66px; }
  .primary-nav { top: 66px; }
  .hero {
    min-height: 640px;
    align-items: flex-end;
    background-position: 62% center;
  }
  .hero::before {
    background: linear-gradient(0deg, rgba(7, 19, 31, .84) 0%, rgba(7, 19, 31, .52) 48%, rgba(7, 19, 31, .05) 82%);
  }
  .hero-grid { padding-block: 220px 46px; }
  .hero-copy {
    max-width: 100%;
    padding: 0;
    background: none;
    border: 0;
  }
  .eyebrow { font-size: 11px; }
  .eyebrow::before { width: 25px; margin-right: 8px; }
  .hero h1 { font-size: clamp(33px, 9.6vw, 40px); }
  .hero-lead { margin-top: 16px; font-size: 14px; line-height: 1.68; }
  .hero-actions { margin-top: 23px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .section { padding: 68px 0; }
  .product-section { padding-top: 68px; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 28px; }
  .section h2, .home-cta h2 { font-size: 31px; }
  .product-series-grid { grid-template-columns: 1fr; gap: 18px; }
  .series-body { min-height: 96px; }
  .solution-layout { grid-template-columns: 1fr; }
  .solution-row { grid-template-columns: 38px minmax(0, 1fr) 20px; gap: 10px; padding: 24px 0; }
  .solution-row strong { font-size: 18px; }
  .about-section { padding: 0; }
  .about-building { border-radius: 0; }
  .about-building figcaption { right: 17px; bottom: 16px; left: 17px; }
  .about-building figcaption strong { font-size: 14px; }
  .about-copy { padding: 36px 20px 44px; }
  .about-copy h2 { font-size: 34px; }
  .about-lead { font-size: 18px; }
  .about-stat-row { margin-top: 24px; padding: 17px 0; }
  .about-stat-row > div { padding-inline: 10px; }
  .about-stat-row strong { font-size: 23px; }
  .about-stat-row span { font-size: 10px; }
  .about-actions { align-items: stretch; flex-direction: column; }
  .about-actions .button,
  .about-actions .text-link { width: 100%; justify-content: center; }
  .about-actions .text-link { margin: 0; }
  .about-factory-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .about-factory-strip a { aspect-ratio: 16 / 10; }
  .factory-grid { grid-template-columns: 1fr; gap: 14px; }
  .factory-item figcaption { right: 10px; bottom: 10px; left: 10px; padding: 9px 12px; font-size: 13px; }
  .case-gallery { grid-template-columns: 1fr; gap: 14px; }
  .case-item { aspect-ratio: 4 / 3; min-height: 0; border-radius: 11px; }
  .case-caption { bottom: 12px; left: 12px; max-width: calc(100% - 24px); padding: 11px 14px 12px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li,
  .process-list li:first-child,
  .process-list li:nth-child(3) { min-height: 180px; border-right: 1px solid #d9d1c7; border-left: 1px solid #d9d1c7; }
  .process-list strong { margin-top: 23px; }
  .news-card,
  .news-card:not(.news-featured) { display: block; }
  .news-card:not(.news-featured) .news-media { aspect-ratio: 16 / 9; }
  .news-body,
  .news-featured .news-body { padding: 20px; }
  .news-featured .news-body h3 { font-size: 21px; }
  .home-cta { padding: 58px 0; }
  .cta-actions, .cta-actions .button { width: 100%; }
  .cta-phone { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 26px; padding-top: 54px; }
  .footer-brand,
  .footer-contact { grid-column: 1 / -1; }
  .footer-contact { padding: 22px; }
  .grid { grid-template-columns: 1fr; }
  .case-archive-hero { padding: 44px 0 41px; }
  .case-archive-intro { font-size: 14px; }
  .case-catalog-shell { padding-top: 22px; }
  .case-catalog-sidebar { display: block; }
  .case-sidebar-title { padding: 18px; }
  .case-catalog-sidebar nav { grid-template-columns: 1fr 1fr; }
  .case-catalog-sidebar nav a { min-height: 44px; padding: 8px 12px; font-size: 12px; }
  .case-catalog-content .grid { grid-template-columns: 1fr; }
  .case-article-cover img { max-height: none; aspect-ratio: 4 / 3; }
  .case-article-summary { padding: 23px 20px; }
  .entry-content { font-size: 16px; }
  .inner-hero { padding: 66px 0; }
  .inner-hero h1 { font-size: 38px; }
  .inner-hero-grid { gap: 38px; }
  .planning-card-grid,
  .planning-steps,
  .solution-detail-grid,
  .news-archive-grid,
  .news-channel-grid,
  .news-list-grid,
  .about-capability-grid,
  .about-value-grid,
  .contact-info-grid,
  .contact-process-grid { grid-template-columns: 1fr; }
  .contact-info-card:last-child,
  .news-archive-featured,
  .solution-detail-grid > div:first-child { grid-column: auto; }
  .planning-card-body > div { min-height: 0; }
  .planning-steps li,
  .planning-steps li:nth-child(even),
  .planning-steps li:nth-last-child(-n+2) { min-height: 165px; border-right: 0; border-bottom: 1px solid var(--zzrs-line); }
  .planning-steps li:last-child { border-bottom: 0; }
  .solution-detail-hero { min-height: 600px; align-items: flex-end; }
  .solution-detail-overlay { background: linear-gradient(0deg, rgba(6, 19, 32, .94) 0%, rgba(6, 19, 32, .56) 55%, rgba(6, 19, 32, .08) 90%); }
  .solution-detail-copy { padding-block: 230px 48px; }
  .solution-detail-copy h1 { font-size: 40px; }
  .solution-detail-copy > strong { font-size: 18px; }
  .solution-tabs .zzrs-wrap,
  .news-category-tabs .zzrs-wrap { width: max-content; min-width: 100%; padding-inline: 14px; }
  .solution-tabs a,
  .news-category-tabs a { padding-inline: 16px; }
  .news-category-tabs { top: 66px; }
  .news-page-mark { display: none; }
  .product-page-hero { padding: 0; }
  .product-hero-grid { gap: 30px; padding: 46px 0; }
  .product-hero-copy h1 { font-size: 38px; }
  .product-hero-copy > p:not(.section-kicker) { font-size: 14px; }
  .product-hero-points { margin-top: 24px; padding: 14px 0; }
  .product-hero-points span { padding-inline: 9px; }
  .product-hero-points strong { font-size: 21px; }
  .product-hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .product-hero-actions .button,
  .product-hero-text-link { width: 100%; justify-content: center; }
  .product-hero-visual { border-width: 5px; border-radius: 17px; }
  .product-hero-visual > img { aspect-ratio: 4 / 3; }
  .product-hero-visual figcaption { align-items: flex-start; flex-direction: column; gap: 4px; padding: 13px 14px 10px; }
  .combination-series-section { padding: 62px 0 68px; }
  .combination-series-head > strong { display: none; }
  .combination-series-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .combination-series-card { min-height: 122px; padding: 19px 39px 17px 17px; }
  .combination-series-card > span { top: 14px; left: 17px; }
  .combination-series-card > strong { font-size: 14px; }
  .combination-series-card > i { right: 14px; bottom: 18px; }
  .news-archive-featured .news-archive-body h3 { font-size: 22px; }
  .news-archive-body p { display: block; }
  .news-channel-card { padding: 23px; }
  .about-page-hero,
  .contact-page-hero { padding: 56px 0 62px; }
  .about-page-hero-copy h1,
  .contact-page-hero-copy h1 { font-size: 38px; }
  .about-hero-actions,
  .contact-hero-actions { align-items: stretch; flex-direction: column; }
  .about-hero-actions .button,
  .contact-hero-actions .button { width: 100%; }
  .about-page-hero-media > img { aspect-ratio: 16 / 9; }
  .contact-page-hero-media > img { aspect-ratio: 4 / 3; }
  .about-page-hero-media figcaption { bottom: 12px; left: 12px; }
  .about-profile-lead { font-size: 19px; }
  .about-number-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-number-grid > div { min-height: 150px; padding: 20px; }
  .about-capability-card { min-height: 270px; }
  .credential-group-head { align-items: flex-start; flex-direction: column; gap: 9px; margin-top: 52px; }
  .credential-group-head-first { margin-top: 4px; }
  .credential-group-head h3 { font-size: 23px; }
  .credential-group-head > p { max-width: none; text-align: left; }
  .report-grid,
  .honor-grid { grid-template-columns: 1fr; }
  .report-card { grid-template-columns: 128px minmax(0, 1fr); min-height: 260px; }
  .report-card-body { padding: 23px 19px; }
  .report-card-body h3 { font-size: 19px; }
  .report-card-body strong { padding-top: 15px; }
  .certificate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .certificate-card h3 { min-height: 0; font-size: 13px; }
  .certificate-card small { display: none; }
  .honor-band,
  .about-page-cta-inner,
  .contact-bottom-cta-inner { align-items: stretch; flex-direction: column; }
  .honor-band .button,
  .about-page-cta-inner .button,
  .contact-bottom-cta-inner .button { width: 100%; }
  .about-page-cta-inner > div:last-child { align-items: stretch; }
  .about-page-cta-inner > div:last-child > a:last-child { text-align: center; }
  .contact-info-card:last-child { grid-column: auto; }
  .contact-info-card { min-height: 205px; }
  .contact-info-card > p { margin-top: 27px; }
  .contact-page-hero-media > div { right: 11px; bottom: 11px; left: 11px; padding: 15px; }
  .contact-page-hero-media strong { font-size: 25px; }
  .contact-checklist li { padding: 18px; }
  .contact-process-grid article { min-height: 185px; }
  .contact-process-grid h3 { margin-top: 28px; }
  .contact-faq-list summary { padding-right: 36px; font-size: 16px; }
  .contact-faq-list details p { padding-right: 20px; }
}

@media screen and (max-width: 782px) {
  .admin-bar.home .site-header { top: 46px; }
  .admin-bar.home .hero {
    min-height: calc(100vh - 46px);
    min-height: calc(100svh - 46px);
  }
}
