:root {
  --brand: #ed5a00;
  --brand-dark: #c94700;
  --ink: #111820;
  --muted: #66717b;
  --surface: #f5f5f5;
  --header-height: 70px;
  --content-width: 1200px;
  --shadow: 0 10px 30px rgb(16 24 32 / 12%);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.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; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container-narrow { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: relative; z-index: 1000; height: var(--header-height); background: #fff; }
.site-header__inner { width: min(1200px, calc(100% - 48px)); height: 100%; margin: auto; display: grid; grid-template-columns: 96px 1fr auto; align-items: center; gap: 24px; }
.site-logo { width: 92px; display: inline-flex; align-items: center; justify-content: center; }
.site-logo img { width: 92px; height: auto; object-fit: contain; }
.site-logo__fallback { color: var(--brand); font-size: 24px; font-weight: 800; letter-spacing: -2px; border: 2px solid currentColor; border-radius: 50%; padding: 1px 8px; }
.primary-navigation__list { display: flex; align-items: stretch; justify-content: center; height: var(--header-height); gap: clamp(20px, 2.8vw, 52px); margin: 0; padding: 0; list-style: none; }
.primary-navigation__item { display: flex; align-items: center; }
.primary-navigation__label-row { display: flex; align-items: center; }
.primary-navigation__link { position: relative; display: inline-flex; align-items: center; height: var(--header-height); white-space: nowrap; font-size: 15px; }
.primary-navigation__link::after { position: absolute; bottom: 15px; left: 50%; width: 0; height: 2px; content: ""; background: var(--brand); transition: .2s ease; transform: translateX(-50%); }
.primary-navigation__item:hover .primary-navigation__link::after, .primary-navigation__link:focus-visible::after { width: 100%; }
.submenu-toggle { display: none; border: 0; background: transparent; }
.submenu { position: absolute; top: var(--header-height); left: 0; width: 100%; padding: 22px max(24px, calc((100vw - 1120px) / 2)); background: rgb(255 255 255 / 98%); border-top: 1px solid #eee; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.has-submenu:hover > .submenu, .has-submenu:focus-within > .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu__grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 40px; margin: 0; padding: 0; list-style: none; }
.submenu__grid li > a, .submenu__grid li > span { min-width: 180px; padding: 12px 14px; display: flex; align-items: center; gap: 12px; border-radius: 4px; transition: background .2s ease; }
.submenu__grid li > a:hover, .submenu__grid li > a:focus-visible { background: #f4f4f4; }
.submenu__icon { width: 44px; height: 44px; object-fit: contain; }
.submenu__copy { display: grid; gap: 4px; }
.submenu__copy strong { font-size: 15px; font-weight: 500; }
.submenu__copy small { color: var(--muted); font-size: 12px; }
.primary-navigation__mobile-tools { display: none; }
.site-header__tools { display: flex; align-items: center; gap: 18px; }
.contact-pill { padding: 11px 22px; color: #fff; background: var(--brand); border-radius: 24px; box-shadow: 0 7px 16px rgb(237 90 0 / 28%); white-space: nowrap; font-size: 14px; }
.contact-pill:hover { background: var(--brand-dark); }
.header-search-button { width: 36px; height: 36px; border: 0; background: transparent; cursor: pointer; }
.header-search-button span { position: relative; display: block; width: 20px; height: 20px; border: 2px solid #111; border-radius: 50%; }
.header-search-button span::after { position: absolute; right: -6px; bottom: -3px; width: 8px; height: 2px; content: ""; background: #111; transform: rotate(50deg); }
.language-selector select { min-width: 174px; height: 32px; padding: 0 32px 0 14px; color: #222; background: #fff; border: 1px solid #777; border-radius: 3px; }
.group-link { color: var(--brand); font-size: 13px; white-space: nowrap; }
.mobile-menu-button { display: none; }
.header-search { position: absolute; inset: var(--header-height) 0 auto; padding: 24px; background: #fff; box-shadow: var(--shadow); }
.header-search form { width: min(780px, 100%); margin: auto; display: grid; grid-template-columns: 1fr auto auto; gap: 10px; }
.header-search input { min-width: 0; padding: 12px 16px; border: 1px solid #ccc; }
.header-search button { padding: 0 20px; color: #fff; background: var(--brand); border: 0; cursor: pointer; }
.header-search button:last-child { color: #333; background: #eee; }
.navigation-backdrop { display: none; }

.site-footer { color: #e9eef1; background: #111a20 var(--footer-bg, linear-gradient(135deg, #17242b, #0b1116)) center / cover no-repeat; }
.site-footer__overlay { background: linear-gradient(90deg, rgb(10 18 23 / 94%), rgb(10 18 23 / 82%)); }
.site-footer__inner { width: min(var(--content-width), calc(100% - 48px)); margin: auto; padding: 50px 0 20px; }
.footer-nav { display: grid; grid-template-columns: repeat(6, 1fr); gap: 32px; padding-bottom: 38px; border-bottom: 1px solid rgb(255 255 255 / 12%); }
.footer-nav__column h2 { position: relative; margin: 0 0 18px; padding-left: 14px; color: #fff; font-size: 15px; font-weight: 500; }
.footer-nav__column h2::before { position: absolute; top: .35em; left: 0; width: 4px; height: 4px; content: ""; background: var(--brand); }
.footer-nav__column ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.footer-nav__column a, .footer-nav__column span { color: #b8c0c5; font-size: 12px; }
.footer-nav__column a:hover { color: var(--brand); }
.footer-company { padding: 28px 0 22px; }
.footer-company__brand { width: 88px; margin-bottom: 16px; }
.footer-company > p { max-width: 1040px; margin: 0 0 14px; color: #c5ccd0; font-size: 13px; line-height: 1.8; }
.footer-company address { display: grid; gap: 6px; color: #c5ccd0; font-size: 12px; font-style: normal; }
.footer-company__bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; }
.footer-contact { display: inline-flex; padding: 9px 20px; color: #fff; background: var(--brand); font-size: 12px; border-radius: 2px; }
.social-links { display: flex; gap: 12px; margin: 0; padding: 0; list-style: none; }
.social-link { position: relative; }
.social-link > a, .social-link > span { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; background: rgb(255 255 255 / 12%); border: 1px solid rgb(255 255 255 / 18%); border-radius: 50%; font-size: 12px; }
.social-link > a > img, .social-link > span > img { width: 22px; height: 22px; object-fit: contain; }
.social-link__qr { position: absolute; z-index: 2; right: 50%; bottom: 38px; width: 158px; padding: 9px; color: #111; background: #fff; opacity: 0; visibility: hidden; transform: translate(50%, 8px); transition: .2s ease; box-shadow: var(--shadow); text-align: center; }
.social-link__qr small { display: block; margin-top: 6px; }
.social-link:hover .social-link__qr, .social-link:focus-within .social-link__qr { opacity: 1; visibility: visible; transform: translate(50%, 0); }
.footer-legal { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 24px; padding-top: 18px; color: #8d989f; border-top: 1px solid rgb(255 255 255 / 10%); font-size: 11px; }

.cookie-consent { position: fixed; z-index: 2000; right: 0; bottom: 0; left: 0; min-height: 70px; padding: 14px max(28px, calc((100vw - 1280px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #fff; background: rgb(18 18 18 / 96%); box-shadow: 0 -6px 20px rgb(0 0 0 / 18%); }
.cookie-consent[hidden], .cookie-consent.is-hidden { display: none !important; }
.cookie-consent p { margin: 0; font-size: 12px; line-height: 1.6; }
.cookie-consent p a { color: var(--brand); }
.cookie-consent > div { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-consent button { min-width: 70px; padding: 9px 16px; color: #fff; background: transparent; border: 1px solid #626262; border-radius: 3px; cursor: pointer; }
.cookie-consent .cookie-accept { background: var(--brand); border-color: var(--brand); }

.search-page { min-height: 60vh; padding-block: 80px; }
.search-page h1 { font-size: 34px; }
.search-page__form { max-width: 720px; margin: 30px 0 50px; }
.search-page__form label { display: block; margin-bottom: 8px; }
.search-page__row { display: grid; grid-template-columns: 1fr auto; }
.search-page__row input { min-width: 0; padding: 14px; border: 1px solid #bbb; }
.search-page__row button { padding: 0 28px; color: #fff; background: var(--brand); border: 0; }
.search-results { display: grid; gap: 20px; padding: 0; list-style: none; }
.search-results li { padding-bottom: 20px; border-bottom: 1px solid #ddd; }
.search-results a { color: var(--brand); font-size: 18px; }

@media (max-width: 1180px) {
  .site-header__inner { width: calc(100% - 30px); grid-template-columns: 88px 1fr auto; gap: 14px; }
  .primary-navigation__list { gap: 20px; }
  .language-selector select { min-width: 130px; }
  .group-link { display: none; }
}

@media (max-width: 767px) {
  :root { --header-height: 70px; }
  .site-header__inner { grid-template-columns: 42px 1fr 42px; }
  .site-logo { justify-self: center; }
  .mobile-menu-button { width: 36px; height: 36px; padding: 8px; display: grid; align-content: center; gap: 4px; border: 0; background: transparent; cursor: pointer; }
  .mobile-menu-button span { width: 19px; height: 1px; background: #555; transition: .2s ease; }
  .mobile-menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .mobile-menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .mobile-menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .site-header__tools { justify-self: end; }
  .site-header__tools > *:not(.header-search-button) { display: none; }
  .primary-navigation { position: fixed; z-index: 2; top: var(--header-height); bottom: 0; left: 0; width: min(86vw, 360px); padding: 18px 22px 40px; overflow-y: auto; background: #fff; transform: translateX(-105%); transition: transform .28s ease; }
  .primary-navigation.is-open { transform: translateX(0); }
  .primary-navigation__list { height: auto; display: block; }
  .primary-navigation__item { display: block; border-bottom: 1px solid #eee; }
  .primary-navigation__label-row { justify-content: space-between; }
  .primary-navigation__link { height: 54px; flex: 1; }
  .primary-navigation__link::after { display: none; }
  .submenu-toggle { width: 44px; height: 44px; display: block; font-size: 22px; cursor: pointer; transition: transform .2s ease; }
  .submenu-toggle[aria-expanded="true"] { transform: rotate(180deg); }
  .submenu { position: static; width: auto; max-height: 0; padding: 0 0 0 12px; overflow: hidden; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: max-height .28s ease; }
  .submenu.is-open { max-height: 800px; padding-bottom: 10px; }
  .submenu__grid { display: grid; gap: 4px; }
  .submenu__grid li > a, .submenu__grid li > span { min-width: 0; padding: 10px; }
  .primary-navigation__mobile-tools { margin-top: 24px; display: grid; gap: 14px; color: #59636b; font-size: 14px; }
  .navigation-backdrop { position: fixed; z-index: 1; inset: var(--header-height) 0 0; display: block; width: 100%; border: 0; background: rgb(0 0 0 / 42%); }
  .navigation-backdrop[hidden] { display: none; }
  .footer-nav { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 600px) {
  .site-footer__inner { width: calc(100% - 32px); padding-top: 36px; }
  .footer-nav { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .footer-company__bottom { align-items: flex-start; flex-direction: column; gap: 20px; }
  .footer-legal { justify-content: flex-start; }
  .cookie-consent { padding: 12px 14px; align-items: stretch; flex-direction: column; gap: 10px; }
  .cookie-consent > div { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .cookie-consent button { width: 100%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Shared chrome aligned with the live CPS Lighting site. */
html { font-size: clamp(14px, calc(.3125vw + 10px), 22px); }
html::-webkit-scrollbar { width: 7px; }
html::-webkit-scrollbar-thumb { background: #b9b9b9; }
html::-webkit-scrollbar-track { background: #f5f5f5; }
body { font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif; line-height: 1; }

.site-header { position: fixed; z-index: 999; top: 0; right: 0; left: 0; height: 4rem; background: #fff; }
.site-header__inner { width: 75vw; max-width: none; height: 100%; margin: 0 auto; display: grid; grid-template-columns: 4vw minmax(0, 1fr) auto; align-items: center; gap: 0; }
.site-logo { width: 4vw; height: 100%; display: flex; align-items: center; justify-content: center; }
.site-logo img { width: 100%; height: auto; object-fit: contain; }
.primary-navigation__list { height: 4rem; gap: 0; justify-content: flex-start; padding-left: 3.75rem; }
.primary-navigation__item { margin: 0 1.8vw; }
.primary-navigation__link { height: 4rem; font-size: 1rem; font-weight: 400; }
.primary-navigation__item:nth-child(3) .primary-navigation__link { letter-spacing: -.25px; }
.primary-navigation__link::after { bottom: .45rem; height: .125rem; }
.site-header__tools { position: relative; gap: 2.1875rem; }
.contact-pill { padding: .5rem 1.375rem; color: #fff; background: linear-gradient(135deg, #f0961e, #e3540b); border-radius: 3.125rem; box-shadow: 0 .25rem .75rem rgb(227 84 11 / 35%); font-size: .875rem; font-weight: 500; line-height: 1.25rem; }
.primary-navigation__item--contact .contact-pill { position: static; transform: none; white-space: nowrap; }
.contact-pill:hover { background: linear-gradient(135deg, #faaa28, #f06414); box-shadow: 0 .375rem 1rem rgb(227 84 11 / 45%); }
.header-search-button { width: 2.083rem; height: 2rem; padding: .25rem; }
.header-search-button span { position: relative; width: 1.5625rem; height: 1.375rem; background: #111; border: 0; border-radius: 0; clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); }
.header-search-button span::before { position: absolute; z-index: 1; inset: .125rem; content: ""; background: #fff; clip-path: inherit; }
.header-search-button span::after { position: absolute; z-index: 2; right: -.1875rem; bottom: -.0625rem; width: .4375rem; height: .09375rem; content: ""; background: #111; transform: rotate(48deg); }
.language-selector select { width: 12.055rem; min-width: 0; height: 2rem; padding: 0 .5rem; color: #000; background: #fff; border: .0625rem solid #707070; border-radius: .125rem; font-size: .875rem; text-align: center; }
.group-link { position: fixed; z-index: 22; top: 0; right: 1.25rem; height: 4.375rem; padding: 0 1.3125rem 0 .375rem; display: flex; align-items: center; color: #e3540b; font-size: .875rem; white-space: nowrap; }
.submenu { position: fixed; top: 4rem; height: 16rem; padding: 0; background: #f2f2f2; border: 0; box-shadow: none; }
.submenu__grid { height: 16rem; align-items: center; gap: 0; }
.submenu__grid li { width: 12%; }
.submenu__grid li > a, .submenu__grid li > span { min-width: 0; padding: 0; flex-direction: column; justify-content: center; gap: 1.875rem; }
.submenu__icon { width: 5rem; height: 5rem; object-fit: contain; filter: grayscale(1); opacity: .65; }
.submenu__copy { text-align: center; }
.submenu__copy strong { color: #b3b3b3; font-size: .875rem; font-weight: 400; line-height: 1.25rem; }
.submenu__copy small { color: #b3b3b3; }
.submenu__grid li > a:hover, .submenu__grid li > a:focus-visible { background: transparent; }
.submenu__grid li > a:hover strong { color: #e3540b; }
.header-search { position: fixed; inset: 4rem 0 auto; }

.site-footer { color: #fff; background: #0d171c var(--footer-bg, linear-gradient(135deg, #17242b, #0b1116)) center / cover no-repeat; }
.site-footer__overlay { background: rgb(5 14 19 / 78%); }
.site-footer__inner { box-sizing: border-box; width: 100%; max-width: 87.5rem; margin: 0 auto; padding: 5rem 0 0; }
.footer-nav { display: grid; grid-template-columns: repeat(6, 1fr); gap: 3.75rem; padding: 0; border: 0; }
.footer-nav__column { display: flex; flex-direction: column; }
.footer-nav__column h2 { margin: 0 0 1.25rem; padding: 0; font-size: 1rem; line-height: 1; }
.footer-nav__column h2::before { display: none; }
.footer-nav__toggle { width: 100%; padding: 0 0 0 1rem; color: #fff; background: transparent; border: 0; border-left: .1875rem solid #e3540b; font-size: 1rem; font-weight: 500; line-height: 1; text-align: left; cursor: default; }
.footer-nav__links { display: flex !important; flex-direction: column; }
.footer-nav__column li { margin: .5rem 0; padding-left: 1rem; display: flex; align-items: center; font-size: .8125rem; line-height: 1; }
.footer-nav__column li::before { margin-right: .5rem; color: rgb(255 255 255 / 40%); content: ">"; font-size: .75rem; }
.footer-nav__column ul { gap: 0; }
.footer-nav__column a, .footer-nav__column span { display: inline-flex; align-items: center; color: rgb(255 255 255 / 70%); font-size: .8125rem; line-height: 1; }
.footer-company { width: 95%; padding: 0 0 3.75rem; border-bottom: .0625rem solid rgb(255 255 255 / 15%); }
.footer-company__brand { width: 3.125rem; margin: 0 0 calc(1.25rem + 2.5px); }
.footer-company__brand img { width: 100%; height: auto; }
.footer-company > p { max-width: none; margin: 0 0 1.25rem; color: #e3540b; font-size: .875rem; font-weight: 500; line-height: 1.8; white-space: pre-line; }
.footer-company address { gap: 0; color: rgb(255 255 255 / 75%); font-size: .8125rem; line-height: 1.8; }
.footer-company address span { margin-bottom: .5rem; }
.footer-company__bottom { width: 100%; margin-top: 0; justify-content: space-between; }
.footer-contact { margin-bottom: 1.25rem; padding: .5rem 1.5rem; color: #fff; background: #e3540b; border-radius: .25rem; font-size: .8125rem; font-weight: 500; }
.social-links { gap: 1rem; }
.social-link > a, .social-link > span { width: 2.25rem; height: 2.25rem; background: rgb(255 255 255 / 12%); border: 0; }
.social-link > a > img, .social-link > span > img { width: 1.125rem; height: 1.125rem; object-fit: contain; }
.footer-legal { width: min(75rem, calc(100% - 2.5rem)); margin: 0 auto; padding: 1.25rem 0; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .75rem; color: rgb(255 255 255 / 50%); border: 0; text-align: center; }
.footer-legal a, .footer-legal span { color: rgb(255 255 255 / 50%); font-size: .75rem; line-height: 1.6; }

@media (max-width: 1280px) and (min-width: 768px) {
  .primary-navigation { margin-left: 1.77rem; }
  .primary-navigation__list { padding-left: 0; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .footer-nav { gap: 1.25rem; }
  .footer-nav__column h2 { font-size: .875rem; }
  .footer-nav__toggle { font-size: .875rem; }
  .footer-nav__column a, .footer-nav__column span { font-size: .75rem; }
  .footer-company__brand { margin-bottom: calc(1.25rem + 2px); }
  .footer-company > p { letter-spacing: .05px; }
}

@media (min-width: 768px) and (max-width: 800px) {
  .site-header { height: 3.892857rem; }
  .site-header__inner { grid-template-columns: minmax(0, 1fr) auto; transform: translateX(-3.5px); }
  .site-logo { display: none; }
  .primary-navigation { margin-left: 0; }
  .primary-navigation__item { margin-inline: 1.8vw; }
  .site-header__tools { gap: 2rem; }
  .language-selector select { width: 5.4vw; padding: 0 .25rem; color: transparent; }
  .group-link { display: none; }
}

@media (max-width: 767px) {
  .site-header { height: 6.25rem; }
  .site-header__inner { width: 100%; padding: 0 2.8125rem; grid-template-columns: 3rem minmax(0, 1fr) auto; }
  .mobile-menu-button { width: 3rem; height: 3rem; padding: .75rem; display: grid; }
  .site-logo { width: 8.125rem; justify-self: center; }
  .site-logo img { width: 8.125rem; }
  .site-header__tools { gap: .5rem; }
  .site-header__tools > .contact-pill, .site-header__tools > .group-link { display: none; }
  .site-header__tools > .language-selector { display: block; }
  .header-search-button { width: 2.5rem; height: 2.5rem; }
  .language-selector select { width: 17vw; height: 2rem; padding: 0 .375rem; font-size: .6875rem; }
  .primary-navigation { top: 6.25rem; }
  .primary-navigation__item--contact { display: none; }
  .navigation-backdrop { inset: 6.25rem 0 0; }
  .submenu { height: auto; }
  .submenu__grid { height: auto; }
  .submenu__grid li { width: 100%; }
  .submenu__grid li > a, .submenu__grid li > span { flex-direction: row; justify-content: flex-start; gap: .75rem; }
  .submenu__icon { width: 2.75rem; height: 2.75rem; }
  .footer-nav { grid-template-columns: repeat(2, 1fr); gap: 1.5rem 1rem; margin-bottom: 2.5rem; }
  .footer-nav__toggle { padding: 0 0 .5rem; border: 0; border-bottom: .0625rem solid rgb(255 255 255 / 10%); font-size: .875rem; }
  .footer-nav__column li { padding-left: 0; }
  .footer-company { width: 95%; margin-bottom: 1.875rem; padding-bottom: 1.875rem; }
  .footer-company__brand { width: 2.5rem; }
  .footer-company > p { margin-bottom: 1rem; font-size: .8125rem; }
  .footer-company address { gap: .75rem; margin-bottom: .75rem; font-size: .75rem; }
  .footer-company address span { margin-bottom: 0; }
  .footer-contact { padding: .375rem 1.125rem; font-size: .75rem; }
  .footer-company__bottom .social-links { justify-content: flex-start; margin-top: 1.25rem; margin-bottom: 1.875rem; position: static; }
}

@media (max-width: 520px) {
  .site-header { height: 3.75rem; }
  .site-header__inner { padding: 0 .625rem; grid-template-columns: 2.5rem minmax(0, 1fr) auto; }
  .mobile-menu-button { width: 2.5rem; height: 2.5rem; padding: .625rem; }
  .site-logo, .site-logo img { width: 6.25rem; }
  .header-search-button { width: 2.25rem; height: 2.25rem; }
  .primary-navigation { top: 3.75rem; }
  .navigation-backdrop { inset: 3.75rem 0 0; }
  .site-footer__inner { padding: 1.875rem .9375rem 0; }
  .footer-nav { grid-template-columns: 1fr; gap: 1rem; margin: 0 0 2.5rem; }
  .footer-nav__column h2 { margin: 0; }
  .footer-nav__toggle { display: flex; align-items: center; justify-content: space-between; padding: 0 0 .625rem; cursor: pointer; }
  .footer-nav__toggle::after { content: "+"; font-size: 1.125rem; font-weight: 300; }
  .footer-nav__column.is-open .footer-nav__toggle::after { content: "−"; }
  .footer-nav__links { display: block !important; max-height: 0; overflow: hidden; opacity: 0; transition: max-height .3s ease, opacity .3s ease; }
  .footer-nav__column.is-open .footer-nav__links { max-height: 12rem; opacity: 1; }
  .footer-nav__column li { margin: 0 0 .5rem; padding-left: .75rem; }
  .footer-company { margin-bottom: 1.875rem; }
  .footer-company__brand { margin-bottom: calc(1.25rem + 2px); }
  .footer-company > p { font-size: .75rem; }
  .footer-company__bottom { align-items: center; flex-direction: row; gap: 1rem; }
  .social-links { gap: 1rem; }
  .social-link > a, .social-link > span { width: 2.25rem; height: 2.25rem; }
  .social-link > a > img, .social-link > span > img { width: 1.125rem; height: 1.125rem; }
  .footer-legal { width: calc(100% - 2.5rem); padding: 1rem 1.25rem; }
  .footer-legal a { font-size: .75rem; }
  .footer-legal span { font-size: .6875rem; }
}

@media (max-width: 450px) {
  .site-header { height: 3.125rem; }
  .site-logo, .site-logo img { width: 5rem; }
  .primary-navigation { top: 3.125rem; }
  .navigation-backdrop { inset: 3.125rem 0 0; }
}

/* Header search: accessible, predictable interaction aligned with the live site. */
body.search-open { overflow: hidden; }

.header-search-button {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  padding: 0;
  display: inline-grid;
  place-items: center;
  color: #161617;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.header-search-button svg {
  width: 1.5625rem;
  height: 1.5625rem;
  overflow: visible;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-search-button:hover,
.header-search-button[aria-expanded="true"] {
  color: #e3540b;
  background: #f5f5f5;
}

.header-search-button:active { transform: scale(.94); }

.header-search-button:focus-visible {
  outline: .125rem solid #e3540b;
  outline-offset: .125rem;
}

.header-search {
  position: fixed;
  z-index: 998;
  inset: 4rem 0 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.header-search[hidden],
.header-search [hidden] { display: none !important; }

.header-search__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgb(0 0 0 / 22%);
  border: 0;
  cursor: default;
}

.header-search__surface {
  position: relative;
  z-index: 1;
  background: #fff;
  border-top: .0625rem solid #ededed;
  box-shadow: 0 .75rem 1.75rem rgb(0 0 0 / 12%);
}

.header-search form {
  width: min(56.25rem, calc(100% - 3rem));
  min-height: 5.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: .75rem;
}

.header-search__field { position: relative; min-width: 0; }

.header-search__field > svg {
  position: absolute;
  top: 50%;
  left: .75rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #777;
  pointer-events: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  transform: translateY(-50%);
}

.header-search input {
  width: 100%;
  height: 3rem;
  min-width: 0;
  padding: 0 2.75rem 0 2.625rem;
  color: #161617;
  background: #f6f6f6;
  border: .0625rem solid transparent;
  border-radius: .25rem;
  outline: 0;
  font-size: 1rem;
  line-height: 3rem;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.header-search input::-webkit-search-cancel-button { display: none; }

.header-search input:focus {
  background: #fff;
  border-color: #e3540b;
  box-shadow: 0 0 0 .1875rem rgb(227 84 11 / 12%);
}

.header-search input::placeholder { color: #999; }

.header-search__clear {
  position: absolute;
  top: 50%;
  right: .375rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: grid;
  place-items: center;
  color: #777;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  transform: translateY(-50%);
}

.header-search__clear:hover { color: #e3540b; background: #eee; }

.header-search__submit {
  height: 3rem;
  padding: 0 1.75rem;
  color: #fff;
  background: #e3540b;
  border: .0625rem solid #e3540b;
  border-radius: .25rem;
  cursor: pointer;
  font-size: .9375rem;
  font-weight: 500;
  transition: background-color .2s ease, border-color .2s ease;
}

.header-search__submit:hover { background: #f06414; border-color: #f06414; }

.header-search__close {
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: grid;
  place-items: center;
  color: #555;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
}

.header-search__close svg {
  width: 1.375rem;
  height: 1.375rem;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
}

.header-search__close:hover { color: #e3540b; background: #f2f2f2; }
.header-search__clear:focus-visible,
.header-search__submit:focus-visible,
.header-search__close:focus-visible { outline: .125rem solid #e3540b; outline-offset: .125rem; }

@media (max-width: 767px) {
  .header-search-button { width: 2.5rem; height: 2.5rem; min-width: 2.5rem; }
  .header-search { inset: 6.25rem 0 0; }
  .header-search__backdrop { display: none; }
  .header-search__surface { min-height: 100%; background: #f2f2f2; box-shadow: none; }
  .header-search form {
    width: 100%;
    min-height: 0;
    padding: 1.375rem 2.5rem;
    align-items: center;
    gap: .625rem;
  }
  .header-search input { background: #e8e8e8; }
  .header-search__submit { padding: 0 1.25rem; }
}

@media (max-width: 520px) {
  .header-search-button { width: 2rem; height: 2rem; min-width: 2rem; }
  .header-search-button svg { width: 1.375rem; height: 1.375rem; }
  .header-search { inset: 3.75rem 0 0; }
  .header-search form { padding: 1rem .625rem; gap: .375rem; }
  .header-search__submit { padding: 0 .875rem; }
  .header-search__close { width: 2.5rem; min-width: 2.5rem; }
}

@media (max-width: 450px) {
  .header-search { inset: 3.125rem 0 0; }
}

/* Online consultation: measured from the live CPS Baidu ADA widget. */
.online-consultation {
  position: fixed;
  z-index: 2147483647;
  top: 50%;
  right: 0;
  width: 80px;
  height: 150px;
  cursor: ns-resize;
  touch-action: none;
  transform: translateY(-50%);
  user-select: none;
  -webkit-user-select: none;
  will-change: top;
}

.online-consultation.has-custom-position { transform: none; }
.online-consultation.is-dragging { cursor: grabbing; }

.online-consultation__link,
.online-consultation__panel {
  display: block;
  width: 100%;
  height: 100%;
}

.online-consultation__link {
  color: #fff;
  cursor: inherit;
  text-decoration: none;
}

.online-consultation__panel {
  position: relative;
  box-sizing: border-box;
  padding-top: 76.666667px;
  border-radius: 10px 0 0 10px;
  background: #ff9326;
}

.online-consultation__image {
  position: absolute;
  top: -33.333333px;
  left: -10px;
  width: 100px;
  height: 100px;
  max-width: none;
  object-fit: contain;
}

.online-consultation__label {
  display: block;
  width: 2em;
  margin: 0 auto;
  color: #fff;
  font-size: 23.333333px;
  line-height: 30px;
  text-align: center;
  user-select: none;
}

.online-consultation__link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -4px;
}

@media (max-width: 767px) {
  .online-consultation {
    width: clamp(54.613333px, 17.066667vw, 66.56px);
    height: clamp(54.613333px, 17.066667vw, 66.56px);
  }

  .online-consultation__panel {
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .online-consultation__image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .online-consultation__label {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -8.333333%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 40%;
    margin: 0;
    border-radius: 10%;
    background: #ff9326;
    font-size: clamp(10.24px, 3.2vw, 12.48px);
    line-height: clamp(20.48px, 6.4vw, 24.96px);
    white-space: nowrap;
  }
}

/* Final shared-chrome geometry, measured from the live CPS site. */
@media (min-width: 768px) {
  .site-header { height: auto; min-height: 0; }
  .site-header__inner {
    width: 75vw;
    height: auto;
    min-height: max(4vw, calc(3.75rem + 2px));
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    transform: none;
  }
  .site-logo {
    width: 4vw;
    height: auto;
    min-width: 0;
    flex: 0 1 4vw;
    align-self: flex-start;
  }
  .site-logo img { width: 100%; height: auto; }
  .primary-navigation { position: static; flex: 0 1 auto; margin: 0; }
  .primary-navigation__list {
    height: 100%;
    padding: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .primary-navigation__item {
    height: 100%;
    flex: 0 0 auto;
    margin: 0 1.8vw;
  }
  .primary-navigation__label-row { height: 100%; align-items: center; }
  .primary-navigation__link {
    height: 3.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 3.75rem;
  }
  .primary-navigation__link::after { display: none; }
  .primary-navigation__item--contact { align-items: center; }
  .site-header__tools {
    height: auto;
    min-width: 0;
    flex: 0 1 auto;
    align-items: stretch;
    gap: 2.1875rem;
  }
  .header-search-button {
    width: 1.5625rem;
    height: auto;
    min-width: 1.5625rem;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .language-selector {
    width: 12.055rem;
    min-width: 0;
    display: flex;
    align-items: center;
  }
  .language-selector select { width: 100%; flex: 0 1 100%; }
  .submenu {
    position: fixed;
    top: calc(2vw + 1.875rem);
    right: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 16rem;
    background: #f2f2f2;
    transition: opacity .3s ease, visibility .3s ease;
    transform: none;
  }
  .submenu__grid { width: 100%; height: 100%; }
  .submenu__grid li { width: 12%; }
  .submenu__grid li > a, .submenu__grid li > span { gap: 1.875rem; }
}

@media (max-width: 1280px) and (min-width: 768px) {
  .submenu { top: calc(3.75rem + 1px); }
  .submenu__grid { gap: 3.75rem; }
  .submenu__grid li { width: auto; }
  .submenu__grid li > a, .submenu__grid li > span { gap: .3125rem; }
  .submenu__icon { width: 3.75rem; height: 3.75rem; }
  .submenu__copy strong { font-size: .75rem; white-space: nowrap; }
}

@media (min-width: 768px) and (max-width: 800px) {
  .site-header__tools { flex: 0 0 auto; gap: 2.1875rem; }
  .language-selector { width: 5.4vw; }
}

.submenu__copy small { display: none; }
.site-footer__overlay { background: transparent; }
.site-footer__inner {
  padding-bottom: 3.75rem;
  border-bottom: .0625rem solid rgb(255 255 255 / 15%);
}
.footer-company { padding-bottom: 0; border-bottom: 0; }
.footer-nav__column a, .footer-nav__column span { transition: color .3s; }
.footer-nav__column a:hover { color: #e3540b; }
.footer-contact { transition: background .3s; }
.footer-contact:hover { background: #c74a0a; }
.social-link > a, .social-link > span { transition: background .3s; }
.social-link:hover > a, .social-link:hover > span { background: #e3540b; }
.language-selector { position: relative; }
.language-selector select {
  appearance: none;
  -webkit-appearance: none;
}
.language-selector::after {
  position: absolute;
  right: .75rem;
  width: .375rem;
  height: .375rem;
  content: "";
  border-right: 1px solid #c0c4cc;
  border-bottom: 1px solid #c0c4cc;
  pointer-events: none;
  transform: translateY(-25%) rotate(45deg);
}

@media (max-width: 767px) {
  html { font-size: 14px; }
  .site-header { height: auto; min-height: 0; }
  .site-header__inner {
    box-sizing: content-box;
    width: auto;
    height: auto;
    min-height: 0;
    padding: 0 2.8125rem;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    transform: none;
  }
  .mobile-menu-button {
    width: auto;
    height: auto;
    min-width: 0;
    padding: 0;
    flex: 0 0 auto;
    align-content: center;
  }
  .mobile-menu-button span { width: 1.875rem; height: 1px; }
  .site-logo {
    width: 4vw;
    min-width: 0;
    height: 6.25rem;
    flex: 0 1 4vw;
    align-self: flex-start;
    overflow: visible;
  }
  .site-logo img { width: 8.125rem; max-width: none; height: auto; }
  .site-header__tools {
    height: 6.25rem;
    min-width: 0;
    flex: 0 1 auto;
    align-items: center;
    gap: .5rem;
  }
  .header-search-button { width: 1.875rem; height: 100%; padding: 0; }
  .language-selector { width: 17vw; min-width: 0; }
  .language-selector select {
    width: 100%;
    min-width: 0;
    height: 2rem;
    padding: 0 .5rem;
    overflow: hidden;
    font-size: .75rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .primary-navigation {
    top: 6.25rem;
    width: 100%;
    max-width: none;
    padding: 3rem 0;
    background: #f2f2f2;
    transform: translateX(-100%);
    transition: transform .3s ease;
  }
  .primary-navigation__item { border: 0; }
  .primary-navigation__label-row { min-height: 5rem; padding: 0 3rem; }
  .primary-navigation__link { height: 5rem; color: #707070; font-size: 1.5rem; font-weight: 500; line-height: 5rem; }
  .primary-navigation__label-row:hover { background: #ebebeb; }
  .primary-navigation__label-row:hover .primary-navigation__link { color: #e3540b; }
  .submenu-toggle { color: #707070; }
  .submenu { background: transparent; }
  .submenu__grid li > a, .submenu__grid li > span { padding: 0 4.625rem; }
  .submenu__icon { display: none; }
  .submenu__copy strong { color: #999; font-size: 1.5rem; line-height: 3rem; }
  .submenu__grid li > a:hover strong { color: #e3540b; }
  .navigation-backdrop { inset: 6.25rem 0 0; background: rgb(0 0 0 / 20%); }
  .site-footer__inner { padding: 2.5rem 1.25rem 0; }
  .footer-nav__column li { margin: 1rem 0; }
  .site-footer__inner { padding-bottom: 1.875rem; }
}

@media (max-width: 520px) {
  .site-header__inner { padding: 0 .625rem; }
  .mobile-menu-button { width: 20vw; }
  .mobile-menu-button span { width: 1.25rem; }
  .site-logo { height: 3.75rem; }
  .site-logo img { width: 5rem; }
  .site-header__tools { height: 3.75rem; gap: .5rem; }
  .header-search-button { width: 2rem; }
  .language-selector select { padding: 0 .375rem; font-size: .6875rem; }
  .primary-navigation { top: 3.75rem; padding: .625rem 0 3rem; }
  .primary-navigation__label-row { min-height: 2.5rem; padding: 0 1.25rem; }
  .primary-navigation__link { height: 2.5rem; font-size: 1.125rem; line-height: 2.5rem; }
  .submenu__grid li > a, .submenu__grid li > span { padding: 0 2.5rem; }
  .submenu__copy strong { font-size: 1.125rem; line-height: 2.5rem; }
  .navigation-backdrop { inset: 3.75rem 0 0; }
  .site-footer__inner { width: 100%; margin: 0; padding: 1.875rem .9375rem; }
  .footer-nav__column li { margin: 0 0 .5rem; }
  .footer-company__bottom { gap: 0; }
  .footer-contact { flex-shrink: 0; white-space: nowrap; }
  .footer-legal { box-sizing: border-box; width: 100%; margin: 0; }
}

@media (max-width: 450px) {
  .site-header { height: 3.125rem; }
  .site-header__inner, .site-logo, .site-header__tools { height: 3.125rem; }
  .site-logo img { width: 5rem; }
  .primary-navigation { top: 3.75rem; }
  .navigation-backdrop { inset: 3.125rem 0 0; }
}
