:root {
  --pq-navy: #071d33;
  --pq-navy-2: #0d2a47;
  --pq-blue: #075fae;
  --pq-blue-bright: #0b78d0;
  --pq-sky: #e8f2fa;
  --pq-ink: #101820;
  --pq-steel: #526170;
  --pq-line: #d9e0e6;
  --pq-paper: #ffffff;
  --pq-offwhite: #f3f6f8;
  --pq-accent: #f3a712;
  --pq-green: #1fc969;
  --pq-container: 1280px;
  --pq-shadow: 0 18px 50px rgba(7, 29, 51, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.pq-site {
  margin: 0;
  color: var(--pq-ink);
  background: var(--pq-paper);
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.pq-site a { color: inherit; text-decoration: none; }
.pq-site img { display: block; max-width: 100%; }
.pq-container { width: min(var(--pq-container), calc(100% - 48px)); margin: 0 auto; }
.pq-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: var(--pq-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.pq-kicker::before { width: 34px; height: 3px; background: var(--pq-accent); content: ""; }
.pq-section { padding: 96px 0; }
.pq-section--muted { background: var(--pq-offwhite); }
.pq-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 36px; margin-bottom: 38px; }
.pq-section-heading h2 { max-width: 760px; margin: 0; color: var(--pq-navy); font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -.035em; }
.pq-section-heading p { max-width: 520px; margin: 0; color: var(--pq-steel); }
.pq-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.pq-btn:hover { transform: translateY(-2px); }
.pq-btn--primary { color: #fff !important; background: var(--pq-blue); }
.pq-btn--primary:hover { background: var(--pq-blue-bright); }
.pq-btn--light { color: var(--pq-navy) !important; background: #fff; }
.pq-btn--outline { color: #fff !important; border-color: rgba(255,255,255,.5); background: transparent; }
.pq-btn--outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.pq-arrow { font-size: 18px; line-height: 1; }

/* Header */
.pq-utility { height: 38px; color: #dce9f4; background: var(--pq-navy); font-size: 12px; }
.pq-utility .pq-container { height: 100%; display: flex; justify-content: space-between; align-items: center; }
.pq-utility-links, .pq-languages { display: flex; align-items: center; gap: 24px; }
.pq-utility a:hover { color: #fff; }
.pq-languages a { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.pq-languages img { width: 21px; height: 14px; object-fit: cover; box-shadow: 0 0 0 1px rgba(255,255,255,.24); }
.pq-header { position: relative; z-index: 100; background: #fff; border-bottom: 1px solid var(--pq-line); }
.pq-header-main { height: 82px; display: flex; align-items: stretch; }
.pq-brand { min-width: 348px; display: flex; align-items: center; gap: 13px; padding-right: 28px; }
.pq-brand-mark { width: 56px; height: 56px; flex: 0 0 56px; border-radius: 50%; object-fit: cover; }
.pq-brand-name { color: var(--pq-navy); font-size: 21px; font-weight: 800; letter-spacing: .035em; line-height: 1.08; }
.pq-brand-sub { display: block; margin-top: 6px; color: var(--pq-steel); font-size: 13px; font-weight: 700; letter-spacing: .1em; line-height: 1.15; }
.pq-nav { flex: 1; display: flex; justify-content: flex-end; align-items: stretch; }
.pq-nav > a, .pq-nav-primary > a { position: relative; display: flex; align-items: center; padding: 0 17px; color: #253544; font-size: 14px; font-weight: 700; white-space: nowrap; }
.pq-nav > a::after, .pq-nav-primary > a::after { position: absolute; right: 17px; bottom: 0; left: 17px; height: 3px; background: var(--pq-blue); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; content: ""; }
.pq-nav > a:hover, .pq-nav-primary > a:hover { color: var(--pq-blue); }
.pq-nav > a:hover::after, .pq-nav-group:hover .pq-nav-primary > a::after, .pq-nav-group:focus-within .pq-nav-primary > a::after { transform: scaleX(1); }
.pq-nav-group { position: relative; display: flex; align-items: stretch; }
.pq-nav-primary { display: flex; align-items: stretch; }
.pq-submenu-toggle { width: 28px; display: grid; place-items: center; margin-left: -12px; padding: 0; border: 0; color: #405466; background: transparent; cursor: pointer; }
.pq-submenu-toggle svg { width: 10px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .2s ease; }
.pq-nav-dropdown { position: absolute; top: calc(100% - 1px); left: 0; z-index: 120; width: 360px; padding: 12px; visibility: hidden; opacity: 0; background: #fff; border-top: 3px solid var(--pq-blue); box-shadow: 0 20px 45px rgba(7,29,51,.18); transform: translateY(10px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.pq-nav-group:hover .pq-nav-dropdown, .pq-nav-group:focus-within .pq-nav-dropdown, .pq-nav-group.is-open .pq-nav-dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
.pq-nav-dropdown-all { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px; color: #fff; background: var(--pq-navy); }
.pq-nav-dropdown-all strong, .pq-nav-dropdown-all small { display: block; }
.pq-nav-dropdown-all strong { font-size: 15px; }
.pq-nav-dropdown-all small { margin-top: 4px; color: rgba(255,255,255,.66); font-size: 11px; font-weight: 500; }
.pq-nav-dropdown-list { display: grid; margin-top: 6px; }
.pq-nav-dropdown-list a { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 16px; color: #263746; border-bottom: 1px solid var(--pq-line); font-size: 13px; font-weight: 700; }
.pq-nav-dropdown-list a:last-child { border-bottom: 0; }
.pq-nav-dropdown-list a:hover, .pq-nav-dropdown-list a.is-active { color: var(--pq-blue); background: #f2f6fa; }
.pq-nav > .pq-nav-cta { align-self: center; height: 46px; margin-left: 12px; padding: 0 22px; color: #fff; background: var(--pq-blue); }
.pq-nav > .pq-nav-cta::after { display: none; }
.pq-nav > .pq-nav-cta:hover { color: #fff; background: var(--pq-blue-bright); }
.pq-menu-toggle { display: none; width: 48px; border: 0; background: transparent; }
.pq-menu-toggle span { width: 24px; height: 2px; display: block; margin: 5px auto; background: var(--pq-navy); }
.pq-page-hero { min-height: 270px; display: flex; align-items: center; color: #fff; background: linear-gradient(90deg, rgba(7,29,51,.96), rgba(7,29,51,.7)), url("../img/index2.jpg") center/cover no-repeat; }
.pq-page-hero h1 { margin: 0 0 8px; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.05; }
.pq-page-hero .pq-breadcrumb { color: rgba(255,255,255,.72); font-size: 13px; }

/* Homepage hero */
.pq-hero { position: relative; min-height: 650px; display: flex; align-items: center; overflow: hidden; color: #fff; background-color: var(--pq-navy); background-image: linear-gradient(90deg, rgba(3,17,31,.97) 0%, rgba(3,17,31,.78) 40%, rgba(3,17,31,.3) 68%, rgba(3,17,31,.58) 100%), var(--pq-hero-image); background-size: cover; background-position: left center; }
.pq-hero::after { position: absolute; right: 0; bottom: 0; width: 34%; height: 7px; background: var(--pq-accent); content: ""; }
.pq-hero-content { position: relative; z-index: 2; max-width: 810px; padding: 88px 0 126px; }
.pq-hero .pq-kicker { color: #fff; }
.pq-hero h1 { margin: 0; max-width: 800px; font-size: clamp(52px, 6vw, 84px); line-height: .99; letter-spacing: -.045em; text-wrap: balance; }
.pq-hero-intro { max-width: 650px; margin: 26px 0 32px; color: rgba(255,255,255,.82); font-size: 19px; }
.pq-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.pq-proofbar { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; background: rgba(7,29,51,.9); border-top: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(8px); }
.pq-proofbar .pq-container { min-height: 74px; display: grid; grid-template-columns: repeat(3, 1fr); }
.pq-proof-item { display: flex; align-items: center; gap: 14px; padding: 16px 34px; border-left: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.86); font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.pq-proof-item:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.pq-proof-number { color: var(--pq-accent); font-size: 25px; font-weight: 800; }

/* Finder */
.pq-finder-wrap { position: relative; z-index: 10; margin-top: 0; }
.pq-finder { display: grid; grid-template-columns: .9fr 1.55fr; min-height: 210px; box-shadow: var(--pq-shadow); }
.pq-finder-copy { padding: 36px 42px; color: #fff; background: var(--pq-blue); }
.pq-finder-copy .pq-kicker { color: #fff; margin-bottom: 8px; }
.pq-finder-copy h2 { margin: 0 0 12px; font-size: 31px; line-height: 1.08; }
.pq-finder-copy p { margin: 0; color: rgba(255,255,255,.82); font-size: 14px; }
.pq-finder-form { display: flex; flex-direction: column; justify-content: center; gap: 15px; padding: 34px 42px; background: #fff; }
.pq-search-row { display: grid; grid-template-columns: 1fr auto; }
.pq-search-input { min-width: 0; height: 58px; padding: 0 20px; border: 1px solid #bfc9d2; border-right: 0; outline: 0; color: var(--pq-ink); background: #fff; font-size: 15px; }
.pq-search-input:focus { border-color: var(--pq-blue); box-shadow: inset 0 0 0 1px var(--pq-blue); }
.pq-search-submit { min-width: 145px; border: 0; color: #fff; background: var(--pq-navy); font-weight: 800; cursor: pointer; }
.pq-search-submit:hover { background: var(--pq-blue); }
.pq-finder-help { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--pq-steel); font-size: 13px; }
.pq-finder-help a { color: var(--pq-blue); font-weight: 700; }

/* Families */
.pq-family-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--pq-line); border-left: 1px solid var(--pq-line); }
.pq-family-card { min-height: 260px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; border-right: 1px solid var(--pq-line); border-bottom: 1px solid var(--pq-line); background: #fff; transition: background .2s ease, color .2s ease; }
.pq-family-card::before { position: absolute; top: 0; left: 0; width: 5px; height: 0; background: var(--pq-accent); transition: height .25s ease; content: ""; }
.pq-family-icon { position: absolute; top: 30px; left: 30px; width: 54px; height: 54px; color: var(--pq-blue); }
.pq-family-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; }
.pq-family-card h3 { margin: 0 0 8px; color: var(--pq-navy); font-size: 21px; }
.pq-family-card p { margin: 0; color: var(--pq-steel); font-size: 13px; }
.pq-family-card:hover { color: #fff; background: var(--pq-navy); }
.pq-family-card:hover::before { height: 100%; }
.pq-family-card:hover h3, .pq-family-card:hover p, .pq-family-card:hover .pq-family-icon { color: #fff; }

/* Products */
.pq-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.pq-product-card { position: relative; display: flex; min-width: 0; flex-direction: column; background: #fff; border: 1px solid var(--pq-line); transition: transform .2s ease, box-shadow .2s ease; }
.pq-product-card:hover { transform: translateY(-5px); box-shadow: 0 16px 35px rgba(7,29,51,.1); }
.pq-product-image { aspect-ratio: 1 / 1; overflow: hidden; background: #f8f9fa; border-bottom: 1px solid var(--pq-line); }
.pq-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.pq-product-card:hover .pq-product-image img { transform: scale(1.035); }
.pq-product-body { min-height: 156px; display: flex; flex-direction: column; padding: 20px; }
.pq-product-code { margin-bottom: 8px; color: var(--pq-blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pq-product-card h3 { margin: 0 0 18px; color: var(--pq-navy); font-size: 18px; line-height: 1.34; }
.pq-product-link { margin-top: auto; color: var(--pq-steel); font-size: 14px; font-weight: 700; }
.pq-product-link span { margin-left: 5px; color: var(--pq-accent); }
.pq-section-action { margin-top: 36px; text-align: center; }

/* Process */
.pq-process { color: #fff; background: var(--pq-navy); }
.pq-process .pq-kicker { color: #fff; }
.pq-process .pq-section-heading h2 { color: #fff; }
.pq-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.pq-process-step { min-height: 240px; padding: 30px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.pq-process-num { display: block; margin-bottom: 42px; color: var(--pq-accent); font-size: 38px; font-weight: 300; }
.pq-process-step h3 { margin: 0 0 10px; font-size: 20px; }
.pq-process-step p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; }

/* Contact/map */
.pq-contact-section { display: grid; grid-template-columns: 1fr 1.25fr; min-height: 550px; background: var(--pq-offwhite); }
.pq-contact-panel { display: flex; justify-content: flex-end; align-items: center; padding: 64px max(48px, calc((100vw - var(--pq-container))/2)); padding-right: 72px; color: #fff; background: var(--pq-blue); }
.pq-contact-inner { width: min(100%, 520px); }
.pq-contact-panel .pq-kicker { color: #fff; }
.pq-contact-panel h2 { margin: 0 0 18px; font-size: clamp(38px, 4vw, 58px); line-height: 1.03; letter-spacing: -.035em; }
.pq-contact-panel > div > p { color: rgba(255,255,255,.78); }
.pq-contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 34px; }
.pq-contact-tools { display: flex; align-items: center; gap: 24px; margin: 28px 0 34px; }
.pq-contact-tools .pq-contact-actions { margin: 0; }
.pq-contact-qr { width: 126px; flex: 0 0 126px; padding: 9px; background: #fff; }
.pq-contact-qr img { width: 108px; height: 108px; object-fit: cover; }
.pq-contact-meta { display: grid; gap: 10px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.24); font-size: 14px; }
.pq-contact-meta a { overflow-wrap: anywhere; }
.pq-contact-map { position: relative; min-height: 550px; overflow: hidden; background: #dfe8ee; }
.pq-contact-map iframe { width: 100%; height: 100%; position: absolute; inset: 0; border: 0; filter: saturate(.75) contrast(.96); }
.pq-map-link { position: absolute; right: 24px; bottom: 24px; z-index: 2; min-height: 46px; display: inline-flex; align-items: center; padding: 0 20px; color: #fff !important; background: var(--pq-navy); font-size: 13px; font-weight: 700; box-shadow: var(--pq-shadow); }

/* Footer */
.pq-footer { color: rgba(255,255,255,.72); background: #051524; }
.pq-footer-main { display: grid; grid-template-columns: 1.35fr .75fr .75fr .75fr 1.15fr .72fr; gap: 38px; padding: 68px 0 54px; }
.pq-footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: #fff; font-size: 18px; font-weight: 800; }
.pq-footer-brand img { width: 50px; height: 50px; border-radius: 50%; }
.pq-footer-about p { max-width: 340px; margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.pq-footer h3 { margin: 0 0 18px; color: #fff; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.pq-footer-links { display: grid; gap: 11px; font-size: 14px; }
.pq-footer a:hover { color: #fff; }
.pq-footer-contact { display: grid; gap: 10px; font-size: 14px; }
.pq-footer-contact a { overflow-wrap: anywhere; }
.pq-footer-social a { display: flex; justify-content: space-between; gap: 12px; }
.pq-footer-bottom { display: flex; justify-content: space-between; gap: 28px; padding: 20px 0 28px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.pq-footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; }

/* Product catalogue */
.pq-catalog { padding: 74px 0 100px; }
.pq-catalog-toolbar { display: grid; grid-template-columns: 1fr minmax(420px, .75fr); gap: 50px; align-items: end; margin-bottom: 38px; padding-bottom: 30px; border-bottom: 1px solid var(--pq-line); }
.pq-catalog-toolbar h2 { margin: 0 0 12px; color: var(--pq-navy); font-size: clamp(34px, 4vw, 52px); line-height: 1.08; }
.pq-catalog-toolbar p { max-width: 700px; margin: 0; color: var(--pq-steel); }
.pq-catalog-search { display: grid; grid-template-columns: 1fr 54px; }
.pq-catalog-search input { min-width: 0; height: 54px; padding: 0 16px; border: 1px solid var(--pq-line); outline: 0; }
.pq-catalog-search input:focus { border-color: var(--pq-blue); }
.pq-catalog-search button { border: 0; color: #fff; background: var(--pq-blue); font-size: 22px; cursor: pointer; }
.pq-category-bar { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; margin: -8px 0 34px; padding: 16px 18px; background: #f3f6f8; border-left: 4px solid var(--pq-blue); }
.pq-category-label { color: var(--pq-steel); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.pq-category-nav { min-width: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.pq-category-nav a { min-height: 38px; display: inline-flex; align-items: center; padding: 0 16px; color: #314556; background: #fff; border: 1px solid #d8e0e7; font-size: 13px; font-weight: 700; }
.pq-category-nav a:hover, .pq-category-nav a.is-active { color: #fff; border-color: var(--pq-blue); background: var(--pq-blue); }
.pq-catalog .pq-product-grid { grid-template-columns: repeat(4, 1fr); }
.pq-pagination { margin-top: 42px; text-align: center; }
.pq-pagination a, .pq-pagination span { min-width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; margin: 3px; padding: 0 10px; border: 1px solid var(--pq-line); color: var(--pq-steel); background: #fff; }
.pq-pagination .active, .pq-pagination a:hover { color: #fff; border-color: var(--pq-blue); background: var(--pq-blue); }

/* Product detail */
.pq-detail { padding: 70px 0 100px; }
.pq-detail-main { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 70px; align-items: start; }
.pq-detail-photo { position: sticky; top: 24px; aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; background: #f5f6f7; border: 1px solid var(--pq-line); }
.pq-detail-photo img { width: 100%; height: 100%; object-fit: cover; }
.pq-detail-code { margin: 0 0 14px; color: var(--pq-blue); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pq-detail-info h1 { margin: 0 0 24px; color: var(--pq-navy); font-size: clamp(38px, 4.8vw, 64px); line-height: 1.02; letter-spacing: -.035em; }
.pq-detail-summary { margin-bottom: 28px; color: var(--pq-steel); font-size: 17px; }
.pq-detail-facts { margin: 0 0 30px; border-top: 1px solid var(--pq-line); }
.pq-detail-fact { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--pq-line); }
.pq-detail-fact dt { color: var(--pq-steel); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.pq-detail-fact dd { margin: 0; color: var(--pq-navy); font-weight: 700; overflow-wrap: anywhere; }
.pq-verify-note { margin: 0 0 26px; padding: 15px 18px; color: #5a4a20; background: #fff6dc; border-left: 4px solid var(--pq-accent); font-size: 13px; }
.pq-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.pq-detail-section { padding-top: 74px; }
.pq-detail-section h2 { margin: 0 0 24px; color: var(--pq-navy); font-size: 31px; }
.pq-detail-content { color: #354554; }
.pq-detail-content img { max-width: 100% !important; height: auto !important; margin: 14px auto; }
.pq-detail-content table { width: 100% !important; border-collapse: collapse; }
.pq-detail-content td, .pq-detail-content th { padding: 12px; border: 1px solid var(--pq-line); text-align: left; }
.pq-detail-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pq-detail-gallery figure { margin: 0; border: 1px solid var(--pq-line); background: #fff; }
.pq-detail-gallery a { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #f3f6f8; }
.pq-detail-gallery img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.pq-detail-gallery a:hover img { transform: scale(1.025); }
.pq-detail-gallery figcaption { padding: 12px 14px; color: var(--pq-muted); font-size: 14px; }
.pq-detail-download { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 30px; border: 1px solid var(--pq-line); background: #f7f9fb; }
.pq-detail-download h2 { margin-bottom: 6px; }
.pq-detail-download p { margin: 0; color: var(--pq-muted); }
.pq-detail-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pq-detail-gallery img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border: 1px solid var(--pq-line); }
.pq-detail-cta { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; margin-top: 74px; padding: 42px; color: #fff; background: var(--pq-navy); }
.pq-detail-cta h2 { margin: 0 0 8px; color: #fff; font-size: 30px; }
.pq-detail-cta p { margin: 0; color: rgba(255,255,255,.68); }
.pq-detail-cta-actions { display: flex; gap: 10px; }
.pq-related { padding-top: 80px; }
.pq-related .pq-product-grid { grid-template-columns: repeat(4, 1fr); }

/* RFQ form */
.pq-rfq { padding: 72px 0 100px; background: var(--pq-offwhite); }
.pq-rfq-layout { display: grid; grid-template-columns: .72fr 1.28fr; background: #fff; box-shadow: var(--pq-shadow); }
.pq-rfq-aside { padding: 52px 44px; color: #fff; background: var(--pq-navy); }
.pq-rfq-aside .pq-kicker { color: #fff; }
.pq-rfq-aside h2 { margin: 0 0 18px; font-size: 40px; line-height: 1.05; }
.pq-rfq-aside > p { margin: 0; color: rgba(255,255,255,.68); }
.pq-rfq-checklist { display: grid; gap: 14px; margin: 34px 0; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.pq-rfq-checklist span { display: flex; gap: 12px; color: rgba(255,255,255,.82); font-size: 13px; }
.pq-rfq-checklist span::before { color: var(--pq-accent); font-weight: 800; content: "✓"; }
.pq-rfq-direct { display: grid; gap: 9px; font-size: 13px; }
.pq-rfq-direct a { overflow-wrap: anywhere; }
.pq-rfq-form { padding: 50px; }
.pq-rfq-form h2 { margin: 0 0 8px; color: var(--pq-navy); font-size: 34px; }
.pq-rfq-form > p { margin: 0 0 30px; color: var(--pq-steel); }
.pq-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pq-field { display: grid; gap: 8px; }
.pq-field--full { grid-column: 1 / -1; }
.pq-field label { color: #354554; font-size: 12px; font-weight: 800; letter-spacing: .03em; }
.pq-field label em { margin-left: 4px; color: #c34232; font-style: normal; }
.pq-field input, .pq-field textarea { width: 100%; border: 1px solid #cbd3da; border-radius: 0; outline: 0; color: var(--pq-ink); background: #fff; font: inherit; }
.pq-field input { height: 50px; padding: 0 14px; }
.pq-field textarea { min-height: 150px; padding: 13px 14px; resize: vertical; }
.pq-field input:focus, .pq-field textarea:focus { border-color: var(--pq-blue); box-shadow: inset 0 0 0 1px var(--pq-blue); }
.pq-form-note { margin: 18px 0 24px; color: var(--pq-steel); font-size: 12px; }
.pq-form-submit { min-width: 190px; border: 0; cursor: pointer; }

/* Company, service and contact pages */
.pq-editorial { padding: 82px 0 100px; }
.pq-editorial-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.pq-editorial-title h2 { margin: 0 0 20px; color: var(--pq-navy); font-size: clamp(40px, 5vw, 66px); line-height: 1.02; letter-spacing: -.04em; }
.pq-editorial-title > p:last-child { color: var(--pq-steel); font-size: 18px; }
.pq-editorial-copy { padding: 28px 0 0; color: #344555; font-size: 17px; }
.pq-editorial-copy p { margin: 0 0 18px; }
.pq-focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--pq-line); border-left: 1px solid var(--pq-line); }
.pq-focus-card { min-height: 220px; padding: 34px; border-right: 1px solid var(--pq-line); border-bottom: 1px solid var(--pq-line); }
.pq-focus-num { display: block; margin-bottom: 45px; color: var(--pq-blue); font-size: 28px; font-weight: 300; }
.pq-focus-card h3 { margin: 0 0 8px; color: var(--pq-navy); font-size: 20px; }
.pq-focus-card p { margin: 0; color: var(--pq-steel); font-size: 13px; }
.pq-service-page { padding: 82px 0 100px; }
.pq-service-lead { max-width: 850px; margin-bottom: 48px; }
.pq-service-lead h2 { margin: 0 0 18px; color: var(--pq-navy); font-size: clamp(40px, 5vw, 64px); line-height: 1.03; letter-spacing: -.04em; }
.pq-service-lead > p:last-child { color: var(--pq-steel); font-size: 18px; }
.pq-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.pq-service-card { min-height: 300px; padding: 38px; color: #fff; background: var(--pq-navy); border-right: 1px solid rgba(255,255,255,.15); }
.pq-service-card:nth-child(2) { background: var(--pq-navy-2); }
.pq-service-card:nth-child(3) { background: var(--pq-blue); }
.pq-service-num { display: block; margin-bottom: 72px; color: var(--pq-accent); font-size: 34px; }
.pq-service-card h3 { margin: 0 0 10px; font-size: 23px; }
.pq-service-card p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.pq-service-action { margin-top: 34px; }
.pq-contact-page { padding: 74px 0 100px; }
.pq-contact-page-grid { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 600px; box-shadow: var(--pq-shadow); }
.pq-contact-card { padding: 48px; color: #fff; background: var(--pq-navy); }
.pq-contact-card h2 { margin: 0 0 12px; font-size: 40px; line-height: 1.05; }
.pq-contact-card > p { color: rgba(255,255,255,.68); }
.pq-contact-list { display: grid; gap: 17px; margin-top: 34px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.18); }
.pq-contact-list span, .pq-contact-list a { overflow-wrap: anywhere; }
.pq-contact-page-map { position: relative; min-height: 600px; background: #dfe8ee; }
.pq-contact-page-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Joined WhatsApp and back-to-top control */
.pq-float-group { position: fixed; z-index: 500; right: 22px; bottom: 22px; display: flex; filter: drop-shadow(0 12px 22px rgba(7,29,51,.24)); }
.pq-whatsapp-float { min-height: 58px; display: flex; align-items: center; gap: 12px; padding: 8px 18px 8px 10px; color: #fff !important; background: var(--pq-navy-2); border-left: 4px solid var(--pq-green); }
.pq-whatsapp-icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; border-radius: 50%; background: var(--pq-green); }
.pq-whatsapp-icon svg { width: 24px; height: 24px; fill: #fff; }
.pq-whatsapp-copy strong { display: block; font-size: 14px; line-height: 1.1; }
.pq-whatsapp-copy small { display: block; margin-top: 4px; color: rgba(255,255,255,.72); font-size: 11px; }
.pq-backtop { width: 58px; border: 0; border-left: 1px solid rgba(255,255,255,.18); color: #fff; background: var(--pq-navy-2); font-size: 25px; cursor: pointer; }
.pq-backtop:hover { background: var(--pq-blue); }

/* Existing inner pages: stable bridge while their content templates are rebuilt */
.pq-site .fy, .pq-site > .product.sub_pro { width: min(var(--pq-container), calc(100% - 48px)); margin: 64px auto; }
.pq-site .product03, .pq-site .product02 { width: 100%; float: none; }
.pq-site .content_com_title { height: auto; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--pq-line); }
.pq-site .content_com_title h2 { color: var(--pq-navy); font-size: 38px; }
.pq-site .content_com_title .bread { color: var(--pq-steel); }
.pq-site .content { min-height: 280px; }

@media (max-width: 1100px) {
  .pq-container { width: min(100% - 32px, var(--pq-container)); }
  .pq-utility-links a:first-child { display: none; }
  .pq-brand { min-width: 260px; }
  .pq-nav > a, .pq-nav-primary > a { padding: 0 10px; font-size: 12px; }
  .pq-submenu-toggle { margin-left: -8px; }
  .pq-nav > .pq-nav-cta { padding: 0 14px; }
  .pq-product-grid { grid-template-columns: repeat(3, 1fr); }
  .pq-catalog .pq-product-grid, .pq-related .pq-product-grid { grid-template-columns: repeat(3, 1fr); }
  .pq-family-grid, .pq-process-grid { grid-template-columns: repeat(2, 1fr); }
  .pq-footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .pq-footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  body.pq-menu-open { overflow: hidden; }
  .pq-utility { height: 34px; }
  .pq-utility-links { display: none; }
  .pq-languages { width: 100%; justify-content: center; gap: 18px; }
  .pq-header-main { height: 70px; align-items: center; }
  .pq-brand { min-width: 0; flex: 1; padding-right: 8px; }
  .pq-brand-mark { width: 46px; height: 46px; flex-basis: 46px; }
  .pq-brand-name { font-size: 16px; }
  .pq-brand-sub { font-size: 8px; }
  .pq-menu-toggle { display: block; }
  .pq-nav { position: fixed; top: 104px; right: 0; bottom: 0; left: 0; display: none; flex-direction: column; justify-content: flex-start; align-items: stretch; padding: 18px 20px 30px; overflow-y: auto; background: #fff; }
  .pq-menu-open .pq-nav { display: flex; }
  .pq-menu-open .pq-float-group { display: none; }
  .pq-nav > a, .pq-nav-primary > a { min-height: 54px; padding: 0 12px; border-bottom: 1px solid var(--pq-line); font-size: 16px; }
  .pq-nav > a::after, .pq-nav-primary > a::after { display: none; }
  .pq-nav-group, .pq-nav-primary { display: block; }
  .pq-nav-primary { position: relative; border-bottom: 1px solid var(--pq-line); }
  .pq-nav-primary > a { padding-right: 64px; border: 0; }
  .pq-submenu-toggle { position: absolute; top: 0; right: 0; width: 54px; height: 54px; margin: 0; border-left: 1px solid var(--pq-line); }
  .pq-nav-group.is-open .pq-submenu-toggle svg { transform: rotate(180deg); }
  .pq-nav-dropdown { position: static; width: auto; display: none; padding: 8px 10px 14px; visibility: visible; opacity: 1; border-top: 0; background: #f3f6f8; box-shadow: none; transform: none; transition: none; }
  .pq-nav-group:hover .pq-nav-dropdown, .pq-nav-group:focus-within .pq-nav-dropdown { display: none; }
  .pq-nav-group.is-open .pq-nav-dropdown { display: block; }
  .pq-nav-dropdown-all { min-height: 62px; padding: 12px 15px; }
  .pq-nav-dropdown-list a { background: #fff; }
  .pq-nav > .pq-nav-cta { align-self: stretch; margin: 18px 0 0; justify-content: center; border: 0; }
  .pq-hero { min-height: 690px; background-position: 28% center; }
  .pq-hero-content { padding: 72px 0 150px; }
  .pq-hero h1 { font-size: clamp(43px, 12vw, 66px); }
  .pq-proofbar .pq-container { grid-template-columns: 1fr; padding: 10px 0; }
  .pq-proof-item { min-height: 36px; padding: 5px 18px; border: 0; }
  .pq-proof-number { font-size: 18px; }
  .pq-finder-wrap { margin-top: 0; }
  .pq-finder { grid-template-columns: 1fr; }
  .pq-section { padding: 72px 0; }
  .pq-section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 30px; }
  .pq-product-grid { grid-template-columns: repeat(2, 1fr); }
  .pq-catalog-toolbar { grid-template-columns: 1fr; gap: 24px; }
  .pq-category-bar { grid-template-columns: 1fr; gap: 12px; }
  .pq-category-nav { flex-wrap: nowrap; padding-bottom: 5px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .pq-category-nav a { flex: 0 0 auto; }
  .pq-catalog .pq-product-grid, .pq-related .pq-product-grid { grid-template-columns: repeat(2, 1fr); }
  .pq-detail-main { grid-template-columns: 1fr; gap: 38px; }
  .pq-detail-photo { position: relative; top: auto; }
  .pq-detail-cta { grid-template-columns: 1fr; }
  .pq-detail-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pq-rfq-layout { grid-template-columns: 1fr; }
  .pq-editorial-intro { grid-template-columns: 1fr; gap: 30px; }
  .pq-contact-page-grid { grid-template-columns: 1fr; }
  .pq-contact-section { grid-template-columns: 1fr; }
  .pq-contact-panel { justify-content: flex-start; padding: 64px 24px; }
  .pq-contact-map { min-height: 420px; }
  .pq-footer-main { grid-template-columns: 1fr 1fr; }
  .pq-footer-about, .pq-footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .pq-container { width: calc(100% - 28px); }
  .pq-languages span { font-size: 10px; }
  .pq-brand-name { font-size: 14px; letter-spacing: 0; }
  .pq-brand-sub { letter-spacing: .08em; }
  .pq-hero { min-height: 660px; background-position: 34% center; }
  .pq-hero-content { padding-top: 62px; }
  .pq-hero h1 { font-size: 43px; }
  .pq-hero-intro { font-size: 16px; }
  .pq-hero-actions .pq-btn { width: 100%; }
  .pq-finder-copy, .pq-finder-form { padding: 30px 22px; }
  .pq-search-row { grid-template-columns: 1fr; gap: 10px; }
  .pq-search-input { border-right: 1px solid #bfc9d2; }
  .pq-search-submit { min-height: 52px; }
  .pq-family-grid, .pq-process-grid { grid-template-columns: 1fr; }
  .pq-family-card { min-height: 220px; }
  .pq-product-grid { grid-template-columns: 1fr; gap: 16px; }
  .pq-catalog .pq-product-grid, .pq-related .pq-product-grid { grid-template-columns: 1fr; }
  .pq-detail-fact { grid-template-columns: 1fr; gap: 4px; }
  .pq-detail-gallery { grid-template-columns: 1fr 1fr; }
  .pq-detail-cta { padding: 28px 22px; }
  .pq-detail-cta-actions { flex-direction: column; }
  .pq-detail-gallery { grid-template-columns: 1fr; }
  .pq-detail-download { align-items: flex-start; flex-direction: column; }
  .pq-rfq-aside, .pq-rfq-form { padding: 34px 22px; }
  .pq-form-grid { grid-template-columns: 1fr; }
  .pq-field--full { grid-column: auto; }
  .pq-form-submit { width: 100%; }
  .pq-focus-grid, .pq-service-grid { grid-template-columns: 1fr; }
  .pq-service-card { min-height: 240px; }
  .pq-service-num { margin-bottom: 42px; }
  .pq-contact-card { padding: 36px 24px; }
  .pq-contact-page-map { min-height: 430px; }
  .pq-product-image { aspect-ratio: 4 / 3; }
  .pq-contact-actions .pq-btn { width: 100%; }
  .pq-contact-tools { align-items: flex-start; }
  .pq-contact-tools .pq-contact-actions { flex: 1; }
  .pq-footer-main { grid-template-columns: 1fr; gap: 36px; }
  .pq-footer-about, .pq-footer-contact { grid-column: auto; }
  .pq-footer-bottom { flex-direction: column; }
  .pq-float-group { right: 12px; bottom: 12px; }
  .pq-whatsapp-float { padding-right: 12px; }
  .pq-whatsapp-copy small { display: none; }
  .pq-backtop { width: 52px; }
  .pq-site .fy, .pq-site > .product.sub_pro { width: calc(100% - 28px); margin: 42px auto; }
}

/* Upgrade plan 2: CMS-driven mega menu and catalogue */
.pq-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.pq-mega-menu {
  left: 50%;
  width: min(860px, calc(100vw - 48px));
  padding: 0;
  border-top-color: var(--pq-accent);
  transform: translate(-44%, 10px);
}
.pq-nav-group:hover .pq-mega-menu,
.pq-nav-group:focus-within .pq-mega-menu,
.pq-nav-group.is-open .pq-mega-menu { transform: translate(-44%, 0); }
.pq-mega-grid { display: grid; grid-template-columns: 1fr 1fr 1.05fr; }
.pq-mega-column { min-height: 236px; padding: 27px 28px 24px; border-right: 1px solid var(--pq-line); }
.pq-mega-column:last-child { border-right: 0; }
.pq-mega-label { display: block; margin-bottom: 16px; color: #758493; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pq-mega-links { display: grid; }
.pq-mega-links a { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid #e8edf1; color: #263746; font-size: 13px; font-weight: 700; }
.pq-mega-links a:hover, .pq-mega-links a.is-active { color: var(--pq-blue); }
.pq-mega-column--action { color: #fff; background: var(--pq-navy); }
.pq-mega-column--action .pq-mega-label { color: rgba(255,255,255,.48); }
.pq-mega-column--action p { margin: 0 0 20px; color: rgba(255,255,255,.66); font-size: 13px; }
.pq-mega-photo { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); font-size: 13px; font-weight: 800; }
.pq-mega-quote { min-height: 42px; display: inline-flex; align-items: center; margin-top: 20px; padding: 0 16px; color: var(--pq-navy) !important; background: var(--pq-accent); font-size: 12px; font-weight: 800; }
.pq-mega-menu .pq-nav-dropdown-all { min-height: 68px; border-top: 1px solid rgba(255,255,255,.14); }

.pq-catalog { padding: 68px 0 100px; }
.pq-catalog-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 500px); gap: 50px; align-items: end; margin-bottom: 42px; padding-bottom: 32px; border-bottom: 1px solid var(--pq-line); }
.pq-catalog-heading h2 { margin: 0 0 12px; color: var(--pq-navy); font-size: clamp(38px, 4.4vw, 58px); line-height: 1.04; letter-spacing: -.035em; }
.pq-catalog-heading p:last-child { max-width: 720px; margin: 0; color: var(--pq-steel); }
.pq-catalog-layout { display: grid; grid-template-columns: 276px minmax(0, 1fr); gap: 46px; align-items: start; }
.pq-catalog-sidebar { position: sticky; top: 22px; }
.pq-category-tree h2 { margin: 0 0 13px; color: var(--pq-navy); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.pq-category-row { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 0; border-top: 1px solid var(--pq-line); color: #314250; font-size: 14px; font-weight: 700; }
.pq-category-row small { margin-left: auto; color: #8995a0; font-size: 11px; font-weight: 600; font-variant-numeric: tabular-nums; }
.pq-category-row:hover { color: var(--pq-blue); }
.pq-category-row.is-active { padding-left: 12px; color: var(--pq-blue); border-left: 3px solid var(--pq-accent); }
.pq-category-depth-1 { padding-left: 12px; font-weight: 600; }
.pq-category-depth-2 { padding-left: 26px; color: var(--pq-steel); font-size: 13px; font-weight: 500; }
.pq-category-depth-1.is-active { padding-left: 21px; }
.pq-category-depth-2.is-active { padding-left: 35px; }
.pq-catalog-filters { margin-top: 28px; }
.pq-filter-group { padding: 18px 0; border-top: 1px solid var(--pq-line); }
.pq-filter-group summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--pq-navy); font-size: 13px; font-weight: 800; list-style: none; cursor: pointer; }
.pq-filter-group summary::-webkit-details-marker { display: none; }
.pq-filter-group summary span { color: #8a96a0; font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.pq-filter-group[open] summary span { transform: rotate(45deg); }
.pq-filter-options { max-height: 256px; overflow: auto; padding-top: 8px; scrollbar-width: thin; }
.pq-filter-options label { display: grid; grid-template-columns: 17px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 7px 0; color: #40515f; font-size: 13px; cursor: pointer; }
.pq-filter-options input { width: 15px; height: 15px; margin: 0; border-radius: 0; accent-color: var(--pq-blue); }
.pq-filter-options small { color: #8c98a3; font-size: 11px; font-variant-numeric: tabular-nums; }
.pq-filter-search { display: block; padding-top: 12px; }
.pq-filter-search input { width: 100%; min-height: 43px; padding: 0 12px; border: 1px solid var(--pq-line); border-radius: 0; outline: 0; }
.pq-filter-search input:focus { border-color: var(--pq-blue); }
.pq-filter-actions { display: grid; gap: 12px; padding-top: 18px; border-top: 1px solid var(--pq-line); text-align: center; }
.pq-filter-actions .pq-btn { width: 100%; min-height: 46px; border: 0; cursor: pointer; }
.pq-filter-actions > a { color: var(--pq-steel); font-size: 12px; text-decoration: underline; }
.pq-catalog-results-head { min-height: 73px; display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; margin-bottom: 26px; padding-bottom: 18px; border-bottom: 1px solid var(--pq-line); }
.pq-catalog-results-head > div > strong { color: var(--pq-navy); font-size: 15px; }
.pq-active-filters { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 11px; }
.pq-active-filters a { min-height: 30px; display: inline-flex; align-items: center; gap: 8px; padding: 0 9px; border: 1px solid var(--pq-line); color: #40515f; background: #fff; font-size: 11px; }
.pq-active-filters a span { color: var(--pq-blue); font-size: 15px; }
.pq-active-filters .pq-clear-filters { border-color: transparent; text-decoration: underline; }
.pq-catalog-sort { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.pq-catalog-sort label { color: var(--pq-steel); font-size: 12px; font-weight: 700; }
.pq-catalog-sort select { min-height: 42px; padding: 0 35px 0 12px; border: 1px solid var(--pq-line); border-radius: 0; color: var(--pq-ink); background: #fff; }
.pq-catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
.pq-product-fit { display: -webkit-box; margin: -6px 0 14px; overflow: hidden; color: var(--pq-steel); font-size: 12px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pq-catalog-empty { min-height: 360px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 50px; background: var(--pq-offwhite); border-left: 4px solid var(--pq-accent); }
.pq-catalog-empty h2 { max-width: 650px; margin: 0 0 12px; color: var(--pq-navy); font-size: 31px; }
.pq-catalog-empty p { max-width: 620px; margin: 0 0 26px; color: var(--pq-steel); }
.pq-catalog-empty > div { display: flex; flex-wrap: wrap; gap: 10px; }
.pq-catalog-empty .pq-btn--outline { color: var(--pq-blue) !important; border-color: var(--pq-blue); }
.pq-pagination { display: flex; justify-content: center; gap: 6px; }
.pq-pagination a.is-active { color: #fff; border-color: var(--pq-blue); background: var(--pq-blue); }
.pq-filter-open, .pq-filter-mobile-head, .pq-filter-scrim { display: none; }

@media (max-width: 1100px) {
  .pq-mega-menu { width: min(760px, calc(100vw - 32px)); }
  .pq-catalog-layout { grid-template-columns: 244px minmax(0, 1fr); gap: 30px; }
  .pq-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 860px) {
  .pq-mega-menu,
  .pq-nav-group:hover .pq-mega-menu,
  .pq-nav-group:focus-within .pq-mega-menu,
  .pq-nav-group.is-open .pq-mega-menu { width: auto; transform: none; }
  .pq-mega-grid { grid-template-columns: 1fr; }
  .pq-mega-column { min-height: 0; padding: 18px; border-right: 0; border-bottom: 1px solid var(--pq-line); }
  .pq-mega-column--action { border-bottom: 0; }
  .pq-mega-links a { background: transparent; }
  .pq-catalog-heading { grid-template-columns: 1fr; gap: 24px; }
  .pq-catalog-layout { display: block; }
  .pq-filter-open { width: 100%; min-height: 50px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; padding: 0 16px; border: 0; color: #fff; background: var(--pq-navy); font-weight: 800; }
  .pq-filter-open strong { min-width: 28px; height: 28px; display: grid; place-items: center; color: var(--pq-navy); background: var(--pq-accent); font-size: 12px; }
  .pq-catalog-sidebar { position: fixed; z-index: 720; top: 0; bottom: 0; left: 0; width: min(88vw, 360px); padding: 0 24px 32px; overflow-y: auto; background: #fff; box-shadow: 18px 0 45px rgba(7,29,51,.2); transform: translateX(-105%); transition: transform .25s ease; }
  .pq-filter-opened .pq-catalog-sidebar { transform: translateX(0); }
  .pq-filter-mobile-head { min-height: 68px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 2; margin: 0 -24px 22px; padding: 0 24px; color: #fff; background: var(--pq-navy); }
  .pq-filter-mobile-head button { width: 40px; height: 40px; border: 0; color: #fff; background: transparent; font-size: 28px; cursor: pointer; }
  .pq-filter-scrim { position: fixed; z-index: 710; inset: 0; width: 100%; border: 0; background: rgba(5,21,36,.58); }
  .pq-filter-opened .pq-filter-scrim { display: block; }
  .pq-catalog-results-head { align-items: flex-start; }
}

@media (max-width: 560px) {
  .pq-catalog { padding-top: 46px; }
  .pq-catalog-heading { margin-bottom: 26px; padding-bottom: 24px; }
  .pq-catalog-heading h2 { font-size: 37px; }
  .pq-catalog-results-head { flex-direction: column; }
  .pq-catalog-sort { width: 100%; justify-content: space-between; }
  .pq-catalog-sort select { min-width: 0; flex: 1; }
  .pq-catalog-grid { grid-template-columns: 1fr !important; }
  .pq-catalog-empty { min-height: 320px; padding: 32px 22px; }
  .pq-catalog-empty > div, .pq-catalog-empty .pq-btn { width: 100%; }
}

/* Weighted search results */
.pq-search-page { padding: 70px 0 100px; }
.pq-search-heading { max-width: 980px; margin: 0 auto 70px; text-align: center; }
.pq-search-heading h2 { margin: 0 0 28px; color: var(--pq-navy); font-size: clamp(42px, 6vw, 72px); letter-spacing: -.045em; }
.pq-search-large { display: grid; grid-template-columns: minmax(0, 1fr) auto; max-width: 820px; margin: 0 auto; box-shadow: 0 18px 48px rgba(7,29,51,.12); }
.pq-search-large input { min-width: 0; min-height: 64px; padding: 0 22px; border: 1px solid #bac5ce; border-right: 0; border-radius: 0; color: var(--pq-navy); background: #fff; font-size: 17px; outline: 0; }
.pq-search-large input:focus { border-color: var(--pq-blue); }
.pq-search-large button { min-width: 132px; border: 0; color: #fff; background: var(--pq-blue); font-weight: 800; cursor: pointer; }
.pq-search-counts { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: 20px 0 0; color: var(--pq-steel); font-size: 13px; }
.pq-search-counts strong { color: var(--pq-navy); }
.pq-search-counts span { color: #b1bac1; }
.pq-search-section { padding-top: 68px; border-top: 1px solid var(--pq-line); }
.pq-search-section + .pq-search-section { margin-top: 72px; }
.pq-search-section .pq-section-heading > span { min-width: 42px; height: 42px; display: grid; place-items: center; color: var(--pq-navy); background: var(--pq-accent); font-size: 12px; font-weight: 800; }
.pq-search-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pq-search-link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--pq-line); border-left: 1px solid var(--pq-line); }
.pq-search-link-grid a { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px; border-right: 1px solid var(--pq-line); border-bottom: 1px solid var(--pq-line); color: var(--pq-navy); background: #fff; }
.pq-search-link-grid a:hover { color: var(--pq-blue); background: var(--pq-offwhite); }
.pq-search-resource-list { border-top: 1px solid var(--pq-line); }
.pq-search-resource-list a { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--pq-line); color: var(--pq-navy); }
.pq-search-resource-list a > span:first-child { display: grid; gap: 5px; }
.pq-search-resource-list small { color: var(--pq-steel); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pq-search-resource-list strong { font-size: 17px; }
.pq-search-empty { min-height: 390px; display: grid; grid-template-columns: auto minmax(0, 650px); align-items: center; justify-content: center; gap: 50px; padding: 50px; color: #fff; background: var(--pq-navy); }
.pq-search-empty-code { color: var(--pq-accent); font-size: 130px; font-weight: 900; line-height: 1; }
.pq-search-empty h2 { margin: 0 0 12px; color: #fff; font-size: 34px; }
.pq-search-empty p { margin: 0 0 26px; color: rgba(255,255,255,.68); }
.pq-search-empty .pq-btn--outline { color: #fff !important; border-color: rgba(255,255,255,.4); }

@media (max-width: 1000px) {
  .pq-search-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pq-search-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .pq-search-page { padding: 46px 0 72px; }
  .pq-search-heading { margin-bottom: 50px; }
  .pq-search-heading h2 { font-size: 40px; }
  .pq-search-large { grid-template-columns: 1fr; box-shadow: none; }
  .pq-search-large input { min-height: 56px; border-right: 1px solid #bac5ce; }
  .pq-search-large button { min-height: 52px; }
  .pq-search-product-grid, .pq-search-link-grid { grid-template-columns: 1fr; }
  .pq-search-empty { grid-template-columns: 1fr; gap: 16px; padding: 34px 22px; }
  .pq-search-empty-code { font-size: 72px; }
}

/* Structured product detail */
.pq-detail-jump { position: sticky; z-index: 12; top: 0; display: flex; flex-wrap: wrap; gap: 2px; margin-top: 64px; border-bottom: 1px solid var(--pq-line); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.pq-detail-jump a { min-height: 52px; display: inline-flex; align-items: center; padding: 0 18px; color: var(--pq-steel); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.pq-detail-jump a:hover { color: var(--pq-blue); box-shadow: inset 0 -3px var(--pq-accent); }
.pq-detail-section { scroll-margin-top: 64px; }
.pq-detail-section-head { margin-bottom: 26px; }
.pq-detail-section-head h2 { margin-top: 4px; }
.pq-compatibility-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr); gap: 58px; }
.pq-detail-muted { color: var(--pq-steel); }
.pq-compatibility-note { margin: 26px 0 0; padding: 18px 20px; border-left: 3px solid var(--pq-accent); color: var(--pq-steel); background: var(--pq-offwhite); font-size: 13px; }
.pq-identification-list { margin: 0; border-top: 1px solid var(--pq-line); }
.pq-identification-list > div { padding: 16px 0; border-bottom: 1px solid var(--pq-line); }
.pq-identification-list dt { margin-bottom: 6px; color: var(--pq-steel); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pq-identification-list dd { margin: 0; color: var(--pq-navy); font-weight: 700; overflow-wrap: anywhere; }
.pq-before-quote { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; margin-top: 74px; padding: 42px; border: 1px solid var(--pq-line); background: var(--pq-offwhite); }
.pq-before-quote h2 { margin: 6px 0 0; color: var(--pq-navy); font-size: 30px; }
.pq-before-quote ol { counter-reset: quote; display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; margin: 0; padding: 0; list-style: none; }
.pq-before-quote li { min-height: 58px; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 10px; border-bottom: 1px solid var(--pq-line); color: #354554; font-size: 13px; }
.pq-before-quote li::before { counter-increment: quote; content: counter(quote); width: 25px; height: 25px; display: grid; place-items: center; color: var(--pq-navy); background: var(--pq-accent); font-size: 10px; font-weight: 900; }
.pq-related { padding-top: 86px; }

@media (max-width: 860px) {
  .pq-compatibility-grid, .pq-before-quote { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 560px) {
  .pq-detail-jump { flex-wrap: nowrap; overflow-x: auto; }
  .pq-detail-jump a { flex: 0 0 auto; padding: 0 13px; }
  .pq-before-quote { padding: 28px 22px; }
  .pq-before-quote ol { grid-template-columns: 1fr; }
}

.pq-field select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #cbd3da; border-radius: 0; color: var(--pq-navy); background: #fff; }
.pq-upload-field { padding: 18px; border: 1px dashed #b7c3cc; background: var(--pq-offwhite); }
.pq-upload-field input[type="file"] { width: 100%; padding: 11px; border: 1px solid var(--pq-line); background: #fff; }
.pq-upload-field small { display: block; margin-top: 8px; color: var(--pq-steel); font-size: 11px; }
.pq-consent { display: flex; align-items: flex-start; gap: 10px; color: #42525f; font-size: 12px; line-height: 1.55; }
.pq-consent input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--pq-blue); }
.pq-consent em { color: #c63b2f; font-style: normal; }

/* Articles and downloadable resources edited in the original CMS */
.pq-article-view { padding: 74px 0 110px; }
.pq-article-shell { max-width: 980px; }
.pq-article-head { max-width: 820px; margin-bottom: 44px; }
.pq-article-head h1 { margin: 8px 0 18px; color: var(--pq-navy); font-size: clamp(40px, 5.5vw, 68px); line-height: 1.05; letter-spacing: -.04em; }
.pq-article-head time { color: var(--pq-steel); font-size: 12px; }
.pq-article-cover { margin: 0 0 48px; }
.pq-article-cover img { width: 100%; max-height: 620px; object-fit: cover; }
.pq-article-content { max-width: 820px; margin: 0 auto; font-size: 16px; line-height: 1.85; }
.pq-article-next { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 72px; padding-top: 28px; border-top: 1px solid var(--pq-line); }
.pq-article-next a { min-height: 92px; display: grid; align-content: center; gap: 6px; padding: 18px 20px; border: 1px solid var(--pq-line); color: var(--pq-navy); }
.pq-article-next a:hover { border-color: var(--pq-blue); }
.pq-article-next small { color: var(--pq-steel); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 560px) { .pq-article-next { grid-template-columns: 1fr; } }

/* Interaction and type refinement: equipment-led navigation, live filters and section state */
.pq-mega-menu {
  left: 50%;
  width: min(1040px, calc(100vw - 48px));
  padding: 0;
  transform: translate(-57%, 10px);
}
.pq-nav-group:hover .pq-mega-menu,
.pq-nav-group:focus-within .pq-mega-menu,
.pq-nav-group.is-open .pq-mega-menu { transform: translate(-57%, 0); }
.pq-mega-head { min-height: 92px; display: grid; grid-template-columns: 1fr minmax(280px, .8fr); align-items: center; gap: 36px; padding: 22px 30px; border-bottom: 1px solid var(--pq-line); background: #fff; }
.pq-mega-head > div { display: grid; gap: 4px; }
.pq-mega-eyebrow { color: var(--pq-blue); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.pq-mega-head strong { color: var(--pq-navy); font-size: 23px; line-height: 1.2; }
.pq-mega-head p { margin: 0; color: var(--pq-steel); font-size: 14px; line-height: 1.55; }
.pq-mega-grid { display: grid; grid-template-columns: minmax(0, 1.85fr) minmax(280px, .85fr); }
.pq-mega-products { padding: 26px 30px 30px; background: #fff; }
.pq-mega-equipment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--pq-line); border-left: 1px solid var(--pq-line); }
.pq-mega-equipment { min-height: 82px; display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 13px 16px; border-right: 1px solid var(--pq-line); border-bottom: 1px solid var(--pq-line); color: #263746; background: #fff; transition: color .18s ease, background .18s ease; }
.pq-mega-equipment:hover, .pq-mega-equipment.is-active { color: var(--pq-blue); background: var(--pq-offwhite); }
.pq-mega-equipment > span:nth-child(2) { min-width: 0; }
.pq-mega-equipment strong, .pq-mega-equipment small { display: block; }
.pq-mega-equipment strong { overflow: hidden; color: inherit; font-size: 15px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.pq-mega-equipment small { margin-top: 3px; color: #7c8995; font-size: 12px; }
.pq-mega-equipment b { color: var(--pq-blue); font-size: 17px; }
.pq-mega-machine-icon { width: 42px; height: 34px; display: grid; place-items: center; color: var(--pq-blue); background: var(--pq-sky); }
.pq-mega-machine-icon svg { width: 34px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.pq-mega-tools { padding: 28px 28px 26px; color: #fff; background: var(--pq-navy); }
.pq-mega-label { display: block; margin-bottom: 11px; color: var(--pq-accent); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pq-mega-tools h3 { margin: 0 0 9px; color: #fff; font-size: 21px; }
.pq-mega-tools p { margin: 0 0 18px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.55; }
.pq-mega-tool-links { display: grid; border-top: 1px solid rgba(255,255,255,.18); }
.pq-mega-tool-links a { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.18); color: #fff; font-size: 14px; font-weight: 700; }
.pq-mega-tool-links a:hover { color: var(--pq-accent); }
.pq-mega-photo { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 18px; padding: 0 15px; color: var(--pq-navy) !important; background: var(--pq-accent); font-size: 14px; font-weight: 800; }
.pq-mega-menu .pq-nav-dropdown-all { min-height: 70px; padding-right: 30px; padding-left: 30px; color: #fff !important; }

.pq-catalog-sidebar { top: 14px; max-height: calc(100vh - 28px); overflow-x: hidden; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #b8c3cc transparent; }
.pq-category-tree h2 { font-size: 14px; letter-spacing: .07em; }
.pq-category-row { min-height: 48px; padding: 10px 2px; font-size: 15px; }
.pq-category-row small { color: #768491; font-size: 12px; font-weight: 700; }
.pq-category-depth-2 { font-size: 14px; }
.pq-filter-group summary { font-size: 15px; }
.pq-filter-options label { grid-template-columns: 18px minmax(0, 1fr) auto; padding: 8px 0; font-size: 14px; }
.pq-filter-options input { width: 17px; height: 17px; }
.pq-filter-options small { color: #7a8792; font-size: 12px; }
.pq-filter-search input { font-size: 14px; }
.pq-filter-actions { position: sticky; z-index: 3; bottom: 0; grid-template-columns: 1fr auto; align-items: center; gap: 12px; margin-top: 2px; padding: 14px 0 4px; background: #fff; text-align: left; box-shadow: 0 -12px 22px rgba(255,255,255,.94); }
.pq-filter-actions > a { color: var(--pq-blue); font-size: 13px; font-weight: 700; white-space: nowrap; }
.pq-filter-live { display: inline-flex; align-items: center; gap: 8px; color: var(--pq-steel); font-size: 13px; font-weight: 700; }
.pq-filter-live i { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--pq-green); }
.pq-filter-submit { grid-column: 1 / -1; }
.pq-js .pq-filter-submit { display: none; }
.pq-filter-is-submitting .pq-filter-live i { background: var(--pq-accent); animation: pqFilterPulse .7s infinite alternate; }
@keyframes pqFilterPulse { to { transform: scale(1.6); opacity: .48; } }
.pq-catalog-results-head > div > strong { font-size: 17px; }
.pq-active-filters a { min-height: 32px; padding: 0 10px; font-size: 13px; }
.pq-catalog-sort label { font-size: 14px; font-weight: 800; }
.pq-catalog-sort select { min-height: 44px; font-size: 14px; }
.pq-product-fit { font-size: 14px; line-height: 1.5; }

.pq-detail-jump a { min-height: 58px; padding: 0 22px; font-size: 15px; letter-spacing: .02em; transition: color .18s ease, background .18s ease, box-shadow .18s ease; }
.pq-detail-jump a:hover, .pq-detail-jump a.is-active { color: var(--pq-blue); background: var(--pq-sky); box-shadow: inset 0 -3px var(--pq-accent); }
.pq-detail-fact dt { font-size: 13px; }
.pq-verify-note, .pq-compatibility-note, .pq-before-quote li { font-size: 14px; }
.pq-identification-list dt { font-size: 12px; }

@media (max-width: 1100px) and (min-width: 861px) {
  .pq-brand { min-width: 272px; }
  .pq-brand-name { font-size: 17px; }
  .pq-brand-sub { max-width: 180px; font-size: 11px; letter-spacing: .05em; }
  .pq-mega-menu { width: min(900px, calc(100vw - 32px)); }
}
@media (max-width: 860px) {
  .pq-brand-sub { max-width: none; font-size: 10px; letter-spacing: .04em; }
  .pq-mega-menu,
  .pq-nav-group:hover .pq-mega-menu,
  .pq-nav-group:focus-within .pq-mega-menu,
  .pq-nav-group.is-open .pq-mega-menu { width: auto; transform: none; }
  .pq-mega-head { min-height: 0; display: block; padding: 18px; }
  .pq-mega-head strong { font-size: 19px; }
  .pq-mega-head p { margin-top: 7px; }
  .pq-mega-grid { grid-template-columns: 1fr; }
  .pq-mega-products { padding: 14px; }
  .pq-mega-equipment-grid { grid-template-columns: 1fr; }
  .pq-mega-equipment { min-height: 66px; background: #fff; }
  .pq-mega-tools { padding: 22px 18px; }
  .pq-catalog-sidebar { max-height: none; width: min(88vw, 380px); padding-bottom: 20px; }
  .pq-filter-actions { padding-bottom: 12px; }
}
@media (max-width: 560px) {
  .pq-brand-sub { font-size: 9px; }
  .pq-detail-jump a { min-height: 54px; padding: 0 15px; font-size: 14px; }
}
.pq-content-list { margin-top: 64px; }
.pq-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.pq-resource-card { min-height: 250px; display: flex; flex-direction: column; color: var(--pq-navy); border: 1px solid var(--pq-line); background: #fff; }
.pq-resource-image { aspect-ratio: 16 / 9; overflow: hidden; background: var(--pq-offwhite); }
.pq-resource-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.pq-resource-card:hover .pq-resource-image img { transform: scale(1.025); }
.pq-resource-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 24px; }
.pq-resource-body small { color: var(--pq-steel); font-size: 10px; }
.pq-resource-body h3 { margin: 11px 0; font-size: 20px; line-height: 1.3; }
.pq-resource-body p { margin: 0 0 22px; color: var(--pq-steel); font-size: 13px; }
.pq-resource-body strong { margin-top: auto; color: var(--pq-blue); font-size: 12px; }
.pq-native-pagination { margin-top: 42px; }
.pq-native-pagination a, .pq-native-pagination span { min-width: 42px; height: 42px; display: inline-grid; place-items: center; border: 1px solid var(--pq-line); }
@media (max-width: 860px) { .pq-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .pq-resource-grid { grid-template-columns: 1fr; } }

/* Equipment menu: compact, image-led navigation inspired by global OEM sites */
@media (min-width: 861px) {
  .pq-mega-menu {
    position: fixed;
    top: 120px;
    right: 0;
    left: 0;
    width: 100vw;
    padding: 0;
    border-top: 1px solid var(--pq-line);
    box-shadow: 0 20px 40px rgba(7,29,51,.14);
    transform: translateY(10px);
  }
  .pq-nav-group:hover .pq-mega-menu,
  .pq-nav-group:focus-within .pq-mega-menu,
  .pq-nav-group.is-open .pq-mega-menu { transform: translateY(0); }
}
.pq-equipment-menu-main { background: #fff; }
.pq-equipment-menu-top { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #e7ebee; }
.pq-equipment-menu-top > span { color: var(--pq-navy); font-size: 14px; font-weight: 800; }
.pq-equipment-menu-top > a { display: inline-flex; align-items: center; gap: 12px; color: var(--pq-blue); font-size: 13px; font-weight: 800; }
.pq-equipment-menu-top > a b { font-size: 17px; }
.pq-equipment-menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); }
.pq-equipment-menu-item { position: relative; min-width: 0; min-height: 128px; display: grid; grid-template-rows: 68px auto; place-items: center; align-content: center; gap: 6px; padding: 8px 18px 10px; border-left: 1px solid #e7ebee; color: #243746; background: #fff; text-align: center; transition: color .18s ease, background .18s ease; }
.pq-equipment-menu-item:last-child { border-right: 1px solid #e7ebee; }
.pq-equipment-menu-item::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: var(--pq-blue); opacity: 0; transform: scaleX(.35); transition: opacity .18s ease, transform .18s ease; content: ""; }
.pq-equipment-menu-item:hover, .pq-equipment-menu-item.is-active { color: var(--pq-blue); background: #f7f9fa; }
.pq-equipment-menu-item:hover::before, .pq-equipment-menu-item.is-active::before { opacity: 1; transform: scaleX(1); }
.pq-equipment-menu-image { width: 126px; height: 62px; display: grid; place-items: center; overflow: hidden; }
.pq-equipment-menu-image img { width: 100%; height: 100%; max-height: 100%; object-fit: contain; filter: saturate(.8); transition: transform .2s ease; }
.pq-equipment-menu-item:hover .pq-equipment-menu-image img { transform: translateY(-3px); }
.pq-equipment-menu-item strong { min-height: 38px; max-width: 100%; display: -webkit-box; overflow: hidden; font-size: 15px; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
html[lang="ru"] .pq-equipment-menu-item { min-height: 142px; grid-template-rows: 64px auto; }
html[lang="ru"] .pq-equipment-menu-item strong { min-height: 54px; font-size: 14px; -webkit-line-clamp: 3; }
.pq-equipment-menu-arrow { position: absolute; right: 14px; bottom: 11px; color: #7790a5; font-size: 13px; opacity: 0; transition: opacity .18s ease, transform .18s ease; }
.pq-equipment-menu-item:hover .pq-equipment-menu-arrow { opacity: 1; transform: translate(2px,-2px); }
.pq-equipment-menu-quick { color: #dce7ef; background: var(--pq-navy); }
.pq-equipment-menu-quick .pq-container { min-height: 48px; display: flex; align-items: center; gap: 0; }
.pq-equipment-menu-quick strong { margin-right: 20px; color: var(--pq-accent); font-size: 12px; letter-spacing: .08em; white-space: nowrap; }
.pq-equipment-menu-quick a { min-height: 48px; display: inline-flex; align-items: center; gap: 9px; padding: 0 20px; border-left: 1px solid rgba(255,255,255,.13); color: #e8f0f6; font-size: 13px; font-weight: 700; white-space: nowrap; }
.pq-equipment-menu-quick a:last-child { margin-left: auto; color: var(--pq-navy); background: var(--pq-accent); border-left: 0; }
.pq-equipment-menu-quick a:hover { color: #fff; background: rgba(255,255,255,.08); }
.pq-equipment-menu-quick a:last-child:hover { color: var(--pq-navy); background: #ffc44f; }

@media (max-width: 1100px) and (min-width: 861px) {
  .pq-equipment-menu-image { width: 106px; height: 58px; }
  .pq-equipment-menu-item { min-height: 122px; padding-right: 10px; padding-left: 10px; }
  .pq-equipment-menu-item strong { font-size: 13px; }
  .pq-equipment-menu-quick strong { display: none; }
  .pq-equipment-menu-quick a { padding: 0 14px; font-size: 12px; }
}

@media (max-width: 860px) {
  .pq-equipment-menu-top { min-height: 54px; width: 100%; padding: 0 4px; }
  .pq-equipment-menu-grid { width: 100%; grid-template-columns: 1fr; }
  .pq-equipment-menu-item { min-height: 78px; grid-template-columns: 76px minmax(0, 1fr) 24px; grid-template-rows: 1fr; justify-items: start; gap: 12px; padding: 8px 10px; border-right: 0; border-left: 0; border-bottom: 1px solid var(--pq-line); text-align: left; }
  .pq-equipment-menu-item:last-child { border-right: 0; }
  .pq-equipment-menu-image { width: 72px; height: 56px; }
  .pq-equipment-menu-item strong { min-height: 0; display: block; font-size: 15px; white-space: normal; }
  .pq-equipment-menu-arrow { position: static; justify-self: end; opacity: 1; }
  .pq-equipment-menu-quick .pq-container { width: 100%; display: grid; min-height: 0; padding: 14px 4px; }
  .pq-equipment-menu-quick strong { margin: 0; padding: 4px 10px 10px; }
  .pq-equipment-menu-quick a, .pq-equipment-menu-quick a:last-child { min-height: 44px; margin: 0; padding: 0 10px; border-top: 1px solid rgba(255,255,255,.13); border-left: 0; color: #fff; background: transparent; }
  .pq-equipment-menu-quick a:last-child { color: var(--pq-navy); background: var(--pq-accent); }
}
