:root{--blue:#0b3972;--blue-2:#06284f;--sky:#eaf2f8;--red:#e1261c;--ink:#142033;--muted:#647083;--line:#d8e0e8;--paper:#f7f9fb;--white:#fff;--radius:16px;--shadow:0 18px 50px rgba(14,43,76,.12);font-family:Arial,"Helvetica Neue",sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}a{color:inherit}img{max-width:100%;display:block}.skip{position:fixed;left:1rem;top:-5rem;z-index:10;background:white;padding:1rem}.skip:focus{top:1rem}.site-header{height:72px;background:rgba(247,249,251,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5;backdrop-filter:blur(14px)}.nav-wrap{height:100%;max-width:1440px;margin:auto;padding:0 28px;display:flex;align-items:center;gap:46px}.brand{text-decoration:none;display:flex;align-items:center;gap:12px;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.came-mark{display:inline-block;color:var(--blue);font-size:28px;font-weight:900;font-style:italic;letter-spacing:-.08em}.site-header nav{display:flex;gap:28px;margin-right:auto}.site-header nav a{text-decoration:none;font-size:14px;font-weight:600}.site-header nav a:hover{color:var(--red)}.header-actions{display:flex;align-items:center;gap:10px}.search-open,.menu{border:0;background:none;font:inherit;cursor:pointer}.menu{display:none}.btn{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:8px;padding:15px 21px;background:var(--red);color:white;text-decoration:none;font-weight:700;cursor:pointer;transition:.2s transform,.2s background}.btn:hover{background:#bd1e16;transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn.small{padding:11px 15px;font-size:13px}.text-link{color:var(--blue);font-weight:700;text-underline-offset:4px}.hero{max-width:1440px;margin:auto;padding:64px 28px 74px;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:72px}.hero h1,.page-hero h1,.catalog-hero h1{font-size:clamp(42px,5.6vw,82px);line-height:.96;letter-spacing:-.055em;margin:18px 0 26px;text-wrap:balance}.hero-copy>p:not(.eyebrow){font-size:19px;line-height:1.6;max-width:57ch;color:#4e5b6c}.eyebrow{font-size:12px!important;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--red)!important}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:34px}.hero figure{margin:0;position:relative}.hero figure img{width:100%;height:570px;object-fit:cover;border-radius:3px 3px 54px 3px;box-shadow:var(--shadow)}.hero figcaption{position:absolute;left:-28px;bottom:24px;background:var(--blue);color:white;padding:14px 20px;font-size:12px}.proof{max-width:1384px;margin:auto;background:var(--blue);color:white;display:grid;grid-template-columns:repeat(4,1fr);padding:22px 30px;gap:20px}.proof span{font-size:13px;border-left:1px solid rgba(255,255,255,.25);padding-left:17px}.section{max-width:1384px;margin:auto;padding:92px 28px}.section h2{font-size:clamp(32px,4vw,54px);line-height:1.05;letter-spacing:-.04em;margin:0 0 30px;text-wrap:balance}.section-title{max-width:720px;margin-bottom:45px}.section-title p,.page-hero p,.catalog-hero p{color:var(--muted);font-size:18px;line-height:1.6}.categories{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.category-list{border-top:1px solid var(--line)}.category-row{display:flex;justify-content:space-between;align-items:center;padding:18px 4px;border-bottom:1px solid var(--line);text-decoration:none;font-size:19px}.category-row strong{font:12px monospace;color:var(--muted)}.category-row:hover{color:var(--red);padding-left:10px}.decision{background:var(--sky);display:grid;grid-template-columns:1fr .9fr;gap:90px}.decision p{font-size:18px;line-height:1.6;color:var(--muted);max-width:56ch}.decision ol{list-style:none;margin:0;padding:0;border-top:1px solid #c4d4e1}.decision li{display:grid;grid-template-columns:70px 1fr;padding:23px 0;border-bottom:1px solid #c4d4e1;font-size:18px}.decision li strong{color:var(--red);font:12px monospace}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{background:white;min-width:0;display:flex;flex-direction:column;border:1px solid transparent;transition:.25s transform,.25s box-shadow}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{aspect-ratio:1.2;background:white;display:flex;align-items:center;justify-content:center;padding:18px}.product-image img{width:100%;height:100%;object-fit:contain}.image-fallback{font-size:28px;font-weight:900;font-style:italic;color:var(--blue)}.product-copy{padding:20px;display:flex;flex:1;flex-direction:column}.article{font:12px monospace;color:var(--muted);text-transform:uppercase}.product-card h3{font-size:19px;line-height:1.2;margin:10px 0}.product-card h3 a{text-decoration:none}.product-card p{font-size:14px;line-height:1.5;color:var(--muted);margin:0 0 20px}.product-bottom{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:14px}.icon-button{border:1px solid var(--line);background:white;padding:9px 11px;border-radius:7px;cursor:pointer}.all-link{display:inline-block;margin-top:30px}.page-hero,.catalog-hero{max-width:1384px;margin:auto;padding:64px 28px 48px}.page-hero p,.catalog-hero p{max-width:62ch}.catalog-hero h1,.page-hero h1{font-size:clamp(42px,5vw,70px)}.breadcrumbs,.product-breadcrumbs{font-size:12px!important;color:var(--muted)}.catalog-search{display:block;max-width:850px;font-size:12px;font-weight:700;margin-top:34px}.catalog-search input,.search-dialog input{display:block;width:100%;margin-top:8px;border:1px solid var(--line);background:white;padding:17px;font:16px inherit;border-radius:7px}.catalog-layout{max-width:1384px;margin:auto;padding:0 28px 100px;display:grid;grid-template-columns:230px 1fr;gap:40px}.catalog-layout aside{position:sticky;top:95px;align-self:start;display:flex;flex-direction:column}.catalog-layout aside strong{padding-bottom:15px}.catalog-layout aside a{padding:10px 0;border-bottom:1px solid var(--line);text-decoration:none;font-size:13px}.catalog-layout aside a:hover{color:var(--red)}.catalog-layout aside small{float:right;color:var(--muted)}.catalog-toolbar{display:flex;justify-content:space-between;margin-bottom:18px;font-size:13px;color:var(--muted)}.filter-toggle{display:none}.empty{padding:40px;background:var(--sky)}.product-breadcrumbs{max-width:1384px;margin:0 auto;padding:30px 28px 0}.product-hero{max-width:1384px;margin:auto;padding:30px 28px 80px;display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}.product-gallery{min-height:560px;background:white;display:flex;align-items:center;justify-content:center;padding:35px}.product-gallery img{width:100%;height:530px;object-fit:contain}.product-info h1{font-size:clamp(36px,4vw,62px);line-height:1.02;letter-spacing:-.045em;margin:16px 0}.purpose{font-size:19px;line-height:1.5;color:var(--muted)}.price{font-size:29px;font-weight:800;margin-top:30px}.availability{font-size:13px;color:var(--muted);margin-bottom:22px}.product-info .text-link{display:block;margin-top:18px}.product-body{max-width:1384px;margin:auto;padding:0 28px 50px;display:grid;grid-template-columns:1fr 360px;gap:80px}.product-body article>p{font-size:18px;line-height:1.65;max-width:70ch}.product-body aside{background:var(--blue);color:white;padding:30px;align-self:start}.product-body aside p{line-height:1.6;color:#dbe6f0}.product-body aside .text-link{color:white}.feature-list{padding:0;list-style:none}.feature-list li{padding:13px 0 13px 24px;border-bottom:1px solid var(--line);position:relative}.feature-list li:before{content:"";width:7px;height:7px;background:var(--red);position:absolute;left:0;top:19px}.limitations{margin-top:45px}.limitations table{width:100%;border-collapse:collapse}.limitations td{padding:10px;border:1px solid var(--line)}.specs dl{display:grid;grid-template-columns:repeat(2,1fr);gap:0 50px}.specs dl div{display:grid;grid-template-columns:1fr 1fr;padding:13px 0;border-top:1px solid var(--line);gap:20px}.specs dt{color:var(--muted)}.specs dd{margin:0;font-weight:600}.documents>div{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.documents a,.material-grid>a{padding:20px;background:white;text-decoration:none;display:flex;justify-content:space-between;gap:20px}.documents a strong{color:var(--blue)}.selector,.request-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;padding-top:10px}.selector form,.request-form{background:white;padding:34px}.selector fieldset{border:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:25px}.selector legend{font-weight:700;font-size:20px;margin-bottom:18px}.selector label,.request-form label{display:block;margin:15px 0;font-size:13px;font-weight:700}.selector input[type=radio]{margin-right:9px}.selector textarea,.selector select,.request-form input,.request-form textarea{display:block;width:100%;margin-top:8px;padding:14px;border:1px solid var(--line);font:16px inherit;border-radius:5px}.consent{font-weight:400!important}.consent input{display:inline;width:auto;margin-right:8px}.material-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:15px;padding-top:20px}.material-grid>a{min-height:170px;flex-direction:column}.material-grid strong{font-size:23px}.material-grid span{color:var(--muted);line-height:1.5}.route-list{display:grid;grid-template-columns:1fr 1fr}.route-list a{padding:18px 0;border-top:1px solid var(--line);font-size:18px;text-decoration:none}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}.about-grid article{border-top:3px solid var(--blue);padding-top:25px}.about-grid p,.legal p{font-size:18px;line-height:1.65;color:var(--muted)}.certificate{background:var(--sky);display:flex;align-items:center;justify-content:space-between}.legal{max-width:850px}.search-dialog{width:min(760px,calc(100% - 30px));border:0;padding:32px;box-shadow:var(--shadow)}.search-dialog::backdrop{background:rgba(5,25,49,.75)}.dialog-close{text-align:right}.dialog-close button{border:0;background:none;cursor:pointer}#globalResults a{display:grid;grid-template-columns:70px 1fr;gap:14px;padding:12px 0;border-top:1px solid var(--line);text-decoration:none}#globalResults img{width:70px;height:55px;object-fit:contain}.footer-grid{max-width:1384px;margin:auto;padding:65px 28px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;border-top:1px solid var(--line)}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-grid a{font-size:13px;color:var(--muted)}.footer-grid p{color:var(--muted);max-width:40ch}.copyright{max-width:1384px;margin:auto;padding:22px 28px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}:focus-visible{outline:3px solid #f3a39f;outline-offset:3px}
@media(max-width:1024px){.site-header nav{display:none}.menu{display:block}.site-header.menu-open{height:auto}.site-header.menu-open nav{display:flex;position:absolute;left:0;right:0;top:71px;background:var(--paper);padding:22px 28px;flex-direction:column}.brand span:last-child{display:none}.hero{grid-template-columns:1fr;gap:35px}.hero figure img{height:450px}.proof{grid-template-columns:1fr 1fr}.categories,.decision{grid-template-columns:1fr;gap:35px}.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-layout{grid-template-columns:1fr}.catalog-layout aside{display:none}.catalog-layout.filters-open aside{display:flex;position:static}.filter-toggle{display:block}.product-hero{grid-template-columns:1fr;gap:35px}.product-body{grid-template-columns:1fr}.material-grid{grid-template-columns:1fr}.selector,.request-layout{grid-template-columns:1fr}}
@media(max-width:640px){.nav-wrap{padding:0 16px;gap:12px}.search-open{display:none}.btn.small{display:none}.hero,.section,.page-hero,.catalog-hero,.catalog-layout,.product-hero,.product-body{padding-left:16px;padding-right:16px}.hero{padding-top:38px}.hero h1{font-size:43px}.hero figure img{height:320px}.hero figcaption{left:0;right:0;bottom:0}.proof{grid-template-columns:1fr;margin:0 16px}.section{padding-top:68px;padding-bottom:68px}.product-grid{grid-template-columns:1fr}.product-gallery{min-height:330px}.product-gallery img{height:300px}.specs dl,.documents>div,.route-list,.selector fieldset{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr}.certificate{display:block}.certificate .btn{margin-top:20px}.footer-grid{grid-template-columns:1fr;padding:50px 16px}.header-actions{margin-left:auto}}
.load-more{display:block;margin:28px auto 0;padding:13px 20px;border:1px solid var(--blue);border-radius:7px;background:transparent;color:var(--blue);font-weight:700;cursor:pointer}.load-more:hover{background:var(--blue);color:white}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/* Shared KOMPETENTSIYA shell for the CAME subdomain. */
.footer-cookie-settings{border:0;padding:0;background:none;color:#f5f6f1;font:inherit;font-size:13px;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.cookie-consent{position:fixed;z-index:20;right:24px;bottom:24px;width:min(620px,calc(100% - 32px));padding:22px;display:flex;align-items:center;justify-content:space-between;gap:22px;background:#121512;color:#f5f6f1;border:1px solid #51594a;box-shadow:0 18px 50px rgba(0,0,0,.28)}.cookie-consent-copy p{margin:0 0 10px;font-size:14px;line-height:1.5}.cookie-consent-copy a{color:#ccff43;font-size:13px;margin-right:16px}.cookie-consent-actions{display:flex;flex:0 0 auto;gap:10px}.cookie-consent-actions button{min-height:44px;padding:10px 14px;border-radius:7px;font:700 13px inherit;cursor:pointer}.cookie-primary{border:1px solid #ccff43;background:#ccff43;color:#121512}.cookie-secondary{border:1px solid #697163;background:transparent;color:#f5f6f1}.cookie-policy-settings{border:1px solid var(--blue);border-radius:7px;background:transparent;color:var(--blue);padding:11px 14px;font-weight:700;cursor:pointer}@media(max-width:640px){.cookie-consent{right:16px;bottom:16px;padding:18px;display:block}.cookie-consent-actions{margin-top:16px}.cookie-consent-actions button{flex:1}}
.site-header{height:76px;background:#121512;border-bottom-color:#343a31;backdrop-filter:none}.nav-wrap{gap:20px}.competence-brand{display:flex;flex:0 0 auto}.competence-brand img{width:146px;height:auto;filter:brightness(0) invert(1)}.brand-divider{width:1px;height:30px;background:#40463b}.brand{align-items:flex-start;gap:9px;flex-direction:column;font-size:inherit;text-transform:none;letter-spacing:normal}.came-mark{color:#fff;font-size:25px;line-height:.75}.dealer-status{color:#bac1b4;font-size:10px;line-height:1.2;letter-spacing:.04em;white-space:nowrap}.site-header nav{gap:24px;margin-left:auto;margin-right:0}.site-header nav a,.search-open,.menu,.header-phone{color:#f5f6f1}.site-header nav a:hover{color:#ccff43}.header-actions{gap:14px}.header-phone{font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap}.btn{background:#ccff43;color:#121512;font-weight:800}.btn:hover{background:#d9ff6c}.site-footer{background:#121512;color:#f5f6f1;margin-top:70px}.footer-grid{padding:65px 28px;border:0}.footer-company{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.footer-brand img{width:168px;height:auto}.footer-grid p{color:#b7bdb2;max-width:47ch;line-height:1.55;margin:0}.footer-grid address{display:flex;flex-direction:column;gap:5px;font-style:normal;color:#b7bdb2;font-size:13px;line-height:1.45}.footer-grid address a,.footer-column a{color:#f5f6f1;font-size:13px;text-decoration:none}.footer-grid a:hover{color:#ccff43}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-column strong{font-size:14px}.footer-status{color:#ccff43;font-size:12px;line-height:1.4;margin-bottom:6px}.copyright{border-top-color:#343a31;color:#b7bdb2;display:flex;justify-content:space-between;gap:24px}:focus-visible{outline-color:#ccff43}@media(max-width:1180px){.site-header nav{display:none}.menu{display:block}.site-header.menu-open nav{display:flex;top:75px;background:#121512;border-bottom:1px solid #343a31}.header-phone{display:none}}@media(max-width:640px){.site-header{height:66px}.nav-wrap{gap:10px}.competence-brand img{width:112px}.brand-divider{height:25px}.came-mark{font-size:21px}.dealer-status{display:none}.site-header.menu-open nav{top:65px}.copyright{padding:18px 16px;flex-direction:column}}

/* Honest media fallback shown only when the official CAME feed has no product photo. */
.product-media-fallback{width:100%;height:100%;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:28px;background:linear-gradient(145deg,#f8fafc,#eaf1f7);color:#0b3972;text-align:center}.product-media-fallback svg{width:56px;height:56px;stroke:currentColor;fill:none}.product-media-fallback>span{font-weight:900;font-style:italic;font-size:26px;letter-spacing:-.05em}.product-media-fallback>strong{max-width:24ch;font-size:13px;line-height:1.35;color:#526174}.product-gallery>.product-media-fallback{min-height:520px}.product-media-fallback[data-tone="red"]{color:#b9282d}.product-media-fallback[data-tone="teal"]{color:#087a75}.product-media-fallback[data-tone="violet"]{color:#7052a3}.product-media-fallback[data-tone="green"]{color:#177255}.product-media-fallback[data-tone="orange"]{color:#b85f16}@media(max-width:700px){.product-gallery>.product-media-fallback{min-height:300px}.product-media-fallback{min-height:180px;padding:20px}.product-media-fallback svg{width:46px;height:46px}}

:root{
  --came-accent:#d9ff47;
  --came-blue:#0069b4;
  --came-ink:#111411;
  --came-night:#0d100e;
  --came-panel:#171b17;
  --came-mist:#f1f3ef;
  --came-line:#d9ddd5;
  --came-muted:#687067;
  --came-white:#fbfcf8;
  --came-max:1500px;
}
html{background:var(--came-white);scroll-padding-top:96px}
body{background:var(--came-white);color:var(--came-ink);overflow-x:hidden}
.site-header{background:rgba(13,16,14,.98);border-bottom:1px solid #31372f;overflow:visible}
.nav-wrap{max-width:var(--came-max);gap:0;padding-inline:24px}
.brand-lockup{height:100%;display:flex;align-items:center;gap:18px;padding-right:24px;margin-right:24px;border-right:1px solid #343a31;flex:0 0 auto}
.competence-brand{display:flex;align-items:center;min-height:44px}
.competence-brand img{width:142px}
.brand-divider{height:32px;background:#42483e}
.came-logo-shell{background:#fff;border-radius:4px;padding:5px 10px;align-items:center;justify-content:center;min-width:118px;min-height:42px;position:relative}
.came-logo{width:96px;height:25px;object-fit:contain}
.site-header #primaryNav{height:100%;display:flex;align-items:center;gap:22px;margin-left:0;margin-right:auto}
.site-header #primaryNav>a{min-height:44px;display:inline-flex;align-items:center;white-space:nowrap}
.site-header #primaryNav>.nav-contact{display:none}
.site-header nav a{font-size:13px;letter-spacing:.01em}
.site-header nav .nav-contact{display:none}
.header-actions{padding-left:16px;margin-left:16px;border-left:1px solid #343a31;gap:8px}
.header-contacts{min-width:132px;display:flex;flex-direction:column;align-items:flex-end;gap:3px;margin:0;font-style:normal;line-height:1.05}
.header-contacts a{color:#f5f6f1;text-decoration:none;white-space:nowrap;font-size:11px;font-weight:720;letter-spacing:.015em}
.header-contacts a:first-child{font-size:12px}
.header-contacts a:hover,.header-contacts a:focus-visible{color:var(--came-accent)}
.search-open{width:46px;height:46px;position:relative;display:grid;place-items:center;border:0;border-radius:2px;color:#f5f6f1;background:transparent;transition:color .2s ease,background .2s ease,transform .2s ease}
.search-open svg{width:22px;height:22px;fill:none;stroke:currentColor}
.search-open:hover,.search-open[aria-expanded="true"]{color:var(--came-ink);background:var(--came-accent);border-color:var(--came-accent)}
.search-open:active{transform:translateY(1px)}
.menu{display:none;width:46px;height:46px;min-width:46px;min-height:46px;place-items:center;order:99;padding:0;border:0;border-radius:2px;background:transparent;color:#f5f6f1;cursor:pointer;transition:color .2s ease,background .2s ease,transform .2s ease}
.menu:hover,.menu:focus-visible,.menu[aria-expanded="true"]{color:var(--came-ink);background:var(--came-accent)}
.menu:active{transform:translateY(1px)}
.menu-icon{position:relative;display:block;width:22px;height:16px}
.menu-icon>span{position:absolute;left:0;width:22px;height:2px;border-radius:2px;background:currentColor;transform-origin:center;transition:top .24s cubic-bezier(.2,.7,.2,1),transform .24s cubic-bezier(.2,.7,.2,1),opacity .16s ease}
.menu-icon>span:nth-child(1){top:0}
.menu-icon>span:nth-child(2){top:7px}
.menu-icon>span:nth-child(3){top:14px}
.menu[aria-expanded="true"] .menu-icon>span:nth-child(1){top:7px;transform:rotate(45deg)}
.menu[aria-expanded="true"] .menu-icon>span:nth-child(2){opacity:0;transform:scaleX(.2)}
.menu[aria-expanded="true"] .menu-icon>span:nth-child(3){top:7px;transform:rotate(-45deg)}
.search-tooltip{position:absolute;right:0;top:calc(100% + 10px);z-index:2;padding:7px 9px;background:#fff;color:var(--came-ink);font-size:11px;font-weight:700;line-height:1;box-shadow:0 9px 30px rgba(0,0,0,.22);opacity:0;visibility:hidden;transform:translateY(-3px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;pointer-events:none}
.search-open:hover .search-tooltip,.search-open:focus-visible .search-tooltip{opacity:1;visibility:visible;transform:none}
.search-open[aria-expanded="true"] .search-tooltip{opacity:0;visibility:hidden;transform:translateY(-3px)}
.header-request{min-height:46px;padding-inline:18px;white-space:nowrap}
.header-search-panel{position:absolute;top:calc(100% + 1px);right:max(24px,calc((100vw - var(--came-max))/2 + 24px));z-index:6;width:min(760px,calc(100vw - 48px));background:var(--came-white);color:var(--came-ink);border:1px solid var(--came-line);border-top:3px solid var(--came-accent);box-shadow:0 28px 76px rgba(5,9,6,.28);animation:header-search-in .2s ease both}
.header-search-panel[hidden]{display:none}
.header-search-inner{padding:22px}
.header-search-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:16px}
.header-search-head>div{display:flex;flex-direction:column}
.header-search-head strong{font-size:22px;line-height:1.2;letter-spacing:-.025em}
.search-close{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--came-line);border-radius:2px;background:#fff;cursor:pointer;transition:background .2s ease,border-color .2s ease}
.search-close:hover{background:var(--came-mist);border-color:#b5bcb2}
.search-close span{position:relative;width:18px;height:18px}
.search-close span:before,.search-close span:after{content:"";position:absolute;left:8px;top:1px;width:1.5px;height:17px;background:currentColor}
.search-close span:before{transform:rotate(45deg)}.search-close span:after{transform:rotate(-45deg)}
.header-search-results{margin-top:8px;max-height:min(520px,calc(100svh - 210px));box-shadow:none}
@keyframes header-search-in{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
@keyframes header-menu-in{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
@keyframes header-catalog-in{from{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%,0)}}

.header-catalog-menu{position:static;color:#f5f6f1}
.header-catalog-menu>summary{min-height:44px;display:flex;align-items:center;gap:8px;padding:0 2px;list-style:none;color:inherit;font-size:13px;font-weight:650;letter-spacing:.01em;cursor:pointer;white-space:nowrap}
.header-catalog-menu>summary::-webkit-details-marker{display:none}
.header-catalog-menu>summary:after{content:"";width:7px;height:7px;margin-top:-4px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;rotate:45deg;transition:rotate .2s ease,margin .2s ease}
.header-catalog-menu[open]>summary{color:var(--came-accent)}
.header-catalog-menu[open]>summary:after{margin-top:4px;rotate:225deg}
.header-catalog-dropdown{position:absolute;z-index:8;left:50%;top:calc(100% + 1px);width:min(1160px,calc(100vw - 48px));max-height:calc(100svh - 96px);overflow:auto;padding:0;background:var(--came-white);color:var(--came-ink);border:1px solid var(--came-line);border-top:3px solid var(--came-accent);box-shadow:0 30px 80px rgba(3,8,4,.32);transform:translateX(-50%);animation:header-catalog-in .2s ease both}
.header-catalog-lead{min-height:94px;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:28px;border-bottom:1px solid var(--came-line);background:#eef2ed}
.header-catalog-lead>div{display:flex;flex-direction:column}.header-catalog-lead>div>strong{font-size:25px;line-height:1.05;letter-spacing:-.025em}
.site-header #primaryNav .header-catalog-all{min-height:44px;padding:0 15px;display:inline-flex;align-items:center;gap:18px;background:var(--came-night);color:#fff;font-size:12px;font-weight:750}.site-header #primaryNav .header-catalog-all:hover,.site-header #primaryNav .header-catalog-all:focus-visible{background:var(--came-blue);color:#fff}.header-catalog-all i{font-style:normal;color:var(--came-accent)}
.header-catalog-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.header-catalog-group{min-width:0;padding:22px 18px 24px;border-left:1px solid var(--came-line)}.header-catalog-group:first-child{border-left:0}.header-catalog-group>strong{display:block;padding:0 8px 13px;color:var(--came-muted);font:10px ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.1em}.header-catalog-group>div{display:flex;flex-direction:column;gap:2px}
.site-header #primaryNav .header-catalog-group a{min-height:70px;padding:9px 8px;display:grid;grid-template-columns:42px minmax(0,1fr) 16px;align-items:center;gap:10px;color:var(--came-ink);font-size:inherit}.site-header #primaryNav .header-catalog-group a:hover,.site-header #primaryNav .header-catalog-group a:focus-visible{background:#e8eee7;color:var(--came-blue)}
.header-catalog-icon{width:42px;height:42px;background:#fff;border:1px solid var(--came-line)}.header-catalog-icon svg{width:22px;height:22px}.header-catalog-group a>span{min-width:0;display:flex;flex-direction:column;gap:4px}.header-catalog-group a b{font-size:13px;line-height:1.2}.header-catalog-group a small{color:var(--came-muted);font-size:10px;font-weight:550;line-height:1.32}.header-catalog-group a i{font-style:normal;color:var(--came-blue)}
.header-catalog-menu>summary:focus-visible{outline:3px solid var(--came-accent);outline-offset:4px}
.btn{background:var(--came-accent);color:var(--came-ink);border-radius:2px;min-height:48px;padding:14px 22px;transition:transform .24s ease,background .24s ease,box-shadow .24s ease}
.btn:hover{background:#e4ff7b;box-shadow:0 12px 32px rgba(217,255,71,.18)}
.btn-light{background:var(--came-white)}
.ghost-link{display:inline-flex;align-items:center;gap:10px;color:inherit;font-weight:750;text-decoration:none;border-bottom:1px solid currentColor;padding:11px 0}
.came-home{background:var(--came-white)}
.road-hero{height:min(720px,calc(100vh - 76px));min-height:570px;position:relative;display:flex;align-items:center;color:var(--came-white);isolation:isolate}
.road-hero-media,.road-hero-overlay{position:absolute;inset:0}
.road-hero-media{z-index:-2;background:#1b211c}
.road-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:saturate(.88) contrast(1.05)}
.road-hero-overlay{z-index:-1;background:linear-gradient(90deg,rgba(7,10,8,.92) 0%,rgba(7,10,8,.65) 43%,rgba(7,10,8,.12) 75%),linear-gradient(0deg,rgba(7,10,8,.65),transparent 55%)}
.road-hero-copy{width:min(920px,calc(100% - 48px));margin:clamp(24px,6vh,54px) max(24px,calc((100vw - var(--came-max))/2 + 24px)) 0}
.road-hero h1{font-size:68px;line-height:.94;letter-spacing:-.055em;margin:0 0 14px;max-width:15ch;text-wrap:balance}
.road-hero-copy>p{font-size:19px;line-height:1.48;max-width:58ch;color:#d7dbd4;margin:0}
.road-hero .hero-actions{margin-top:24px;color:#fff}
.visually-hidden{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}
.home-search{max-width:var(--came-max);margin:auto;padding:38px 24px 34px;display:grid;grid-template-columns:minmax(250px,.62fr) minmax(0,1.38fr);gap:70px;align-items:end;border-inline:1px solid var(--came-line)}
.home-search h2{font-size:38px;line-height:1;letter-spacing:-.04em;margin:0 0 8px}
.home-search p{margin:0;color:var(--came-muted);line-height:1.5;max-width:48ch}
.home-search-control{position:relative;z-index:4}
.smart-search-field{display:block}
.smart-search-input{width:100%;min-height:66px;border:1px solid #b9c0b6;border-radius:2px;background:#fff;padding:0 58px 0 20px;font:600 17px/1.2 inherit;color:var(--came-ink);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111411' stroke-width='1.8'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='m16 16 5 5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center;background-size:24px}
.smart-search-input:focus{border-color:var(--came-blue);outline:3px solid rgba(0,105,180,.18);outline-offset:0}
.smart-results{background:#fff;max-height:min(590px,70vh);overflow:auto;border:1px solid var(--came-line);box-shadow:0 24px 70px rgba(17,25,17,.16)}
.smart-results:empty{display:none}
.home-search-results{position:absolute;left:0;right:0;top:calc(100% + 7px)}
.home-catalog-routes{display:none}
.smart-results>a{display:grid!important;grid-template-columns:76px minmax(0,1fr) 24px!important;gap:14px!important;align-items:center;padding:12px 14px!important;border-top:1px solid var(--came-line)!important;text-decoration:none!important;min-height:88px}
.smart-results>a:first-child{border-top:0!important}
.smart-results>a:hover,.smart-results>a:focus{background:#f1f5ee;color:var(--came-ink)!important}
.smart-result-media{width:76px;height:62px;display:grid;place-items:center;background:var(--came-mist)}
.smart-result-media img{width:100%!important;height:100%!important;object-fit:contain!important}
.smart-result-media b{font-style:italic;color:var(--came-blue)}
.smart-result-copy{min-width:0;display:flex;flex-direction:column;gap:3px}
.smart-result-copy small{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--came-blue)}
.smart-result-copy strong{font-size:15px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.smart-result-copy span{font-size:12px;color:var(--came-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.smart-results>a>i{font-style:normal;font-size:19px;color:var(--came-blue)}
.search-hint,.search-empty{margin:0;padding:22px;color:var(--came-muted)}
.search-empty strong{display:block;color:var(--came-ink);font-size:18px}.search-empty p{margin:7px 0 16px}.search-empty a{color:var(--came-blue);font-weight:750}
.trust-rail{max-width:var(--came-max);margin:auto;padding:18px 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-inline:1px solid var(--came-line);border-bottom:1px solid var(--came-line)}
.trust-rail span{font-size:12px;font-weight:680;text-transform:uppercase;letter-spacing:.055em;padding:5px 20px;border-left:1px solid var(--came-line)}
.trust-rail span:first-child{border-left:0;padding-left:0}
.section-wide,.engineering-band,.expert-related{max-width:var(--came-max);margin:auto;padding:84px 24px}
.section-heading{display:grid;grid-template-columns:minmax(0,660px) minmax(220px,1fr);gap:34px;align-items:start;margin-bottom:40px}
.section-heading h2{font-size:50px;line-height:1;letter-spacing:-.045em;margin:0;text-wrap:balance}
.section-heading p{font-size:17px;line-height:1.55;color:var(--came-muted);margin:6px 0 0;max-width:44ch}
.route-mosaic{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(3,350px);gap:14px}
.route-card{position:relative;overflow:hidden;isolation:isolate;color:#fff;text-decoration:none;background:var(--came-night);min-height:360px}
.route-card-main{grid-row:span 2}
.route-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .5s ease}
.route-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(8,11,9,.88),rgba(8,11,9,.03) 72%)}
.route-card:hover img{transform:scale(1.035);filter:saturate(1.06)}
.route-card>div{position:absolute;left:30px;right:30px;bottom:28px}
.route-card h3{font-size:42px;line-height:1;letter-spacing:-.04em;margin:0 0 10px}
.route-card p{max-width:44ch;color:#d7dbd4;line-height:1.5;margin:0 0 18px}
.route-card b{font-size:13px}
.route-card-dark img{filter:saturate(.6) brightness(.72)}
.route-card-catalog{background:#101716;color:#fff}
.route-card-catalog img{object-fit:cover;object-position:center 46%;padding:0;background:#101716;filter:none}
.route-card-catalog:after{background:linear-gradient(0deg,rgba(8,11,9,.94) 0%,rgba(8,11,9,.66) 34%,rgba(8,11,9,0) 68%)}
.engineering-band{max-width:none;background:var(--came-night);color:var(--came-white);padding-inline:max(24px,calc((100vw - var(--came-max))/2 + 24px));display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;position:relative}
.engineering-statement h2{font-size:50px;line-height:1;letter-spacing:-.045em;margin:0;position:sticky;top:120px}
.engineering-steps{list-style:none;margin:0;padding:0;border-top:1px solid #394038}
.engineering-steps li{display:grid;grid-template-columns:1fr;padding:30px 0;border-bottom:1px solid #394038}
.engineering-steps h3{font-size:24px;margin:0 0 8px}
.engineering-steps p{color:#afb6ad;line-height:1.55;max-width:56ch;margin:0}
.engineering-link{position:absolute;left:max(24px,calc((100vw - var(--came-max))/2 + 24px));bottom:84px;color:var(--came-white);text-decoration:none;font-weight:750;border-bottom:1px solid #737b70;padding-bottom:9px}
.engineering-link span{color:var(--came-accent);margin-left:16px}
.catalog-preview.section{max-width:var(--came-max);padding:84px 24px}
.catalog-preview .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.catalog-preview .product-card{border-color:var(--came-line);box-shadow:none}
.catalog-preview .product-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(18,24,18,.09)}
.catalog-all{display:flex;justify-content:space-between;align-items:center;text-decoration:none;margin-top:14px;background:var(--came-accent);padding:22px 24px;font-weight:800;font-size:17px}
.catalog-all span{font-size:24px}
.project-cta{max-width:calc(var(--came-max) - 48px);margin:0 auto 24px;padding:58px 54px;background:var(--came-blue);color:#fff;display:flex;align-items:flex-end;justify-content:space-between;gap:48px}
.project-cta h2{font-size:50px;line-height:1;letter-spacing:-.045em;margin:14px 0}
.project-cta p{font-size:17px;line-height:1.55;max-width:65ch;color:#dceaf5}

/* Expertise and solution pages */
.expert-page{background:var(--came-white)}
.expert-hero{max-width:var(--came-max);margin:auto;min-height:600px;display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);background:var(--came-night);color:#fff}
.expert-hero-copy{padding:58px 48px;display:flex;flex-direction:column;justify-content:flex-end}
.expert-hero-copy,.expert-hero figure{min-width:0}
.expert-hero-copy .breadcrumbs a{color:#fff}
.expert-hero h1{max-width:12ch;font-size:60px;line-height:.96;letter-spacing:-.045em;margin:0 0 22px;text-wrap:balance;overflow-wrap:anywhere;hyphens:auto}
.expert-hero-copy>p:not(.breadcrumbs){font-size:18px;line-height:1.55;color:#c2c8c0;max-width:52ch}
.expert-hero figure{margin:0;min-height:600px;overflow:hidden;background:#20251f}
.expert-hero figure img{width:100%;height:100%;object-fit:cover}
.expert-layout{max-width:var(--came-max);margin:auto;padding:72px 24px 104px;display:grid;grid-template-columns:250px minmax(0,780px);gap:80px;justify-content:center}
.expert-nav{position:sticky;top:110px;align-self:start;display:flex;flex-direction:column;border-top:1px solid var(--came-line)}
.expert-nav>span{font:10px ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.12em;color:var(--came-muted);padding:16px 0}
.expert-nav a{padding:13px 0;border-top:1px solid var(--came-line);text-decoration:none;font-size:13px;line-height:1.35}
.expert-nav a:hover{color:var(--came-blue)}
.expert-nav .expert-nav-cta{margin-top:20px;padding:16px;background:var(--came-ink);color:#fff;border:0}
.expert-intro{max-width:36ch;font-size:26px;line-height:1.34;letter-spacing:-.018em;margin:0 0 58px}
.expert-section{display:grid;grid-template-columns:1fr;padding:48px 0;border-top:1px solid var(--came-line)}
.expert-section-heading{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:16px;margin:0 0 20px}
.expert-section-heading .expert-section-icon{--route-tone:var(--came-blue);width:48px;height:48px}
.expert-section-heading .expert-section-icon svg{width:25px;height:25px}
.expert-section h2{font-size:38px;line-height:1.08;letter-spacing:-.032em;margin:0;text-wrap:balance;overflow-wrap:anywhere}
.expert-section p,.expert-section li{max-width:68ch;font-size:16px;line-height:1.65;color:#4f574f}
.expert-section ul{padding-left:20px}
.expert-note{margin-top:34px;padding:24px;border-left:3px solid var(--came-accent);background:var(--came-mist)}
.expert-note p{margin-bottom:0}
.expert-related{display:grid;grid-template-columns:.55fr 1.45fr;gap:80px;border-top:1px solid var(--came-line);padding-top:80px}
.expert-related h2{font-size:40px;line-height:1.06;letter-spacing:-.035em;margin:0}
.expert-related-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--came-line)}
.expert-related-grid a{min-height:250px;display:flex;flex-direction:column;text-decoration:none;border-right:1px solid var(--came-line);border-bottom:1px solid var(--came-line);overflow:hidden;background:#fff}
.expert-related-grid figure{height:145px;margin:0;background:var(--came-mist);overflow:hidden}
.expert-related-grid figure img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.expert-related-grid a:hover figure img{transform:scale(1.025)}
.expert-related-grid a>div{min-height:105px;padding:17px 18px;display:flex;flex-direction:column}
.expert-related-grid strong{font-size:20px;line-height:1.15;margin:0 0 14px}
.expert-related-grid span{margin-top:auto;color:var(--came-blue);font-weight:700;font-size:12px}
.expert-related-icon{--route-tone:var(--came-blue);margin:20px 20px 0}

/* Catalog and product refinements */
.catalog-hero-visual{max-width:var(--came-max);display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end;padding-top:70px}
.catalog-equipment-hero{margin:0;height:360px;background:#fff;overflow:hidden;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--came-line)}
.catalog-equipment-hero>a{position:relative;min-width:0;display:flex;align-items:center;justify-content:center;padding:22px;border-left:1px solid var(--came-line);text-decoration:none;background:linear-gradient(180deg,#fff,#f6f7f4)}
.catalog-equipment-hero>a:first-child{border-left:0}.catalog-equipment-hero img{width:100%;height:100%;object-fit:contain}.catalog-equipment-hero span{position:absolute;left:12px;bottom:10px;font:10px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--came-muted);background:rgba(255,255,255,.88);padding:4px 6px}
.catalog-equipment-count-1{grid-template-columns:1fr}.catalog-equipment-count-2{grid-template-columns:repeat(2,1fr)}
.catalog-directory{max-width:var(--came-max);margin:0 auto;padding:20px 24px 76px}
.catalog-directory-head{display:flex;align-items:end;justify-content:space-between;gap:32px;padding-bottom:24px;border-bottom:1px solid var(--came-line)}
.catalog-directory-head>div>span{font:10px ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.12em;color:var(--came-muted)}
.catalog-directory-head h2{font-size:clamp(32px,3.5vw,52px);line-height:1;letter-spacing:-.045em;margin:10px 0 0}
.catalog-directory-all{font-size:13px;font-weight:750;text-decoration:none;white-space:nowrap}.catalog-directory-all span{color:var(--came-blue);margin-left:10px}
.catalog-route-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-top:12px}
.catalog-route-card{--route-tone:var(--came-blue);background:#fff;border:1px solid var(--came-line);min-width:0}
.catalog-route-card.tone-red{--route-tone:#b13a4b}.catalog-route-card.tone-slate{--route-tone:#526578}.catalog-route-card.tone-violet{--route-tone:#6d55a5}.catalog-route-card.tone-teal{--route-tone:#007f70}.catalog-route-card.tone-cyan{--route-tone:#007f9e}.catalog-route-card.tone-orange{--route-tone:#b85f18}.catalog-route-card.tone-green{--route-tone:#27734f}
.catalog-route-head{min-height:124px;padding:20px;display:grid;grid-template-columns:62px minmax(0,1fr) 22px;gap:18px;align-items:center;text-decoration:none}
.catalog-route-head>span:not(.came-pictogram){display:flex;flex-direction:column;gap:7px}.catalog-route-head small{font:10px ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.1em;color:var(--came-muted)}.catalog-route-head strong{font-size:22px;line-height:1.12}.catalog-route-head>b{font-size:22px;color:var(--route-tone);transition:transform .2s ease}
.catalog-route-head:hover>span strong,.catalog-route-head:focus-visible>span strong{color:var(--route-tone)}.catalog-route-head:hover>b{transform:translateX(4px)}
.came-pictogram{display:inline-grid;place-items:center;width:56px;height:56px;color:var(--route-tone);background:color-mix(in srgb,var(--route-tone) 9%,white);border:1px solid color-mix(in srgb,var(--route-tone) 22%,white)}.came-pictogram svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.catalog-subcategory-icon{width:34px;height:34px}.catalog-subcategory-icon svg{width:19px;height:19px}
.catalog-route-card details{border-top:1px solid var(--came-line)}.catalog-route-card summary{position:relative;list-style:none;padding:14px 52px 14px 20px;cursor:pointer;font-size:12px;font-weight:750;color:var(--came-muted)}.catalog-route-card summary::-webkit-details-marker{display:none}.catalog-route-card summary:before,.catalog-route-card summary:after{content:"";position:absolute;right:22px;top:50%;width:12px;height:1.5px;background:var(--route-tone);transition:transform .2s ease}.catalog-route-card summary:after{transform:rotate(90deg)}.catalog-route-card details[open] summary:after{transform:rotate(0)}
.catalog-route-card nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:8px;gap:4px;border-top:1px solid var(--came-line)}.catalog-route-card nav a{min-width:0;min-height:48px;padding:7px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px;align-items:center;text-decoration:none;background:var(--came-mist);font-size:11px;line-height:1.25}.catalog-route-card nav a:hover,.catalog-route-card nav a:focus-visible{color:var(--route-tone);background:#fff}.catalog-route-card nav a span:last-child{overflow-wrap:anywhere}
.catalog-layout{max-width:var(--came-max)}
.catalog-toolbar{min-height:42px;align-items:center}
.series-catalog{max-width:var(--came-max);margin:auto;padding:30px 24px 120px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.series-product{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);min-height:430px;background:#fff;border:1px solid var(--came-line)}
.series-product-media{padding:24px;display:grid;place-items:center;background:var(--came-mist);text-decoration:none}.series-product-media img{width:100%;height:100%;max-height:390px;object-fit:contain}
.series-product-copy{padding:32px;display:flex;flex-direction:column;align-items:flex-start}.series-product-copy>span{font:11px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--came-blue);letter-spacing:.08em}.series-product-copy h2{font-size:30px;line-height:1.05;margin:14px 0}.series-product-copy p{color:var(--came-muted);line-height:1.5}.series-product-copy dl{width:100%;margin:16px 0 26px}.series-product-copy dl div{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:10px 0;border-top:1px solid var(--came-line);font-size:12px}.series-product-copy dt{color:var(--came-muted)}.series-product-copy dd{margin:0;font-weight:700}.series-product-copy .btn{margin-top:auto}
.series-product-copy h2 a{text-decoration:none}.series-product-copy h2 a:hover,.series-product-copy h2 a:focus-visible{color:var(--came-blue)}.series-product-actions{width:100%;margin-top:auto;display:flex;align-items:center;gap:18px}.series-product-actions .btn{margin-top:0}.series-product-actions .text-link{font-size:12px}
.product-hero{grid-template-columns:minmax(0,.88fr) minmax(430px,1.12fr);gap:54px;align-items:start;padding-top:18px;padding-bottom:44px}
.product-info{padding-top:4px;position:sticky;top:94px}.product-info h1{font-size:clamp(36px,3.5vw,56px);margin:10px 0 12px}.product-info .purpose{font-size:17px;margin:0 0 18px}
.product-main-image{grid-area:main;border:0;background:#fff;width:100%;min-height:420px;cursor:zoom-in;padding:0;position:relative}
.product-main-image span{position:absolute;right:14px;bottom:14px;background:rgba(17,20,17,.9);color:#fff;padding:8px 11px;font-size:11px}
.product-gallery{display:grid;grid-template-columns:minmax(0,1fr) 88px;grid-template-areas:"main thumbs" "controls thumbs";grid-template-rows:minmax(350px,1fr) auto;gap:10px;align-items:stretch;padding:16px;min-height:0}
.product-main-image img{height:420px;object-fit:contain}
.product-gallery-controls{grid-area:controls;display:flex;align-items:center;justify-content:center;gap:14px}.product-gallery-controls button{width:44px;height:40px;border:1px solid var(--came-line);background:#fff;display:grid;place-items:center;cursor:pointer}.product-gallery-controls button:hover,.product-gallery-controls button:focus-visible{border-color:var(--came-blue);color:var(--came-blue)}.product-gallery-controls button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.product-gallery-controls span{font:12px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--came-muted)}
.product-thumbnails{grid-area:thumbs;display:flex;flex-direction:column;gap:8px;overflow:auto;max-height:490px}
.product-thumbnails button{border:1px solid var(--came-line);background:#fff;padding:4px;cursor:pointer;min-height:78px;flex:0 0 auto}.product-thumbnails button[aria-current="true"]{border:2px solid var(--came-blue)}
.product-thumbnails img{width:100%;height:68px;object-fit:contain}
.product-identity{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 0 14px;border-top:1px solid var(--came-line);border-left:1px solid var(--came-line)}.product-identity>div{padding:10px 12px;border-right:1px solid var(--came-line);border-bottom:1px solid var(--came-line)}.product-identity dt{font-size:10px;color:var(--came-muted);margin-bottom:5px}.product-identity dd{font-size:13px;font-weight:750;margin:0;overflow-wrap:anywhere}
.product-key-specs{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--came-line);border-left:1px solid var(--came-line)}.product-key-specs li{padding:10px 12px;border-right:1px solid var(--came-line);border-bottom:1px solid var(--came-line);display:flex;flex-direction:column;gap:5px}.product-key-specs span{font-size:10px;line-height:1.25;color:var(--came-muted)}.product-key-specs strong{font-size:13px;line-height:1.3}
.product-buy-row{display:flex;justify-content:space-between;align-items:end;gap:26px;margin-top:18px}.product-buy-row .price{margin-top:0}.product-buy-row .availability{margin:5px 0 0;max-width:32ch}.product-actions{display:flex;flex-direction:column;align-items:stretch;gap:8px;min-width:244px}.product-actions .text-link{margin-top:0;font-size:12px;text-align:center}
.product-service-facts{list-style:none;padding:20px 0 0;margin:26px 0 0;border-top:1px solid var(--came-line);display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.product-service-facts li{font-size:12px;line-height:1.35;color:var(--came-muted);padding-left:15px;position:relative}.product-service-facts li:before{content:"";position:absolute;left:0;top:6px;width:6px;height:6px;background:var(--came-accent)}
.product-anchor-nav{position:sticky;top:76px;z-index:3;max-width:var(--came-max);margin:0 auto 72px;padding:0 28px;background:var(--came-white);display:flex;overflow-x:auto;border-block:1px solid var(--came-line)}.product-anchor-nav a{flex:0 0 auto;padding:18px 24px;text-decoration:none;font-size:13px;font-weight:750;border-right:1px solid var(--came-line)}.product-anchor-nav a:first-child{border-left:1px solid var(--came-line)}.product-anchor-nav a:hover{background:var(--came-accent)}
.product-section{scroll-margin-top:150px}.product-body.product-section{padding-bottom:80px}.product-body article h2{font-size:clamp(34px,4vw,54px);letter-spacing:-.045em;margin:0 0 24px}
.documents>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.documents .document-card{min-width:0;min-height:112px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:16px;align-items:center;padding:18px;border:1px solid var(--came-line);background:#fff;transition:background .2s ease,border-color .2s ease,transform .2s ease}
.documents .document-card:hover{background:#f5f8f2;border-color:#b6beb3;transform:translateY(-2px)}
.document-card-icon{width:48px;height:48px;display:grid;place-items:center;background:var(--came-mist);color:var(--came-blue);transition:background .2s ease,color .2s ease}
.document-card-icon svg{width:24px;height:24px;fill:none;stroke:currentColor}
.document-card:hover .document-card-icon{background:var(--came-blue);color:#fff}
.document-card-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}
.document-card-copy small{font-size:10px;line-height:1.2;text-transform:uppercase;letter-spacing:.09em;color:var(--came-blue)}
.documents .document-card-copy strong{min-width:0;color:var(--came-ink);font-size:16px;line-height:1.3;overflow-wrap:anywhere;text-wrap:pretty}
.document-card-copy>span{font-size:11px;line-height:1.2;color:var(--came-muted);font-variant-numeric:tabular-nums}
.document-card-action{display:flex;align-items:center;gap:7px;color:var(--came-blue);font-size:13px;font-weight:750;white-space:nowrap}
.document-card-action svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}
.document-card:hover .document-card-action svg{transform:translateX(3px)}
.media-lightbox{width:min(1180px,calc(100% - 32px));height:min(900px,calc(100% - 32px));border:0;padding:56px 70px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.36)}
.media-lightbox::backdrop{background:rgba(5,8,6,.88)}
.media-lightbox img{width:100%;height:100%;object-fit:contain}
.media-lightbox-close{position:absolute;top:14px;right:14px;border:0;background:var(--came-ink);color:#fff;padding:10px 14px;cursor:pointer}
.media-lightbox-nav{position:absolute;top:50%;translate:0 -50%;width:48px;height:64px;border:0;background:var(--came-ink);color:#fff;display:grid;place-items:center;cursor:pointer}.media-lightbox-nav svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.media-lightbox-prev{left:10px}.media-lightbox-next{right:10px}.media-lightbox-counter{position:absolute;left:50%;bottom:16px;translate:-50% 0;font:12px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--came-muted)}

/* Motion is progressive enhancement: content remains visible without JS. */
.motion-ready [data-reveal]{opacity:0;transform:translateY(26px)}
.motion-ready [data-reveal].is-visible{opacity:1;transform:none;transition:opacity .72s ease,transform .72s cubic-bezier(.2,.7,.2,1)}
.motion-ready .expert-hero-copy[data-reveal]{opacity:1;transform:none}
.motion-ready .engineering-steps [data-reveal]:nth-child(2){transition-delay:.07s}
.motion-ready .engineering-steps [data-reveal]:nth-child(3){transition-delay:.14s}
.motion-ready .engineering-steps [data-reveal]:nth-child(4){transition-delay:.21s}

@media(min-width:1181px) and (max-width:1380px){
  .nav-wrap{padding-inline:16px}.brand-lockup{gap:10px;padding-right:14px;margin-right:14px}.competence-brand img{width:118px}.came-logo-shell{min-width:86px;min-height:38px;padding:4px 7px}.came-logo{width:72px;height:22px}
  .site-header nav{gap:12px}.site-header nav a,.header-catalog-menu>summary{font-size:12px}.header-actions{padding-left:8px;margin-left:8px;gap:3px}.header-contacts{min-width:112px}.header-contacts a{font-size:10px}.header-contacts a:first-child{font-size:11px}.header-request{padding-inline:10px;font-size:11px}
}
@media(max-width:1180px){
  .site-header nav,.site-header #primaryNav{display:none}.menu{display:grid}.site-header.menu-open{height:76px}.site-header.menu-open #primaryNav{height:auto;display:flex;position:absolute;left:0;right:0;top:75px;z-index:5;max-height:calc(100svh - 76px);overflow:auto;margin:0;padding:22px 24px;background:var(--came-night);border-bottom:1px solid #343a31;box-shadow:0 24px 54px rgba(0,0,0,.28);align-items:stretch;flex-direction:column;gap:0;animation:header-menu-in .22s ease both}.site-header.menu-open #primaryNav a{min-height:48px;display:flex;align-items:center;border-top:1px solid #343a31}
  .site-header.menu-open #primaryNav>.nav-contact{display:flex;justify-content:space-between;gap:20px;color:#f5f6f1}.site-header.menu-open nav .nav-contact span{color:#9fa79c;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.site-header.menu-open nav .nav-contact strong{font-size:13px}
  .brand-lockup{margin-right:auto}.header-actions{margin-left:0}
  .header-contacts{display:none}
  #primaryNav .header-catalog-menu{width:100%;border-top:1px solid #343a31}.header-catalog-menu>summary{min-height:48px;justify-content:space-between}.header-catalog-dropdown{position:static;width:100%;max-height:none;overflow:visible;border:0;border-top:1px solid #343a31;box-shadow:none;transform:none;animation:none;background:#151915;color:#f5f6f1}.header-catalog-lead{min-height:76px;padding:14px 12px;background:#1b2119;border-bottom-color:#343a31}.header-catalog-lead>div>strong{font-size:20px}.site-header #primaryNav .header-catalog-all{border-top:0;min-height:44px}.header-catalog-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.header-catalog-group{padding:16px 10px;border-left-color:#343a31}.header-catalog-group:nth-child(3){grid-column:1/-1;border-left:0;border-top:1px solid #343a31}.header-catalog-group>strong{color:#9fa79c}.site-header.menu-open #primaryNav .header-catalog-group a{min-height:64px;border-top:0;color:#f5f6f1}.site-header #primaryNav .header-catalog-group a:hover,.site-header #primaryNav .header-catalog-group a:focus-visible{background:#20261f;color:var(--came-accent)}.header-catalog-icon{background:#0f120f;border-color:#343a31}.header-catalog-group a small{color:#aeb5aa}
  .road-hero h1{font-size:56px}
  .section-heading{grid-template-columns:minmax(0,1fr) minmax(220px,.8fr)}
  .engineering-band{grid-template-columns:1fr;gap:56px}.engineering-statement h2{position:static}.engineering-link{position:static;grid-column:1;margin-top:12px}
  .expert-hero{grid-template-columns:1fr;min-height:0}.expert-hero-copy{min-height:580px}.expert-hero figure{min-height:480px;max-height:580px}
  .expert-layout{grid-template-columns:220px minmax(0,1fr);gap:60px}
  .series-catalog{grid-template-columns:1fr}.product-info{position:static}.product-anchor-nav{top:76px}
}
@media(max-width:900px){
  .header-request{display:none}
}
@media(max-width:820px){
  .road-hero{min-height:470px;height:min(520px,calc(100svh - 66px));align-items:flex-end}.road-hero-copy{margin-top:0;margin-bottom:64px}.road-hero-overlay{background:linear-gradient(0deg,rgba(7,10,8,.92) 0%,rgba(7,10,8,.4) 74%)}
  .home-search{grid-template-columns:1fr;gap:18px;padding-top:26px}
  .trust-rail{grid-template-columns:1fr 1fr}.trust-rail span:nth-child(3){border-left:0}
  .section-wide,.engineering-band,.expert-related{padding-top:64px;padding-bottom:64px}
  .section-heading{grid-template-columns:1fr;gap:16px}.route-mosaic{grid-template-columns:1fr;grid-template-rows:repeat(5,400px)}.route-card-main{grid-row:auto}
  .catalog-preview .product-grid{grid-template-columns:repeat(2,1fr)}
  .project-cta{padding:44px 32px;align-items:flex-start;flex-direction:column}
  .expert-layout{grid-template-columns:1fr;padding-top:54px}.expert-nav{position:static;display:none}.expert-intro{margin-bottom:64px}
  .expert-related{grid-template-columns:1fr;gap:34px}.expert-related-grid{grid-template-columns:1fr}
  .catalog-hero-visual{grid-template-columns:1fr}.catalog-equipment-hero{height:300px}
  .catalog-route-grid{grid-template-columns:1fr}.catalog-route-card nav{grid-template-columns:repeat(2,minmax(0,1fr))}
  .documents>div{grid-template-columns:1fr}
}
@media(max-width:640px){
  .site-header.menu-open{height:66px}.site-header.menu-open #primaryNav{top:65px;max-height:calc(100svh - 66px)}.nav-wrap{padding-inline:12px}.brand-lockup{gap:10px;padding-right:12px;margin-right:auto;border-right:1px solid #343a31}.competence-brand img{width:96px}.brand-divider{height:24px}.came-logo-shell{min-width:70px;min-height:34px;padding:4px 6px}.came-logo{width:58px;height:20px}
  .header-actions{padding-left:0;margin-left:0;border-left:0;gap:4px}.search-open{display:grid!important;width:44px;height:44px;min-width:44px;min-height:44px}.search-tooltip{display:none}.menu{width:44px;height:44px;min-width:44px;min-height:44px}.header-search-panel{right:8px;width:calc(100vw - 16px)}.header-search-inner{padding:16px}.header-search-head{margin-bottom:12px}.header-search-head strong{font-size:19px}.header-search-results{max-height:calc(100svh - 190px)}.header-catalog-lead{align-items:stretch;flex-direction:column;gap:12px}.site-header #primaryNav .header-catalog-all{width:100%;justify-content:space-between}.header-catalog-groups{grid-template-columns:1fr}.header-catalog-group,.header-catalog-group:nth-child(3){grid-column:auto;border-left:0;border-top:1px solid #343a31}.header-catalog-group:first-child{border-top:0}.site-header.menu-open #primaryNav .header-catalog-group a{display:grid}
  .road-hero{min-height:430px;height:min(470px,calc(100svh - 66px))}.road-hero-copy{width:calc(100% - 32px);margin-inline:16px;margin-bottom:70px}.road-hero h1{font-size:36px;line-height:1;margin-bottom:12px}.road-hero-copy>p{font-size:14px;line-height:1.4}.road-hero .hero-actions{align-items:center;flex-direction:row;flex-wrap:wrap;gap:10px 16px;margin-top:16px}.road-hero .hero-actions .btn{min-height:46px;padding:12px 17px}.road-hero .ghost-link{font-size:13px}
  .home-search{margin:0 16px;padding:20px 0 18px;border-inline:0;gap:12px}.home-search h2{font-size:27px}.home-search p{font-size:13px}.smart-search-input{min-height:54px;font-size:15px;padding-left:15px;padding-right:48px;background-position:right 15px center}.home-search-results{position:relative;top:6px}.smart-results>a{grid-template-columns:62px minmax(0,1fr) 18px!important;padding:10px!important;min-height:78px}.smart-result-media{width:62px;height:54px}.smart-result-copy strong{font-size:14px}
  .home-catalog-routes{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:2px}.home-catalog-routes a{min-width:0;min-height:54px;padding:7px 9px;display:grid;grid-template-columns:32px minmax(0,1fr) 14px;align-items:center;gap:7px;background:#f0f3ee;color:var(--came-ink);text-decoration:none;font-size:11px;font-weight:750;line-height:1.18}.home-catalog-routes .came-pictogram{width:32px;height:32px}.home-catalog-routes .came-pictogram svg{width:18px;height:18px}.home-catalog-routes a>b{color:var(--came-blue);font-size:15px}.home-catalog-routes .home-catalog-all{grid-column:1/-1;background:var(--came-night);color:#fff}.home-catalog-routes .home-catalog-all .commerce-icon{width:22px;height:22px;color:var(--came-accent)}
  .trust-rail{margin:0 16px;grid-template-columns:1fr}.trust-rail span{border-left:0;border-top:1px solid var(--came-line);padding:12px 0}.trust-rail span:first-child{border-top:0}
  .section-wide,.engineering-band,.expert-related{padding-inline:16px}.section-heading h2{font-size:34px}.route-mosaic{grid-template-rows:repeat(5,300px)}.route-card>div{left:20px;right:20px;bottom:20px}.route-card h3{font-size:28px}
  .engineering-band{padding-inline:16px}.engineering-statement h2{font-size:34px}.engineering-steps li{grid-template-columns:1fr}.engineering-link{font-size:14px}
  .catalog-preview.section{padding:60px 16px}.catalog-preview .product-grid{grid-template-columns:1fr}
  .project-cta{margin:0 16px 16px;padding:36px 24px}.project-cta h2{font-size:34px}
  .expert-hero-copy{padding:48px 20px 42px;min-height:0;width:100%}.expert-hero h1{font-size:40px;line-height:.96;overflow-wrap:anywhere}.expert-hero-copy .hero-actions{flex-direction:column;align-items:flex-start;gap:10px}.expert-hero figure{min-height:260px;max-height:320px;width:100%}.expert-layout{padding:48px 16px 84px}.expert-intro{font-size:24px;line-height:1.34}.expert-section{grid-template-columns:1fr;gap:12px;padding:44px 0}.expert-section h2{font-size:32px}.expert-section p,.expert-section li{font-size:16px;overflow-wrap:anywhere}.expert-related-grid a{min-height:170px}
  .catalog-hero-visual{padding-inline:16px}.catalog-equipment-hero{height:150px;grid-template-columns:repeat(3,1fr)}.catalog-equipment-count-1{grid-template-columns:1fr}.catalog-equipment-hero>a{padding:10px}.catalog-equipment-hero span{font-size:8px;left:6px;bottom:6px}.catalog-directory{padding:10px 16px 58px}.catalog-directory-head{align-items:start;flex-direction:column}.catalog-route-head{min-height:104px;padding:14px;grid-template-columns:50px minmax(0,1fr) 18px}.catalog-route-head strong{font-size:18px}.catalog-route-head .catalog-route-icon{width:48px;height:48px}.catalog-route-card nav{grid-template-columns:1fr}.series-catalog{padding:20px 16px 84px}.series-product{grid-template-columns:1fr;min-height:0}.series-product-media{min-height:260px}.series-product-copy{padding:24px}.series-product-copy dl div{grid-template-columns:1fr;gap:4px}.series-product-actions{align-items:stretch;flex-direction:column;gap:14px}.series-product-actions .btn{width:100%}
  .product-hero{grid-template-columns:1fr;gap:14px}.product-info{display:block}.product-info>h1{font-size:38px;margin:8px 0}.product-info>.purpose{margin:0 0 8px}.product-gallery{order:initial;grid-template-columns:1fr;grid-template-areas:"main" "controls" "thumbs";grid-template-rows:290px auto auto;padding:10px}.product-main-image{min-height:290px}.product-main-image img{height:290px}.product-main-image span{right:8px;bottom:8px}.product-thumbnails{flex-direction:row;max-height:none;padding-bottom:4px}.product-thumbnails button{min-width:78px;min-height:72px}.product-gallery-controls button{width:52px;height:48px}.product-identity,.product-key-specs{grid-template-columns:1fr}.product-buy-row{align-items:stretch;flex-direction:column;gap:16px}.product-actions{min-width:0}.product-anchor-nav{top:66px;margin-bottom:48px;padding:0 16px}.product-anchor-nav a{padding:15px 18px}.product-service-facts{grid-template-columns:1fr}.product-section{scroll-margin-top:125px}.documents .document-card{min-height:102px;grid-template-columns:44px minmax(0,1fr) 44px;gap:12px;padding:14px}.document-card-icon{width:44px;height:44px}.document-card-action{width:44px;height:44px;justify-content:center;border-left:1px solid var(--came-line)}.document-card-action>span{display:none}.media-lightbox{width:100%;height:100%;max-width:none;max-height:none;padding:58px 12px 42px;margin:0}.media-lightbox-nav{top:auto;bottom:8px;width:52px;height:44px;translate:0}.media-lightbox-prev{left:12px}.media-lightbox-next{right:12px}.media-lightbox-counter{bottom:22px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.motion-ready [data-reveal]{opacity:1;transform:none}.route-card img,.catalog-route-head>b,.catalog-route-card summary:after,.search-tooltip,.search-open,.document-card,.document-card-icon,.document-card-action svg,.header-catalog-menu>summary:after{transition:none}.route-card:hover img{transform:none}.catalog-route-head:hover>b{transform:none}.document-card:hover{transform:none}.document-card:hover .document-card-action svg{transform:none}.header-search-panel,.header-catalog-dropdown{animation:none}
}

.footer-main-site{display:inline-flex;align-items:center;min-height:30px;color:var(--came-accent)!important;font-size:13px!important;font-weight:750;text-decoration:none;border-bottom:1px solid #65723e;padding-bottom:3px}
.footer-main-site:hover,.footer-main-site:focus-visible{border-bottom-color:var(--came-accent)}
.footer-company p a{color:#d7ddd1;font-size:13px;text-underline-offset:4px}
.footer-company address a{display:inline-flex;align-items:center;min-height:44px}
.footer-documents-title{margin-top:12px;padding-top:14px;border-top:1px solid #343a31;color:#f5f6f1!important}

/* Corporate footer follows the same information hierarchy as digital.moscow. */
.site-footer{margin-top:56px;background:#121512;color:#f5f6f1}
.site-footer .footer-grid{display:block;max-width:1384px;margin:0 auto;padding:0 28px;border:0}
.site-footer .footer-top{display:grid;grid-template-columns:minmax(280px,1.45fr) repeat(4,minmax(128px,1fr));gap:clamp(22px,2.25vw,38px);align-items:start;padding:52px 0 34px}
.site-footer .footer-company{display:grid;gap:15px;align-content:start}
.site-footer .footer-brand{display:inline-flex;width:max-content;min-height:36px;align-items:center}
.site-footer .footer-brand img{display:block;width:168px;height:auto}
.site-footer .footer-company>p{max-width:46ch;margin:0;color:#b7bdb2;font-size:14px;line-height:1.55}
.site-footer .footer-address{display:grid;gap:5px;margin:0;color:#b7bdb2;font-style:normal;font-size:13px;line-height:1.4}
.site-footer .footer-address a{width:max-content;min-height:0;color:#f5f6f1;text-decoration:none}
.site-footer .footer-address a:hover,.site-footer .footer-address a:focus-visible{color:var(--came-accent)}
.site-footer .footer-main-site{width:max-content;max-width:100%;min-height:34px;line-height:1.35}
.site-footer .footer-column{display:block;min-width:0}
.site-footer .footer-column h2{margin:0 0 15px;color:#fff;font-size:15px;line-height:1.25}
.site-footer .footer-accordion-toggle{display:flex;width:100%;padding:0;border:0;align-items:center;justify-content:space-between;gap:14px;background:transparent;color:inherit;font:inherit;text-align:left;cursor:default}
.site-footer .footer-accordion-chevron{display:none}
.site-footer .footer-accordion-panel-inner{min-width:0}
.site-footer .footer-column ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}
.site-footer .footer-column li{min-width:0;margin:0;padding:0}
.site-footer .footer-column a{display:inline-flex;min-height:30px;align-items:center;color:#c4cbc0;font-size:13px;line-height:1.35;text-decoration:none}
.site-footer .footer-column a:hover,.site-footer .footer-column a:focus-visible{color:var(--came-accent)}
.site-footer .footer-status{display:block;margin:0 0 4px;color:var(--came-accent);font-size:12px;line-height:1.35}
.site-footer .footer-policy{display:flex;flex-wrap:wrap;gap:8px 18px;align-items:center;padding:17px 0;border-top:1px solid #343a31;border-bottom:1px solid #343a31}
.site-footer .footer-policy strong{margin-right:6px;color:#fff;font-size:13px}
.site-footer .footer-policy a,.site-footer .footer-cookie-settings{display:inline-flex;min-height:32px;align-items:center;border:0;background:transparent;color:#b7bdb2;font:700 12px/1.35 inherit;text-decoration:none;cursor:pointer}
.site-footer .footer-cookie-settings{padding:0;text-decoration:underline;text-underline-offset:4px}
.site-footer .footer-policy a:hover,.site-footer .footer-policy a:focus-visible,.site-footer .footer-cookie-settings:hover,.site-footer .footer-cookie-settings:focus-visible{color:var(--came-accent)}
.site-footer .footer-bottom{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:28px;align-items:start;padding:18px 0 24px;color:#aeb5a9;font-size:12px;line-height:1.45}
.site-footer .footer-bottom span:first-child{color:#fff;font-weight:750}
.site-footer .footer-bottom span:last-child{max-width:860px}

@media(max-width:1100px){
  .site-footer .footer-top{grid-template-columns:1fr;gap:0;padding:34px 0 20px}
  .site-footer .footer-company{padding-bottom:24px}
  .site-footer.footer-accordion-ready .footer-column{border-top:1px solid #343a31}
  .site-footer.footer-accordion-ready .footer-column:last-child{border-bottom:1px solid #343a31}
  .site-footer.footer-accordion-ready .footer-column h2{margin:0}
  .site-footer.footer-accordion-ready .footer-accordion-toggle{min-height:56px;color:#fff;cursor:pointer}
  .site-footer.footer-accordion-ready .footer-accordion-chevron{display:block;width:10px;height:10px;flex:0 0 10px;border-right:2px solid #aeb5a9;border-bottom:2px solid #aeb5a9;transform:rotate(45deg) translate(-2px,-2px);transition:transform .22s ease,border-color .18s ease}
  .site-footer.footer-accordion-ready .footer-accordion-panel{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;transition:grid-template-rows .26s ease,opacity .18s ease,visibility 0s linear .26s}
  .site-footer.footer-accordion-ready .footer-accordion-panel-inner{min-height:0;overflow:hidden}
  .site-footer.footer-accordion-ready .footer-column.is-open .footer-accordion-panel{grid-template-rows:1fr;opacity:1;visibility:visible;transition-delay:0s}
  .site-footer.footer-accordion-ready .footer-column.is-open .footer-accordion-chevron{border-color:#fff;transform:rotate(225deg) translate(-2px,-2px)}
  .site-footer.footer-accordion-ready .footer-column ul{gap:7px;padding:0 0 18px}
}
@media(max-width:640px){
  .site-footer{margin-top:38px}
  .site-footer .footer-grid{padding:0 16px}
  .site-footer .footer-company>p{font-size:13px}
  .site-footer .footer-policy{display:grid;grid-template-columns:1fr;padding:15px 0;gap:0}
  .site-footer .footer-policy strong{margin:0 0 5px}
  .site-footer .footer-policy a,.site-footer .footer-cookie-settings{width:max-content;max-width:100%;min-height:38px}
  .site-footer .footer-bottom{grid-template-columns:1fr;gap:10px;padding:17px 0 92px}
}
@media(prefers-reduced-motion:reduce){
  .site-footer .footer-accordion-panel,.site-footer .footer-accordion-chevron{transition:none!important}
}
.legal-meta{margin-top:0!important;font-size:13px!important;font-weight:750;color:var(--came-blue)!important}
.legal-requisites{margin:0;border-top:1px solid var(--came-line)}
.legal-requisites>div{display:grid;grid-template-columns:minmax(170px,.45fr) minmax(0,1fr);gap:28px;padding:15px 0;border-bottom:1px solid var(--came-line)}
.legal-requisites dt{color:var(--came-muted)}
.legal-requisites dd{margin:0;font-weight:700;overflow-wrap:anywhere}

/* Commerce: cart, saved items and comparison use the canonical CAME catalog. */
[hidden]{display:none!important}
.commerce-icon{width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.site-header .commerce-header{display:flex;align-items:center;gap:3px;margin:0;padding:0;border:0}
.site-header .commerce-header a{position:relative;width:44px;height:44px;display:grid;place-items:center;color:#eef1e9;text-decoration:none;border:0;border-radius:2px}
.site-header .commerce-header a:hover,.site-header .commerce-header a:focus-visible{color:var(--came-accent);background:#1c201b}
.commerce-badge{position:absolute;right:2px;top:2px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:10px;background:var(--came-accent);color:#111;font:800 9px/1 Arial,sans-serif;font-variant-numeric:tabular-nums}
.product-card{position:relative}.product-card .product-bottom{align-items:stretch;flex-direction:column}.product-commerce-actions{width:100%;display:grid;grid-template-columns:44px 44px minmax(0,1fr);align-items:stretch;gap:6px}.product-card-action,.product-save-actions button{border:1px solid var(--came-line);background:rgba(255,255,255,.94);color:var(--came-ink);cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.product-card-action{width:44px;height:44px;padding:0;display:grid;place-items:center}.product-card-action:hover,.product-card-action:focus-visible,.product-card-action.is-active,.product-save-actions button.is-active{border-color:var(--came-blue);background:var(--came-blue);color:#fff}.product-commerce-actions .product-cart-button,.product-commerce-actions .inline-cart-stepper{width:100%;min-width:0}
.product-cart-button{min-height:42px;padding:8px 12px;border:1px solid var(--came-ink);background:var(--came-ink);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font:750 12px inherit;cursor:pointer;white-space:nowrap}.product-cart-button .commerce-icon{width:18px;height:18px}.product-cart-button:hover,.product-cart-button:focus-visible,.product-cart-button.is-active{border-color:var(--came-blue);background:var(--came-blue)}
.product-cart-primary{gap:10px}.product-cart-primary .commerce-icon{width:20px;height:20px}.product-cart-primary.is-active{background:var(--came-blue);color:#fff}
.product-cart-button[hidden],.product-cart-primary[hidden]{display:none!important}
.inline-cart-stepper{min-width:144px;min-height:44px;display:grid;grid-template-columns:44px minmax(56px,1fr) 44px;align-items:stretch;border:1px solid var(--came-blue);background:#fff;color:var(--came-ink)}.inline-cart-stepper[hidden]{display:none!important}.inline-cart-stepper button,.inline-cart-stepper a{min-width:44px;min-height:44px;border:0;display:flex;align-items:center;justify-content:center;color:inherit;background:#fff;text-decoration:none;cursor:pointer}.inline-cart-stepper button{font:800 20px/1 inherit}.inline-cart-stepper button:hover,.inline-cart-stepper button:focus-visible{background:#e8f1f7;color:var(--came-blue)}.inline-cart-stepper a{gap:4px;background:var(--came-blue);color:#fff}.inline-cart-stepper output{font:800 15px/1 inherit}.inline-cart-stepper a span{font-size:9px;text-transform:uppercase;letter-spacing:.05em}.inline-cart-stepper-primary{width:100%;min-height:48px;border-color:var(--came-accent);grid-template-columns:48px minmax(72px,1fr) 48px}.inline-cart-stepper-primary button,.inline-cart-stepper-primary a{min-height:48px}.inline-cart-stepper-primary button{background:var(--came-night);color:#fff}.inline-cart-stepper-primary a{background:var(--came-accent);color:var(--came-ink)}
.product-save-actions{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border-radius:6px;background:#edf1eb}.product-save-actions button{min-width:0;min-height:44px;padding:8px 10px;border:0;border-radius:4px;background:transparent;display:flex;align-items:center;justify-content:center;gap:7px;font:750 11px inherit;white-space:nowrap}.product-save-actions button:hover,.product-save-actions button:focus-visible{background:#fff;color:var(--came-blue)}.product-save-actions button.is-active{background:var(--came-blue);color:#fff}.product-save-actions .commerce-icon{width:18px;height:18px;flex:0 0 auto}

.commerce-page{min-height:70vh;background:linear-gradient(180deg,#eef2ed 0,#f7f8f5 420px)}
.commerce-hero{position:relative;max-width:var(--came-max);margin:auto;padding:66px 28px 58px;border-inline:1px solid var(--came-line);overflow:hidden}.commerce-hero:after{content:"";position:absolute;right:-80px;top:-140px;width:440px;height:440px;border:1px solid #cdd5ca;border-radius:50%;box-shadow:0 0 0 54px rgba(255,255,255,.25),0 0 0 108px rgba(255,255,255,.18);pointer-events:none}.commerce-hero .breadcrumbs{position:relative;z-index:1;margin:0 0 40px}.commerce-hero h1{position:relative;z-index:1;font-size:clamp(54px,7vw,104px);line-height:.88;letter-spacing:-.065em;margin:0 0 28px}.commerce-hero>p:last-child{position:relative;z-index:1;max-width:62ch;margin:0;color:var(--came-muted);font-size:18px;line-height:1.55}
.commerce-content,.commerce-layout,.commerce-rules{max-width:var(--came-max);margin:auto;padding-inline:28px}.commerce-content{padding-top:34px;padding-bottom:110px}.commerce-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:28px;padding-top:34px;padding-bottom:46px}.commerce-section-head{min-height:74px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:20px;border-bottom:1px solid var(--came-line)}.commerce-section-head>div{display:flex;flex-direction:column}.commerce-section-head h2,.cart-calculation h2{font-size:30px;line-height:1;margin:0}.commerce-section-head>a{font-size:13px;font-weight:750;color:var(--came-blue)}.commerce-clear{border:0;background:none;padding:8px 0;color:var(--came-muted);font:700 12px inherit;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.commerce-clear:hover{color:var(--came-blue)}
.commerce-layout>.commerce-content{width:auto;max-width:none;margin:0;padding:0}
.cart-lines{display:flex;flex-direction:column}.cart-line{display:grid;grid-template-columns:160px minmax(0,1fr) 210px;gap:24px;padding:22px 0;border-bottom:1px solid var(--came-line);background:#fff0}.cart-line-media{height:132px;padding:8px;display:grid;place-items:center;background:#fff}.cart-line-media img{width:100%;height:100%;object-fit:contain}.cart-line-copy{min-width:0}.cart-line-copy>span{font:10px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--came-muted)}.cart-line-copy h3{font-size:19px;line-height:1.2;margin:10px 0 8px}.cart-line-copy h3 a{text-decoration:none}.cart-line-copy p{font-size:13px;line-height:1.45;color:var(--came-muted);margin:0 0 14px}.cart-line-copy>button{border:0;background:none;padding:0;display:inline-flex;gap:7px;align-items:center;color:var(--came-blue);font:700 11px inherit;cursor:pointer}.cart-line-copy>button .commerce-icon{width:17px;height:17px}.cart-line-copy>button.is-active{color:var(--came-red)}
.cart-line-commerce{display:flex;align-items:flex-end;flex-direction:column;gap:10px;text-align:right}.cart-line-commerce>strong{font-size:17px}.cart-line-commerce>span{font-size:11px;color:var(--came-muted)}.cart-stepper{display:grid;grid-template-columns:42px 48px 42px;height:42px;border:1px solid var(--came-line);background:#fff}.cart-stepper button{border:0;background:none;font-size:19px;cursor:pointer}.cart-stepper input{min-width:0;width:48px;border:0;border-inline:1px solid var(--came-line);text-align:center;font:700 13px inherit;-moz-appearance:textfield}.cart-stepper input::-webkit-inner-spin-button{display:none}.cart-remove{margin-top:auto;border:0;background:none;padding:5px 0;display:inline-flex;align-items:center;gap:6px;color:var(--came-muted);font:700 11px inherit;cursor:pointer}.cart-remove .commerce-icon{width:17px;height:17px}.cart-remove:hover{color:#b42318}
.cart-calculation{position:sticky;top:104px;align-self:start;padding:28px;background:var(--came-night);color:#f5f6f1;border-top:4px solid var(--came-accent)}.cart-calculation h2{font-size:38px;margin:0 0 24px}.cart-calculation dl{margin:0;border-top:1px solid #343a31}.cart-calculation dl div{display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid #343a31;font-size:12px}.cart-calculation dt{color:#aeb5aa}.cart-calculation dd{margin:0;font-weight:750;text-align:right}.cart-grand-total{padding:22px 0;display:flex;flex-direction:column;border-bottom:1px solid #343a31}.cart-grand-total span{font-size:11px;color:#aeb5aa}.cart-grand-total strong{font-size:34px;line-height:1.1;margin-top:5px}.cart-grand-total small{color:var(--came-accent);margin-top:7px}.cart-delivery-note{display:flex;flex-direction:column;gap:4px;padding:17px 0}.cart-delivery-note strong{font-size:12px}.cart-delivery-note span{font-size:11px;line-height:1.4;color:#aeb5aa}.cart-checkout{width:100%;margin-top:4px}.cart-checkout[aria-disabled="true"]{opacity:.38;pointer-events:none}.cart-calculation>p{font-size:10px;line-height:1.5;color:#969d93;margin:18px 0 0}
.commerce-rules{display:grid;grid-template-columns:repeat(3,1fr);padding-bottom:96px}.commerce-rules article{padding:24px;border:1px solid var(--came-line);border-left:0;background:#fff}.commerce-rules article:first-child{border-left:1px solid var(--came-line)}.commerce-rules strong{font-size:14px}.commerce-rules p{font-size:12px;line-height:1.5;color:var(--came-muted);margin:9px 0 0}
.commerce-empty{grid-column:1/-1;min-height:300px;padding:48px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:#fff;border:1px solid var(--came-line)}.commerce-empty>strong{font-size:32px;line-height:1.05}.commerce-empty>p{max-width:52ch;color:var(--came-muted);line-height:1.5;margin:12px 0 24px}.commerce-error{padding:20px;background:#fff3f0;color:#7a271a}
.commerce-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding-top:22px}
.compare-workspace{padding-bottom:84px}.difference-switch{min-height:44px;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:750}.difference-switch input{width:18px;height:18px;accent-color:var(--came-blue)}.compare-table-wrap{margin-top:22px;overflow:auto;border:1px solid var(--came-line);background:#fff;scrollbar-color:var(--came-blue) #e6ebe3}.compare-table{width:100%;min-width:500px;border-collapse:collapse;table-layout:fixed;font-size:12px}.compare-table[data-product-count="1"]{width:min(100%,780px)}.compare-parameter-col{width:220px}.compare-product-col{width:auto}.compare-table caption{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.compare-table th,.compare-table td{padding:13px 15px;text-align:left;vertical-align:top;border-right:1px solid var(--came-line);border-bottom:1px solid var(--came-line)}.compare-table tbody th{position:sticky;left:0;z-index:1;background:#fff;color:var(--came-muted);font-weight:650}.compare-table thead th{position:static}.compare-table .compare-parameter-head{position:sticky;left:0;z-index:3;padding:24px 15px 18px;background:#fff;color:var(--came-muted);vertical-align:top}.compare-product-column{padding:0!important;background:#fff;color:var(--came-ink)}.compare-product-head{height:100%;min-height:306px;padding:14px;display:grid;grid-template-rows:150px minmax(76px,auto) auto;gap:12px;border-top:3px solid var(--came-blue);background:#fff}.compare-product-media{min-width:0;min-height:0;height:150px;overflow:hidden;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#f2f5f0)}.compare-product-media img{width:100%;height:100%;min-width:0;min-height:0;max-height:100%;padding:8px;object-fit:contain}.compare-product-copy{min-width:0;display:flex;flex-direction:column;gap:5px}.compare-product-copy>span{font:10px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--came-muted);overflow-wrap:anywhere}.compare-product-copy>strong{font-size:16px;line-height:1.2;overflow-wrap:anywhere}.compare-product-copy>strong a{text-decoration:none}.compare-product-copy>small{color:var(--came-blue);font-weight:750}.compare-product-actions{align-self:end;display:grid;grid-template-columns:minmax(132px,1fr) auto;gap:6px}.compare-product-actions button{min-height:44px;border:1px solid var(--came-line);padding:8px 10px;display:flex;align-items:center;justify-content:center;gap:6px;font:750 11px inherit;cursor:pointer;white-space:nowrap}.compare-cart-button{background:var(--came-ink);color:#fff}.compare-cart-button:hover,.compare-cart-button:focus-visible{border-color:var(--came-blue);background:var(--came-blue)}.compare-remove-button{background:#fff;color:var(--came-muted)}.compare-remove-button:hover,.compare-remove-button:focus-visible{border-color:#b42318;color:#b42318}.compare-product-actions .commerce-icon{width:17px;height:17px;flex:0 0 auto}.compare-product-actions .inline-cart-stepper{width:100%;min-width:132px}.compare-table tr.is-different td{background:#f3f8e8}.compare-table tr.is-different th{border-left:3px solid var(--came-blue);padding-left:12px}
.commerce-page[data-commerce-page="compare"] .commerce-hero{padding-top:36px;padding-bottom:30px}.commerce-page[data-commerce-page="compare"] .commerce-hero .breadcrumbs{margin-bottom:22px}.commerce-page[data-commerce-page="compare"] .commerce-hero h1{margin-bottom:0;font-size:clamp(44px,5vw,68px)}.commerce-page[data-commerce-page="compare"] .commerce-content{padding-top:24px}
.request-cart-review{margin-bottom:24px;padding:18px;border:1px solid #b8c2b5;background:#f1f5ed}.request-cart-review>div{display:flex;justify-content:space-between;gap:18px}.request-cart-review>div span{color:var(--came-blue);font:10px ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase}.request-cart-review ul{list-style:none;padding:0;margin:14px 0;border-top:1px solid #cbd3c7}.request-cart-review li{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid #cbd3c7;font-size:11px}.request-cart-review li span{min-width:0;overflow-wrap:anywhere}.request-cart-review li b{white-space:nowrap}.request-cart-review>a{font-size:11px;font-weight:750;color:var(--came-blue)}
.request-form .optional-field{margin-left:6px;color:var(--came-muted);font-size:11px;font-weight:500}.request-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.request-form input[aria-invalid="true"],.request-form textarea[aria-invalid="true"]{border-color:#b42318;outline:3px solid rgba(180,35,24,.13);outline-offset:0}.request-consents{min-width:0;margin:24px 0 20px;padding:17px 18px 10px;border:1px solid var(--came-line);background:#f6f8f4}.request-consents legend{padding:0 7px;font-size:12px;font-weight:800}.request-form .consent{display:flex;align-items:flex-start;gap:10px;line-height:1.45}.request-form .consent input{flex:0 0 auto;width:20px;height:20px;margin:0}.request-form .consent span{padding-top:1px}.request-form .consent a{color:var(--came-blue);text-underline-offset:3px}.request-form .consent-optional{color:var(--came-muted)}.request-form button[type="submit"]{min-height:50px}.request-form button[type="submit"]:disabled{cursor:wait;opacity:.68;transform:none}.form-status{min-height:24px;margin:14px 0 0;font-size:13px;line-height:1.45}.form-status[data-state="success"]{padding:14px 16px;border-left:3px solid #27734f;background:#edf6f0;color:#174a34;font-weight:700}.form-status[data-state="error"]{padding:14px 16px;border-left:3px solid #b42318;background:#fff1ef;color:#7b1f18}.form-status a{font-weight:750;text-underline-offset:3px}
.commerce-toast{position:fixed;z-index:30;right:24px;bottom:24px;max-width:min(430px,calc(100vw - 32px));min-height:52px;padding:12px 14px 12px 18px;display:flex;align-items:center;gap:18px;background:var(--came-night);color:#fff;border-left:4px solid var(--came-accent);box-shadow:0 18px 48px rgba(0,0,0,.28);font-size:13px}.commerce-toast button{margin-left:auto;min-height:36px;border:1px solid var(--came-accent);background:transparent;color:var(--came-accent);padding:7px 10px;font-weight:750;cursor:pointer}
.mobile-commerce-nav{display:none}

@media(min-width:821px) and (max-width:1280px){
  .site-header .commerce-header,.site-header.menu-open .commerce-header{display:flex}
}
@media(max-width:900px){
  .commerce-layout{grid-template-columns:1fr}.cart-calculation{position:static}.commerce-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
  body{padding-bottom:calc(68px + env(safe-area-inset-bottom))}.site-header .commerce-header,.site-header.menu-open .commerce-header{display:none}.site-footer{margin-bottom:0}.mobile-commerce-nav{position:fixed;z-index:15;left:0;right:0;bottom:0;height:calc(68px + env(safe-area-inset-bottom));padding:5px 4px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:rgba(18,21,18,.97);border-top:1px solid #3b4237;backdrop-filter:blur(14px)}.mobile-commerce-nav a{position:relative;min-width:0;min-height:58px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;color:#c4cac0;text-decoration:none;font-size:9px;font-weight:700}.mobile-commerce-nav a[aria-current="page"]{color:var(--came-accent)}.mobile-commerce-nav a[aria-current="page"]:before{content:"";position:absolute;top:-5px;width:32px;height:2px;background:var(--came-accent)}.mobile-commerce-nav .commerce-icon{width:22px;height:22px}.mobile-commerce-nav .commerce-badge{right:calc(50% - 24px);top:1px}.commerce-toast{right:12px;bottom:calc(80px + env(safe-area-inset-bottom))}.cookie-consent{bottom:calc(82px + env(safe-area-inset-bottom))}
  .commerce-hero{padding-top:44px}.commerce-layout,.commerce-content,.commerce-rules{padding-inline:16px}.commerce-rules{grid-template-columns:1fr}.commerce-rules article{border-left:1px solid var(--came-line);border-top:0}.commerce-rules article:first-child{border-top:1px solid var(--came-line)}
}
@media(max-width:640px){
  .product-bottom>strong{font-size:15px}.product-cart-button{min-width:122px;min-height:44px}.inline-cart-stepper{min-width:132px}.product-commerce-actions .inline-cart-stepper:not([hidden]){grid-column:1/-1}.product-save-actions button{font-size:10px}
  .commerce-hero{padding:36px 16px 42px;border-inline:0}.commerce-hero:after{right:-210px;top:-210px}.commerce-hero .breadcrumbs{margin-bottom:34px}.commerce-hero h1{font-size:56px;margin-block:14px 20px}.commerce-hero>p:last-child{font-size:15px}.commerce-content{padding-top:20px;padding-bottom:78px}.commerce-layout{padding-top:20px}.commerce-section-head{min-height:64px}.commerce-section-head h2{font-size:25px}.cart-line{grid-template-columns:104px minmax(0,1fr);gap:14px;padding:18px 0}.cart-line-media{height:100px}.cart-line-copy h3{font-size:16px;margin-top:7px}.cart-line-copy p{display:none}.cart-line-commerce{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;text-align:left;padding-left:118px}.cart-line-commerce>strong{grid-column:1}.cart-stepper{grid-column:2;grid-row:1 / span 2}.cart-line-commerce>span{grid-column:1}.cart-remove{grid-column:1/-1;justify-self:end;margin-top:0}.cart-calculation{padding:24px 20px}.cart-calculation h2{font-size:34px}.commerce-empty{min-height:260px;padding:30px 22px}.commerce-empty>strong{font-size:27px}.commerce-product-grid{grid-template-columns:1fr}.compare-table{min-width:328px}.compare-table[data-product-count="1"]{min-width:328px}.compare-table[data-product-count="2"]{min-width:552px}.compare-table[data-product-count="3"]{min-width:776px}.compare-table[data-product-count="4"]{min-width:1000px}.compare-parameter-col{width:104px}.compare-product-col{width:224px}.compare-table .compare-parameter-head,.compare-table tbody th{padding-inline:10px}.compare-product-head{min-height:286px;grid-template-rows:132px minmax(72px,auto) auto;padding:10px}.compare-product-media{height:132px}.compare-product-actions{grid-template-columns:1fr}.compare-product-actions .compare-remove-button{min-height:44px}.compare-product-actions .inline-cart-stepper{min-width:132px}.difference-switch{font-size:11px}.commerce-page[data-commerce-page="compare"] .commerce-hero{padding:26px 16px 22px}.commerce-page[data-commerce-page="compare"] .commerce-hero .breadcrumbs{margin-bottom:18px}.commerce-page[data-commerce-page="compare"] .commerce-hero h1{font-size:42px}.commerce-page[data-commerce-page="compare"] .commerce-content{padding-top:16px}.request-cart-review li{display:grid;grid-template-columns:1fr auto}.commerce-toast{left:12px;max-width:none}.commerce-toast span{line-height:1.35}
}
@media(prefers-reduced-motion:reduce){.product-card-action,.product-save-actions button,.menu,.menu-icon>span{transition:none}.site-header.menu-open #primaryNav{animation:none}.mobile-commerce-nav{backdrop-filter:none}}

/* Catalog density: faster scanning without removing product facts. */
.catalog-page{--catalog-content:1500px;background:linear-gradient(180deg,#f6f8f4 0,#fbfcf8 430px)}
.catalog-page .catalog-hero-visual{max-width:var(--catalog-content);grid-template-columns:minmax(0,1.04fr) minmax(460px,.96fr);gap:30px;align-items:center;padding:26px 24px 20px}
.catalog-page .catalog-hero .breadcrumbs{margin:0 0 14px}
.catalog-page .catalog-hero h1{max-width:16ch;margin:0 0 12px;font-size:48px;line-height:1;letter-spacing:-.045em}
.catalog-page .catalog-search{max-width:700px;margin-top:12px;color:var(--came-muted)}
.catalog-page .catalog-search input{min-height:50px;margin-top:0;padding:13px 48px 13px 15px;border-color:#cbd1c8;border-radius:2px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230069b4' stroke-width='1.8'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='m16 16 4 4'/%3E%3C/svg%3E") no-repeat right 15px center;font-size:15px}
.catalog-page .catalog-equipment-hero{height:210px;border-color:#cfd5cc;background:#fff}
.catalog-page .catalog-equipment-hero>a{padding:14px;background:linear-gradient(160deg,#fff 0,#f2f5f0 100%)}
.catalog-page .catalog-equipment-hero>a:hover img,.catalog-page .catalog-equipment-hero>a:focus-visible img{transform:scale(1.035)}
.catalog-page .catalog-equipment-hero img{transition:transform .24s ease}

.catalog-page .catalog-directory{max-width:var(--catalog-content);padding:8px 24px 28px}
.catalog-page .catalog-directory-head{align-items:center;padding-bottom:10px}
.catalog-page .catalog-directory-head h2{margin:0;font-size:28px;line-height:1.05}
.catalog-page .catalog-route-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding-top:10px}
.catalog-page .catalog-route-card{overflow:hidden}
.catalog-page .catalog-route-head{min-height:104px;grid-template-columns:92px minmax(0,1fr) 18px;gap:13px;padding:10px 13px 10px 10px}
.catalog-route-media{width:92px;height:82px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#fff,#eef1ec)}
.catalog-route-media img{width:100%;height:100%;padding:7px;object-fit:contain;transition:transform .22s ease}
.catalog-route-head:hover .catalog-route-media img,.catalog-route-head:focus-visible .catalog-route-media img{transform:scale(1.06)}
.catalog-page .catalog-route-head>span:not(.came-pictogram):not(.catalog-route-media){gap:0}
.catalog-page .catalog-route-head strong{font-size:16px;line-height:1.16;overflow-wrap:anywhere}
.catalog-page .catalog-route-head>b{font-size:18px}
.catalog-page .catalog-route-card nav{padding:8px;gap:4px}
.catalog-page .catalog-route-card nav a{min-height:46px;grid-template-columns:30px minmax(0,1fr);gap:7px;padding:6px;font-size:11px}
.catalog-page .catalog-subcategory-icon{width:30px;height:30px}
.catalog-page .catalog-subcategory-icon svg{width:17px;height:17px}

.catalog-subcategory-nav{max-width:var(--catalog-content);margin:0 auto 14px;padding:10px 24px;display:flex;gap:7px;overflow-x:auto;border-block:1px solid var(--came-line);scrollbar-width:thin}
.catalog-subcategory-nav a{flex:0 0 auto;min-height:44px;padding:7px 12px;display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--came-line);text-decoration:none;font-size:12px;font-weight:700;white-space:nowrap}
.catalog-subcategory-nav a:hover,.catalog-subcategory-nav a:focus-visible,.catalog-subcategory-nav a.active{border-color:var(--came-blue);color:var(--came-blue);background:#f5f9fc}
.catalog-subcategory-nav a:first-child{padding-inline:18px}
.catalog-subcategory-nav .catalog-subcategory-icon{width:28px;height:28px}
.catalog-subcategory-nav .catalog-subcategory-icon svg{width:16px;height:16px}
.catalog-page .catalog-layout{max-width:var(--catalog-content);grid-template-columns:220px minmax(0,1fr);gap:24px;padding:0 24px 88px}
.catalog-page .catalog-layout aside{top:88px;padding:15px;background:#fff;border:1px solid var(--came-line)}
.catalog-page .catalog-layout aside strong{padding:0 0 11px;font-size:13px}
.catalog-page .catalog-layout aside a{padding:9px 2px;font-size:11px;line-height:1.3}
.catalog-page .catalog-layout aside a.active{color:var(--came-blue);font-weight:750}
.catalog-page .catalog-toolbar{min-height:36px;margin-bottom:10px;font-size:11px}
.catalog-page .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.catalog-page .product-card{border-color:var(--came-line);box-shadow:none}
.catalog-page .product-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(18,24,18,.08)}
.catalog-page .product-image{aspect-ratio:1.32;padding:12px;background:linear-gradient(145deg,#fff,#f5f6f3)}
.catalog-page .product-copy{padding:14px}
.catalog-page .article{font-size:9px;letter-spacing:.035em}
.catalog-page .product-card h3{margin:7px 0 8px;font-size:16px;line-height:1.2}
.catalog-page .product-card p{display:-webkit-box;min-height:37px;margin:0 0 10px;overflow:hidden;color:#697068;font-size:12px;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.product-card-specs{width:100%;margin:0 0 14px;border-top:1px solid var(--came-line)}
.product-card-specs div{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:8px;padding:7px 0;border-bottom:1px solid var(--came-line);font-size:10px;line-height:1.25}
.product-card-specs dt{min-width:0;color:var(--came-muted);overflow-wrap:anywhere}
.product-card-specs dd{min-width:0;margin:0;font-weight:700;text-align:right;overflow-wrap:anywhere}
.catalog-page .product-bottom{gap:8px}
.catalog-page .product-bottom>strong{font-size:14px;line-height:1.1}
.catalog-page .product-cart-button{min-height:44px;padding:7px 9px;font-size:10px}
.catalog-page .product-cart-button .commerce-icon{width:16px;height:16px}
.catalog-page .product-card-action .commerce-icon{width:19px;height:19px}

@media(max-width:1240px){
  .catalog-page .catalog-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .catalog-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(min-width:1540px){
  .catalog-page .catalog-route-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
}
@media(max-width:1024px){
  .catalog-page .catalog-hero-visual{grid-template-columns:minmax(0,1fr) minmax(340px,.85fr);gap:24px}
  .catalog-page .catalog-layout{grid-template-columns:1fr}
  .catalog-page .catalog-layout aside{position:static}
}
@media(max-width:820px){
  .catalog-page .catalog-hero-visual{grid-template-columns:1fr;padding-top:22px}
  .catalog-page .catalog-equipment-hero{height:180px}
  .catalog-page .catalog-directory{padding-top:4px}
  .catalog-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .catalog-page .catalog-hero-visual{gap:18px;padding:22px 16px 20px}
  .catalog-page .catalog-hero h1{font-size:34px;line-height:1}
  .catalog-page .catalog-search{margin-top:12px}
  .catalog-page .catalog-search input{min-height:48px}
  .catalog-page .catalog-equipment-hero{height:142px}
  .catalog-page .catalog-directory{padding:4px 16px 24px}
  .catalog-page .catalog-directory-head{align-items:flex-start;gap:10px}
  .catalog-page .catalog-directory-head h2{font-size:24px}
  .catalog-page .catalog-route-grid{grid-template-columns:1fr;gap:7px}
  .catalog-page .catalog-route-head{min-height:90px;grid-template-columns:78px minmax(0,1fr) 18px;padding:6px 11px 6px 6px}
  .catalog-route-media{width:78px;height:76px}
  .catalog-page .catalog-route-head strong{font-size:15px}
  .catalog-subcategory-nav{margin-bottom:10px;padding:8px 16px}
  .catalog-subcategory-nav a{min-height:44px;font-size:11px}
  .catalog-page .catalog-layout{padding:0 16px 72px}
  .catalog-page .product-grid{grid-template-columns:1fr;gap:8px}
  .catalog-page .product-card{display:grid;grid-template-columns:124px minmax(0,1fr);align-items:stretch}
  .catalog-page .product-image{min-height:190px;aspect-ratio:auto;padding:8px}
  .catalog-page .product-copy{padding:13px 12px}
  .catalog-page .product-card h3{font-size:15px}
  .catalog-page .product-card p{min-height:0;font-size:11px;-webkit-line-clamp:2}
  .catalog-page .product-bottom{align-items:stretch;flex-direction:column}
  .catalog-page .product-bottom>strong{align-self:flex-start}
  .catalog-page .product-cart-button{width:100%;min-width:0;min-height:44px}
  .catalog-page .inline-cart-stepper{width:100%}
  .product-card-specs div{font-size:9px}
}
@media(prefers-reduced-motion:reduce){
  .catalog-page .catalog-equipment-hero img,.catalog-route-media img{transition:none}
  .catalog-page .catalog-equipment-hero>a:hover img,.catalog-page .catalog-equipment-hero>a:focus-visible img,.catalog-route-head:hover .catalog-route-media img,.catalog-route-head:focus-visible .catalog-route-media img{transform:none}
}

/* Catalog decision path: section first, then only relevant characteristics. */
.catalog-page{--catalog-content:1500px;background:#fbfcf8}
.catalog-page .catalog-hero-compact{display:block;max-width:var(--catalog-content);min-height:0;margin:0 auto;padding:30px 24px 18px}
.catalog-page .catalog-hero-compact .breadcrumbs{margin:0 0 10px}
.catalog-page .catalog-hero-compact h1{max-width:none;margin:0 0 10px;font-size:clamp(34px,3.4vw,50px);line-height:1;letter-spacing:-.045em}
.catalog-page .catalog-seo-intro{max-width:840px;margin:0 0 16px;color:#4f574f;font-size:15px;line-height:1.48}
.catalog-entry-tools{display:grid;grid-template-columns:minmax(250px,320px) minmax(320px,720px);gap:10px;align-items:end}
.catalog-entry-tools-root{max-width:1040px}
.catalog-page .catalog-entry-tools>.catalog-search:only-child{grid-column:1/-1;width:min(100%,720px)}
.catalog-scope-control{display:grid;gap:6px;color:#555e55;font-size:11px;font-weight:750;letter-spacing:.035em;text-transform:uppercase}
.catalog-scope-control select,.catalog-filter-select select{width:100%;min-height:50px;padding:0 40px 0 13px;border:1px solid #c9cfc6;border-radius:2px;background:#fff;color:#111;font:inherit;text-transform:none;letter-spacing:0}
.catalog-page .catalog-entry-tools .catalog-search{max-width:none;margin:0}
.catalog-page .catalog-entry-tools .catalog-search input{width:100%;min-height:50px}
.catalog-search-control{position:relative;min-width:0}
.catalog-search-control .catalog-search{display:block}
.catalog-search-results{position:absolute;z-index:9;left:0;right:0;top:calc(100% + 6px)}
.catalog-page .catalog-hero .catalog-root-hint{max-width:none;margin:12px 0 0;color:#687067;font-size:12px;line-height:1.4}

.catalog-page .catalog-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:20px;max-width:var(--catalog-content);margin:0 auto;padding:8px 24px 80px}
.catalog-page .catalog-layout-root{grid-template-columns:1fr;padding-top:0;padding-bottom:24px}
.catalog-page .catalog-layout-root .catalog-results{min-height:0}
.catalog-filter-panel{position:relative;align-self:start;min-width:0}
.catalog-page .catalog-layout .catalog-filter-panel{position:sticky;top:88px;padding:0;background:#fff;border:1px solid #d8ddd5}
.catalog-filter-panel form{min-width:0}
.catalog-filter-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px;border-bottom:1px solid #d8ddd5}
.catalog-page .catalog-layout .catalog-filter-head strong{padding:0;font-size:16px}
.catalog-filter-head>span{display:flex;align-items:center;gap:14px}.catalog-filter-head button{min-height:38px;padding:0;border:0;background:transparent;color:#0069b4;font-size:12px;font-weight:750;cursor:pointer}.catalog-filter-close{display:none;width:44px;height:44px;min-height:44px!important;font-size:28px!important;font-weight:400!important;line-height:1}
.catalog-filter-panel .catalog-scope-control{padding:14px 16px;border-bottom:1px solid #d8ddd5}
.catalog-filter-panel .catalog-scope-control select{min-height:46px}
.catalog-filter-group{border-bottom:1px solid #d8ddd5}
.catalog-filter-group summary{min-height:48px;padding:14px 42px 12px 16px;display:flex;align-items:center;position:relative;color:#151915;font-size:13px;font-weight:780;line-height:1.25;cursor:pointer;list-style:none}
.catalog-filter-group summary::-webkit-details-marker{display:none}
.catalog-filter-group summary::after{content:"+";position:absolute;right:16px;top:50%;translate:0 -50%;color:#0069b4;font-size:18px;font-weight:500}
.catalog-filter-group[open] summary::after{content:"−"}
.catalog-filter-group summary:focus-visible{outline:2px solid #0069b4;outline-offset:-3px}
.catalog-filter-options{display:grid;gap:0;max-height:260px;overflow:auto;padding:0 10px 12px}
.catalog-filter-option{display:grid;grid-template-columns:20px minmax(0,1fr);gap:9px;align-items:start;min-height:42px;padding:9px 6px;color:#303630;font-size:12px;line-height:1.25;cursor:pointer}
.catalog-filter-option:hover{background:#f2f5f0}
.catalog-filter-option input{width:18px;height:18px;margin:0;accent-color:#0069b4}
.catalog-filter-option span{padding-top:2px;overflow-wrap:anywhere}
.catalog-filter-select{display:block;padding:0 16px 14px}
.catalog-filter-select select{min-height:44px;font-size:12px}
.catalog-range-inputs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 16px 8px}
.catalog-range-inputs label{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:6px;min-width:0;padding:0 9px;border:1px solid #c9cfc6;background:#fff;color:#697169;font-size:11px}
.catalog-range-inputs input{width:100%;min-width:0;height:42px;padding:0;border:0;background:transparent;font-size:12px;font-weight:700;outline:0}
.catalog-range-inputs label:focus-within{border-color:#0069b4;box-shadow:0 0 0 1px #0069b4}
.catalog-filter-group>small{display:block;padding:0 16px 12px;color:#737b73;font-size:10px}
.catalog-filter-apply{display:none;width:calc(100% - 32px);min-height:48px;margin:14px 16px 16px;border:0;background:#0069b4;color:#fff;font-size:13px;font-weight:800;cursor:pointer}

.catalog-results{min-width:0}
.catalog-page .catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:46px;margin:0 0 10px;padding:0 2px;color:#505850;font-size:12px;font-weight:700}
.catalog-page .filter-toggle{display:none;min-height:44px;padding:0 14px;border:1px solid #0069b4;background:#fff;color:#0069b4;font-size:12px;font-weight:800;align-items:center;gap:8px}.catalog-page .filter-toggle b{min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border-radius:10px;background:#0069b4;color:#fff;font-size:10px}.catalog-page .filter-toggle b[hidden]{display:none}
.catalog-page .filter-toggle:focus-visible{outline:2px solid #0069b4;outline-offset:2px}
.catalog-page .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.catalog-page .load-more{display:block;min-width:190px;min-height:48px;margin:24px auto 0;border:1px solid #0069b4;background:#fff;color:#0069b4;font-weight:800;cursor:pointer}
.catalog-page .load-more[hidden]{display:none}
.catalog-page .empty{margin:24px 0;padding:22px;background:#f1f4ef;color:#4f574f}

@media(max-width:1240px){
  .catalog-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:1024px){
  .catalog-page .catalog-layout{grid-template-columns:1fr}
  .catalog-page .catalog-layout .catalog-filter-panel{display:none;position:fixed;z-index:14;left:0;top:76px;bottom:calc(68px + env(safe-area-inset-bottom));width:min(430px,100vw);overflow:auto;overscroll-behavior:contain;border:0;border-right:1px solid #bfc6bc;box-shadow:18px 0 60px rgba(5,10,6,.24)}
  .catalog-page .catalog-layout.filters-open:before{content:"";position:fixed;z-index:13;inset:76px 0 calc(68px + env(safe-area-inset-bottom));background:rgba(7,11,8,.48)}
  .catalog-page .catalog-layout.filters-open .catalog-filter-panel{display:block}
  .catalog-filter-panel form{min-height:100%;padding-bottom:0;background:#fff}
  .catalog-filter-head{position:sticky;z-index:2;top:0;background:#fff}
  .catalog-filter-close{display:block}
  .catalog-page .filter-toggle{display:inline-flex;align-items:center}
  .catalog-filter-panel form{padding-bottom:56px}.catalog-filter-apply{position:fixed;z-index:15;left:0;bottom:calc(68px + env(safe-area-inset-bottom));display:block;width:min(430px,100vw);min-height:56px;margin:0;border-top:1px solid #d8ddd5}
  body.catalog-filters-open{overflow:hidden;touch-action:none}
}
@media(max-width:820px){
  .catalog-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .catalog-page .catalog-hero-compact{padding:22px 16px 12px}
  .catalog-page .catalog-hero-compact h1{margin-bottom:9px;font-size:34px}
  .catalog-page .catalog-seo-intro{margin-bottom:12px;font-size:13px;line-height:1.45}
  .catalog-entry-tools{grid-template-columns:1fr;gap:8px}
  .catalog-page .catalog-layout{padding:6px 16px 70px}
  .catalog-page .catalog-toolbar{position:sticky;top:64px;z-index:4;margin-inline:-2px;padding:7px 2px;background:#fbfcf8}
  .catalog-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .catalog-page .catalog-layout .catalog-filter-panel{top:66px;width:100vw;border-right:0}
  .catalog-page .catalog-layout.filters-open:before{inset:66px 0 calc(68px + env(safe-area-inset-bottom))}
  .catalog-page .catalog-root-hero{padding-bottom:24px}
  .catalog-root-hint{line-height:1.4}
  .catalog-search-results{position:relative;top:6px;max-height:56svh}
  .catalog-filter-apply{width:100vw}
}
@media(max-width:560px){
  .catalog-page .product-grid{grid-template-columns:1fr}
  .catalog-page .product-card{grid-template-columns:118px minmax(0,1fr)}
  .catalog-page .product-image{min-height:156px}
  .catalog-page .product-card-specs{display:none}
  .catalog-page .product-copy{padding:11px 10px}
  .catalog-page .product-commerce-actions{grid-template-columns:44px 44px minmax(0,1fr);gap:5px}
}
@media(prefers-reduced-motion:reduce){
  .catalog-page .product-card{transition:none}
}

/* Knowledge base: compact editorial routes built from one canonical source. */
.knowledge-page .page-hero{padding-top:52px;padding-bottom:24px}
.knowledge-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding-top:0}
.knowledge-card{display:grid;grid-template-columns:minmax(180px,38%) minmax(0,1fr);min-width:0;overflow:hidden;color:inherit;text-decoration:none;background:#f4f6f2;border-radius:18px;transition:transform .22s ease,background-color .22s ease}
.knowledge-card:hover,.knowledge-card:focus-visible{transform:translateY(-3px);background:#edf2e9}
.knowledge-card:focus-visible{outline:3px solid #13775e;outline-offset:3px}
.knowledge-card figure{min-height:100%;margin:0;background:#fff}
.knowledge-card img{width:100%;height:100%;min-height:280px;padding:20px;object-fit:contain}
.knowledge-card>div{display:flex;flex-direction:column;min-width:0;padding:clamp(22px,3vw,38px)}
.knowledge-card h2{margin:0 0 12px;font-size:clamp(22px,2.1vw,34px);line-height:1.06}
.knowledge-card p{margin:0 0 24px;color:var(--came-muted);line-height:1.5}
.knowledge-card span{margin-top:auto;color:#075c49;font-weight:750}
@media(max-width:960px){.knowledge-grid{grid-template-columns:1fr}.knowledge-card{grid-template-columns:minmax(160px,34%) minmax(0,1fr)}}
@media(max-width:620px){.knowledge-page .page-hero{padding-top:36px;padding-bottom:12px}.knowledge-card{grid-template-columns:1fr}.knowledge-card figure{aspect-ratio:16/9}.knowledge-card img{min-height:0;padding:14px}.knowledge-card>div{padding:22px}}
@media(prefers-reduced-motion:reduce){.knowledge-card{transition:none}}

/* Readable typography contract: fixed steps, compact sections, no viewport-sized text. */
.road-hero h1{font-size:60px;line-height:.98;letter-spacing:-.045em}
.page-hero h1,.catalog-hero h1,.commerce-hero h1{font-size:52px;line-height:1;letter-spacing:-.04em;overflow-wrap:anywhere}
.section h2,.section-heading h2,.engineering-statement h2,.project-cta h2{font-size:40px;line-height:1.08;letter-spacing:-.032em;overflow-wrap:anywhere}
.product-body.product-section article h2,.product-body.product-section aside h2,.product-section>h2{font-size:40px;line-height:1.08;letter-spacing:-.032em;overflow-wrap:anywhere}
.route-card h3{font-size:34px;line-height:1.05}
.product-info h1{font-size:46px;line-height:1.06;overflow-wrap:anywhere}
.knowledge-card h2{font-size:28px;line-height:1.1}
.commerce-hero{padding-top:52px;padding-bottom:46px}
.commerce-hero h1{margin-bottom:20px}

@media(min-width:821px) and (max-width:1180px){
  .expert-hero{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);min-height:540px}
  .expert-hero-copy{min-height:0;padding:44px 36px}
  .expert-hero h1{font-size:50px}
  .expert-hero figure{min-height:540px;max-height:none}
  .expert-layout{grid-template-columns:210px minmax(0,720px);gap:48px;padding-top:60px}
  .expert-intro{font-size:23px;margin-bottom:50px}
  .expert-section h2{font-size:34px}
  .road-hero h1{font-size:50px}
  .page-hero h1,.catalog-hero h1,.commerce-hero h1{font-size:48px}
  .section h2,.section-heading h2,.engineering-statement h2,.project-cta h2{font-size:38px}
  .product-body.product-section article h2,.product-body.product-section aside h2,.product-section>h2{font-size:38px}
  .route-card h3{font-size:31px}
  .product-info h1{font-size:42px}
}

@media(max-width:820px){
  .expert-hero-copy{min-height:0;padding:38px 24px 36px}
  .expert-hero h1{font-size:42px;line-height:1}
  .expert-hero-copy>p:not(.breadcrumbs){font-size:16px;line-height:1.5}
  .expert-hero figure{min-height:380px;max-height:450px}
  .expert-intro{font-size:21px;margin-bottom:44px}
  .expert-section{padding:38px 0}
  .expert-section h2{font-size:32px}
  .expert-related h2{font-size:34px}
  .road-hero h1{font-size:42px}
  .page-hero h1,.catalog-hero h1,.commerce-hero h1{font-size:40px}
  .section h2,.section-heading h2,.engineering-statement h2,.project-cta h2{font-size:34px}
  .product-body.product-section article h2,.product-body.product-section aside h2,.product-section>h2{font-size:34px}
  .route-card h3{font-size:29px}
  .product-info h1{font-size:38px}
  .knowledge-card h2{font-size:26px}
}

@media(max-width:640px){
  .expert-hero-copy{padding:32px 20px 30px}
  .expert-hero h1{max-width:14ch;font-size:36px;letter-spacing:-.035em;margin-bottom:17px}
  .expert-hero-copy .hero-actions{width:100%;align-items:stretch}
  .expert-hero-copy .hero-actions .btn{width:100%}
  .expert-intro{font-size:20px;line-height:1.4;margin-bottom:38px}
  .expert-section-heading{grid-template-columns:42px minmax(0,1fr);gap:12px;margin-bottom:17px}
  .expert-section-heading .expert-section-icon{width:42px;height:42px}
  .expert-section h2{font-size:28px;line-height:1.12}
  .expert-related h2{font-size:30px}
  .expert-related-grid a{min-height:220px}
  .road-hero h1{font-size:36px}
  .page-hero h1,.catalog-hero h1,.commerce-hero h1{font-size:36px}
  .section h2,.section-heading h2,.engineering-statement h2,.project-cta h2{font-size:30px}
  .product-body.product-section article h2,.product-body.product-section aside h2,.product-section>h2{font-size:30px}
  .route-card h3{font-size:27px}
  .product-info h1{font-size:34px}
  .knowledge-card h2{font-size:24px}
  .commerce-hero{padding-top:32px;padding-bottom:34px}
}

@media(prefers-reduced-motion:reduce){
  .expert-related-grid figure img{transition:none}
  .expert-related-grid a:hover figure img{transform:none}
}

@media(max-width:640px){
  .request-consents{padding:15px 14px 8px}
  .legal-requisites>div{grid-template-columns:1fr;gap:5px}
}

/* Enterprise header: separate trust/contact information from primary navigation. */
.site-header{height:108px;background:#0f120f;border-bottom:1px solid #30362e;box-shadow:0 7px 24px rgba(5,8,6,.1)}
.header-utility{height:32px;border-bottom:1px solid #2b302a;background:#0a0d0b;color:#b8beb4}
.header-utility-inner{width:100%;max-width:var(--came-max);height:100%;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.header-status{display:flex;align-items:center;gap:9px;min-width:0;font-size:11px;font-weight:700;letter-spacing:.018em;white-space:nowrap}
.header-status-mark{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:var(--came-accent);box-shadow:0 0 0 3px rgba(217,255,71,.1)}
.header-status a{color:#f2f4ef;text-decoration:none;border-left:1px solid #343a31;padding-left:10px}
.header-status a:hover,.header-status a:focus-visible{color:var(--came-accent)}
.site-header .header-utility-links{display:flex;align-items:center;justify-content:flex-end;gap:20px;margin:0}
.site-header .header-utility-links a{color:#bcc2b8;font-size:11px;font-weight:650;line-height:1;text-decoration:none;white-space:nowrap}
.site-header .header-utility-links a:nth-last-child(-n+2){color:#f1f3ef;font-variant-numeric:tabular-nums}
.site-header .header-utility-links a:hover,.site-header .header-utility-links a:focus-visible{color:var(--came-accent)}
.site-header .nav-wrap{height:75px;max-width:var(--came-max);padding-inline:24px;gap:0}
.site-header .brand-lockup{height:75px;gap:16px;margin:0 28px 0 0;padding:0;border:0}
.site-header .competence-brand{min-height:44px}
.site-header .competence-brand img{width:144px}
.site-header .brand-divider{width:1px;height:30px;background:#3a4037}
.site-header .came-logo-shell{min-width:116px;min-height:40px;padding:5px 9px;border:1px solid #d9ddd5;border-radius:2px;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.1)}
.site-header .came-logo{width:94px;height:25px}
.site-header #primaryNav{height:75px;gap:28px;margin:0 auto 0 0}
.site-header #primaryNav>a{position:relative;height:75px;min-height:75px;padding:0;color:#edf0ea;font-size:13px;font-weight:680;letter-spacing:.005em;transition:color .18s ease,box-shadow .18s ease}
.site-header #primaryNav>a:hover,.site-header #primaryNav>a:focus-visible,.site-header #primaryNav>a[aria-current="page"]{color:#fff;box-shadow:inset 0 -2px var(--came-accent)}
.site-header #primaryNav>.nav-contact{display:none}
.site-header .header-catalog-menu{height:75px;display:flex;align-items:center}
.site-header .header-catalog-menu>summary{height:75px;min-height:75px;padding:0;color:#edf0ea;font-size:13px;font-weight:680;transition:color .18s ease,box-shadow .18s ease}
.site-header .header-catalog-menu>summary:hover,.site-header .header-catalog-menu>summary:focus-visible,.site-header .header-catalog-menu[open]>summary,.site-header .header-catalog-menu.is-current>summary{color:#fff;box-shadow:inset 0 -2px var(--came-accent)}
.site-header .header-actions{height:75px;flex:0 0 auto;margin:0 0 0 22px;padding:0;border:0;gap:5px}
.site-header .header-contacts{display:none}
.site-header .search-open{width:44px;height:44px;border-radius:3px;color:#f1f3ee}
.site-header .search-open:hover,.site-header .search-open:focus-visible,.site-header .search-open[aria-expanded="true"]{background:#242923;color:var(--came-accent)}
.site-header .commerce-header{height:44px;gap:0;margin:0 3px}
.site-header .commerce-header a{width:42px;height:44px;border-radius:3px;color:#e9ede6}
.site-header .commerce-header a:hover,.site-header .commerce-header a:focus-visible,.site-header .commerce-header a[aria-current="page"]{background:#242923;color:var(--came-accent)}
.site-header .header-request{min-height:44px;padding:0 17px;border:1px solid var(--came-accent);border-radius:3px;box-shadow:none;font-size:12px;font-weight:800}
.site-header .header-request:hover,.site-header .header-request:focus-visible{background:#e5ff7c;box-shadow:0 8px 24px rgba(217,255,71,.13);transform:none}
.site-header .header-search-panel,.site-header .header-catalog-dropdown{top:calc(100% + 1px)}
.site-header .header-catalog-dropdown{max-height:calc(100svh - 128px)}
.road-hero{height:min(720px,calc(100vh - 108px))}
.product-anchor-nav{top:108px}
html{scroll-padding-top:128px}

@media(min-width:1181px) and (max-width:1380px){
  .header-utility-inner,.site-header .nav-wrap{padding-inline:16px}
  .site-header .brand-lockup{gap:11px;margin-right:20px}
  .site-header .competence-brand img{width:124px}
  .site-header .came-logo-shell{min-width:88px;min-height:38px;padding-inline:7px}
  .site-header .came-logo{width:74px;height:22px}
  .site-header #primaryNav{gap:18px}
  .site-header #primaryNav>a,.site-header .header-catalog-menu>summary{font-size:12px}
  .site-header .header-actions{margin-left:14px;gap:2px}
  .site-header .commerce-header a{width:40px}
  .site-header .header-request{padding-inline:12px;font-size:11px}
}

@media(max-width:1180px){
  html{scroll-padding-top:88px}
  .site-header{height:70px}
  .header-utility{display:none}
  .site-header .nav-wrap{height:69px;padding-inline:18px}
  .site-header .brand-lockup{height:69px;gap:13px;margin-right:auto}
  .site-header .competence-brand img{width:126px}
  .site-header .brand-divider{height:28px}
  .site-header .came-logo-shell{min-width:92px;min-height:38px;padding:4px 8px}
  .site-header .came-logo{width:76px;height:22px}
  .site-header .header-actions{height:69px;margin-left:16px;gap:4px}
  .site-header .menu{display:grid;width:44px;height:44px;min-width:44px;min-height:44px;border-radius:3px}
  .site-header .menu:hover,.site-header .menu:focus-visible,.site-header .menu[aria-expanded="true"]{background:#242923;color:var(--came-accent)}
  .site-header.menu-open{height:70px}
  .site-header.menu-open #primaryNav{top:69px;left:auto;right:0;width:min(620px,100vw);max-height:calc(100svh - 70px);padding:18px 24px 24px;background:#111512;border:1px solid #30362e;border-right:0;box-shadow:0 30px 70px rgba(0,0,0,.35)}
  .site-header.menu-open #primaryNav>a{height:auto;min-height:52px;padding:0 2px;border-top:1px solid #30362e;box-shadow:none;font-size:14px}
  .site-header.menu-open #primaryNav>a:hover,.site-header.menu-open #primaryNav>a:focus-visible,.site-header.menu-open #primaryNav>a[aria-current="page"]{color:var(--came-accent);box-shadow:none}
  .site-header.menu-open #primaryNav>.nav-contact{display:flex}
  .site-header #primaryNav .header-catalog-menu{display:block;width:100%;height:auto}
  .site-header #primaryNav .header-catalog-menu>summary{height:auto;min-height:52px;box-shadow:none}
  .site-header #primaryNav .header-catalog-menu[open]>summary,.site-header #primaryNav .header-catalog-menu.is-current>summary{color:var(--came-accent);box-shadow:none}
  .site-header .header-search-panel{top:70px}
  .product-anchor-nav{top:70px}
  .road-hero{height:min(720px,calc(100vh - 70px))}
}

@media(max-width:900px){
  .site-header .header-request{display:none}
}

@media(max-width:820px){
  .road-hero{min-height:0;height:min(500px,calc(100svh - 70px));align-items:flex-end}
  .site-header .commerce-header,.site-header.menu-open .commerce-header{display:none}
}

@media(max-width:640px){
  html{scroll-padding-top:82px}
  .site-header{height:66px}
  .site-header .nav-wrap{height:65px;padding-inline:12px}
  .site-header .brand-lockup{height:65px;gap:10px}
  .site-header .competence-brand img{width:96px}
  .site-header .brand-divider{height:24px}
  .site-header .came-logo-shell{min-width:70px;min-height:34px;padding:4px 6px}
  .site-header .came-logo{width:58px;height:20px}
  .site-header .header-actions{height:65px;margin-left:8px;gap:2px}
  .site-header .search-open,.site-header .menu{width:44px;height:44px;min-width:44px;min-height:44px}
  .site-header.menu-open{height:66px}
  .site-header.menu-open #primaryNav{top:65px;width:100vw;max-height:calc(100svh - 66px);padding:12px 16px 22px}
  .site-header .header-search-panel{top:66px}
  .product-anchor-nav{top:66px}
  .road-hero{height:min(470px,calc(100svh - 66px))}
}

@media(prefers-reduced-motion:reduce){
  .site-header #primaryNav>a,.site-header .header-catalog-menu>summary,.site-header .header-request{transition:none}
}
