/*
Theme Name: HC Printers
Theme URI: https://www.hchbz.com/
Author: Codex
Description: 广东洪成红彩印有限公司官方网站 WordPress 主题。
Version: 3.3.2
Text Domain: hc-printers
*/

:root {
  --ink: #111111;
  --muted: #686868;
  --line: #dedede;
  --paper: #ffffff;
  --soft: #f3f3f1;
  --accent: #ed3d24;
  --dark: #171717;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body.menu-open .brand { color: var(--ink); }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; }

.wide-container {
  width: min(var(--max), calc(100% - 96px));
  margin: 0 auto;
}
.narrow-container {
  width: min(920px, calc(100% - 96px));
  margin: 0 auto;
  text-align: center;
}
.container {
  width: min(1240px, calc(100% - 96px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.25);
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}
body:not(.home) .site-header,
.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255,255,255,.96);
  border-color: var(--line);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  width: min(var(--max), calc(100% - 64px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  font-weight: 700;
}
.brand-mark {
  display: grid;
  width: 45px;
  height: 34px;
  place-items: center;
  border: 2px solid currentColor;
  font: 800 17px/1 Arial, sans-serif;
}
.brand-name { white-space: nowrap; }
.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
  font-size: 14px;
}
.main-nav a {
  position: relative;
  padding: 30px 0 27px;
}
.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}
.main-nav a:hover::after,
.main-nav .current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}
.nav-contact {
  min-width: 86px;
  padding: 10px 20px !important;
  text-align: center;
  border: 1px solid currentColor;
}
.nav-contact::after { display: none; }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.home-hero {
  position: relative;
  height: min(900px, 100svh);
  min-height: 680px;
  overflow: hidden;
  color: #fff;
  background: #222;
}
.home-hero-poster,
.home-hero-video,
.home-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.home-hero-poster,
.home-hero-video {
  object-fit: cover;
  transition: opacity .55s ease;
}
.home-hero-poster { z-index: 1; opacity: 1; }
.home-hero-poster.is-hidden { opacity: 0; }
.home-hero-video { z-index: 0; opacity: 0; }
.home-hero-video.is-playing { z-index: 2; opacity: 1; }
.home-hero-shade { background: rgba(0,0,0,.38); }
.home-hero-content {
  position: absolute;
  bottom: 11%;
  left: max(48px, calc((100vw - var(--max)) / 2));
  width: min(780px, calc(100% - 96px));
}
.home-hero h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 500;
  line-height: 1.08;
}
.home-hero-lead {
  max-width: 650px;
  margin-bottom: 31px;
  font-size: 18px;
  line-height: 1.9;
}
.kicker {
  margin-bottom: 20px;
  color: var(--accent);
  font: 700 12px/1.3 Arial, sans-serif;
  letter-spacing: .14em;
}
.kicker.light { color: #fff; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-weight: 600;
}
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.text-link.light { color: #fff; }
.hero-scroll {
  position: absolute;
  right: max(48px, calc((100vw - var(--max)) / 2));
  bottom: 9%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
}
.hero-scroll span {
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-2px) rotate(45deg);
}

.statement-section { padding: 140px 0 125px; }
.statement-section h2,
.display-heading h2,
.capability-heading h2,
.page-hero h1,
.footer-lead h2 {
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 500;
  line-height: 1.15;
}
.statement-section h2 { margin-bottom: 38px; }
.statement-copy {
  margin-bottom: 38px;
  color: #343434;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 2;
}

.numbers-section { padding: 0 0 130px; }
.number-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.number-item {
  padding: 55px 26px 52px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.number-item:last-child { border-right: 0; }
.number-item strong {
  display: block;
  margin-bottom: 16px;
  font: 500 clamp(36px, 4vw, 62px)/1 Arial, sans-serif;
}
.number-item sup { color: var(--accent); font-size: .45em; vertical-align: top; }
.number-item span { color: var(--muted); }

.showcase-section { padding: 125px 0 140px; background: var(--soft); }
.display-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 70px;
  margin-bottom: 64px;
}
.display-heading h2 { margin-bottom: 0; }
.display-heading > p {
  max-width: 520px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}
.product-showcase {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 260px;
  gap: 18px;
}
.showcase-card {
  position: relative;
  grid-column: span 4;
  overflow: hidden;
  color: #fff;
  background: #bbb;
}
.showcase-card-1 { grid-column: span 8; grid-row: span 2; }
.showcase-card-2 { grid-column: span 4; grid-row: span 2; }
.showcase-card-3,
.showcase-card-4,
.showcase-card-5,
.showcase-card-6 { grid-column: span 3; }
.showcase-card img,
.showcase-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.showcase-card img {
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.65,.3,1);
}
.showcase-overlay { background: rgba(0,0,0,.23); transition: background .25s ease; }
.showcase-copy {
  position: absolute;
  right: 30px;
  bottom: 28px;
  left: 30px;
}
.showcase-copy small { display: block; margin-bottom: 7px; font: 12px/1 Arial, sans-serif; }
.showcase-copy strong { display: block; font-size: clamp(22px, 2.3vw, 34px); font-weight: 500; }
.showcase-copy em {
  display: block;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  font-size: 13px;
  font-style: normal;
  opacity: 0;
  transition: opacity .25s ease, max-height .25s ease, margin .25s ease;
}
.showcase-card:hover img { transform: scale(1.045); }
.showcase-card:hover .showcase-overlay { background: rgba(0,0,0,.4); }
.showcase-card:hover em { max-height: 30px; margin-top: 13px; opacity: 1; }
.section-action { margin-top: 48px; text-align: center; }
.outline-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  border: 1px solid var(--ink);
  font-weight: 600;
  transition: color .2s ease, background .2s ease;
}
.outline-link:hover { color: #fff; background: var(--ink); }

.capability-section { padding: 140px 0; color: #fff; background: var(--dark); }
.capability-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 10%;
}
.capability-heading { position: sticky; top: 130px; align-self: start; }
.capability-heading h2 { max-width: 530px; }
.capability-list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 25px;
  padding: 38px 0 42px;
  border-top: 1px solid #484848;
}
.capability-list article:last-child { border-bottom: 1px solid #484848; }
.capability-list article > span { color: #8f8f8f; font: 13px/1.4 Arial, sans-serif; }
.capability-list h3 { margin-bottom: 12px; font-size: 28px; font-weight: 500; }
.capability-list p { max-width: 650px; margin-bottom: 0; color: #b9b9b9; font-size: 16px; }

.news-section { padding: 135px 0 145px; }
.news-list { border-top: 1px solid var(--line); }
.news-row {
  display: grid;
  grid-template-columns: 140px 1fr 35px;
  align-items: center;
  gap: 35px;
  min-height: 116px;
  padding: 22px 10px;
  border-bottom: 1px solid var(--line);
  transition: padding .2s ease, background .2s ease;
}
.news-row:hover { padding-right: 25px; padding-left: 25px; background: var(--soft); }
.news-row time { color: var(--muted); font: 13px/1 Arial, sans-serif; }
.news-row h3 { margin-bottom: 0; font-size: clamp(19px, 1.8vw, 27px); font-weight: 500; }
.news-row > span { font-size: 22px; text-align: right; }

.page-hero {
  padding: 180px 0 100px;
  background: var(--soft);
}
.page-hero h1 { margin-bottom: 22px; }
.page-hero .lead { max-width: 760px; margin-bottom: 0; color: var(--muted); font-size: 18px; }
.section { padding: 110px 0 130px; }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 48px;
}
.section-head h2 { margin-bottom: 8px; font-size: 40px; font-weight: 500; }
.muted { color: var(--muted); }
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--ink);
  font-weight: 600;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 22px;
}
.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--soft);
  transition: transform .5s ease;
}
.product-card { overflow: hidden; }
.product-card:hover img { transform: scale(1.025); }
.product-body { padding: 22px 0 0; }
.product-body h3 { margin-bottom: 8px; font-size: 24px; font-weight: 500; }
.product-body p { margin-bottom: 0; color: var(--muted); }

.archive-layout { padding: 80px 0 130px; }
.article-tabs {
  display: flex;
  gap: 30px;
  margin-bottom: 45px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
  scrollbar-width: none;
}
.article-tabs::-webkit-scrollbar { display: none; }
.article-tabs a { padding: 0 0 13px; color: var(--muted); }
.article-tabs a.active { color: var(--ink); border-bottom: 2px solid var(--accent); }
.article-grid { border-top: 1px solid var(--line); }
.article-card { border-bottom: 1px solid var(--line); }
.article-ribbon { display: none; }
.article-body {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  align-items: center;
  gap: 34px;
  min-height: 144px;
  padding: 28px 8px;
}
.article-date { color: var(--muted); font-size: 13px; }
.article-body h3 { margin-bottom: 0; font-size: 25px; font-weight: 500; }
.article-excerpt { display: none; }
.read-more { font-size: 14px; font-weight: 600; }

.single-layout {
  width: min(900px, calc(100% - 96px));
  margin: 0 auto;
  padding: 180px 0 130px;
}
.single-layout > h1 { font-size: clamp(38px, 5vw, 64px); font-weight: 500; line-height: 1.2; }
.single-meta { margin: 20px 0 48px; color: var(--muted); }
.content { color: #292929; font-size: 18px; line-height: 2.05; }
.content p { margin-bottom: 1.4em; }
.content h2 { margin: 2em 0 .8em; font-size: 32px; }
.single-layout > img { width: 100%; margin: 42px 0 !important; border-radius: 0 !important; }

.site-footer { padding: 120px 0 32px; color: #d0d0d0; background: #111; }
.footer-lead {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
  padding-bottom: 88px;
  border-bottom: 1px solid #3a3a3a;
}
.footer-lead .kicker { grid-column: 1 / -1; margin-bottom: -28px; }
.footer-lead h2 { max-width: 850px; margin-bottom: 0; color: #fff; }
.footer-contact { padding-bottom: 7px; border-bottom: 1px solid #777; color: #fff; white-space: nowrap; }
.footer-contact span { margin-left: 18px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
  gap: 7%;
  padding: 65px 0;
}
.footer-title { margin-bottom: 18px; color: #fff; font-weight: 600; }
.footer-grid p { margin-bottom: 7px; color: #9f9f9f; font-size: 14px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-top: 26px;
  border-top: 1px solid #3a3a3a;
  color: #777;
  font-size: 12px;
}

@media (max-width: 1080px) {
  .wide-container, .container { width: min(100% - 56px, var(--max)); }
  .narrow-container, .single-layout { width: min(100% - 56px, 920px); }
  .nav-wrap { width: calc(100% - 40px); }
  .main-nav { gap: 23px; }
  .home-hero-content { left: 28px; width: calc(100% - 56px); }
  .hero-scroll { right: 28px; }
  .product-showcase { grid-auto-rows: 220px; }
  .capability-layout { gap: 6%; }
}

@media (max-width: 820px) {
  .site-header,
  body:not(.home) .site-header,
  .site-header.is-scrolled { min-height: 66px; }
  .nav-wrap { min-height: 66px; }
  .brand-mark { width: 38px; height: 29px; font-size: 14px; }
  .brand-name { font-size: 14px; }
  .nav-toggle { display: block; z-index: 2; }
  .main-nav {
    position: fixed;
    inset: 0;
    width: auto;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    padding: 80px 34px 40px;
    color: var(--ink);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .main-nav.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav a { width: 100%; padding: 13px 0; font-size: 26px; }
  .main-nav a::after { display: none; }
  .nav-contact { width: auto !important; min-width: 120px; margin-top: 24px; padding: 9px 20px !important; font-size: 15px !important; }
  .nav-toggle.open { color: var(--ink); }
  .home-hero { min-height: 620px; height: 86svh; }
  .home-hero-content { bottom: 11%; }
  .home-hero h1 { font-size: clamp(42px, 10vw, 66px); }
  .home-hero-lead { max-width: 560px; }
  .number-grid { grid-template-columns: repeat(2, 1fr); }
  .number-item:nth-child(2) { border-right: 0; }
  .number-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .display-heading { display: block; }
  .display-heading > p { margin-top: 25px; }
  .product-showcase { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 250px; }
  .showcase-card,
  .showcase-card-1,
  .showcase-card-2,
  .showcase-card-3,
  .showcase-card-4,
  .showcase-card-5,
  .showcase-card-6 { grid-column: span 1; grid-row: span 1; }
  .showcase-card-1 { grid-column: span 2; grid-row: span 2; }
  .capability-layout { grid-template-columns: 1fr; }
  .capability-heading { position: static; margin-bottom: 50px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-lead { grid-template-columns: 1fr; }
  .footer-lead .kicker { margin-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .wide-container, .container { width: calc(100% - 36px); }
  .narrow-container, .single-layout { width: calc(100% - 36px); }
  .nav-wrap { width: calc(100% - 24px); }
  .brand-name { max-width: 190px; overflow: hidden; text-overflow: ellipsis; }
  .home-hero { height: 78svh; min-height: 580px; }
  .home-hero-content { bottom: 9%; left: 18px; width: calc(100% - 36px); }
  .home-hero h1 { margin-bottom: 18px; font-size: 40px; }
  .home-hero-lead { margin-bottom: 24px; font-size: 15px; line-height: 1.8; }
  .hero-scroll { display: none; }
  .statement-section { padding: 88px 0 78px; }
  .statement-section h2,
  .display-heading h2,
  .capability-heading h2,
  .page-hero h1,
  .footer-lead h2 { font-size: 34px; }
  .statement-section h2 { margin-bottom: 26px; }
  .statement-copy { font-size: 17px; line-height: 1.9; text-align: left; }
  .numbers-section { padding-bottom: 82px; }
  .number-item { padding: 35px 8px; }
  .number-item strong { font-size: 33px; }
  .number-item span { font-size: 13px; }
  .showcase-section, .capability-section, .news-section { padding: 82px 0; }
  .display-heading { margin-bottom: 36px; }
  .display-heading > p { font-size: 15px; }
  .product-showcase { display: block; }
  .showcase-card { display: block; height: 310px; margin-bottom: 14px; }
  .showcase-card-1 { height: 420px; }
  .showcase-copy { right: 22px; bottom: 22px; left: 22px; }
  .showcase-copy strong { font-size: 25px; }
  .capability-list article { grid-template-columns: 42px 1fr; gap: 12px; padding: 28px 0 32px; }
  .capability-list h3 { font-size: 23px; }
  .capability-list p { font-size: 14px; }
  .news-row { grid-template-columns: 1fr 28px; gap: 12px; min-height: 110px; padding: 20px 0; }
  .news-row time { grid-column: 1 / -1; }
  .news-row h3 { font-size: 19px; line-height: 1.5; }
  .page-hero { padding: 128px 0 68px; }
  .page-hero .lead { font-size: 16px; }
  .section, .archive-layout { padding: 68px 0 88px; }
  .product-grid { grid-template-columns: 1fr; gap: 38px; }
  .article-body { grid-template-columns: 1fr auto; gap: 12px; min-height: 122px; padding: 22px 0; }
  .article-date { grid-column: 1 / -1; }
  .article-body h3 { font-size: 20px; line-height: 1.5; }
  .single-layout { padding: 130px 0 85px; }
  .single-layout > h1 { font-size: 34px; }
  .content { font-size: 16px; line-height: 1.95; }
  .site-footer { padding-top: 82px; }
  .footer-lead { padding-bottom: 60px; }
  .footer-contact { white-space: normal; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; padding: 48px 0; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-bottom: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Reference-aligned presentation */
:root {
  --accent: #ff7900;
  --soft: #f4f4f4;
  --max: 1200px;
}
body {
  opacity: 0;
  color: #333;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", sans-serif;
  transition: opacity .35s ease;
}
body.page-ready { opacity: 1; }
body.page-leaving { opacity: 0; }
.wide-container,
.container { width: min(1200px, calc(100% - 80px)); }
.narrow-container { width: min(1000px, calc(100% - 80px)); }

.site-header {
  height: 100px;
  color: #fff;
  border-bottom: 0;
}
body:not(.home) .site-header,
.site-header.is-scrolled {
  height: 100px;
  color: #333;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid #eee;
}
.nav-wrap {
  width: min(1200px, calc(100% - 80px));
  min-height: 100px;
}
.brand {
  position: relative;
  width: 194px;
  gap: 0;
}
.brand-logo {
  width: 194px;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
  height: auto;
  transition: opacity .25s ease;
}
.brand-logo-red {
  position: absolute;
  inset: 0;
  opacity: 0;
}
body:not(.home) .brand-logo-white,
.site-header.is-scrolled .brand-logo-white,
body.menu-open .brand-logo-white { opacity: 0; }
body:not(.home) .brand-logo-red,
.site-header.is-scrolled .brand-logo-red,
body.menu-open .brand-logo-red { opacity: 1; }
.main-nav { gap: 30px; font-size: 15px; }
.main-nav a { padding: 39px 0; }
.main-nav a::after { bottom: 29px; background: var(--accent); }
.nav-contact {
  min-width: auto;
  padding: 0 !important;
  border: 0;
}

.home-hero {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1.978 / 1;
}
.home-hero-video { object-fit: cover; }
.home-hero-shade,
.home-hero-content,
.hero-scroll { display: none; }

.statement-section {
  min-height: 837px;
  padding: 140px 0 0;
  text-align: center;
}
.statement-section h2,
.reference-heading h2,
.capability-heading h2 {
  margin-bottom: 38px;
  color: #333;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}
.statement-tagline {
  margin-bottom: 18px;
  color: #333;
  font-size: 21px;
}
.statement-copy {
  max-width: 1040px;
  margin: 0 auto 35px;
  color: #333;
  font-size: 18px;
  line-height: 2;
}
.reference-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 80px;
  padding: 0 28px 10px 0;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.reference-more::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #333;
  transition: right .25s ease;
}
.reference-more::after {
  content: "→";
  position: absolute;
  right: 0;
  transition: transform .25s ease;
}
.reference-more:hover::after { transform: translateX(6px); }
.reference-more:hover::before { right: -6px; }

.number-grid {
  margin-top: 75px;
  border: 0;
}
.number-item {
  padding: 38px 20px 75px;
  border: 0;
}
.number-item strong {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 55px;
  font-weight: 600;
}
.number-item sup { color: var(--accent); }
.number-item span { color: #333; font-size: 16px; }

.showcase-section {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background-color: #f8f5ef;
  background-image:
    linear-gradient(rgba(255,255,255,.84), rgba(255,255,255,.84)),
    url("assets/company-data-bg.jpg");
  background-position: center;
  background-size: cover;
}
.reference-heading {
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: center;
}
.reference-heading h2 { margin-bottom: 22px; }
.reference-heading p {
  margin: 0;
  color: #666;
  font-size: 17px;
  line-height: 1.8;
}
.product-categories {
  display: flex;
  justify-content: center;
  gap: 55px;
  margin-bottom: 48px;
  color: #555;
  font-size: 15px;
}
.product-categories span {
  position: relative;
  min-width: 78px;
  text-align: center;
}
.product-categories img {
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter .25s ease, transform .25s ease;
}
.product-categories span:hover { color: var(--accent); }
.product-categories span:hover img { filter: none; transform: translateY(-3px); }
.product-showcase {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: 430px;
  gap: 18px;
}
.showcase-card,
.showcase-card-1,
.showcase-card-2,
.showcase-card-3,
.showcase-card-4,
.showcase-card-5,
.showcase-card-6 {
  grid-column: span 1;
  grid-row: span 1;
}
.showcase-card-6 { display: none; }
.showcase-overlay {
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.64));
}
.showcase-copy { right: 22px; bottom: 25px; left: 22px; }
.showcase-copy small { display: none; }
.showcase-copy strong { font-size: 24px; }
.showcase-copy em { max-height: 30px; margin-top: 9px; opacity: 1; }
.section-action { margin-top: 48px; }

.capability-section {
  position: relative;
  min-height: 642px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #333;
}
.capability-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.6), rgba(0,0,0,.25)),
    url("assets/company-data-bg.jpg") center/cover no-repeat;
  transition: transform 1.2s ease;
}
.capability-section:hover .capability-bg { transform: scale(1.025); }
.capability-layout {
  position: relative;
  min-height: 642px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  padding-top: 105px;
}
.capability-heading { position: static; }
.capability-heading h2 { color: #fff; }
.capability-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(0,0,0,.42);
  backdrop-filter: blur(4px);
}
.capability-list article {
  display: block;
  min-height: 220px;
  padding: 35px 28px;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.24);
  transition: background .3s ease;
}
.capability-list article:last-child { border: 0; }
.capability-list article:hover { background: rgba(255,121,0,.88); }
.capability-list article > span { display: block; margin-bottom: 24px; color: #fff; }
.capability-list h3 { font-size: 22px; }
.capability-list p {
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.8;
}

.news-section { padding: 130px 0 140px; }
.news-section { min-height: 1045px; }
.news-list {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  border-top: 1px solid #ddd;
}
.news-row {
  grid-template-columns: 1fr 30px;
  align-content: center;
  min-height: 155px;
  padding: 28px 30px;
  border-right: 1px solid #ddd;
}
.news-row:first-child {
  grid-row: span 3;
  min-height: 465px;
  align-content: end;
  background: #f4f4f4;
}
.news-row:nth-child(2),
.news-row:nth-child(3),
.news-row:nth-child(4) { border-right: 0; }
.news-row time { grid-column: 1 / -1; margin-bottom: 12px; }
.news-row h3 { font-size: 24px; }
.news-row:hover { padding: 28px 36px; background: #f4f4f4; }
.news-row:first-child h3 { font-size: 34px; }

.page-hero {
  position: relative;
  min-height: 496px;
  display: flex;
  align-items: end;
  padding: 100px 0 70px;
  color: #fff;
  background:
    linear-gradient(rgba(0,0,0,.28), rgba(0,0,0,.55)),
    url("assets/products-hero.jpg") center/cover no-repeat;
}
.page-template-page-about .page-hero {
  background-image:
    linear-gradient(rgba(0,0,0,.28), rgba(0,0,0,.55)),
    url("assets/about-hero.jpg");
}
.page-template-page-archives .page-hero {
  background-image:
    linear-gradient(rgba(0,0,0,.28), rgba(0,0,0,.55)),
    url("assets/archives-hero.jpg");
}
.page-hero .kicker { display: none; }
.page-hero h1 { color: #fff; font-size: 52px; font-weight: 400; }
.page-hero .lead { color: #fff; }
.section { padding: 110px 0 140px; }
.product-grid {
  display: block;
}
.product-card {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: stretch;
  min-height: 480px;
  margin-bottom: 70px;
  overflow: hidden;
  background: #f4f4f4;
}
.product-card:nth-child(even) { grid-template-columns: .85fr 1.15fr; }
.product-card:nth-child(even) img { order: 2; }
.product-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  background: #f2f2f2;
}
.product-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px;
}
.product-body h3 { font-size: 30px; font-weight: 400; }
.product-body p { font-size: 16px; line-height: 1.9; }
.archive-layout { padding: 100px 0 140px; }
.article-tabs { justify-content: center; margin-bottom: 60px; }
.article-body { min-height: 150px; }
.article-body h3 { font-size: 26px; font-weight: 400; }
.single-layout { padding-top: 180px; }

.site-footer {
  position: relative;
  min-height: 643px;
  overflow: hidden;
  padding: 90px 0 30px;
  background: #202020;
}
.footer-backdrop {
  position: absolute;
  inset: 0;
  background: #17181b;
}
.site-footer .wide-container { position: relative; }
.footer-lead {
  grid-template-columns: 1fr auto;
  padding-bottom: 65px;
}
.footer-lead h2 { font-size: 44px; font-weight: 400; }
.footer-contact {
  min-width: 160px;
  padding: 15px 0;
  text-align: center;
  border: 1px solid rgba(255,255,255,.65);
}
.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; padding: 55px 0; }

.reveal-item {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal-item.is-visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  .wide-container,
  .container,
  .narrow-container { width: calc(100% - 40px); }
  .site-header,
  body:not(.home) .site-header,
  .site-header.is-scrolled {
    position: relative;
    height: 60px;
    min-height: 60px;
    color: #222;
    background: #fff;
    border-bottom: 0;
  }
  .nav-wrap {
    width: calc(100% - 30px);
    min-height: 60px;
  }
  .brand {
    width: 148px;
    color: var(--accent);
  }
  .brand-logo {
    width: 148px;
    max-height: 44px;
  }
  body.home .brand-logo-white { opacity: 0; }
  body.home .brand-logo-red { opacity: 1; }
  .nav-toggle { width: 34px; height: 34px; }
  .nav-toggle span { width: 25px; }
  .main-nav { height: 100vh; padding: 100px 40px 60px; }
  .main-nav a { padding: 10px 0; font-size: 25px; font-weight: 400; }
  .home-hero {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.978 / 1;
  }
  .statement-section { padding: 50px 0 0; }
  .statement-section { min-height: 1228px; }
  .statement-section h2,
  .reference-heading h2,
  .capability-heading h2 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 1.2;
  }
  .statement-tagline { font-size: 17px; }
  .statement-copy { font-size: 15px; line-height: 1.9; }
  .number-grid {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }
  .number-item {
    min-height: 185px;
    padding: 45px 0 28px;
    border-bottom: 1px solid #eee !important;
  }
  .number-item strong { font-size: 45px; }
  .showcase-section { padding: 50px 0; }
  .reference-heading { margin-bottom: 35px; }
  .reference-heading p { font-size: 15px; }
  .product-categories {
    justify-content: flex-start;
    gap: 28px;
    margin-right: -20px;
    padding: 0 20px 10px 0;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .product-categories::-webkit-scrollbar { display: none; }
  .product-categories span { flex: 0 0 70px; font-size: 13px; }
  .product-categories img { width: 36px; height: 36px; }
  .product-showcase {
    display: flex;
    gap: 14px;
    margin-right: -20px;
    padding-right: 20px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .product-showcase::-webkit-scrollbar { display: none; }
  .showcase-card,
  .showcase-card-1,
  .showcase-card-2,
  .showcase-card-3,
  .showcase-card-4,
  .showcase-card-5 {
    display: block;
    flex: 0 0 78%;
    height: 390px;
    margin: 0;
  }
  .showcase-copy strong { font-size: 22px; }
  .capability-section,
  .capability-layout { min-height: 700px; }
  .capability-layout { padding-top: 50px; }
  .capability-list {
    grid-template-columns: 1fr 1fr;
    margin: 0 -20px;
  }
  .capability-list article {
    min-height: 230px;
    padding: 26px 20px;
    border-top: 1px solid rgba(255,255,255,.22);
  }
  .capability-list h3 { font-size: 20px; }
  .news-section { padding: 50px 0; }
  .news-list { grid-template-columns: 1fr; }
  .news-row,
  .news-row:first-child {
    grid-row: auto;
    min-height: 125px;
    padding: 24px 0;
    border-right: 0;
    background: transparent;
  }
  .news-row:first-child h3,
  .news-row h3 { font-size: 20px; }
  .news-row:hover { padding: 24px 10px; }
  .page-hero {
    min-height: 240px;
    padding: 60px 0 35px;
  }
  .page-hero h1 { font-size: 34px; }
  .section,
  .archive-layout { padding: 50px 0 80px; }
  .product-card,
  .product-card:nth-child(even) {
    display: block;
    min-height: 0;
    margin-bottom: 40px;
  }
  .product-card:nth-child(even) img { order: initial; }
  .product-card img {
    height: auto;
    aspect-ratio: 1.45 / 1;
    object-fit: contain;
  }
  .product-body { padding: 28px 24px 32px; }
  .article-tabs { justify-content: flex-start; margin-bottom: 35px; }
  .site-footer { min-height: 620px; padding-top: 60px; }
  .footer-lead { grid-template-columns: 1fr; }
  .footer-lead h2 { font-size: 34px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  body { opacity: 1; }
  .reveal-item { opacity: 1; transform: none; }
}

/* 3.1.4 compact footer */
.site-footer {
  min-height: 0;
  padding: 52px 0 22px;
}
.footer-grid {
  gap: 52px;
  padding: 0 0 34px;
}
.footer-title {
  margin-bottom: 10px;
  font-size: 15px;
}
.footer-grid p {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.65;
}
.footer-grid .footer-email {
  display: inline-block;
  margin-top: 9px;
}
.footer-channels {
  padding: 27px 0 30px;
}
.footer-channels > .footer-title {
  margin-bottom: 18px;
}
.footer-channel-groups {
  grid-template-columns: 1.2fr 1.2fr .7fr;
  gap: 30px;
}
.footer-channel-group {
  gap: 7px;
}
.footer-channel-label {
  margin-bottom: 0;
}
.footer-channel-group a {
  padding: 6px 9px;
  font-size: 12px;
}
.footer-bottom {
  padding-top: 18px;
  font-size: 12px;
}

@media (max-width: 820px) {
  .site-footer {
    min-height: 0;
    padding: 42px 0 20px;
  }
  .footer-grid {
    gap: 24px;
    padding: 0 0 28px;
  }
  .footer-channels {
    padding: 25px 0 28px;
  }
  .footer-channels > .footer-title {
    margin-bottom: 20px;
  }
  .footer-channel-groups {
    gap: 22px;
  }
  .footer-channel-group a {
    padding: 7px 9px;
  }
  .footer-bottom {
    padding-top: 16px;
  }
}

/* 3.1.2 footer channels and complete filing records */
.footer-channels {
  padding: 42px 0 46px;
  border-top: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.footer-channels-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.footer-channels-head .footer-title {
  margin-bottom: 7px;
}
.footer-channels-head p {
  margin: 0;
  color: rgba(255,255,255,.56);
  font-size: 14px;
}
.footer-email {
  padding-bottom: 5px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,.46);
}
.footer-channel-groups {
  display: grid;
  grid-template-columns: 1.15fr 1.15fr .7fr;
  gap: 42px;
}
.footer-channel-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.footer-channel-label {
  flex: 0 0 100%;
  margin-bottom: 3px;
  color: rgba(255,255,255,.52);
  font-size: 12px;
}
.footer-channel-group a {
  padding: 8px 12px;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.2;
  border: 1px solid rgba(255,255,255,.22);
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.footer-channel-group a:hover {
  color: #fff;
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.62);
}
.footer-bottom {
  align-items: center;
  gap: 24px;
}
.footer-records {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}
.footer-records a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .2s ease;
}
.footer-records a:hover {
  color: #fff;
}
.record-shield {
  display: inline-grid;
  width: 17px;
  height: 19px;
  place-items: center;
  color: #fff;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 3px 3px 7px 7px;
  font-size: 9px;
  line-height: 1;
}

@media (max-width: 820px) {
  .footer-channels {
    padding: 34px 0 38px;
  }
  .footer-channels-head {
    display: block;
    margin-bottom: 28px;
  }
  .footer-email {
    display: inline-block;
    margin-top: 16px;
  }
  .footer-channel-groups {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-channel-group {
    gap: 9px;
  }
  .footer-channel-group a {
    padding: 9px 11px;
  }
  .footer-records {
    display: flex;
    justify-content: flex-start;
    margin-top: 12px;
  }
}

/* 3.1.1 restore article previews in the column directory */
.page-template-page-archives .article-body {
  grid-template-columns: 130px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: start;
  min-height: 178px;
  padding: 34px 8px;
}
.page-template-page-archives .article-date {
  grid-column: 1;
  grid-row: 1 / span 2;
  padding-top: 5px;
}
.page-template-page-archives .article-body h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 12px;
  line-height: 1.4;
}
.page-template-page-archives .article-excerpt {
  display: -webkit-box;
  grid-column: 2;
  grid-row: 2;
  max-width: 760px;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-template-page-archives .read-more {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  white-space: nowrap;
}
.article-empty {
  padding: 70px 0;
  color: var(--muted);
  text-align: center;
}
.article-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 58px;
}
.pagination-pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.pagination-page,
.pagination-direction {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 13px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}
.pagination-page:hover,
.pagination-direction:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.pagination-page.current {
  border-color: var(--accent);
  color: #fff;
  background: var(--accent);
}
.pagination-direction.disabled {
  color: #aaa;
  background: #f7f7f7;
  cursor: not-allowed;
}

@media (max-width: 820px) {
  .page-template-page-archives .article-body {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto auto;
    gap: 9px 16px;
    min-height: 0;
    padding: 27px 0 30px;
  }
  .page-template-page-archives .article-date {
    grid-column: 1 / -1;
    grid-row: 1;
    padding-top: 0;
  }
  .page-template-page-archives .article-body h3 {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    font-size: 20px;
  }
  .page-template-page-archives .article-excerpt {
    grid-column: 1 / -1;
    grid-row: 3;
    font-size: 14px;
    line-height: 1.75;
  }
  .page-template-page-archives .read-more {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    padding-top: 5px;
  }
  .article-pagination {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 42px;
  }
  .pagination-pages {
    order: -1;
    width: 100%;
  }
  .pagination-page,
  .pagination-direction {
    min-width: 38px;
    height: 38px;
    padding: 0 11px;
    font-size: 13px;
  }
}

/* 3.1 brand and homepage visual system */
.brand,
.brand-logo {
  width: 218px;
}
.brand-logo {
  max-height: 64px;
}

.showcase-section {
  background: #f7f7f5;
}
.product-categories {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 56px;
}
.product-categories a {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #222;
  background: #fff;
  border: 1px solid #e5e5e2;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.product-categories a:hover {
  color: #111;
  border-color: rgba(68, 54, 220, .38);
  box-shadow: 0 14px 36px rgba(22, 22, 28, .1);
  transform: translateY(-4px);
}
.product-categories img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.45 / 1;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  filter: none;
  transition: transform .45s ease;
}
.product-categories a:hover img {
  filter: none;
  transform: scale(1.035);
}
.product-categories span {
  display: block;
  padding: 14px 15px 16px;
  font-size: 15px;
  text-align: left;
}
.product-showcase {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 360px;
  gap: 22px;
}
.showcase-card-6 {
  display: block;
}
.showcase-card img {
  object-fit: cover;
}

.capability-section,
.capability-layout {
  min-height: 720px;
}
.capability-bg {
  background:
    linear-gradient(90deg, rgba(7, 8, 13, .82) 0%, rgba(7, 8, 13, .46) 45%, rgba(7, 8, 13, .24) 100%),
    linear-gradient(0deg, rgba(7, 8, 13, .65), transparent 56%),
    url("assets/capabilities-bg.jpg") center/cover no-repeat;
}
.capability-layout {
  padding-top: 110px;
}
.capability-heading h2 {
  max-width: 480px;
  font-size: clamp(42px, 4vw, 66px);
}
.capability-list {
  background: rgba(8, 9, 14, .58);
  border-top: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(12px);
}
.capability-list article {
  min-height: 238px;
  padding: 38px 32px;
}
.capability-list article:hover {
  background: rgba(77, 57, 224, .82);
}
.capability-list article > span {
  margin-bottom: 30px;
  color: rgba(255,255,255,.72);
}
.capability-list h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

.news-section {
  min-height: 0;
  padding: 120px 0 130px;
}
.news-list {
  grid-template-columns: 1.35fr .85fr;
  gap: 0;
  border: 1px solid #dedede;
}
.news-row,
.news-row:first-child {
  position: relative;
  display: flex;
  min-height: 158px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #dedede;
}
.news-row:first-child {
  grid-row: span 3;
  min-height: 474px;
  border-right: 1px solid #dedede;
  border-bottom: 0;
}
.news-row:last-child {
  border-bottom: 0;
}
.news-image {
  flex: 0 0 152px;
  overflow: hidden;
  background: #eee;
}
.news-row:first-child .news-image {
  position: absolute;
  inset: 0;
}
.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.news-row:hover .news-image img {
  transform: scale(1.035);
}
.news-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 26px 30px;
}
.news-row:first-child .news-copy {
  justify-content: end;
  padding: 48px 42px;
  color: #fff;
  background: linear-gradient(0deg, rgba(5,5,9,.82), rgba(5,5,9,0) 70%);
}
.news-row time,
.news-row:first-child time {
  margin: 0 0 14px;
  color: #777;
}
.news-row:first-child time {
  color: rgba(255,255,255,.76);
}
.news-row h3,
.news-row:first-child h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
}
.news-row:first-child h3 {
  max-width: 680px;
  color: #fff;
  font-size: clamp(28px, 2.4vw, 38px);
}
.news-copy em {
  margin-top: 16px;
  color: #555;
  font-size: 13px;
  font-style: normal;
}
.news-row:first-child .news-copy em {
  color: #fff;
}
.news-row:hover {
  padding: 0;
  background: #fafafa;
}
.news-row.no-image .news-copy {
  padding-right: 42px;
  padding-left: 42px;
}
.news-row:first-child.no-image .news-copy {
  color: var(--ink);
  background: #f4f4f4;
}
.news-row:first-child.no-image time,
.news-row:first-child.no-image .news-copy em {
  color: var(--muted);
}
.news-row:first-child.no-image h3 {
  color: var(--ink);
}

@media (max-width: 1100px) {
  .product-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .brand,
  .brand-logo {
    width: 164px;
  }
  .brand-logo {
    max-height: 46px;
  }
  .product-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 38px;
    overflow: visible;
  }
  .product-categories a {
    flex: none;
  }
  .product-categories span {
    padding: 12px 12px 14px;
    font-size: 14px;
  }
  .product-showcase {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 0;
    gap: 18px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .showcase-card,
  .showcase-card-1,
  .showcase-card-2,
  .showcase-card-3,
  .showcase-card-4,
  .showcase-card-5,
  .showcase-card-6 {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.2 / 1;
  }
  .capability-section,
  .capability-layout {
    min-height: 760px;
  }
  .capability-layout {
    padding-top: 58px;
  }
  .capability-heading h2 {
    font-size: 38px;
  }
  .capability-list {
    margin: 0 -20px;
  }
  .capability-list article {
    min-height: 238px;
    padding: 28px 22px;
  }
  .news-section {
    padding: 76px 0 86px;
  }
  .news-list {
    display: block;
    border: 0;
  }
  .news-row,
  .news-row:first-child {
    min-height: 132px;
    margin-bottom: 14px;
    border: 1px solid #e1e1e1;
  }
  .news-row:first-child {
    min-height: 360px;
  }
  .news-image {
    flex-basis: 112px;
  }
  .news-copy {
    padding: 20px;
  }
  .news-row:first-child .news-copy {
    padding: 30px 24px;
  }
  .news-row h3,
  .news-row:first-child h3 {
    font-size: 19px;
  }
  .news-row:first-child h3 {
    font-size: 27px;
  }
}
