@font-face { font-family: "HarmonyOS Sans SC"; src: url("../fonts/HarmonyOS-Sans-SC-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "HarmonyOS Sans SC"; src: url("../fonts/HarmonyOS-Sans-SC-Thin.ttf") format("truetype"); font-weight: 100; font-display: swap; }
@font-face { font-family: "HarmonyOS Sans SC"; src: url("../fonts/HarmonyOS-Sans-SC-Light.ttf") format("truetype"); font-weight: 300; font-display: swap; }
@font-face { font-family: "HarmonyOS Sans SC"; src: url("../fonts/HarmonyOS-Sans-SC-Medium.ttf") format("truetype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "HarmonyOS Sans SC"; src: url("../fonts/HarmonyOS-Sans-SC-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "HarmonyOS Sans SC"; src: url("../fonts/HarmonyOS-Sans-SC-Black.ttf") format("truetype"); font-weight: 900; font-display: swap; }

.cp-page { --cp-blue: #0054a6; --cp-yellow: #ffd200; --cp-black: #0a0a0a; min-width: 320px; font-family: "HarmonyOS Sans SC", Arial, sans-serif; color: #53565a; background: #fff; }
.cp-page * { box-sizing: border-box; }
.cp-page :where(section, article, aside, div) > * { min-width: 0; }
.cp-page :where(h1, h2, h3, h4, p, li, figcaption, strong, a, button) { max-width: 100%; overflow-wrap: anywhere; word-break: normal; }
.cp-page img { max-width: 100%; display: block; }
.cp-shell { width: min(1440px, calc(100% - 80px)); margin-inline: auto; }
.cp-page-header { color: #fff; background: #0b0b0b; font-family: "Montserrat", Arial, sans-serif; }
.cp-page-header .main-nav > a,
.cp-page-header .nav-direct-link > a,
.cp-page-header .nav-dropdown > a { color: #fff; }
.cp-page-header .main-nav > a:hover,
.cp-page-header .main-nav > a:focus-visible,
.cp-page-header .nav-direct-link > a:hover,
.cp-page-header .nav-direct-link > a:focus-visible,
.cp-page-header .nav-dropdown:hover > a,
.cp-page-header .nav-dropdown:focus-within > a { color: var(--yellow); }
.cp-page-header + .cp-hero { margin-top: var(--home-header-height); }
.cp-header { height: 120px; position: relative; z-index: 30; background: rgba(5,5,5,.96); color: #fff; }
.cp-header-inner { height: 100%; display: flex; align-items: center; }
.cp-logo { width: 120px; margin-left: -32px; display: grid; place-items: center; flex: 0 0 120px; }
.cp-logo img { width: 120px; height: 92px; object-fit: contain; }
.cp-nav { margin-left: auto; display: flex; align-items: center; gap: 36px; font-size: 18px; font-weight: 500; }
.cp-nav > a, .cp-nav-products > a { padding-block: 43px; color: #fff; text-decoration: none; white-space: nowrap; transition: color .2s; }
.cp-nav > a.active, .cp-nav > a:hover, .cp-nav > a:focus-visible, .cp-nav-products > a.active, .cp-nav-products:hover > a, .cp-nav-products:focus-within > a { color: var(--cp-yellow); text-decoration-line: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.cp-nav-search { position: relative; }
.cp-search { width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; display: grid; place-items: center; color: #fff; background: transparent; cursor: pointer; font-size: 24px; }
.cp-search > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.cp-search:hover, .cp-search[aria-expanded="true"] { color: var(--cp-yellow); }
.cp-language { width: 47px; height: 47px; border-radius: 50%; display: grid; place-items: center; background: #e31936; color: #fff; font-weight: 700; font-size: 14px; }
.cp-search-panel { position: absolute; top: 49px; right: -44px; width: 380px; padding: 20px; color: #0d2e51; background: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.26); }
.cp-search-panel label { display: block; margin-bottom: 10px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.cp-search-panel > div { display: grid; grid-template-columns: 1fr 48px; }
.cp-search-panel input { width: 100%; min-width: 0; height: 46px; padding: 0 14px; border: 1px solid #d7dadd; outline: 0; font-size: 12px; }
.cp-search-panel input:focus { border-color: var(--cp-yellow); }
.cp-search-panel button { border: 0; display: grid; place-items: center; color: var(--cp-blue); background: var(--cp-yellow); cursor: pointer; font-size: 20px; }
.cp-search-panel p { margin: 10px 0 0; color: #66717c; font-size: 10px; line-height: 1.45; }
.cp-nav-products { position: relative; }
.cp-product-menu { --notch-base: 33px; --notch-step: 32px; --notch-size: 7px; --notch-y: var(--notch-base); position: absolute; top: calc(50% + 60px); left: 0; width: 286px; padding: 17px 19px; background: var(--cp-yellow); color: #093e76; box-shadow: 0 14px 32px rgba(0,0,0,.25); clip-path: polygon(0 0,100% 0,100% 100%,0 100%,0 calc(var(--notch-y) + var(--notch-size)),var(--notch-size) var(--notch-y),0 calc(var(--notch-y) - var(--notch-size))); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s, visibility .2s, transform .2s; }
.cp-nav-products:hover .cp-product-menu, .cp-nav-products:focus-within .cp-product-menu { opacity: 1; visibility: visible; transform: none; }
.cp-product-menu a { display: block; padding: 6px 0; color: #093e76; font-size: 17px; line-height: 1.2; font-weight: 500; text-decoration: none; }
.cp-product-menu a:hover, .cp-product-menu a:focus { color: var(--cp-blue); text-decoration-line: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.cp-product-menu:has(> a:nth-child(2):is(:hover,:focus-visible)) { --notch-y: calc(var(--notch-base) + var(--notch-step)); }
.cp-product-menu:has(> a:nth-child(3):is(:hover,:focus-visible)) { --notch-y: calc(var(--notch-base) + var(--notch-step) + var(--notch-step)); }
.cp-product-menu:has(> a:nth-child(4):is(:hover,:focus-visible)) { --notch-y: calc(var(--notch-base) + var(--notch-step) + var(--notch-step) + var(--notch-step)); }
.cp-menu-toggle { display: none; color: #fff; background: transparent; border: 0; font-size: 31px; }
.cp-hero { height: 500px; position: relative; overflow: hidden; background-position: center; background-size: cover; }
.cp-hero-category {
  background-color: #111;
  background-image:
    linear-gradient(90deg, #004a97 0%, rgba(0,74,151,0) 59.0625%),
    url("../images/ai-originals/secondary-hero-outline.svg"),
    url("../images/ai-originals/category-hero.png");
  background-repeat: no-repeat;
  background-position: left top, center, center center;
  background-size: 100% 100%, 100% 100%, cover;
}
.cp-hero-about {
  background-image:
    linear-gradient(90deg, #004a97 0%, rgba(0,74,151,0) 59.0625%),
    url("../images/ai-originals/secondary-hero-outline.svg"),
    url("../images/ai-originals/about-hero-ai-crop.png");
  background-position: center, center, center;
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, 100% 100%;
}
.cp-hero-product {
  background-image:
    linear-gradient(90deg, #004a97 0%, rgba(0,74,151,0) 59.0625%),
    url("../images/ai-originals/secondary-hero-outline.svg"),
    url("../images/ai-originals/product-hero.png");
  background-position: center, center, right 35%;
  background-size: cover, 100% 100%, 104% auto;
  background-repeat: no-repeat;
}
.cp-hero-inner { height: 100%; position: relative; z-index: 2; display: flex; align-items: center; }
.cp-hero h1 { margin: 0 0 0 -114px; display: flex; flex-direction: column; color: #fff; font-size: 86px; font-weight: 700; line-height: .98; letter-spacing: -2px; text-shadow: 0 2px 7px rgba(0,0,0,.12); }
.cp-hero h1 span { display: block; }
.cp-hero-about h1,
.cp-hero-category h1,
.cp-hero-product h1 { margin-left: 0; }
.cp-hero-about h1,
.cp-hero-category h1 {
  color: transparent;
  background: linear-gradient(90deg, #fff 0%, #f7fbff 30%, #d8efff 57%, #73b5ed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
.cp-hero-product h1 {
  width: max-content;
  color: transparent;
  background: linear-gradient(90deg, #fff 0%, #f7fbff 30%, #d8efff 57%, #73b5ed 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
.cp-breadcrumb { height: 64px; display: flex; align-items: center; border-bottom: 1px solid #ddd; background: #fafafa; color: #949494; font-size: 15px; line-height: 1.4; }
.cp-breadcrumb .cp-shell { display: flex; align-items: center; gap: 16px; }
.cp-crumb { display: inline-flex; align-items: center; gap: 16px; }
.cp-crumb i { font-style: normal; }
.cp-crumb a { color: inherit; text-decoration: none; }
.cp-crumb:last-child a { color: #53565a; font-weight: 700; }
.cp-category-intro { height: 340px; padding: 88px 0 84px; }
.cp-category-intro p { margin: 0; color: #aaa; font-size: 42px; line-height: 56px; font-weight: 300; }
.cp-category-intro h1 { margin: 0; color: var(--cp-blue); font-size: 42px; line-height: 56px; font-weight: 700; }
.cp-category-layout { min-height: 1876px; display: grid; grid-template-columns: 330px 1010px; gap: 100px; padding-bottom: 134px; }
.cp-sidebar h3 { min-height: 45px; height: auto; margin: 0 0 15px; padding: 6px 15px; display: flex; align-items: center; color: #fff; background: var(--cp-blue); font-size: 27px; line-height: 1.18; }
.cp-sidebar h3.gray { background: #bbb; }
.cp-sidebar button { width: 100%; min-height: 40px; height: auto; padding: 5px 0; display: flex; align-items: center; border: 0; text-align: left; background: transparent; color: #777; font: inherit; font-size: 22px; line-height: 1.3; white-space: normal; cursor: pointer; }
.cp-sidebar { position: relative; }
.cp-sidebar::after { content: ""; width: 1px; position: absolute; top: 0; right: -50px; bottom: 0; background: #d8d9da; }
.cp-sidebar button.child { padding-left: 21px; }
.cp-sidebar button.selected { position: relative; }
.cp-sidebar button.selected:not(.child) { padding-left: 21px; }
.cp-sidebar button.selected::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid var(--cp-blue); }
.cp-sidebar button.active { color: var(--cp-blue); text-decoration: underline; font-weight: 700; }
.cp-sidebar button:focus { outline: 0; }
.cp-sidebar button:focus-visible { outline: 1px solid var(--cp-blue); outline-offset: 2px; }
.cp-subcategories { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .28s cubic-bezier(.22,.61,.36,1), opacity .2s ease; }
.cp-subcategories > div { min-height: 0; overflow: hidden; }
.cp-subcategories.open { grid-template-rows: 1fr; opacity: 1; }
.cp-sidebar hr { border: 0; border-top: 1px solid #c3c4c5; margin: 40px 0 49px; }
.cp-brand-filters { margin-top: 15px; display: grid; row-gap: 6px; }
.cp-sidebar .cp-brand-filter { width: 100%; height: auto; min-height: 40px; padding: 0; display: grid; grid-template-columns: 61px 1fr; align-items: center; border: 0; color: #777; background: transparent; font: inherit; font-size: 22px; line-height: 1.22; text-align: left; cursor: pointer; }
.cp-brand-icon { width: 55px; height: 40px; position: relative; display: block; isolation: isolate; }
.cp-sidebar .cp-brand-filter .cp-brand-icon { width: var(--brand-side-width, 44px); height: var(--brand-side-height, 36px); justify-self: center; }
.cp-brand-icon > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: contain; }
.cp-brand-icon-base { opacity: 1; }
.cp-brand-icon-color, .cp-brand-icon-tint { opacity: 0; }
.cp-brand-icon.has-color .cp-brand-icon-base { opacity: .62; filter: grayscale(1) saturate(0) contrast(.82) brightness(.98); }
.cp-brand-icon-tint { filter: var(--brand-active-filter); mix-blend-mode: color; }
.cp-sidebar .cp-brand-filter.active { color: var(--cp-blue); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.cp-brand-filter.active .cp-brand-icon.has-color .cp-brand-icon-base, .cp-brand-strip-button.active .cp-brand-icon.has-color .cp-brand-icon-base { opacity: 0; }
.cp-brand-filter.active .cp-brand-icon-color, .cp-brand-strip-button.active .cp-brand-icon-color,
.cp-brand-filter.active .cp-brand-icon-tint, .cp-brand-strip-button.active .cp-brand-icon-tint { opacity: 1; }
.cp-brand-filter[data-brand="bmw"], .cp-brand-strip-button[data-brand="bmw"],
.cp-brand-filter[data-brand="vw-audi"], .cp-brand-strip-button[data-brand="vw-audi"],
.cp-brand-filter[data-brand="ford"], .cp-brand-strip-button[data-brand="ford"],
.cp-brand-filter[data-brand="peugeot-citroen"], .cp-brand-strip-button[data-brand="peugeot-citroen"],
.cp-brand-filter[data-brand="subaru"], .cp-brand-strip-button[data-brand="subaru"],
.cp-brand-filter[data-brand="mazda"], .cp-brand-strip-button[data-brand="mazda"] { --brand-active-filter: brightness(0) saturate(100%) invert(27%) sepia(85%) saturate(1214%) hue-rotate(175deg) brightness(84%) contrast(105%); }
.cp-brand-filter[data-brand="toyota"], .cp-brand-strip-button[data-brand="toyota"],
.cp-brand-filter[data-brand="fiat"], .cp-brand-strip-button[data-brand="fiat"] { --brand-active-filter: brightness(0) saturate(100%) invert(16%) sepia(99%) saturate(3890%) hue-rotate(349deg) brightness(92%) contrast(105%); }
.cp-brand-filter[data-brand="land-rover"], .cp-brand-strip-button[data-brand="land-rover"] { --brand-active-filter: brightness(0) saturate(100%) invert(22%) sepia(40%) saturate(1307%) hue-rotate(102deg) brightness(92%) contrast(101%); }
.cp-brand-filter[data-brand="renault"], .cp-brand-strip-button[data-brand="renault"],
.cp-brand-filter[data-brand="opel"], .cp-brand-strip-button[data-brand="opel"] { --brand-active-filter: brightness(0) saturate(100%) invert(85%) sepia(96%) saturate(2839%) hue-rotate(354deg) brightness(102%) contrast(104%); }
.cp-brand-filter[data-brand="mercedes-benz"], .cp-brand-strip-button[data-brand="mercedes-benz"] { --brand-active-filter: brightness(0) saturate(100%) invert(18%) sepia(6%) saturate(250%) hue-rotate(163deg) brightness(89%) contrast(88%); }
.cp-brand-filter[data-brand="engineering-vehicles"], .cp-brand-filter[data-brand="aluminum-castings"], .cp-brand-filter[data-brand="others"] { --brand-active-filter: brightness(0) saturate(100%) invert(27%) sepia(85%) saturate(1214%) hue-rotate(175deg) brightness(84%) contrast(105%); }
.cp-brand-filter[data-brand="bmw"] { --brand-side-width: 38px; --brand-side-height: 38px; }
.cp-brand-filter[data-brand="mercedes-benz"] { --brand-side-width: 40px; --brand-side-height: 40px; }
.cp-brand-filter[data-brand="vw-audi"] { --brand-side-width: 40px; --brand-side-height: 40px; }
.cp-brand-filter[data-brand="land-rover"] { --brand-side-width: 47px; --brand-side-height: 28px; }
.cp-brand-filter[data-brand="ford"] { --brand-side-width: 47px; --brand-side-height: 24px; }
.cp-brand-filter[data-brand="renault"] { --brand-side-width: 34px; --brand-side-height: 40px; }
.cp-brand-filter[data-brand="opel"] { --brand-side-width: 46px; --brand-side-height: 30px; }
.cp-brand-filter[data-brand="peugeot-citroen"] { --brand-side-width: 51px; --brand-side-height: 40px; }
.cp-brand-filter[data-brand="peugeot-citroen"] .cp-brand-icon { overflow: hidden; }
.cp-brand-filter[data-brand="peugeot-citroen"] .cp-brand-icon > img { transform: scale(1.3); transform-origin: center; }
.cp-brand-filter[data-brand="fiat"] { --brand-side-width: 40px; --brand-side-height: 40px; }
.cp-brand-filter[data-brand="toyota"] { --brand-side-width: 45px; --brand-side-height: 30px; }
.cp-brand-filter[data-brand="subaru"] { --brand-side-width: 46px; --brand-side-height: 28px; }
.cp-brand-filter[data-brand="mazda"] { --brand-side-width: 45px; --brand-side-height: 36px; }
.cp-brand-filter[data-brand="engineering-vehicles"] { --brand-side-width: 48px; --brand-side-height: 34px; }
.cp-brand-filter[data-brand="aluminum-castings"] { --brand-side-width: 38px; --brand-side-height: 38px; }
.cp-brand-filter[data-brand="others"] { --brand-side-width: 38px; --brand-side-height: 24px; }
.cp-sidebar-catalog { width: 100%; max-width: 330px; min-width: 0; margin-top: 236px; }
.cp-sidebar-catalog h4 { max-width: 100%; margin: 0 0 34px; color: var(--cp-blue); font-size: clamp(25px, 2vw, 32px); line-height: 1.1; overflow-wrap: normal; word-break: normal; }
.cp-catalog-download { width: 330px; max-width: 100%; height: 260px; position: relative; overflow: hidden; }
.cp-catalog-download > img { width: 194px; height: 260px; object-fit: cover; }
.cp-catalog-download > a { width: 181px; height: 51px; position: absolute; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--cp-blue); background: var(--cp-yellow); text-decoration: none; font-size: 18px; font-weight: 700; }
.cp-catalog-download > a svg { width: 20px; height: 20px; padding: 4px; border-radius: 50%; color: var(--cp-yellow); background: var(--cp-blue); }
.cp-catalog-corner { width: 33px; height: 33px; position: absolute; top: 0; right: 0; border-top: 1px solid var(--cp-blue); border-right: 1px solid var(--cp-blue); }
.cp-catalog-corner::after { content: ""; width: 1px; height: 46px; position: absolute; top: -7px; right: 15px; background: var(--cp-blue); transform: rotate(45deg); }
.cp-product-grid { display: grid; grid-template-columns: repeat(3, 320px); column-gap: 25px; row-gap: 63px; align-content: start; }
.cp-product-card { color: inherit; text-decoration: none; text-align: center; }
.cp-product-card div { aspect-ratio: 1; border: 1px solid #d7d7d7; display: grid; place-items: center; background: #fff; }
.cp-product-card img { width: 86.4%; height: 86.4%; object-fit: contain; }
.cp-product-card:nth-child(3n + 2) img { width: 88.75%; height: 88.75%; }
.cp-product-card:nth-child(3n) img { width: 92.2%; height: 92.2%; }
.cp-product-card strong { display: block; margin-top: 14px; color: #333; font-size: 22px; line-height: 26px; }
.cp-product-card span { display: block; color: #aaa; font-size: 16px; line-height: 22px; }
.cp-brand-strip { height: 150px; overflow-x: auto; overflow-y: hidden; scrollbar-width: thin; background: #d6d6d6; }
.cp-brand-strip-inner { height: 150px; display: flex; position: relative; }
.cp-brand-strip-button { width: 120px; height: 150px; position: relative; flex: 0 0 120px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; transition: background-color .2s ease; }
.cp-brand-strip-button .cp-brand-icon { width: var(--brand-strip-width, 64px); height: var(--brand-strip-height, 64px); opacity: 1; }
.cp-brand-strip-button:hover { background: rgba(255,255,255,.08); }
.cp-brand-strip-button.active { background: #fff; }
.cp-brand-strip-button[data-brand="bmw"] { --brand-strip-width: 56px; --brand-strip-height: 56px; }
.cp-brand-strip-button[data-brand="mercedes-benz"] { --brand-strip-width: 64px; --brand-strip-height: 64px; }
.cp-brand-strip-button[data-brand="vw-audi"] { --brand-strip-width: 64px; --brand-strip-height: 64px; }
.cp-brand-strip-button[data-brand="land-rover"] { --brand-strip-width: 96px; --brand-strip-height: 54px; }
.cp-brand-strip-button[data-brand="ford"] { --brand-strip-width: 110px; --brand-strip-height: 50px; }
.cp-brand-strip-button[data-brand="renault"] { --brand-strip-width: 56px; --brand-strip-height: 70px; }
.cp-brand-strip-button[data-brand="opel"] { --brand-strip-width: 86px; --brand-strip-height: 64px; }
.cp-brand-strip-button[data-brand="peugeot-citroen"] { --brand-strip-width: 85px; --brand-strip-height: 68px; }
.cp-brand-strip-button[data-brand="fiat"] { --brand-strip-width: 60px; --brand-strip-height: 60px; }
.cp-brand-strip-button[data-brand="toyota"] { --brand-strip-width: 80px; --brand-strip-height: 54px; }
.cp-brand-strip-button[data-brand="subaru"] { --brand-strip-width: 88px; --brand-strip-height: 54px; }
.cp-brand-strip-button[data-brand="mazda"] { --brand-strip-width: 70px; --brand-strip-height: 58px; }
.cp-brand-strip-button:focus { outline: 0; }
.cp-brand-strip-button:focus-visible { outline: 2px solid var(--cp-blue); outline-offset: -4px; }
.cp-category-content, .cp-detail-support { background: #f1f2f3; }
.cp-category-columns { padding: 110px 0 120px; display: grid; grid-template-columns: 720px 615px; gap: 105px; align-items: start; }
.cp-article { width: 720px; color: #595957; font-size: 20px; line-height: 28px; }
.cp-article p { margin: 0 0 28px; }
.cp-article strong, .cp-article h2 { color: var(--cp-blue); }
.cp-article h2 { margin: 60px 0 35px; font-size: 32px; line-height: 42px; font-weight: 300; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.cp-article h2 strong { font-weight: 700; }
.cp-category-richtext { min-width: 0; overflow-x: auto; }
.cp-category-richtext h2 { color: var(--cp-blue); }
.cp-category-richtext ul, .cp-category-richtext ol { padding-left: 1.3em; }
.cp-category-richtext table { width: 100%; min-width: 660px; margin: 28px 0 0; border-collapse: collapse; color: #4f565d; font-size: 16px; line-height: 1.35; }
.cp-category-richtext th, .cp-category-richtext td { padding: 13px 12px; border: 1px solid #aeb4ba; text-align: left; vertical-align: top; }
.cp-category-richtext th { color: #253b52; background: var(--cp-yellow); font-weight: 700; }
.cp-brand-initials { min-width: 46px; height: 32px; padding: 0 6px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 4px; color: #777; font-size: 12px; line-height: 1; font-weight: 700; letter-spacing: .04em; }
.cp-brand-filter.active .cp-brand-initials, .cp-brand-strip-button.active .cp-brand-initials { color: var(--cp-blue); }
.cp-spec-table { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 20px; border-top: 1px solid #aaa; border-left: 1px solid #aaa; font-size: 11px; }
.cp-spec-table > * { padding: 8px; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; }
.cp-spec-table b { background: var(--cp-yellow); color: #253b52; }
.cp-faq { margin-top: 110px; }
.cp-faq-item { position: relative; }
.cp-faq button { width: 100%; padding: 9px 0; border: 0; background: transparent; text-align: left; color: #444; font-weight: 700; cursor: pointer; transition: color .22s ease, padding .26s ease; }
.cp-faq button.active { color: var(--cp-blue); }
.cp-faq-answer { display: grid; grid-template-rows: 0fr; opacity: 0; transform: translateY(-5px); transition: grid-template-rows .32s cubic-bezier(.22,.61,.36,1), opacity .24s ease, transform .32s cubic-bezier(.22,.61,.36,1); }
.cp-faq-answer > div { min-height: 0; overflow: hidden; }
.cp-faq-item.expanded .cp-faq-answer { grid-template-rows: 1fr; opacity: 1; transform: translateY(0); }
.cp-faq p { margin: 0 0 8px; padding: 12px; background: #fff; font-size: 13px; }
.cp-category-page .cp-spec-heading { width: 720px; margin: 60px 0 51px; font-size: 32px; line-height: 42px; font-weight: 300; }
.cp-category-page .cp-spec-heading strong { font-weight: 700; }
.cp-category-page .cp-spec-table { width: 720px; height: 360px; margin: 0; grid-template-columns: 150px 210px 165px 195px; grid-template-rows: repeat(5, 57px) 75px; font-size: 16px; line-height: 20px; }
.cp-category-page .cp-spec-table > * { display: flex; align-items: center; padding: 7px; }
.cp-category-page .cp-faq { width: 720px; margin: 210px 0 0; }
.cp-category-page .cp-faq button { height: 56px; padding: 14px 0; font-size: 20px; line-height: 28px; }
.cp-category-page .cp-faq p { min-height: 129px; margin: 0; padding: 14px 14px 29px; font-size: 20px; line-height: 28px; }
.cp-category-page .cp-contact-form { position: sticky; top: calc(var(--home-header-height) + 32px); align-self: start; }
body.admin-bar .cp-category-page .cp-contact-form { top: calc(var(--home-header-height) + 64px); }
.cp-contact-form { --cp-form-row-gap: 12px; --cp-form-column-gap: 12px; padding: 38px; background: #fff; box-shadow: 0 10px 24px rgba(0,0,0,.04); }
.cp-contact-form h3 { margin: 0 0 8px; color: var(--cp-blue); font-size: 26px; line-height: 1.3; }
.cp-contact-form > p { margin: 0; font-size: 13px; line-height: 1.4; }
.cp-form-grid { margin-top: var(--cp-form-row-gap); display: grid; grid-template-columns: 1fr 1fr; gap: var(--cp-form-row-gap) var(--cp-form-column-gap); }
.cp-contact-form input, .cp-contact-form textarea { width: 100%; margin-top: var(--cp-form-row-gap); border: 0; padding: 13px; background: #f1f1f1; font: inherit; font-size: 12px; line-height: 1.4; }
.cp-contact-form .cp-form-grid input { margin-top: 0; }
.cp-contact-form textarea { min-height: 100px; resize: vertical; }
.cp-contact-form button { width: 100%; margin-top: var(--cp-form-row-gap); border: 0; padding: 13px; display: flex; align-items: center; justify-content: center; gap: 13px; background: var(--cp-yellow); color: var(--cp-blue); font-weight: 500; line-height: 1.35; cursor: pointer; }
.cp-submit-icon { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 25px; border-radius: 50%; color: var(--cp-yellow); background: var(--cp-blue); }
.cp-submit-icon svg { width: 13.3px; height: 11.2px; }
.cp-contact-form small { display: block; margin-top: 9px; color: #248247; }
.cp-footer { --cp-blue: #0054a6; --cp-yellow: #ffd200; background: var(--cp-blue); color: #fff; font-family: "HarmonyOS Sans SC", Arial, sans-serif; }
.cp-footer-grid {
  min-height: 575px;
  padding-block: 82px 63px;
  display: grid;
  grid-template-columns: 450px 102px 210px 60px 300px 103px 215px;
  grid-template-rows: 208px auto;
  gap: 32px 0;
}
.cp-footer-brand { grid-column: 1; grid-row: 1 / 3; border-right: 1px solid rgba(255,255,255,.45); }
.cp-footer-brand img { width: 410px; height: 100px; object-fit: contain; object-position: left; filter: brightness(1.06) saturate(1.09) contrast(1.02); transform: translateX(-7px); }
.cp-footer-brand strong { display: block; margin-top: 4px; font-size: 24px; line-height: 1.28; }
.cp-footer-grid > div:nth-child(2) { grid-column: 3; grid-row: 1; }
.cp-footer-grid > div:nth-child(3) { grid-column: 5; grid-row: 1; }
.cp-footer-grid > div:nth-child(4) { grid-column: 7; grid-row: 1; }
.cp-footer h4 { margin: 0 0 8px; color: #ffe000; font-size: 22px; line-height: 1.3; }
.cp-footer a { display: block; color: #fff; text-decoration: none; font-size: 18px; line-height: 1.62; }
.cp-footer-contact { grid-column: 3 / 8; grid-row: 2; }
.cp-footer-contact p { max-width: 760px; margin: 1px 0; display: flex; gap: 12px; font-size: 17px; line-height: 1.35; }
.cp-footer-contact svg { width: 17px; height: 17px; margin-top: 3px; color: var(--cp-yellow); flex: 0 0 auto; }
.cp-copyright { height: 50px; color: var(--cp-blue); background: #f1f1f2; font-size: 15px; line-height: 1.35; }
.cp-copyright-inner { height: 100%; display: grid; grid-template-columns: 204px minmax(0, 1fr) auto; align-items: center; }
.cp-socials { display: flex; align-items: center; gap: 12px; }
.cp-socials a { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--cp-blue); text-decoration: none; line-height: 1; transition: background-color .2s ease; }
.cp-socials a:hover, .cp-socials a:focus-visible { background: #003f7d; }
.cp-socials svg { width: 15px; height: 15px; display: block; fill: currentColor; stroke: none; }
.cp-socials a:nth-child(1) svg { width: 10px; height: 17px; }
.cp-socials a:nth-child(2) svg { width: 18px; height: 16px; }
.cp-socials a:nth-child(3) svg { width: 15px; height: 17px; }
.cp-socials a:nth-child(4) svg { width: 15px; height: 15px; }
.cp-copyright p { margin: 0; white-space: nowrap; }
.cp-copyright p strong { font-weight: 700; }
.cp-copyright .cp-privacy { color: var(--cp-blue); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; white-space: nowrap; }
.cp-about-intro { height: 490px; min-height: 0; position: relative; padding: 0; }
.cp-about-title { position: absolute; top: 64px; left: 0; }
.cp-about-title h1 { margin: 0; color: var(--cp-blue); font-size: 77.6px; line-height: 1; font-weight: 700; }
.cp-about-title p { margin: 38px 0 0; color: var(--cp-blue); font-size: 28.8px; line-height: 38px; font-weight: 300; }
.cp-about-title > svg { width: 30px; height: 30px; position: absolute; top: 258.6px; left: 0; color: var(--cp-blue); transform: rotate(-45deg); }
.cp-about-copy { width: 892.7px; position: absolute; top: 85px; left: 547.3px; color: #595757; font-size: 20px; line-height: 28px; }
.cp-about-copy p { margin: 0 0 28px; }
.cp-about-copy p:nth-child(2) { margin-bottom: 0; }
.cp-outline-button { width: 179.5px; height: 51.2px; position: absolute; top: 262.6px; left: 0; padding: 0 0 0 15.2px; display: flex; align-items: center; gap: 9.4px; border: 1.12px solid var(--cp-yellow); border-radius: 6.5px; color: var(--cp-blue); background: transparent; text-decoration: none; font-family: inherit; font-size: 16.4px; line-height: 22px; font-weight: 700; cursor: pointer; }
.cp-outline-button-icon { width: 20.5px; height: 20.5px; display: grid; place-items: center; flex: 0 0 20.5px; border-radius: 50%; color: #f3f3f3; background: var(--cp-blue); }
.cp-outline-button-icon svg { width: 11px; height: 11px; }
.cp-trusted { min-height: 430px; display: grid; grid-template-columns: 400px 1fr; gap: 147px; align-items: center; padding-block: 50px; }
.cp-cert-block { width: 400px; height: 269px; display: grid; grid-template-columns: 256px 125px; grid-template-rows: 125px 125px; gap: 19px; color: var(--cp-blue); font-weight: 800; text-align: center; font-size: 30px; line-height: 1.12; }
.cp-cert-block div { min-height: 0; padding: 0; display: grid; place-items: center; background: var(--cp-yellow); }
.cp-cert-block div:last-child { grid-column: 1 / 3; }
.cp-cert-block .cp-recycle-cert img { width: 92px; height: 92px; object-fit: contain; }
.cp-trusted h2 { margin: 0 0 14px; color: var(--cp-blue); font-size: 32px; line-height: 42px; text-decoration: underline; text-underline-offset: 2px; }
.cp-trusted p { margin: 0 0 22px; font-size: 20px; line-height: 28px; }
.cp-trusted p:last-child { margin-bottom: 0; }
.cp-partner-grid { margin-block: 35px 75px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.cp-partner-grid > div { min-width: 0; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid #cfd3d7; display: grid; place-items: center; background: #fff; }
.cp-partner-grid img { width: 86%; height: 86%; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; }
.cp-engineering-banner { height: 450px; margin-block: 0 120px; position: relative; overflow: hidden; }
.cp-engineering-banner::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(0,84,166,0) 34%, rgba(0,84,166,.2) 50%, rgba(0,84,166,.7) 73%, #0054a6 100%); pointer-events: none; }
.cp-engineering-slides { position: absolute; inset: 0; overflow: hidden; background: #183247; }
.cp-engineering-photo { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; opacity: 0; transform: translateZ(0); backface-visibility: hidden; transition: opacity .32s ease; pointer-events: none; }
.cp-engineering-photo.active { opacity: 1; }
.cp-engineering-content { position: absolute; z-index: 2; inset: 0; color: #fff; }
.cp-engineering-mark { width: 44px; height: 44px; position: absolute; top: 25px; right: 39px; object-fit: contain; filter: brightness(0) invert(1); }
.cp-engineering-content > p { position: absolute; top: 139px; right: 43px; margin: 0; color: var(--cp-yellow); font-size: 20px; line-height: 28px; }
.cp-engineering-content > p span { display: inline-block; margin-right: 9px; font-size: 24px; font-weight: 300; transform: translateY(1px); }
.cp-engineering-content h2 { width: 610px; position: absolute; top: 174px; right: 42px; margin: 0; color: #fff; text-align: right; font-size: 56px; line-height: 1.08; font-weight: 700; letter-spacing: -.7px; }
.cp-engineering-dots { position: absolute; right: 39px; bottom: 19px; display: flex; align-items: center; gap: 0; }
.cp-engineering-dots button { width: 20px; height: 20px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
.cp-engineering-dots button::before { content: ""; width: 10px; height: 10px; display: block; border-radius: 50%; background: #fff; transition: background-color .18s ease, transform .18s ease; }
.cp-engineering-dots button.active::before { background: var(--cp-yellow); }
.cp-engineering-dots button:hover::before { transform: scale(1.18); }
.cp-engineering-dots button:focus { outline: 0; }
.cp-engineering-dots button:focus-visible { outline: 1px solid #fff; outline-offset: -2px; border-radius: 50%; }
.cp-advantages { min-height: 750px; padding-bottom: 130px; }
.cp-advantages > h2 { margin-bottom: 65px; color: var(--cp-blue); font-size: 43px; text-align: center; }
.cp-advantages > div { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.cp-advantages article { min-height: 205px; padding: 50px 60px; position: relative; background: #f1f1f1; }
.cp-advantages article::before { content: ""; position: absolute; left: 0; top: 0; width: 30px; height: 30px; border-left: 4px solid var(--cp-yellow); border-top: 4px solid var(--cp-yellow); }
.cp-advantages h3 { color: #222; font-size: 20px; }
.cp-advantages p { font-size: 16px; line-height: 1.5; }
.cp-about-page .cp-about-intro { height: 490px; }
.cp-about-page .cp-trusted { height: 370px; padding-block: 35px; }
.cp-about-page .cp-partner-grid { margin-block: 45px; }
.cp-about-page .cp-engineering-banner { height: 450px; margin-block: 35px 100px; }
.cp-about-page .cp-advantages { padding-bottom: 140px; }
.cp-about-page .cp-footer-grid { min-height: 575px; }
.cp-detail { height: 1020px; padding-block: 97px 100px; display: grid; grid-template-columns: 610px 782px; gap: 48px; align-items: start; }
.cp-detail-gallery { overflow-anchor: none; }
.cp-main-image { width: 610px; height: 610px; position: relative; overflow: hidden; contain: layout paint; isolation: isolate; border: 1px solid #cfcfcf; overflow-anchor: none; }
.cp-main-image img { width: 68.8%; height: 68.8%; position: absolute; inset: 50% auto auto 50%; object-fit: contain; opacity: 0; transform: translate(-50%, -50%) translateZ(0); backface-visibility: hidden; will-change: opacity; transition: opacity 120ms ease-out; pointer-events: none; }
.cp-main-image img.active { z-index: 1; opacity: 1; }
.cp-detail-thumbs { display: grid; grid-template-columns: repeat(3, 193px); gap: 15.5px; margin-top: 15.5px; overflow-anchor: none; }
.cp-detail-thumbs button { width: 193px; height: 193px; padding: 0; border: 1px solid #d8d8d8; background: #fff; cursor: pointer; }
.cp-detail-thumbs button.active { border-color: var(--cp-blue); }
.cp-detail-thumbs img { width: 175px; height: 175px; margin: auto; object-fit: contain; }
.cp-detail-copy { height: 610px; position: relative; }
.cp-detail-copy h1 { position: absolute; top: -12px; left: 0; margin: 0; color: var(--cp-blue); font-size: 48px; line-height: 64px; font-weight: 500; }
.cp-detail-copy h2 { position: absolute; top: 79px; left: 0; margin: 0; color: #777; font-size: 32px; line-height: 43px; font-weight: 500; }
.cp-detail-copy ul { position: absolute; top: 141px; left: -6px; margin: 0; padding-left: 22px; font-size: 20px; line-height: 28px; }
.cp-quote-button { width: 143px; height: 51px; position: absolute; top: 283px; left: 0; padding: 0 14px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; color: var(--cp-blue); background: var(--cp-yellow); text-decoration: none; font: inherit; font-size: 16px; font-weight: 500; cursor: pointer; }
.cp-quote-button span { width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; color: var(--cp-yellow); background: var(--cp-blue); font-size: 12px; line-height: 1; }
.cp-inquiry-modal { --cp-blue: #0054a6; --cp-yellow: #ffd200; position: fixed; z-index: 1000; inset: 0; padding: 32px; display: grid; place-items: center; color: #444; background: rgba(0, 25, 55, .7); backdrop-filter: blur(4px); font-family: "HarmonyOS Sans SC", Arial, sans-serif; animation: cp-modal-fade .2s ease-out; }
.cp-inquiry-dialog { width: min(615px, calc(100vw - 40px)); max-height: calc(100vh - 64px); position: relative; overflow: auto; background: #fff; box-shadow: 0 24px 80px rgba(0, 23, 54, .32); animation: cp-modal-rise .24s cubic-bezier(.22,.61,.36,1); }
.cp-inquiry-close { width: 42px; height: 42px; position: absolute; z-index: 2; top: 18px; right: 18px; padding: 0; display: grid; place-items: center; border: 1px solid #d7dde4; border-radius: 50%; color: var(--cp-blue); background: #fff; cursor: pointer; transition: color .18s ease, background-color .18s ease, border-color .18s ease; }
.cp-inquiry-close:hover, .cp-inquiry-close:focus-visible { border-color: var(--cp-blue); color: #fff; background: var(--cp-blue); outline: 0; }
.cp-inquiry-close svg { width: 23px; height: 23px; }
.cp-inquiry-dialog .cp-contact-form { --cp-form-row-gap: 15px; --cp-form-column-gap: 15px; width: 100%; min-height: 625px; padding: 49px; box-shadow: none; }
.cp-inquiry-dialog .cp-contact-form h3 { margin: -7px 58px 8px 0; color: var(--cp-blue); font-size: 32px; line-height: 42px; }
.cp-inquiry-dialog .cp-contact-form > p { min-height: 84px; margin: 0; padding-right: 40px; font-size: 18px; line-height: 27px; }
.cp-inquiry-dialog .cp-form-grid { gap: var(--cp-form-row-gap) var(--cp-form-column-gap); }
.cp-inquiry-dialog .cp-contact-form input, .cp-inquiry-dialog .cp-contact-form textarea { height: 50px; margin-top: 15px; padding: 0 16px; font-size: 14px; }
.cp-inquiry-dialog .cp-contact-form .cp-form-grid input { margin-top: 0; }
.cp-inquiry-dialog .cp-contact-form textarea { height: 100px; min-height: 100px; padding-top: 12px; }
.cp-inquiry-dialog .cp-contact-form button[type="submit"] { height: 62px; margin-top: 15px; padding: 0; font-size: 14px; line-height: 19px; }
@keyframes cp-modal-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes cp-modal-rise { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
.cp-detail-table { width: 782px; height: 144px; position: absolute; top: 466px; left: 0; display: grid; grid-template-columns: 148.5px 157.2px 109.2px 109.3px 99.2px 89.2px 69.4px; grid-template-rows: 55px 44px 45px; border-top: 1px solid #aaa; border-left: 1px solid #aaa; }
.cp-detail-table > * { min-width: 0; padding: 0 9px; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; display: flex; align-items: center; color: #555; font-size: 20px; line-height: 23px; font-weight: 400; }
.cp-detail-table b { justify-content: center; color: #555; background: #f1f1f1; font-weight: 500; text-align: center; }
.cp-detail-table .cp-model-heading { grid-column: span 2; justify-content: flex-start; color: var(--cp-blue); }
.cp-detail-table .cp-table-blank { border-bottom: 0; }
.cp-workshop { height: 825px; padding-block: 92px 120px; border-top: 1px solid #ddd; }
.cp-workshop h2, .cp-other h2 { margin: 0; color: var(--cp-blue); text-align: center; font-size: 48px; line-height: 64px; font-weight: 500; }
.cp-workshop h2 { margin-bottom: 68px; }
.cp-workshop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.cp-workshop-grid img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.cp-why { height: 375px; padding-block: 65px; display: grid; place-items: center; text-align: center; color: var(--cp-blue); background: var(--cp-yellow); }
.cp-why h2 { margin: 0 0 20px; font-size: 48px; line-height: 64px; font-weight: 700; }
.cp-why p { margin: 0; font-size: 25px; line-height: 40px; font-weight: 400; }
.cp-why p strong { font-weight: 700; }
.cp-support-grid { height: 875px; padding-block: 125px; display: grid; grid-template-columns: 695px 615px; gap: 130px; align-items: start; }
.cp-detail-page .cp-support-grid .cp-faq { width: 695px; margin: 24px 0 0; }
.cp-detail-page .cp-support-grid .cp-faq button { height: 56px; padding: 0; display: flex; align-items: center; font-size: 20px; line-height: 28px; }
.cp-detail-page .cp-support-grid .cp-faq p { min-height: 104px; margin: 0 0 8px; padding: 8px 13px; font-size: 20px; line-height: 28px; }
.cp-detail-page .cp-support-grid .cp-contact-form,
.cp-category-page .cp-contact-form { --cp-form-row-gap: 15px; --cp-form-column-gap: 15px; width: 615px; height: 625px; padding: 49px; box-shadow: none; }
.cp-detail-page .cp-support-grid .cp-contact-form h3,
.cp-category-page .cp-contact-form h3 { margin: -7px 0 8px; font-size: 32px; line-height: 42px; }
.cp-detail-page .cp-support-grid .cp-contact-form > p,
.cp-category-page .cp-contact-form > p { height: 84px; margin: 0; font-size: 20px; line-height: 28px; }
.cp-detail-page .cp-support-grid .cp-form-grid,
.cp-category-page .cp-form-grid { gap: var(--cp-form-row-gap) var(--cp-form-column-gap); }
.cp-detail-page .cp-support-grid .cp-contact-form input,
.cp-detail-page .cp-support-grid .cp-contact-form textarea,
.cp-category-page .cp-contact-form input,
.cp-category-page .cp-contact-form textarea { height: 50px; margin-top: 15px; padding: 0 16px; font-size: 14px; }
.cp-detail-page .cp-support-grid .cp-contact-form .cp-form-grid input,
.cp-category-page .cp-contact-form .cp-form-grid input { margin-top: 0; }
.cp-detail-page .cp-support-grid .cp-contact-form textarea,
.cp-category-page .cp-contact-form textarea { height: 100px; min-height: 100px; padding-top: 12px; }
.cp-detail-page .cp-support-grid .cp-contact-form button,
.cp-category-page .cp-contact-form button { height: 62px; margin-top: 15px; padding: 0; font-size: 14px; line-height: 19px; }
@media (min-width: 1001px) {
  .cp-detail-page .cp-support-grid { height: auto; min-height: 875px; }
  .cp-detail-page .cp-support-grid > .cp-contact-form { position: sticky; top: calc(var(--home-header-height) + 32px); align-self: start; }
  body.admin-bar .cp-detail-page .cp-support-grid > .cp-contact-form { top: calc(var(--home-header-height) + 64px); }
}
.cp-other { height: 758px; padding-block: 105px 115px; }
.cp-other h2 { margin-bottom: 94px; }
.cp-other > div { display: grid; grid-template-columns: repeat(4, 310px); gap: 66.66px; }
.cp-other a { color: #888; text-decoration: none; text-align: center; font-size: 20px; line-height: 26px; }
.cp-other a div { width: 310px; height: 310px; display: grid; place-items: center; border: 1px solid #ccc; }
.cp-other img { width: 295px; height: 295px; object-fit: contain; }
.cp-other a span { width: 390px; margin: 13px 0 0 50%; display: block; transform: translateX(-50%); font-weight: 500; }
.cp-catalogue { height: 380px; overflow: hidden; border-top: 1px solid #ddd; background: linear-gradient(to bottom, #fff 0 50%, var(--cp-yellow) 50% 100%); }
.cp-catalogue .cp-shell { height: 380px; position: relative; }
.cp-catalogue img { width: 215px; height: 288px; position: absolute; top: 32px; left: 0; object-fit: cover; object-position: left; }
.cp-catalogue h2 { position: absolute; top: 32px; left: 258px; margin: 0; color: var(--cp-blue); font-size: 48px; line-height: 54px; font-weight: 500; }
.cp-catalogue a { width: 181px; height: 51px; position: absolute; top: 56px; right: 0; padding: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; background: var(--cp-blue); text-decoration: none; white-space: nowrap; font-size: 14px; font-weight: 700; }
.cp-catalogue a span { min-width: 0; display: block; }
.cp-catalogue a .cp-catalogue-download-icon { width: 16px; height: 16px; flex: 0 0 16px; display: block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cp-catalogue p { position: absolute; top: 208px; left: 261px; margin: 0; color: #456; font-size: 20px; line-height: 28px; }
.cp-detail-page .cp-footer-grid { min-height: 575px; }

@media (max-width: 1000px) {
  .cp-shell { width: min(100% - 40px, 760px); }
  .cp-header { height: 86px; }
  .cp-logo img { width: 62px; height: 62px; }
  .cp-menu-toggle { display: block; margin-left: auto; }
  .cp-nav { display: none; position: absolute; z-index: 20; left: 0; right: 0; top: 86px; padding: 25px 20px; background: #111; flex-direction: column; align-items: flex-start; gap: 18px; }
  .cp-nav.open { display: flex; }
  .cp-hero { height: 360px; background-position: center; }
  .cp-category-layout { grid-template-columns: 210px 1fr; gap: 30px; }
  .cp-category-intro, .cp-category-layout, .cp-category-columns, .cp-about-page .cp-about-intro, .cp-about-page .cp-trusted, .cp-detail, .cp-workshop, .cp-why, .cp-support-grid, .cp-other, .cp-catalogue { height: auto; min-height: 0; }
  .cp-brand-strip { height: 150px; }
  .cp-product-grid { grid-template-columns: repeat(2, 1fr); }
  .cp-category-columns, .cp-support-grid { grid-template-columns: 1fr; gap: 60px; }
  .cp-about-intro { padding-block: 60px; display: grid; grid-template-columns: 1fr; gap: 45px; }
  .cp-about-title, .cp-about-copy { width: auto; position: static; }
  .cp-about-title > svg { position: static; margin-top: 12px; }
  .cp-outline-button { position: static; margin-top: 50px; }
  .cp-trusted { grid-template-columns: 1fr; gap: 45px; }
  .cp-about-title h1 { font-size: 62px; }
  .cp-detail { grid-template-columns: 1fr; }
  .cp-detail-gallery { max-width: 570px; margin-inline: auto; }
  .cp-quote-button { margin-bottom: 55px; }
  .cp-footer-grid { grid-template-columns: repeat(3, 1fr); }
  .cp-footer-brand { grid-column: 1 / 4; grid-row: auto; padding-bottom: 35px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.4); }
  .cp-footer-contact { grid-column: 1 / 4; }
  .cp-copyright { height: auto; min-height: 68px; padding-block: 10px; }
  .cp-copyright-inner { grid-template-columns: auto 1fr; gap: 8px 24px; }
  .cp-copyright p { white-space: normal; }
  .cp-copyright .cp-privacy { grid-column: 2; }
}

@media (max-width: 620px) {
  .cp-shell { width: min(100% - 30px, 480px); }
  .cp-hero { height: 260px; background-position: center; }
  .cp-breadcrumb { height: 48px; }
  .cp-category-intro { padding-block: 50px 35px; }
  .cp-category-intro p { font-size: 20px; }
  .cp-category-intro h1 { font-size: 25px; }
  .cp-category-layout { grid-template-columns: 1fr; }
  .cp-sidebar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 10px; }
  .cp-sidebar h3, .cp-sidebar hr, .cp-sidebar-catalog { grid-column: 1 / 3; }
  .cp-sidebar-catalog { margin-top: 25px; }
  .cp-brand-filter { display: none; }
  .cp-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
  .cp-product-card strong { font-size: 12px; }
  .cp-brand-strip { font-size: 17px; }
  .cp-category-columns { padding-block: 60px; }
  .cp-article h2 { font-size: 21px; }
  .cp-spec-table { font-size: 12px; }
  .cp-contact-form { padding: 24px 18px; }
  .cp-about-intro { padding-block: 60px 30px; }
  .cp-about-title h1 { font-size: 52px; }
  .cp-about-copy { font-size: 16px; }
  .cp-cert-block { font-size: 19px; }
  .cp-trusted h2 { font-size: 29px; }
  .cp-trusted p { font-size: 15px; }
  .cp-advantages > h2 { font-size: 34px; }
  .cp-advantages > div { grid-template-columns: 1fr; }
  .cp-advantages article { padding: 36px 30px; }
  .cp-detail { padding-block: 55px; }
  .cp-detail-copy h1 { font-size: 31px; }
  .cp-detail-table { grid-template-columns: repeat(3, 1fr); }
  .cp-detail-table > * { font-size: 10px; }
  .cp-workshop h2, .cp-other h2 { font-size: 30px; }
  .cp-why h2 { font-size: 34px; }
  .cp-why p { font-size: 16px; }
  .cp-other > div { grid-template-columns: repeat(2, 1fr); gap: 30px 14px; }
  .cp-catalogue { min-height: 355px; background: linear-gradient(to bottom, #fff 0 48%, var(--cp-yellow) 48% 100%); }
  .cp-catalogue .cp-shell { height: auto; grid-template-columns: 100px 1fr; padding-block: 35px; }
  .cp-catalogue img { width: 90px; }
  .cp-catalogue h2 { font-size: 25px; }
  .cp-catalogue a { grid-column: 1 / 3; width: fit-content; }
  .cp-catalogue p { grid-column: 1 / 3; margin: 20px 0 0; }
  .cp-footer-grid { grid-template-columns: 1fr 1fr; }
  .cp-footer-brand, .cp-footer-contact { grid-column: 1 / 3; }
  .cp-copyright-inner { display: flex; flex-wrap: wrap; justify-content: center; text-align: center; }
  .cp-socials { width: 100%; justify-content: center; }
}

/* 400 × 800 phone refinement. These overrides intentionally leave desktop artboard rules intact. */
@media (max-width: 620px) {
  .cp-page { overflow-x: clip; }
  .cp-shell {
    width: calc(100% - 30px);
    max-width: 480px;
  }

  .cp-hero { height: 248px; }
  .cp-hero-inner { align-items: center; }
  .cp-hero h1 {
    width: 100%;
    margin-left: 0;
    font-size: clamp(39px, 11.25vw, 45px);
    line-height: .94;
    letter-spacing: -1.2px;
    overflow-wrap: normal;
    word-break: normal;
  }
  .cp-hero h1 span { max-width: 100%; overflow-wrap: normal; word-break: normal; }
  .cp-hero-category {
    background-position: left top, center, center center;
    background-size: 100% 100%, auto 50%, cover;
  }
  .cp-hero-about {
    background-position: center, center, 64% center;
    background-size: 100% 100%, auto 50%, auto 100%;
  }
  .cp-hero-product {
    background-position: center, center, 68% center;
    background-size: 100% 100%, auto 50%, auto 100%;
  }
  .cp-breadcrumb {
    height: 48px;
    overflow: hidden;
    font-size: 12px;
  }
  .cp-breadcrumb .cp-shell {
    width: 100%;
    max-width: none;
    padding-inline: 15px;
    gap: 12px;
    overflow: hidden;
  }
  .cp-crumb { flex: 0 0 auto; gap: 12px; white-space: nowrap; }
  .cp-crumb:last-child { min-width: 0; flex: 1 1 auto; overflow: hidden; }
  .cp-crumb:last-child a { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

  .cp-category-intro {
    padding-block: 38px 34px;
  }
  .cp-category-intro p {
    font-size: 17px;
    line-height: 1.45;
  }
  .cp-category-intro h1 {
    margin-top: 12px;
    font-size: 25px;
    line-height: 1.35;
  }
  .cp-category-intro h1 br,
  .cp-article h2 br,
  .cp-category-page .cp-spec-heading br,
  .cp-trusted p br,
  .cp-why p br,
  .cp-catalogue p br {
    display: inline;
    content: " ";
  }
  .cp-category-intro h1 br::after,
  .cp-article h2 br::after,
  .cp-category-page .cp-spec-heading br::after,
  .cp-trusted p br::after,
  .cp-why p br::after,
  .cp-catalogue p br::after { content: " "; }
  .cp-category-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 46px;
    padding-bottom: 58px;
  }
  .cp-sidebar {
    display: block;
  }
  .cp-sidebar::after { display: none; }
  .cp-sidebar h3 {
    height: 42px;
    margin-bottom: 12px;
    padding-inline: 14px;
    font-size: 21px;
    line-height: 1.15;
  }
  .cp-sidebar > button {
    height: 36px;
    font-size: 16px;
    line-height: 36px;
  }
  .cp-sidebar button.child { padding-left: 20px; }
  .cp-sidebar button.selected:not(.child) { padding-left: 18px; }
  .cp-sidebar button.selected::before { top: 50%; }
  .cp-sidebar hr {
    margin: 25px 0 30px;
  }
  .cp-brand-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
  }
  .cp-sidebar .cp-brand-filter {
    min-height: 36px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 5px;
    font-size: 13px;
    line-height: 1.18;
  }
  .cp-sidebar .cp-brand-filter .cp-brand-icon {
    width: 30px;
    height: 28px;
  }
  .cp-sidebar .cp-brand-filter[data-brand="land-rover"] .cp-brand-icon,
  .cp-sidebar .cp-brand-filter[data-brand="ford"] .cp-brand-icon,
  .cp-sidebar .cp-brand-filter[data-brand="opel"] .cp-brand-icon,
  .cp-sidebar .cp-brand-filter[data-brand="toyota"] .cp-brand-icon,
  .cp-sidebar .cp-brand-filter[data-brand="subaru"] .cp-brand-icon {
    width: 32px;
    height: 22px;
  }
  .cp-sidebar-catalog {
    margin-top: 40px;
  }
  .cp-sidebar-catalog h4 {
    margin-bottom: 18px;
    font-size: clamp(22px, 6vw, 25px);
    line-height: 1.08;
    white-space: normal;
  }
  .cp-catalog-download {
    width: 100%;
    height: 190px;
  }
  .cp-catalog-download > img {
    width: 142px;
    height: 190px;
  }
  .cp-catalog-download > a {
    width: 158px;
    height: 46px;
    font-size: 14px;
  }
  .cp-product-grid {
    order: -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 12px;
  }
  .cp-product-card strong {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.3;
  }
  .cp-product-card span {
    font-size: 11px;
    line-height: 1.25;
  }
  .cp-brand-strip {
    display: none;
    height: 100px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .cp-brand-strip::-webkit-scrollbar { display: none; }
  .cp-brand-strip-inner {
    width: max-content;
    max-width: none;
    height: 100px;
    padding-inline: 8px;
    display: flex;
    align-items: center;
  }
  .cp-brand-strip-button {
    width: 74px;
    height: 100px;
    position: relative;
    top: auto;
    left: auto !important;
    flex: 0 0 74px;
    transform: none;
  }
  .cp-brand-strip-button .cp-brand-icon {
    max-width: 54px;
    max-height: 46px;
  }

  .cp-category-columns {
    padding-block: 58px 68px;
    grid-template-columns: minmax(0, 1fr);
    gap: 54px;
  }
  .cp-article {
    width: 100%;
    font-size: 15px;
    line-height: 1.62;
    overflow: hidden;
  }
  .cp-article p { margin-bottom: 24px; }
  .cp-article h2,
  .cp-category-page .cp-spec-heading {
    width: 100%;
    margin: 44px 0 25px;
    font-size: 23px;
    line-height: 1.28;
  }
  .cp-category-page .cp-spec-table {
    width: 100%;
    height: auto;
    grid-template-columns: 21% 29% 23% 27%;
    grid-template-rows: none;
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
  }
  .cp-category-page .cp-spec-table > * {
    min-width: 0;
    padding: 7px 5px;
    overflow-wrap: anywhere;
  }
  .cp-category-page .cp-faq,
  .cp-detail-page .cp-support-grid .cp-faq {
    width: 100%;
    margin: 58px 0 0;
  }
  .cp-category-page .cp-faq button,
  .cp-detail-page .cp-support-grid .cp-faq button {
    height: auto;
    min-height: 44px;
    padding: 10px 0;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.42;
  }
  .cp-category-page .cp-faq p,
  .cp-detail-page .cp-support-grid .cp-faq p {
    min-height: 0;
    margin: 0 0 5px;
    padding: 12px;
    font-size: 14px;
    line-height: 1.5;
  }
  .cp-category-page .cp-contact-form,
  .cp-detail-page .cp-support-grid .cp-contact-form {
    width: 100%;
    height: auto;
    min-height: 0;
    position: static;
    padding: 28px 20px;
  }
  .cp-category-page .cp-contact-form h3,
  .cp-detail-page .cp-support-grid .cp-contact-form h3 {
    margin: 0 0 8px;
    font-size: 25px;
    line-height: 1.25;
  }
  .cp-category-page .cp-contact-form > p,
  .cp-detail-page .cp-support-grid .cp-contact-form > p {
    height: auto;
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.5;
  }
  .cp-category-page .cp-form-grid,
  .cp-detail-page .cp-support-grid .cp-form-grid,
  .cp-inquiry-dialog .cp-form-grid {
    grid-template-columns: 1fr;
    gap: var(--cp-form-row-gap);
  }

  .cp-about-page .cp-about-intro {
    padding-block: 48px 42px;
    gap: 42px;
  }
  .cp-about-title h1 {
    font-size: 45px;
    line-height: .98;
  }
  .cp-about-title p {
    margin-top: 24px;
    font-size: 22px;
    line-height: 1.3;
  }
  .cp-about-copy {
    font-size: 15.5px;
    line-height: 1.62;
  }
  .cp-about-copy p { margin-bottom: 22px; }
  .cp-outline-button {
    width: 172px;
    height: 48px;
    margin-top: 32px;
    font-size: 15px;
  }
  .cp-about-page .cp-trusted {
    padding-block: 34px 46px;
    gap: 38px;
  }
  .cp-cert-block {
    width: 100%;
    height: 210px;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 98px 98px;
    gap: 9px;
    font-size: 18px;
  }
  .cp-cert-block .cp-recycle-cert img {
    width: 68px;
    height: 68px;
  }
  .cp-trusted h2 {
    margin-bottom: 14px;
    font-size: 27px;
    line-height: 1.3;
  }
  .cp-trusted p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.6;
  }
  .cp-partner-grid {
    margin-block: 34px 55px;
    grid-template-columns: repeat(3, 1fr);
  }
  .cp-partner-grid > div { height: 104px; }
  .cp-about-page .cp-engineering-banner {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.45 / 1;
    margin-block: 35px 68px;
  }
  .cp-engineering-banner::after {
    background: linear-gradient(90deg, rgba(0,84,166,.04) 0%, rgba(0,84,166,.25) 34%, rgba(0,84,166,.82) 72%, #0054a6 100%);
  }
  .cp-engineering-photo { object-position: 42% center; }
  .cp-engineering-mark {
    width: 28px;
    height: 28px;
    top: 14px;
    right: 16px;
  }
  .cp-engineering-content > p {
    top: 76px;
    right: 16px;
    font-size: 14px;
    line-height: 1.3;
  }
  .cp-engineering-content > p span { font-size: 18px; }
  .cp-engineering-content h2 {
    width: calc(100% - 32px);
    top: 104px;
    right: 16px;
    font-size: 28px;
    line-height: 1.05;
  }
  .cp-engineering-dots {
    right: 12px;
    bottom: 8px;
  }
  .cp-advantages {
    min-height: 0;
    padding-bottom: 72px;
  }
  .cp-advantages > h2 {
    margin: 0 0 34px;
    font-size: 30px;
    line-height: 1.2;
  }
  .cp-advantages > div { gap: 16px; }
  .cp-advantages article {
    min-height: 0;
    padding: 30px 25px;
  }
  .cp-advantages h3 {
    margin: 0 0 14px;
    font-size: 18px;
  }
  .cp-advantages p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
  }

  .cp-detail {
    grid-template-columns: minmax(0, 1fr);
    padding-block: 48px 62px;
    gap: 42px;
  }
  .cp-detail-gallery {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
  .cp-main-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .cp-main-image img {
    width: 79%;
    height: 79%;
  }
  .cp-detail-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 9px;
  }
  .cp-detail-thumbs button {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .cp-detail-thumbs img {
    width: 90%;
    height: 90%;
  }
  .cp-detail-copy {
    width: 100%;
    min-width: 0;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .cp-detail-copy h1,
  .cp-detail-copy h2,
  .cp-detail-copy ul,
  .cp-quote-button,
  .cp-detail-table {
    position: static;
  }
  .cp-detail-copy h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  .cp-detail-copy h2 {
    margin-top: 20px;
    font-size: 23px;
    line-height: 1.3;
  }
  .cp-detail-copy ul {
    margin-top: 16px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.5;
  }
  .cp-quote-button {
    width: 150px;
    height: 45px;
    margin: 24px 0 0;
    font-size: 15px;
    white-space: nowrap;
  }
  .cp-quote-button span { flex: 0 0 auto; }
  .cp-detail-table {
    width: 100%;
    height: auto;
    margin-top: 34px;
    grid-template-columns: 110px 110px repeat(5, 78px);
    grid-template-rows: 48px 40px 40px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }
  .cp-detail-table > * {
    padding-inline: 7px;
    font-size: 11px;
    line-height: 1.15;
  }
  .cp-workshop {
    padding-block: 58px 68px;
  }
  .cp-workshop h2,
  .cp-other h2 {
    font-size: 29px;
    line-height: 1.2;
  }
  .cp-workshop h2 { margin-bottom: 34px; }
  .cp-workshop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .cp-why {
    padding-block: 54px;
  }
  .cp-why h2 {
    margin-bottom: 18px;
    font-size: 31px;
    line-height: 1.18;
  }
  .cp-why p {
    font-size: 15px;
    line-height: 1.62;
  }
  .cp-support-grid {
    padding-block: 64px;
    gap: 48px;
  }
  .cp-detail-page .cp-support-grid .cp-faq { margin-top: 0; }
  .cp-other {
    padding-block: 62px 72px;
  }
  .cp-other h2 { margin-bottom: 38px; }
  .cp-other > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 12px;
  }
  .cp-other a {
    min-width: 0;
    font-size: 13px;
    line-height: 1.35;
  }
  .cp-other a div {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .cp-other img {
    width: 92%;
    height: 92%;
  }
  .cp-other a span {
    width: 100%;
    margin: 10px 0 0;
    transform: none;
  }
  .cp-catalogue {
    min-height: 0;
    padding-block: 32px;
    background: linear-gradient(to bottom, #fff 0 47%, var(--cp-yellow) 47% 100%);
  }
  .cp-catalogue .cp-shell {
    height: auto;
    padding: 0;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px 18px;
    align-items: start;
  }
  .cp-catalogue img,
  .cp-catalogue h2,
  .cp-catalogue a,
  .cp-catalogue p {
    position: static;
  }
  .cp-catalogue img {
    width: 96px;
    height: 132px;
    grid-row: 1 / 3;
  }
  .cp-catalogue h2 {
    font-size: 24px;
    line-height: 1.08;
  }
  .cp-catalogue a {
    width: 148px;
    height: 43px;
    justify-self: start;
    font-size: 12px;
  }
  .cp-catalogue p {
    grid-column: 1 / 3;
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .cp-inquiry-modal { padding: 12px; }
  .cp-inquiry-dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
  }
  .cp-inquiry-close {
    width: 36px;
    height: 36px;
    top: 12px;
    right: 12px;
  }
  .cp-inquiry-dialog .cp-contact-form {
    min-height: 0;
    padding: 26px 18px;
  }
  .cp-inquiry-dialog .cp-contact-form h3 {
    margin: 0 44px 8px 0;
    font-size: 25px;
    line-height: 1.25;
  }
  .cp-inquiry-dialog .cp-contact-form > p {
    min-height: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.45;
  }

  .cp-footer { overflow: hidden; }
  .cp-footer-grid,
  .cp-about-page .cp-footer-grid,
  .cp-detail-page .cp-footer-grid {
    min-height: 0;
    padding-block: 46px 42px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 30px 24px;
  }
  .cp-footer-brand {
    grid-column: 1 / 3;
    grid-row: auto;
    padding-bottom: 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.42);
  }
  .cp-footer-brand img {
    width: 245px;
    height: 62px;
    transform: translateX(-4px);
  }
  .cp-footer-brand strong {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.32;
  }
  .cp-footer-grid > div:nth-child(2),
  .cp-footer-grid > div:nth-child(3),
  .cp-footer-grid > div:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
  .cp-footer-grid > div:nth-child(4) { grid-column: 1 / 3; }
  .cp-footer h4 {
    margin-bottom: 8px;
    font-size: 17px;
  }
  .cp-footer a {
    font-size: 14px;
    line-height: 1.65;
  }
  .cp-footer-contact {
    grid-column: 1 / 3;
    grid-row: auto;
  }
  .cp-footer-contact p {
    max-width: 100%;
    margin: 5px 0;
    gap: 9px;
    font-size: 14px;
    line-height: 1.45;
  }
  .cp-footer-contact svg {
    width: 15px;
    height: 15px;
  }
  .cp-copyright {
    min-height: 0;
    padding-block: 16px 18px;
    font-size: 12px;
  }
  .cp-copyright-inner {
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
  }
  .cp-socials {
    width: auto;
    justify-content: center;
    gap: 10px;
  }
  .cp-copyright p {
    max-width: 350px;
    text-align: center;
    white-space: normal;
  }
  .cp-copyright .cp-privacy { white-space: nowrap; }
}

/* Fluid desktop range between the approved 1920px artboard and tablet layouts. */
@media (min-width: 1001px) and (max-width: 1500px) {
  .cp-shell { width: min(calc(100% - 48px), 1280px); }

  .cp-about-page .cp-about-intro {
    height: auto;
    min-height: 490px;
    padding-block: 64px;
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    gap: clamp(44px, 5vw, 78px);
    align-items: start;
  }
  .cp-about-title,
  .cp-about-copy {
    width: auto;
    position: static;
  }
  .cp-about-title > svg {
    position: static;
    margin-top: 18px;
  }
  .cp-outline-button {
    position: static;
    margin-top: 44px;
  }
  .cp-about-page .cp-trusted {
    height: auto;
    min-height: 430px;
    grid-template-columns: minmax(330px, 400px) minmax(0, 1fr);
    gap: clamp(48px, 5vw, 74px);
    padding-block: 50px;
  }
  .cp-trusted p br { display: none; }

  .cp-category-layout {
    min-height: 0;
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
    gap: clamp(38px, 5vw, 70px);
    padding-bottom: 110px;
  }
  .cp-sidebar::after { right: clamp(-35px, -2.5vw, -22px); }
  .cp-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cp-category-columns {
    grid-template-columns: minmax(0, 1fr) minmax(410px, .78fr);
    gap: clamp(42px, 5vw, 70px);
  }
  .cp-article,
  .cp-category-page .cp-spec-heading,
  .cp-category-page .cp-spec-table,
  .cp-category-page .cp-faq,
  .cp-category-page .cp-contact-form {
    width: 100%;
  }
  .cp-category-page .cp-spec-table {
    height: auto;
    grid-template-columns: 21% 29% 23% 27%;
    grid-template-rows: repeat(6, minmax(57px, auto));
  }
  .cp-category-page .cp-spec-table > * { min-width: 0; overflow-wrap: anywhere; }
  .cp-category-page .cp-contact-form,
  .cp-detail-page .cp-support-grid .cp-contact-form {
    height: auto;
    min-height: 0;
    padding: clamp(30px, 3.2vw, 49px);
  }
  .cp-category-page .cp-contact-form > p,
  .cp-detail-page .cp-support-grid .cp-contact-form > p {
    height: auto;
    min-height: 0;
    margin-bottom: 20px;
  }

  .cp-detail {
    height: auto;
    min-height: 900px;
    grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
    gap: clamp(34px, 4vw, 52px);
  }
  .cp-main-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .cp-detail-thumbs { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
  .cp-detail-thumbs button { width: 100%; height: auto; aspect-ratio: 1; }
  .cp-detail-thumbs img { width: 90%; height: 90%; }
  .cp-detail-copy { min-width: 0; }
  .cp-detail-copy h1 { font-size: clamp(38px, 3.2vw, 48px); }
  .cp-detail-table {
    width: 100%;
    grid-template-columns: 19% 20% 14% 14% 13% 11% 9%;
  }
  .cp-detail-table > * { min-width: 0; font-size: clamp(14px, 1.35vw, 20px); overflow-wrap: anywhere; }
  .cp-workshop { height: auto; min-height: 720px; }
  .cp-support-grid {
    height: auto;
    min-height: 820px;
    grid-template-columns: minmax(0, 1fr) minmax(410px, .88fr);
    gap: clamp(42px, 5vw, 72px);
  }
  .cp-detail-page .cp-support-grid .cp-faq,
  .cp-detail-page .cp-support-grid .cp-contact-form { width: 100%; }
  .cp-other { height: auto; min-height: 690px; }
  .cp-other > div { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(24px, 3vw, 46px); }
  .cp-other a { min-width: 0; }
  .cp-other a div { width: 100%; height: auto; aspect-ratio: 1; }
  .cp-other img { width: 92%; height: 92%; }
  .cp-other a span { width: 100%; margin: 13px 0 0; transform: none; }
  .cp-catalogue p { right: 0; max-width: calc(100% - 261px); }
  .cp-catalogue p br { display: none; }
}

/* Shared footer reflow for laptops and tablets; reset desktop grid coordinates. */
@media (min-width: 621px) and (max-width: 1500px) {
  .cp-footer-grid,
  .cp-about-page .cp-footer-grid,
  .cp-detail-page .cp-footer-grid {
    min-height: 0;
    padding-block: 64px 56px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 38px 32px;
  }
  .cp-footer-brand {
    grid-column: 1 / 4;
    grid-row: auto;
    padding-bottom: 32px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.42);
  }
  .cp-footer-grid > div:nth-child(2),
  .cp-footer-grid > div:nth-child(3),
  .cp-footer-grid > div:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
  .cp-footer-contact {
    grid-column: 1 / 4;
    grid-row: auto;
  }
  .cp-footer-brand img { max-width: 100%; }
  .cp-copyright { height: auto; min-height: 68px; padding-block: 10px; }
  .cp-copyright-inner { grid-template-columns: auto minmax(0, 1fr) auto; gap: 16px 24px; }
  .cp-copyright p { min-width: 0; white-space: normal; }
}

/* Tablet hardening for fixed artboard components that already stack below 1000px. */
@media (min-width: 621px) and (max-width: 1000px) {
  .cp-page { overflow-x: clip; }
  .cp-hero h1 { width: 100%; font-size: clamp(52px, 8vw, 72px); overflow-wrap: normal; word-break: normal; }
  .cp-hero h1 span { max-width: 100%; overflow-wrap: normal; word-break: normal; }
  .cp-category-layout { min-height: 0; padding-bottom: 80px; }
  .cp-sidebar::after { display: none; }
  .cp-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cp-article,
  .cp-category-page .cp-spec-heading,
  .cp-category-page .cp-spec-table,
  .cp-category-page .cp-faq,
  .cp-category-page .cp-contact-form { width: 100%; }
  .cp-category-page .cp-spec-table {
    height: auto;
    grid-template-columns: 21% 29% 23% 27%;
    grid-template-rows: repeat(6, minmax(57px, auto));
  }
  .cp-category-page .cp-spec-table > * { min-width: 0; overflow-wrap: anywhere; }
  .cp-category-page .cp-contact-form { height: auto; position: static; }

  .cp-main-image { width: 100%; height: auto; aspect-ratio: 1; }
  .cp-detail-thumbs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cp-detail-thumbs button { width: 100%; height: auto; aspect-ratio: 1; }
  .cp-detail-thumbs img { width: 90%; height: 90%; }
  .cp-detail-copy {
    width: 100%;
    min-width: 0;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .cp-detail-copy h1,
  .cp-detail-copy h2,
  .cp-detail-copy ul,
  .cp-quote-button,
  .cp-detail-table { position: static; }
  .cp-detail-copy h2 { margin-top: 18px; }
  .cp-detail-copy ul { margin-top: 18px; }
  .cp-quote-button { margin-top: 28px; }
  .cp-detail-table {
    width: 100%;
    height: auto;
    margin-top: 40px;
    grid-template-columns: 110px 110px repeat(5, 78px);
    grid-template-rows: 48px 42px 42px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }
  .cp-detail-table > * { font-size: 12px; line-height: 1.2; }
  .cp-detail-page .cp-support-grid .cp-faq,
  .cp-detail-page .cp-support-grid .cp-contact-form { width: 100%; }
  .cp-detail-page .cp-support-grid .cp-contact-form { height: auto; }
  .cp-other > div { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 22px; }
  .cp-other a { min-width: 0; }
  .cp-other a div { width: 100%; height: auto; aspect-ratio: 1; }
  .cp-other img { width: 92%; height: 92%; }
  .cp-other a span { width: 100%; margin: 12px 0 0; transform: none; }
  .cp-catalogue {
    min-height: 360px;
    padding-block: 38px;
    background: linear-gradient(to bottom, #fff 0 49%, var(--cp-yellow) 49% 100%);
  }
  .cp-catalogue .cp-shell {
    height: auto;
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr) auto;
    gap: 18px 28px;
    align-items: start;
  }
  .cp-catalogue img,
  .cp-catalogue h2,
  .cp-catalogue a,
  .cp-catalogue p { position: static; }
  .cp-catalogue img { width: 170px; height: 228px; grid-row: 1 / 3; }
  .cp-catalogue h2 { font-size: 36px; line-height: 1.12; }
  .cp-catalogue a { margin-top: 8px; }
  .cp-catalogue p { grid-column: 2 / 4; max-width: none; font-size: 16px; line-height: 1.55; }
  .cp-catalogue p br { display: none; }
}
