:root{
  --pm-navy:#3d3d3d;
  --pm-navy-2:#303030;
  --pm-blue:#e8632b;
  --pm-sale:#e8632b;
  --pm-ink:#222222;
  --pm-muted:#777777;
  --pm-line:#ece7e4;
  --pm-soft:#fcf7f6;
  --pm-card:#faf9fa;
  --pm-white:#fff;
  --pm-wrap:1500px;
  --pm-orange:#e8632b;
  --pm-dark:#3d3d3d;
  --pm-footer:#2f2f2f;
  --pm-shadow:0 18px 42px rgba(61,52,52,.1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#fff;
  color:var(--pm-ink);
  font-family:Arial,"Helvetica Neue","Microsoft YaHei","PingFang SC",sans-serif;
  font-size:14px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
img,video{display:block;max-width:100%}
h1,h2,h3,p,ul{margin:0;padding:0}
ul{list-style:none}
button,input{font:inherit}
button{cursor:pointer}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.pm-wrap,.wrap,.container,.xmdsite-container{width:min(var(--pm-wrap),calc(100% - 64px));margin-inline:auto}

.pm-nav{
  position:relative;
  z-index:1000;
  background:#fff;
  border-bottom:1px solid var(--pm-line);
  box-shadow:0 2px 8px rgba(16,45,82,.05);
}
.pm-nav__inner{
  width:min(var(--pm-wrap),calc(100% - 64px));
  height:72px;
  margin:0 auto;
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  align-items:center;
  gap:28px;
}
.pm-brand{
  display:flex;
  align-items:center;
  min-width:0;
}
.pm-brand img{
  width:auto;
  max-width:180px;
  max-height:54px;
  object-fit:contain;
}
.pm-brand span{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  padding:0 17px;
  border-radius:999px;
  background:var(--pm-navy);
  color:#fff;
  font-size:20px;
  font-weight:900;
  letter-spacing:.01em;
}
.pm-nav__menu>ul{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:23px;
}
.pm-nav__menu li{position:relative}
.pm-nav__menu a{
  display:flex;
  align-items:center;
  min-height:72px;
  color:#172a45;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
  transition:color .2s ease;
}
.pm-nav__menu a span{
  margin-left:4px;
  color:#8b98a8;
  font-size:10px;
}
.pm-nav__menu a:hover,
.pm-nav__menu a.is-active{color:var(--pm-blue)}
.pm-sale-link{color:var(--pm-sale)!important}
.pm-subnav{
  position:absolute;
  left:50%;
  top:72px;
  width:190px;
  transform:translateX(-50%);
  display:none;
  padding:8px;
  background:#fff;
  border:1px solid var(--pm-line);
  box-shadow:var(--pm-shadow);
}
.pm-nav__menu li:hover>.pm-subnav{display:block}
.pm-subnav a{
  min-height:34px;
  justify-content:center;
  padding:6px 10px;
  border-radius:4px;
  color:#34465f;
  font-size:12px;
  font-weight:700;
}
.pm-subnav a:hover{background:#f2f7fb}
.pm-nav__toggle{
  display:none;
  width:38px;
  height:34px;
  border:0;
  background:transparent;
}
.pm-nav__toggle span{
  display:block;
  width:24px;
  height:2px;
  margin:5px auto;
  background:var(--pm-navy);
}

.pm-hero{
  position:relative;
  min-height:560px;
  overflow:hidden;
  background:#223247;
}
.pm-hero__slider,
.pm-hero__single,
.pm-hero__slide,
.pm-hero__media-link{
  display:block;
  width:100%;
  height:560px;
}
.pm-hero__media{
  width:100%;
  height:560px;
  object-fit:cover;
}
.pm-hero__single--empty{
  background:
    linear-gradient(90deg,rgba(10,35,64,.72),rgba(10,35,64,.12)),
    linear-gradient(135deg,#6f8b7b,#31455a);
}
.pm-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(10,35,64,.45),rgba(10,35,64,.04) 45%,rgba(10,35,64,.56));
  pointer-events:none;
}
.pm-button,.pm-small-button,.view-more,.btn-more,.news-card-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 14px;
  border:0;
  border-radius:2px;
  background:var(--pm-navy);
  color:#fff!important;
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  transition:background .2s ease,transform .2s ease,box-shadow .2s ease;
}
.pm-button{min-height:32px;background:var(--pm-blue)}
.pm-button--light{background:#00a9de}
.pm-button:hover,.pm-small-button:hover,.view-more:hover,.btn-more:hover,.news-card-more:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 16px rgba(0,0,0,.16);
}

.pm-section{padding:42px 0}
.pm-section__head{
  width:min(660px,100%);
  margin:0 auto 30px;
  text-align:center;
}
.pm-section__head h2,
.pm-row-head h2{
  color:var(--pm-ink);
  font-size:23px;
  line-height:1.2;
  font-weight:900;
}
.pm-section__head p{
  margin-top:10px;
  color:#4f6176;
  font-size:12px;
  line-height:1.65;
}
.pm-intro{padding:48px 0 18px}
.pm-row-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:22px;
}
.pm-row-head a{
  color:var(--pm-navy);
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.pm-row-head--center{align-items:flex-end}

.pm-products{padding-top:20px}
.pm-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:28px;
}
.pm-product-card{
  display:flex;
  min-height:0;
  flex-direction:column;
  padding:18px;
  background:var(--pm-card);
  color:var(--pm-ink);
  transition:transform .2s ease,box-shadow .2s ease;
}
.pm-product-card:hover{transform:translateY(-4px);box-shadow:var(--pm-shadow)}
.pm-product-card__image{
  display:grid;
  place-items:center;
  aspect-ratio:1/1;
  height:auto;
  margin-bottom:14px;
  background:#fff;
  color:#92a0ae;
  font-weight:900;
}
.pm-product-card__image img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:6px;
}
.pm-product-card__body{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  min-height:118px;
}
.pm-product-card__title{
  min-height:36px;
  color:#17314f;
  font-size:12px;
  line-height:1.35;
  font-weight:900;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.pm-rating{
  margin-top:8px;
  color:#0d79bd;
  font-size:12px;
  letter-spacing:1px;
}
.pm-product-card__price{
  margin:3px 0 10px;
  color:#172b46;
  font-size:12px;
  font-weight:900;
}
.pm-product-card .pm-small-button{
  align-self:flex-start;
  margin-top:auto;
}

.pm-brands{padding-top:44px}
.pm-brand-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}
.pm-brand-card{
  display:block;
  color:var(--pm-ink);
}
.pm-brand-card__media{
  position:relative;
  display:grid;
  place-items:center;
  aspect-ratio:1.42/1;
  overflow:hidden;
  background:var(--pm-card);
  color:#fff;
  font-weight:900;
}
.pm-brand-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.pm-brand-card:hover img{transform:scale(1.05)}
.pm-tag{
  display:block;
  min-height:24px;
  padding:5px 9px;
  background:var(--pm-navy);
  color:#fff;
  font-size:10px;
  font-weight:800;
}
.pm-brand-card strong{
  display:block;
  margin-top:12px;
  color:#142c4a;
  font-size:14px;
  line-height:1.3;
  font-weight:900;
}
.pm-brand-card>span:not(.pm-brand-card__media):not(.pm-tag){
  display:block;
  margin-top:7px;
  color:#53667d;
  font-size:12px;
  line-height:1.55;
}
.pm-brand-card em{
  display:inline-flex;
  min-height:26px;
  align-items:center;
  margin-top:12px;
  padding:0 12px;
  background:var(--pm-navy);
  color:#fff;
  font-size:10px;
  font-style:normal;
  font-weight:900;
  text-transform:uppercase;
}

.pm-types{
  width:min(var(--pm-wrap),calc(100% - 64px));
  margin:28px auto 52px;
  padding:42px;
  background:
    radial-gradient(circle at 5% 100%,rgba(0,155,216,.18),transparent 24%),
    var(--pm-navy);
  color:#fff;
}
.pm-types .pm-section__head h2{color:#fff}
.pm-types .pm-section__head p{color:#d7e4ee}
.pm-type-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.pm-type-card{
  position:relative;
  display:block;
  min-height:315px;
  overflow:hidden;
  background:#244365;
}
.pm-type-card img{
  width:100%;
  height:100%;
  min-height:315px;
  object-fit:cover;
  transition:transform .35s ease;
}
.pm-type-card:hover img{transform:scale(1.04)}
.pm-type-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.35));
}
.pm-type-card span{
  position:absolute;
  z-index:1;
  left:18px;
  bottom:18px;
  color:#fff;
  font-size:14px;
  font-weight:900;
}

.pm-social{
  padding:18px 0 58px;
  text-align:center;
}
.pm-social h2{
  margin-bottom:22px;
  color:var(--pm-ink);
  font-size:14px;
  font-weight:900;
}
.pm-social-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.pm-social-card{
  position:relative;
  display:block;
  overflow:hidden;
  background:#fff;
  color:#8a98a8;
  font-weight:900;
  text-align:left;
  outline:none;
  transition:transform .22s ease,box-shadow .22s ease;
}
.pm-social-card::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  background:var(--pm-navy);
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .22s ease;
}
.pm-social-card:hover,
.pm-social-card:focus-visible{
  transform:translateY(-6px);
  box-shadow:0 18px 36px rgba(16,45,82,.14);
}
.pm-social-card:hover::after,
.pm-social-card:focus-visible::after{
  transform:scaleX(1);
}
.pm-social-card__image{
  display:grid;
  place-items:center;
  aspect-ratio:1.18/1;
  overflow:hidden;
  background:var(--pm-card);
}
.pm-social-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .28s ease,filter .28s ease;
}
.pm-social-card:hover .pm-social-card__image img,
.pm-social-card:focus-visible .pm-social-card__image img{
  transform:scale(1.045);
  filter:saturate(1.08) contrast(1.04);
}
.pm-social-card strong{
  display:block;
  margin-top:10px;
  color:var(--pm-ink);
  font-size:13px;
  line-height:1.35;
  font-weight:900;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  transition:color .22s ease;
}
.pm-social-card:hover strong,
.pm-social-card:focus-visible strong{
  color:var(--pm-navy);
}

.pm-news{
  background:var(--pm-soft);
  padding:54px 0 62px;
}
.pm-news-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}
.pm-news-card{
  display:block;
  background:#fff;
  color:var(--pm-ink);
}
.pm-news-card__media{
  display:grid;
  place-items:center;
  aspect-ratio:1.72/1;
  background:#dfe6ec;
  color:#789;
  font-weight:900;
  overflow:hidden;
}
.pm-news-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.pm-news-card:hover img{transform:scale(1.04)}
.pm-news-card strong{
  display:block;
  min-height:48px;
  padding:16px 18px 10px;
  font-size:13px;
  line-height:1.45;
  font-weight:900;
}
.pm-news-card>span:not(.pm-news-card__media){
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:0 18px 16px;
  color:#96a3b1;
  font-size:10px;
}
.pm-news-card time{color:#0d79bd;font-weight:900;text-transform:uppercase}
.pm-news-card em{font-style:normal}

.pm-promo{
  padding:54px 0 28px;
}
.pm-promo__inner{
  position:relative;
  min-height:190px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#edf1f4;
}
.pm-promo__copy{
  position:relative;
  z-index:1;
  width:min(430px,60%);
  padding:34px 42px;
}
.pm-promo h2{
  color:var(--pm-ink);
  font-size:24px;
  line-height:1.1;
  font-weight:900;
}
.pm-promo p{
  margin:10px 0 18px;
  color:#53667d;
  font-size:12px;
  line-height:1.6;
}
.pm-promo img{
  position:absolute;
  right:0;
  top:0;
  width:62%;
  height:100%;
  object-fit:cover;
}
.pm-promo__inner:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#edf1f4 0%,#edf1f4 42%,rgba(237,241,244,.20) 64%);
}

.pm-reveal-enabled .home-page .pm-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:
    opacity .62s ease,
    transform .62s cubic-bezier(.2,.65,.2,1),
    box-shadow .22s ease;
  transition-delay:var(--pm-reveal-delay,0ms);
  will-change:opacity,transform;
}
.pm-reveal-enabled .home-page .pm-reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}
.pm-reveal-enabled .home-page .pm-product-card.pm-reveal.is-visible:hover{
  transform:translateY(-4px);
  transition-delay:0ms;
}
.pm-reveal-enabled .home-page .pm-social-card.pm-reveal.is-visible:hover,
.pm-reveal-enabled .home-page .pm-social-card.pm-reveal.is-visible:focus-visible{
  transform:translateY(-6px);
  transition-delay:0ms;
}

@media (prefers-reduced-motion: reduce){
  .pm-reveal-enabled .home-page .pm-reveal{
    opacity:1;
    transform:none;
    transition:none;
  }
}

.footer {
  background: #2f2f2f!important;
  color: #ffffff!important;
}

.footer-main {
  width: min(1300px, calc(100% - 160px))!important;
  min-height: 183px!important;
  display: flex!important;
  align-items: flex-start!important;
  justify-content: center!important;
  gap: clamp(120px, 12vw, 220px)!important;
  padding: 32px 0 34px!important;
}

.footer-main > div:first-child {
  flex: 0 1 560px!important;
  min-width: 0!important;
}

.footer-brand {
  margin: 0 0 14px!important;
  color: #ffffff!important;
  font-size: 24px!important;
  font-weight: 800!important;
  line-height: 1.2!important;
  letter-spacing: 0.2px!important;
}

.footer-nav {
  display: flex!important;
  flex-wrap: wrap!important;
  align-items: center!important;
  gap: 10px 24px!important;
}

.footer-nav a {
  color: #ffffff!important;
  font-size: 14px!important;
  font-weight: 400!important;
  line-height: 1.8!important;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: #ffffff!important;
  text-decoration: underline!important;
  outline: none!important;
}

.footer-info {
  flex: 0 0 330px!important;
  max-width: 330px!important;
  padding-top: 1px!important;
  color: #ffffff!important;
  font-size: 14px!important;
  line-height: 1.55!important;
}

.footer-info p,
.footer-info div {
  margin: 0 0 6px!important;
}

.footer-info p:first-child {
  margin-bottom: 10px!important;
}

.footer-description {
  display: -webkit-box!important;
  -webkit-box-orient: vertical!important;
  -webkit-line-clamp: 4!important;
  max-height: 7.6em!important;
  margin-top: 16px!important;
  overflow: hidden!important;
  color: #ffffff!important;
  font-size: 14px!important;
  line-height: 1.55!important;
}

.footer-description p {
  display: inline!important;
  margin: 0!important;
}

.footer-description,
.footer-description * {
  color: #ffffff!important;
}

.footer-social-links {
  display: flex!important;
  flex-wrap: wrap!important;
  align-items: center!important;
  gap: 10px 18px!important;
  margin-top: 12px!important;
}

.footer-social-links a {
  display: inline-flex!important;
  align-items: center!important;
  gap: 7px!important;
  color: #ffffff!important;
  font-size: 14px!important;
  line-height: 1.4!important;
}

.footer-social-links a:hover,
.footer-social-links a:focus-visible {
  color: #ffffff!important;
  text-decoration: underline!important;
  outline: none!important;
}

.footer-social-icon {
  width: 16px!important;
  height: 16px!important;
  flex: 0 0 16px!important;
  fill: currentColor!important;
}

.footer-info * {
  color: #ffffff!important;
}

.footer-info p:last-child,
.footer-info div:last-child {
  margin-bottom: 0!important;
}

.copyright {
  min-height: 32px!important;
  display: flex!important;
  flex-wrap: wrap!important;
  align-items: center!important;
  justify-content: center!important;
  gap: 0!important;
  background: #242424!important;
  color: rgba(255, 255, 255, 0.68)!important;
  font-size: 13px!important;
  line-height: 1.6!important;
  text-align: center!important;
  padding: 0 20px!important;
}

.copyright a {
  margin-left: 28px!important;
  color: inherit!important;
}

.copyright a:hover,
.copyright a:focus-visible {
  color: #ffffff!important;
  text-decoration: underline!important;
  outline: none!important;
}

/* Shared list/detail polish for existing templates */
.hero,.page-hero,.xmdsite-page-hero{
  position:relative;
  overflow:hidden;
  background:#e4ebf1;
}
.hero:after,.page-hero:after,.xmdsite-page-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(16,45,82,.34),rgba(16,45,82,.04) 58%,rgba(16,45,82,.18));
  pointer-events:none;
}
.hero-media,.hero-media-content,.xmdsite-hero-media-content{
  width:100%;
  height:auto;
  object-fit:cover;
}
.page-hero .hero-media-content,.xmdsite-page-hero .xmdsite-hero-media-content{
  min-height:240px;
  max-height:430px;
}
.section,.main,.page-main,.page-shell,.page-section,.xmdsite-main,.xmdsite-about-main{padding-block:56px}
.section-title,.item-title,.list-title,.news-card-title,.info-title,.article-title,.xmdsite-item-title{color:var(--pm-ink)!important}
.section-title:after{background:var(--pm-blue)!important}
.category-link,.page-control,.page-current,.xmdsite-tab{
  border-radius:2px!important;
  border-color:var(--pm-line)!important;
}
.category-link:hover,.category-link.is-active,.page-current,.page-control:hover,.xmdsite-tab:hover,.xmdsite-tab.is-active{
  background:var(--pm-navy)!important;
  border-color:var(--pm-navy)!important;
  color:#fff!important;
}
.product-card,.news-card,.list-row-link,.info-card-link,.article-card,.side-card,.latest-card,.content-panel,.xmdsite-adjacent-card,.xmdsite-detail-tabs{
  border-radius:2px!important;
  border-color:var(--pm-line)!important;
  box-shadow:0 8px 22px rgba(16,45,82,.07)!important;
}
.product-thumb,.service-card-img,.news-feature-img,.item-media,.list-media,.news-card-media,.xmdsite-cover,.xmdsite-head-cover{
  border-radius:0!important;
  background:var(--pm-card)!important;
  overflow:hidden;
}
.product-summary,.item-summary,.list-summary,.news-card-summary,.article-meta,.xmdsite-publish-date{color:var(--pm-muted)!important}
.pagination,.xmdsite-pagination{
  display:flex;
  justify-content:center;
  gap:10px;
  margin:34px auto 20px!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
}
.empty-state,.xmdsite-empty-state{
  border:1px dashed #cbd5df!important;
  background:#f6f8fa!important;
  color:var(--pm-muted)!important;
}

@media (max-width:1100px){
  .pm-nav__inner{grid-template-columns:190px minmax(0,1fr);gap:18px}
  .pm-nav__menu>ul{gap:15px}
  .pm-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pm-brand-grid,.pm-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:920px){
  .pm-nav__inner{
    height:auto;
    min-height:72px;
    grid-template-columns:1fr 42px;
    gap:10px;
  }
  .pm-nav__toggle{display:block;grid-column:2}
  .pm-nav__menu{
    display:none;
    grid-column:1/-1;
    border-top:1px solid var(--pm-line);
  }
  .pm-header.is-open .pm-nav__menu{display:block}
  .pm-nav__menu>ul{
    display:block;
    padding:8px 0 12px;
  }
  .pm-nav__menu a{
    min-height:40px;
    justify-content:space-between;
    border-bottom:1px solid #f0f3f6;
  }
  .pm-subnav{
    position:static;
    width:100%;
    transform:none;
    display:none!important;
    padding:0 0 6px 18px;
    border:0;
    box-shadow:none;
  }
  .pm-nav__menu li.is-open>.pm-subnav{display:block!important}
  .pm-subnav a{justify-content:flex-start}
  .pm-hero,.pm-hero__slider,.pm-hero__single,.pm-hero__slide,.pm-hero__media-link,.pm-hero__media{height:430px;min-height:430px}
  .pm-brand-grid,.pm-news-grid{grid-template-columns:1fr}
  .pm-types{padding:32px;margin-bottom:42px}
  .pm-type-grid{grid-template-columns:1fr}
  .pm-social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pm-promo__copy{width:70%;padding:28px}
}

@media (max-width:640px){
  .pm-wrap,.wrap,.container,.xmdsite-container,.pm-nav__inner{width:calc(100% - 28px)}
  .pm-brand img{max-width:150px}
  .pm-hero,.pm-hero__slider,.pm-hero__single,.pm-hero__slide,.pm-hero__media-link,.pm-hero__media{height:390px;min-height:390px}
  .pm-button{min-height:30px;padding:0 11px;font-size:9px}
  .pm-section{padding:34px 0}
  .pm-intro{padding:38px 0 12px}
  .pm-section__head h2,.pm-row-head h2{font-size:20px}
  .pm-row-head{align-items:flex-start;flex-direction:column;gap:8px}
  .pm-product-grid{grid-template-columns:1fr;gap:14px}
  .pm-product-card{min-height:0}
  .pm-product-card__image{height:auto}
  .pm-types{width:calc(100% - 28px);padding:28px 18px}
  .pm-type-card,.pm-type-card img{min-height:240px}
  .pm-social-grid{gap:8px}
  .pm-news{padding:42px 0}
  .pm-promo{padding-top:42px}
  .pm-promo__inner{display:block}
  .pm-promo__copy{width:100%;padding:28px 22px}
  .pm-promo img{
    position:relative;
    width:100%;
    height:180px;
  }
  .pm-promo__inner:after{display:none}
}

@media (max-width:420px){
  .pm-social-grid{grid-template-columns:1fr}
}

@media (max-width: 820px) {
  .footer-main {
    width: min(100% - 40px, 820px)!important;
    min-height: 0!important;
    flex-direction: column!important;
    gap: 50px!important;
    padding: 28px 0 20px!important;
  }

  .footer-main > div:first-child {
    flex-basis: auto!important;
  }

  .footer-info {
    flex-basis: auto!important;
    max-width: none!important;
    padding-top: 0!important;
  }

  .footer-info p,
  .footer-info div {
    margin-bottom: 6px!important;
  }
}

@media (min-width: 821px) and (max-width: 1200px) {
  .footer-main {
    width: min(100% - 80px, 1040px)!important;
    gap: 72px!important;
  }
}

@media (max-width: 520px) {
  .copyright {
    gap: 6px 14px!important;
    padding: 8px 16px!important;
  }

  .copyright a {
    margin-left: 0!important;
  }
}

/* Case list page: left category rail with two-column case cards */
body.team-list-page{
  background:#fff!important;
}
body.team-list-page .page-shell{
  background:#fff!important;
  padding:46px 0 76px!important;
}
body.team-list-page .page-shell>.container{
  width:min(1280px,calc(100% - 56px))!important;
}
body.team-list-page .breadcrumb{
  display:none!important;
}
body.team-list-page .case-layout{
  display:grid!important;
  grid-template-columns:170px minmax(0,1fr)!important;
  gap:46px!important;
  align-items:start!important;
}
body.team-list-page .category-bar{
  position:sticky!important;
  top:92px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.team-list-page .case-category-title{
  margin:0 0 24px!important;
  color:#111!important;
  font-size:22px!important;
  line-height:1.25!important;
  font-weight:900!important;
  text-align:center!important;
}
body.team-list-page .case-category-title:after{
  content:"";
  display:block;
  width:34px;
  height:3px;
  margin:12px auto 0;
  background:#1683c7;
}
body.team-list-page .category-tabs{
  display:grid!important;
  gap:12px!important;
  min-height:0!important;
  overflow:visible!important;
  padding:0!important;
}
body.team-list-page .category-link{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:88px!important;
  min-height:42px!important;
  margin:0 auto!important;
  padding:0 12px!important;
  border:1px solid #dfe7ee!important;
  border-radius:0!important;
  background:#fff!important;
  color:#555!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:400!important;
  white-space:normal!important;
  text-align:center!important;
  box-shadow:none!important;
}
body.team-list-page .category-link:after{
  display:none!important;
  content:none!important;
}
body.team-list-page .category-link:hover,
body.team-list-page .category-link.is-active{
  border-color:#1683c7!important;
  background:#1683c7!important;
  color:#fff!important;
}
body.team-list-page .list-section{
  padding:0!important;
}
body.team-list-page .list-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:26px!important;
  max-width:none!important;
  margin:0!important;
}
body.team-list-page .list-section .list-grid .news-card,
body.team-list-page .news-card{
  display:block!important;
  min-height:0!important;
  padding:22px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:0 18px 42px rgba(18,48,78,.08)!important;
  transform:none!important;
}
body.team-list-page .news-card:hover,
body.team-list-page .news-card:focus-within{
  box-shadow:0 22px 50px rgba(18,48,78,.13)!important;
  transform:translateY(-2px)!important;
}
body.team-list-page .list-section .list-grid .news-card-main-link,
body.team-list-page .news-card-main-link{
  display:block!important;
  padding:0!important;
}
body.team-list-page .list-section .list-grid .news-card-media,
body.team-list-page .news-card-media{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:396/223!important;
  margin:0 0 18px!important;
  border-radius:0!important;
  background:#eef2f5!important;
  overflow:hidden!important;
}
body.team-list-page .news-card-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
body.team-list-page .list-section .list-grid .news-card-body,
body.team-list-page .news-card-body{
  display:block!important;
  padding:0!important;
}
body.team-list-page .news-card-title{
  margin:0 0 10px!important;
  color:#222!important;
  font-size:20px!important;
  line-height:1.42!important;
  font-weight:900!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
body.team-list-page .news-card-summary{
  margin:0 0 12px!important;
  color:#888!important;
  font-size:15px!important;
  line-height:1.85!important;
  -webkit-line-clamp:2!important;
}
body.team-list-page .news-card-meta{
  display:flex!important;
  gap:18px!important;
  margin:0 0 14px!important;
  color:#999!important;
  font-size:14px!important;
}
body.team-list-page .news-card-more{
  display:inline-flex!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#1683c7!important;
  font-size:14px!important;
  font-weight:400!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
body.team-list-page .news-card-more:after{
  content:"→"!important;
  margin-left:0!important;
}

@media (max-width:980px){
  body.team-list-page .case-layout{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  body.team-list-page .category-bar{
    position:static!important;
  }
  body.team-list-page .category-tabs{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
  }
  body.team-list-page .category-link{
    width:auto!important;
    min-width:88px!important;
  }
}

@media (max-width:720px){
  body.team-list-page .page-shell>.container{
    width:calc(100% - 28px)!important;
  }
  body.team-list-page .list-grid{
    grid-template-columns:1fr!important;
  }
  body.team-list-page .news-card{
    padding:16px!important;
  }
}

/* Product detail spacing fixes */
.xmdsite-detail-tabs{
  overflow:hidden!important;
}
.xmdsite-tabs-list{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  padding-left:34px!important;
  padding-right:34px!important;
}
.xmdsite-tab{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:88px!important;
  min-height:44px!important;
  padding:0 18px!important;
  line-height:1.2!important;
  text-align:center!important;
  white-space:nowrap!important;
  box-sizing:border-box!important;
}
.xmdsite-detail-grid{
  padding:34px!important;
  gap:44px!important;
}
.xmdsite-article{
  padding:24px 26px 22px!important;
  min-width:0!important;
}
.xmdsite-article > :first-child{
  margin-top:0!important;
}
.xmdsite-facts{
  padding:4px 0 4px 34px!important;
}
.xmdsite-adjacent-nav{
  width:min(1200px,calc(100% - 56px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.xmdsite-adjacent-card{
  padding:14px 22px!important;
  min-width:0!important;
}
.xmdsite-adjacent-card-previous{
  justify-self:start!important;
}
.xmdsite-adjacent-card-next{
  justify-self:end!important;
}

@media (max-width:760px){
  .xmdsite-tabs-list{
    gap:8px!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .xmdsite-tab{
    min-width:82px!important;
    min-height:42px!important;
    padding:0 14px!important;
  }
  .xmdsite-detail-grid{
    padding:20px!important;
    gap:22px!important;
  }
  .xmdsite-article{
    padding:10px 4px!important;
  }
  .xmdsite-facts{
    padding:18px 0 0!important;
  }
  .xmdsite-adjacent-nav{
    width:calc(100% - 28px)!important;
  }
  .xmdsite-adjacent-card{
    padding:12px 16px!important;
  }
}

/* 1:1 Vertak homepage structure override */
.home-page .pm-loader,
.home-page .pm-hero__content{
  display:none!important;
}

.home-page .pm-hero,
.home-page .pm-hero__slider,
.home-page .pm-hero__single,
.home-page .pm-hero__slide,
.home-page .pm-hero__media-link,
.home-page .pm-hero__media{
  height:500px!important;
  min-height:500px!important;
}

.home-page .pm-hero:after{
  display:none!important;
}

.home-page .pm-hero__media{
  object-fit:cover;
  animation:pm-hero-zoom 2.5s ease both!important;
}

.home-page .pm-section{
  padding:0;
}

.home-page .pm-products{
  overflow:hidden;
  padding:50px 0 0!important;
  background:#fff!important;
}

.home-page .pm-row-head{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) 250px;
  align-items:center;
  gap:30px;
  margin:0 0 100px!important;
}

.home-page .pm-products .pm-row-head{
  margin-top:-30px!important;
}

.home-page .pm-ghost-title{
  left:-50px;
  bottom:18px;
  color:#3c3434;
  font-family:Georgia,"Times New Roman",serif;
  font-size:177px;
  font-style:italic;
  font-weight:200;
  line-height:1;
  opacity:.03;
}

.home-page .pm-row-head h2{
  position:relative;
  z-index:1;
  margin:0;
  color:#3d3d3d;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:38px;
  line-height:1.25;
  font-weight:800;
  text-transform:none;
}

.home-page .pm-row-head h2 span{
  display:block;
  font-size:30px;
}

.home-page .pm-row-head a{
  width:250px;
  height:60px;
  border:1px solid #050505;
  border-radius:30px;
  background:#fff;
  color:#151414;
  font-size:17px;
  font-weight:500;
  text-transform:uppercase;
}

.home-page .pm-row-head a:hover{
  border-color:#e8632b;
  background:#e8632b;
  color:#fff;
}

.home-page .pm-products .pm-wrap{
  overflow:visible;
}

.home-page .pm-category-strip{
  display:flex!important;
  width:125%;
  gap:0;
  overflow:visible;
  background:transparent;
  box-shadow:none;
  animation:pm-category-drift 18s linear infinite;
}

.home-page .pm-category-strip:hover{
  animation-play-state:paused;
}

@keyframes pm-category-drift{
  from{transform:translateX(0)}
  to{transform:translateX(-20%)}
}

.home-page .pm-category-card{
  flex:0 0 20%;
  border:0;
  background:transparent;
  transform:none!important;
}

.home-page .pm-category-card__media{
  aspect-ratio:400/300;
  background:#eee;
}

.home-page .pm-category-card__media:after{
  background:rgba(0,0,0,.26);
}

.home-page .pm-category-card__media em{
  width:64px;
  height:64px;
  background:rgba(232,99,43,.95);
  font-size:0;
}

.home-page .pm-category-card__media em:before{
  content:"\2192";
  font-size:34px;
  line-height:1;
}

.home-page .pm-category-card strong{
  min-height:80px;
  justify-content:flex-start;
  padding:22px 12%;
  color:#121212;
  font-size:22px;
  line-height:1.45;
  text-align:left;
}

.home-page .pm-featured{
  padding:110px 0 70px!important;
  background:#fff!important;
}

.home-page .pm-hot-head{
  position:relative;
  z-index:1;
  text-align:center;
}

.home-page .pm-hot-head:before{
  content:"vertak";
  position:absolute;
  left:50%;
  top:-36px;
  z-index:-1;
  transform:translateX(-50%);
  color:#3c3434;
  font-family:Georgia,"Times New Roman",serif;
  font-size:118px;
  font-style:italic;
  line-height:1;
  opacity:.035;
  text-transform:uppercase;
}

.home-page .pm-hot-head p{
  margin:0 0 4px;
  color:#e8632b;
  font-size:24px;
  font-weight:800;
  text-transform:uppercase;
}

.home-page .pm-hot-head h2{
  margin:0;
  color:#3d3d3d;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:38px;
  line-height:1.1;
  font-weight:800;
  text-transform:uppercase;
}

.home-page .pm-hot-tabs{
  display:flex;
  justify-content:center;
  gap:10px;
  margin:36px 0 34px;
}

.home-page .pm-hot-tabs span{
  width:min(250px,calc(50% - 5px));
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f5f3f4;
  color:#000;
  font-size:20px;
  transition:background .25s ease,color .25s ease;
}

.home-page .pm-hot-tabs span.is-active,
.home-page .pm-hot-tabs span:hover{
  background:#e8632b;
  color:#fff;
}

.home-page .pm-featured .pm-product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:25px;
}

.home-page .pm-featured .pm-product-card{
  border:0;
  background:#faf9fa;
  box-shadow:none;
}

.home-page .pm-featured .pm-product-card__image{
  aspect-ratio:1.18/1;
  padding:0;
  background:#f5f3f4;
}

.home-page .pm-featured .pm-product-card__image img{
  object-fit:cover;
  padding:0;
}

.home-page .pm-featured .pm-product-card__body{
  min-height:150px;
  padding:28px 16px 32px;
  text-align:center;
}

.home-page .pm-featured .pm-product-card__title{
  min-height:58px;
  color:#000;
  font-size:20px;
  line-height:1.45;
  font-weight:600;
}

.home-page .pm-featured .pm-rating{
  margin-top:6px;
  color:rgba(0,0,0,.6);
  font-size:16px;
  font-weight:200;
}

.home-page .pm-featured .pm-small-button{
  display:none;
}

.home-page .pm-about-home{
  padding:0!important;
  background:#fcf7f6!important;
}

.home-page .pm-about-home:before{
  display:none;
}

.home-page .pm-about-home__inner{
  display:grid;
  grid-template-columns:49.15% 50.85%;
  align-items:stretch;
  padding-top:60px;
}

.home-page .pm-about-home__media{
  min-height:520px;
  border-radius:5px;
  background:#e8e1df;
}

.home-page .pm-about-home__copy{
  padding:50px 30px 50px 50px;
  background:transparent;
}

.home-page .pm-about-home__copy p{
  margin:0 0 8px;
  color:#e8632b;
  font-size:24px;
  font-weight:800;
  text-transform:none;
}

.home-page .pm-about-home__copy h2{
  color:#4c4847;
  font-family:"Questrial","Montserrat","Segoe UI",Arial,sans-serif;
  font-size:24px;
  font-weight:400;
  line-height:1.35;
}

.home-page .pm-about-home__copy div{
  margin-top:34px;
  color:#999;
  font-size:14px;
  line-height:1.6;
}

.home-page .pm-about-home__copy .pm-small-button{
  width:180px;
  height:46px;
  margin-top:8px;
  border-radius:23px;
  background:#e8632b;
  font-size:20px;
  font-weight:400;
  text-transform:capitalize;
}

.home-page .pm-about-stats{
  grid-template-columns:repeat(3,minmax(0,1fr));
  padding:30px 0 55px;
  margin-top:0;
}

.home-page .pm-about-stats div{
  min-height:94px;
  justify-content:flex-start;
  border-right:0;
}

.home-page .pm-about-stats strong{
  min-width:118px;
  color:#e8632b;
  font-size:35px;
  font-weight:600;
}

.home-page .pm-about-stats span{
  color:#4d4847;
  font-size:18px;
}

.home-page .pm-about-band{
  display:grid;
  grid-template-columns:48% 52%;
  align-items:stretch;
  background:#e8632b;
  color:#fff;
}

.home-page .pm-about-band__copy{
  position:relative;
  padding:70px 6% 70px 13.5%;
}

.home-page .pm-about-band__copy h2{
  margin:0;
  color:#fff;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:42px;
  line-height:1.2;
  font-weight:800;
}

.home-page .pm-about-band__copy p{
  margin:38px 0 0;
  color:#fff;
  font-size:18px;
  line-height:1.666;
}

.home-page .pm-about-band__copy a{
  min-width:190px;
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:86px;
  padding:0 38px;
  border:1px solid #fff;
  border-radius:10px;
  color:#fff;
  font-size:18px;
  font-weight:500;
}

.home-page .pm-about-band__copy a:hover{
  background:#fff;
  color:#e8632b;
}

.home-page .pm-about-band__image{
  min-height:430px;
  overflow:hidden;
  border-radius:0 0 0 100px;
  background:#d9d1ce;
}

.home-page .pm-about-band__image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.home-page .pm-about-band__image.is-empty{
  display:grid;
  place-items:center;
  color:#fff;
  font-size:28px;
  font-weight:800;
}

.home-page .pm-advantage{
  padding:60px 0;
  background:#fff;
}

.home-page .pm-advantage__head{
  margin-bottom:16px;
  text-align:center;
}

.home-page .pm-advantage__head p{
  margin:0;
  color:#e8632b;
  font-size:24px;
  font-weight:800;
}

.home-page .pm-advantage__head h2{
  margin:0;
  color:#4d4847;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:38px;
  font-weight:800;
  text-transform:uppercase;
}

.home-page .pm-advantage__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.home-page .pm-advantage__grid article{
  min-height:320px;
  padding:40px 26px 30px;
  border:1px solid #b0b0b0;
  border-bottom:8px solid #e8632b;
  text-align:center;
  transition:transform .3s ease,box-shadow .3s ease;
}

.home-page .pm-advantage__grid article:hover{
  transform:translateY(-10px);
  box-shadow:0 18px 42px rgba(0,0,0,.08);
}

.home-page .pm-advantage__grid span{
  display:inline-grid;
  width:62px;
  height:62px;
  place-items:center;
  border-radius:50%;
  background:#fcf7f6;
  color:#e8632b;
  font-size:22px;
  font-weight:800;
}

.home-page .pm-advantage__grid h3{
  margin:24px 0 0;
  color:#4d4847;
  font-size:22px;
  line-height:1.35;
  font-weight:600;
  text-transform:uppercase;
}

.home-page .pm-advantage__grid p{
  margin:20px 0 0;
  color:rgba(0,0,0,.7);
  font-size:14px;
  line-height:1.7;
  text-align:left;
}

.home-page .pm-news{
  position:relative;
  padding:4vw 0 4.4vw!important;
  background:#fff!important;
}

.home-page .pm-news:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:45%;
  background:#faf9fa;
}

.home-page .pm-news .pm-wrap{
  position:relative;
  z-index:1;
}

.home-page .pm-news .pm-row-head{
  display:block;
  margin:0!important;
  text-align:center;
}

.home-page .pm-news .pm-ghost-title{
  position:static;
  display:block;
  transform:none;
  color:#e8632b;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:18px;
  font-style:normal;
  font-weight:800;
  opacity:1;
}

.home-page .pm-news .pm-row-head h2{
  margin-top:4px;
  font-size:38px;
  text-transform:uppercase;
}

.home-page .pm-news .pm-row-head a{
  display:none;
}

.home-page .pm-news-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:30px;
  padding-top:3.4vw;
}

.home-page .pm-news-card{
  border:2px solid #e2e2e2;
  border-radius:10px;
  overflow:hidden;
  box-shadow:none;
}

.home-page .pm-news-card__media{
  aspect-ratio:1.72/1;
}

.home-page .pm-news-card strong{
  min-height:112px;
  padding:20px 25px 0;
  color:#000;
  font-size:24px;
  line-height:1.6;
  font-weight:600;
}

.home-page .pm-news-card>span:not(.pm-news-card__media){
  padding:12px 25px 24px;
  color:#666;
  font-size:14px;
}

@media (max-width:1366px){
  .home-page .pm-ghost-title{font-size:80px}
  .home-page .pm-row-head{margin-bottom:80px!important}
  .home-page .pm-featured .pm-product-card__body{padding:18px 10px}
  .home-page .pm-featured .pm-product-card__title{font-size:18px}
}

@media (max-width:992px){
  .home-page .pm-hero,
  .home-page .pm-hero__slider,
  .home-page .pm-hero__single,
  .home-page .pm-hero__slide,
  .home-page .pm-hero__media-link,
  .home-page .pm-hero__media{
    height:400px!important;
    min-height:400px!important;
  }

  .home-page .pm-products,
  .home-page .pm-featured{
    padding:45px 0!important;
  }

  .home-page .pm-row-head{
    grid-template-columns:1fr;
    margin-bottom:24px!important;
  }

  .home-page .pm-ghost-title{
    display:none;
  }

  .home-page .pm-row-head a{
    width:190px;
  }

  .home-page .pm-category-strip{
    width:100%;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    animation:none;
  }

  .home-page .pm-category-card{
    flex-basis:auto;
  }

  .home-page .pm-featured .pm-product-grid,
  .home-page .pm-advantage__grid,
  .home-page .pm-news-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .home-page .pm-about-home__inner,
  .home-page .pm-about-band{
    grid-template-columns:1fr;
  }

  .home-page .pm-about-band__copy{
    padding:45px 28px;
  }
}

@media (max-width:640px){
  .home-page .pm-hero,
  .home-page .pm-hero__slider,
  .home-page .pm-hero__single,
  .home-page .pm-hero__slide,
  .home-page .pm-hero__media-link,
  .home-page .pm-hero__media{
    height:320px!important;
    min-height:320px!important;
  }

  .home-page .pm-row-head h2,
  .home-page .pm-hot-head h2,
  .home-page .pm-advantage__head h2,
  .home-page .pm-news .pm-row-head h2{
    font-size:28px;
  }

  .home-page .pm-category-strip,
  .home-page .pm-featured .pm-product-grid,
  .home-page .pm-advantage__grid,
  .home-page .pm-news-grid,
  .home-page .pm-about-stats{
    grid-template-columns:1fr;
  }
}

/* News detail: no sidebar, centered article */
body.news-detail-page .content-grid{
  grid-template-columns:minmax(0,1180px)!important;
  justify-content:center!important;
  gap:0!important;
}
body.news-detail-page .article-card{
  width:100%!important;
  padding:34px 48px 42px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
body.news-detail-page .breadcrumb{
  width:min(1180px,100%)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

@media (max-width:760px){
  body.news-detail-page .content-grid{
    grid-template-columns:1fr!important;
  }
  body.news-detail-page .article-card{
    padding:22px 18px 26px!important;
  }
body.news-detail-page .breadcrumb{
    width:calc(100% - 28px)!important;
  }
}

/* Vertak-inspired skin: layout, colors, and interactions. Images still come from xmdsite data. */
body{
  color:#222;
  font-family:"Cairo","Montserrat","Segoe UI",Arial,"Microsoft YaHei",sans-serif;
  letter-spacing:0;
}

.pm-wrap,
.wrap,
.container,
.xmdsite-container{
  width:min(var(--pm-wrap),calc(100% - 8vw));
}

.pm-topbar{
  background:#3d3d3d;
  color:#fff;
  font-size:14px;
}

.pm-topbar__inner{
  width:min(var(--pm-wrap),calc(100% - 8vw));
  min-height:52px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.pm-topbar__contact{
  display:flex;
  flex-wrap:wrap;
  gap:12px 28px;
}

.pm-topbar__contact a,
.pm-topbar__cta{
  color:#fff;
  transition:color .22s ease;
}

.pm-topbar__contact span{
  color:rgba(255,255,255,.72);
}

.pm-topbar__contact a:hover,
.pm-topbar__cta:hover{
  color:var(--pm-orange);
}

.pm-topbar__cta{
  text-transform:uppercase;
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
}

.pm-nav{
  background:#fff;
  border-bottom:0;
  box-shadow:0 4px 22px rgba(0,0,0,.06);
}

.pm-nav__inner{
  height:92px;
  grid-template-columns:220px minmax(0,1fr);
}

.pm-brand img{
  max-width:190px;
  max-height:66px;
}

.pm-brand span{
  border-radius:0;
  background:#fff;
  color:#3d3d3d;
  padding:0;
  font-size:28px;
  font-weight:900;
}

.pm-nav__menu>ul{
  justify-content:flex-end;
  gap:clamp(18px,2vw,34px);
}

.pm-nav__menu a{
  position:relative;
  min-height:92px;
  color:#151515;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:16px;
  font-weight:800;
  text-transform:uppercase;
}

.pm-nav__menu>ul>li>a:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:27px;
  height:3px;
  background:var(--pm-orange);
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .28s ease;
}

.pm-nav__menu>ul>li>a:hover:after,
.pm-nav__menu>ul>li>a.is-active:after{
  transform:scaleX(1);
}

.pm-nav__menu a:hover,
.pm-nav__menu a.is-active,
.pm-sale-link{
  color:var(--pm-orange)!important;
}

.pm-nav__menu a span{
  color:currentColor;
  font-size:12px;
}

.pm-subnav{
  top:92px;
  left:0;
  width:230px;
  transform:translateY(10px);
  display:block;
  opacity:0;
  visibility:hidden;
  padding:12px 0;
  border:0;
  background:#fff;
  box-shadow:0 20px 44px rgba(0,0,0,.13);
  transition:opacity .22s ease,transform .22s ease,visibility .22s ease;
}

.pm-nav__menu li:hover>.pm-subnav{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.pm-subnav a{
  min-height:42px;
  justify-content:flex-start;
  padding:8px 20px;
  border-radius:0;
  color:#333;
  font-size:14px;
  font-weight:600;
  text-transform:none;
}

.pm-subnav a:hover{
  background:#fcf7f6;
  color:var(--pm-orange);
}

.pm-hero,
.pm-hero__slider,
.pm-hero__single,
.pm-hero__slide,
.pm-hero__media-link,
.pm-hero__media{
  height:clamp(430px,46vw,650px);
  min-height:430px;
}

.pm-hero{
  background:#3d3d3d;
}

.pm-hero:after{
  background:linear-gradient(90deg,rgba(0,0,0,.34),rgba(0,0,0,.04) 48%,rgba(0,0,0,.18));
}

.pm-hero__media{
  animation:pm-hero-zoom 9s ease both;
}

@keyframes pm-hero-zoom{
  from{transform:scale(1.06)}
  to{transform:scale(1)}
}

.pm-section{
  padding:64px 0;
}

.pm-intro{
  padding:54px 0 28px;
}

.pm-section__head{
  width:min(860px,100%);
  margin-bottom:38px;
}

.pm-section__head h2,
.pm-row-head h2{
  color:#3d3d3d;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:clamp(28px,2.6vw,38px);
  line-height:1.18;
  font-weight:900;
}

.pm-section__head p{
  color:#999;
  font-size:18px;
  line-height:1.45;
}

.pm-row-head{
  position:relative;
  align-items:flex-end;
  margin-bottom:46px;
}

.pm-row-head h2{
  position:relative;
  z-index:1;
  max-width:720px;
}

.pm-ghost-title{
  position:absolute;
  z-index:0;
  left:-52px;
  bottom:-14px;
  color:#3c3434;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(56px,9vw,150px);
  font-style:italic;
  font-weight:300;
  line-height:.8;
  opacity:.055;
  text-transform:uppercase;
  pointer-events:none;
}

.pm-row-head a{
  position:relative;
  z-index:1;
  min-width:210px;
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 26px;
  border:1px solid #111;
  border-radius:30px;
  color:#151515;
  font-size:15px;
  font-weight:700;
  letter-spacing:.02em;
  transition:background .24s ease,border-color .24s ease,color .24s ease,transform .24s ease;
}

.pm-row-head a:hover{
  border-color:var(--pm-orange);
  background:var(--pm-orange);
  color:#fff;
  transform:translateY(-2px);
}

.pm-products{
  padding-top:58px;
  background:#fcf7f6;
}

.pm-product-grid{
  gap:24px;
}

.pm-product-card{
  position:relative;
  overflow:hidden;
  padding:0;
  border:1px solid transparent;
  background:#faf9fa;
  color:#222;
  box-shadow:none;
  transition:border-color .28s ease,box-shadow .28s ease,transform .28s ease;
}

.pm-product-card:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  background:var(--pm-orange);
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .28s ease;
}

.pm-product-card:hover{
  border-color:#eee0db;
  box-shadow:0 22px 46px rgba(61,52,52,.12);
  transform:translateY(-6px);
}

.pm-product-card:hover:before{
  transform:scaleX(1);
}

.pm-product-card__image{
  margin:0;
  padding:20px;
  background:#fff;
  color:#b9b1ae;
  aspect-ratio:1.08/1;
}

.pm-product-card__image img{
  object-fit:contain;
  transition:transform .35s ease;
}

.pm-product-card:hover .pm-product-card__image img{
  transform:scale(1.06);
}

.pm-product-card__body{
  min-height:136px;
  padding:20px 22px 24px;
}

.pm-product-card__title{
  min-height:50px;
  color:#121212;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:20px;
  font-weight:800;
}

.pm-rating{
  margin-top:4px;
  color:#999;
  font-size:14px;
  letter-spacing:0;
}

.pm-small-button,
.pm-button,
.view-more,
.btn-more,
.news-card-more{
  min-height:42px;
  padding:0 22px;
  border-radius:0;
  background:var(--pm-orange);
  color:#fff!important;
  font-size:13px;
  letter-spacing:.02em;
}

.pm-small-button:hover,
.pm-button:hover,
.view-more:hover,
.btn-more:hover,
.news-card-more:hover{
  background:#3d3d3d;
  box-shadow:0 12px 24px rgba(0,0,0,.15);
}

.pm-brands{
  padding:74px 0;
}

.pm-brand-grid{
  gap:30px;
}

.pm-brand-card{
  position:relative;
  background:#fff;
  transition:transform .28s ease;
}

.pm-brand-card:hover{
  transform:translateY(-5px);
}

.pm-brand-card__media{
  background:#eee8e6;
  aspect-ratio:1.55/1;
}

.pm-brand-card__media img{
  transition:transform .5s ease;
}

.pm-brand-card:hover img{
  transform:scale(1.07);
}

.pm-tag{
  display:inline-flex;
  width:auto;
  min-height:30px;
  align-items:center;
  margin-top:-15px;
  margin-left:20px;
  position:relative;
  z-index:2;
  background:#3d3d3d;
  color:#fff;
}

.pm-brand-card strong{
  margin:18px 20px 0;
  color:#222;
  font-size:22px;
}

.pm-brand-card>span:not(.pm-brand-card__media):not(.pm-tag){
  margin:8px 20px 0;
  color:#888;
  font-size:15px;
}

.pm-brand-card em{
  margin:18px 20px 4px;
  background:transparent;
  color:var(--pm-orange);
  padding:0;
}

.pm-types{
  width:100%;
  margin:0;
  padding:74px 0;
  background:#3d3d3d;
}

.pm-types>.pm-wrap{
  width:min(var(--pm-wrap),calc(100% - 8vw));
}

.pm-types .pm-section__head h2{
  color:#fff;
}

.pm-types .pm-section__head p{
  color:rgba(255,255,255,.72);
}

.pm-type-grid{
  gap:24px;
}

.pm-type-card{
  min-height:360px;
  background:#4a4a4a;
}

.pm-type-card img{
  min-height:360px;
  transition:transform .55s ease,filter .35s ease;
}

.pm-type-card:hover img{
  transform:scale(1.06);
  filter:saturate(1.08);
}

.pm-type-card:after{
  background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.52));
}

.pm-type-card span{
  left:30px;
  bottom:28px;
  font-size:26px;
  font-weight:900;
  text-transform:uppercase;
}

.pm-social{
  padding:72px 0;
  background:#fff;
}

.pm-social h2{
  margin-bottom:30px;
  color:#3d3d3d;
  font-size:30px;
}

.pm-social-card{
  background:#faf9fa;
}

.pm-social-card::after{
  background:var(--pm-orange);
}

.pm-social-card__image{
  background:#f0ecea;
}

.pm-social-card strong{
  padding:0 2px 8px;
  color:#222;
  font-size:16px;
}

.pm-social-card:hover strong{
  color:var(--pm-orange);
}

.pm-news{
  background:#fcf7f6;
  padding:74px 0;
}

.pm-news-card{
  background:#fff;
  box-shadow:0 16px 36px rgba(61,52,52,.08);
  transition:transform .28s ease,box-shadow .28s ease;
}

.pm-news-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 48px rgba(61,52,52,.13);
}

.pm-news-card__media{
  background:#eee8e6;
}

.pm-news-card strong{
  min-height:76px;
  padding:20px 22px 10px;
  color:#222;
  font-size:20px;
  font-weight:800;
}

.pm-news-card:hover strong{
  color:var(--pm-orange);
}

.pm-news-card>span:not(.pm-news-card__media){
  padding:0 22px 22px;
  color:#999;
  font-size:14px;
}

.pm-news-card time{
  color:var(--pm-orange);
}

.pm-promo{
  padding:76px 0;
  background:#fff;
}

.pm-promo__inner{
  min-height:300px;
  background:#3d3d3d;
  color:#fff;
}

.pm-promo__copy{
  width:min(520px,58%);
  padding:50px 58px;
}

.pm-promo h2{
  color:#fff;
  font-size:36px;
}

.pm-promo p{
  color:rgba(255,255,255,.72);
  font-size:16px;
}

.pm-promo img{
  width:58%;
}

.pm-promo__inner:after{
  background:linear-gradient(90deg,#3d3d3d 0%,#3d3d3d 38%,rgba(61,61,61,.22) 72%);
}

.footer{
  background:#3d3d3d!important;
}

.footer-brand{
  font-family:"Montserrat","Segoe UI",Arial,sans-serif!important;
  font-size:28px!important;
  text-transform:uppercase!important;
}

.footer-nav a:hover,
.footer-info a:hover{
  color:var(--pm-orange)!important;
  text-decoration:none!important;
}

.copyright{
  background:#303030!important;
}

/* Override generic list/detail pages to match the same visual language. */
.xmdsite-page,
.product-list-page,
.product-detail-page{
  background:#fff!important;
  color:#222!important;
  font-family:"Cairo","Montserrat","Segoe UI",Arial,"Microsoft YaHei",sans-serif!important;
}

.xmdsite-page-hero,
.hero,
.page-hero{
  background:#3d3d3d!important;
}

.xmdsite-page-hero:after,
.hero:after,
.page-hero:after{
  background:linear-gradient(90deg,rgba(0,0,0,.48),rgba(0,0,0,.12) 55%,rgba(0,0,0,.28))!important;
}

.xmdsite-page-title,
.xmdsite-item-title,
.section-title,
.list-title,
.article-title{
  color:#3d3d3d!important;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif!important;
  font-weight:900!important;
}

.xmdsite-eyebrow,
.xmdsite-breadcrumb-link:hover,
.xmdsite-card-meta,
.xmdsite-publish-date,
.article-meta a:hover{
  color:var(--pm-orange)!important;
}

.xmdsite-category-link,
.category-link,
.xmdsite-pagination-link,
.page-control,
.xmdsite-tab{
  border-radius:0!important;
  transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease!important;
}

.xmdsite-category-link:hover,
.xmdsite-category-link.is-active,
.category-link:hover,
.category-link.is-active,
.xmdsite-pagination-link:hover,
.page-control:hover,
.xmdsite-tab:hover,
.xmdsite-tab.is-active{
  background:var(--pm-orange)!important;
  border-color:var(--pm-orange)!important;
  color:#fff!important;
  transform:translateY(-1px);
}

.xmdsite-item-card,
.xmdsite-item-card-link,
.product-card,
.news-card,
.article-card,
.content-panel,
.xmdsite-detail-tabs,
.xmdsite-facts,
.xmdsite-adjacent-card{
  border-radius:0!important;
  border-color:#d9e3ec!important;
  box-shadow:0 16px 36px rgba(61,52,52,.08)!important;
}

.xmdsite-item-card,
.product-card,
.news-card,
.xmdsite-adjacent-card{
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important;
}

.xmdsite-item-card:hover,
.product-card:hover,
.news-card:hover,
.xmdsite-adjacent-card:hover{
  transform:translateY(-5px)!important;
  border-color:rgba(3,41,80,.35)!important;
  box-shadow:0 22px 48px rgba(61,52,52,.13)!important;
}

.xmdsite-card-media,
.xmdsite-cover,
.xmdsite-head-cover,
.product-thumb,
.news-card-media,
.item-media{
  border-radius:0!important;
  background:#f7f9fb!important;
}

.xmdsite-card-media img,
.product-thumb img,
.news-card-media img,
.item-media img{
  transition:transform .45s ease!important;
}

.xmdsite-item-card:hover .xmdsite-card-media img,
.product-card:hover .product-thumb img,
.news-card:hover .news-card-media img{
  transform:scale(1.06)!important;
}

.xmdsite-card-title,
.news-card-title,
.product-title{
  color:#222!important;
  transition:color .22s ease!important;
}

.xmdsite-item-card:hover .xmdsite-card-title,
.news-card:hover .news-card-title,
.product-card:hover .product-title{
  color:var(--pm-orange)!important;
}

@media (max-width:920px){
  .pm-topbar__inner{
    min-height:44px;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    gap:4px;
    padding:8px 0;
  }

  .pm-nav__inner{
    min-height:74px;
    grid-template-columns:minmax(0,1fr) 42px;
    align-items:center;
    gap:10px;
  }

  .pm-brand{
    grid-column:1;
    grid-row:1;
  }

  .pm-nav__toggle{
    display:block;
    grid-column:2;
    grid-row:1;
    justify-self:end;
  }

  .pm-nav__menu{
    display:none;
    grid-column:1/-1;
  }

  .pm-header.is-open .pm-nav__menu{
    display:block;
  }

  .pm-nav__menu a{
    min-height:44px;
    font-size:15px;
  }

  .pm-nav__menu>ul>li>a:after{
    display:none;
  }

  .pm-subnav{
    opacity:1;
    visibility:visible;
    transform:none;
  }
}

@media (max-width:640px){
  .pm-wrap,
  .wrap,
  .container,
  .xmdsite-container,
  .pm-nav__inner,
  .pm-topbar__inner{
    width:calc(100% - 28px);
  }

  .pm-topbar__contact{
    gap:4px 14px;
  }

  .pm-ghost-title{
    left:0;
    bottom:auto;
    top:-28px;
    font-size:54px;
  }

  .pm-row-head a{
    min-width:0;
    min-height:46px;
  }

  .pm-product-card__title,
  .pm-brand-card strong,
  .pm-news-card strong{
    font-size:18px;
  }

  .pm-type-card,
  .pm-type-card img{
    min-height:260px;
  }

  .pm-promo__copy{
    width:100%;
    padding:34px 24px;
  }

  .pm-promo h2{
    font-size:28px;
  }
}

/* Homepage fidelity pass: Vertak-like opening, banner copy, product strip, featured grid, and about stats. */
.pm-loader{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  background:#3d3d3d;
  color:#fff;
  animation:pm-loader-hide .9s ease 1.25s forwards;
  pointer-events:none;
}

.pm-loader__mark{
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:clamp(32px,6vw,76px);
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  animation:pm-loader-mark .9s cubic-bezier(.2,.7,.2,1) both;
}

.pm-loader__bar{
  position:absolute;
  left:50%;
  bottom:42%;
  width:min(320px,54vw);
  height:3px;
  overflow:hidden;
  transform:translateX(-50%);
  background:rgba(255,255,255,.18);
}

.pm-loader__bar span{
  display:block;
  width:100%;
  height:100%;
  transform-origin:left center;
  background:#e8632b;
  animation:pm-loader-bar 1.1s cubic-bezier(.65,0,.35,1) both;
}

@keyframes pm-loader-mark{
  from{opacity:0;transform:translateY(20px)}
  to{opacity:1;transform:translateY(0)}
}

@keyframes pm-loader-bar{
  from{transform:scaleX(0)}
  to{transform:scaleX(1)}
}

@keyframes pm-loader-hide{
  to{opacity:0;visibility:hidden}
}

.pm-hero,
.pm-hero__single,
.pm-hero__slide{
  position:relative;
}

.pm-hero__content{
  position:absolute;
  z-index:3;
  top:50%;
  left:clamp(24px,8vw,150px);
  width:min(600px,calc(100% - 48px));
  transform:translateY(-50%);
  color:#fff;
  pointer-events:auto;
}

.pm-hero__content p{
  margin:0 0 10px;
  color:#e8632b;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:clamp(15px,1.6vw,24px);
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  animation:pm-hero-copy .7s ease .35s both;
}

.pm-hero__content h2{
  margin:0;
  color:#fff;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:clamp(38px,5.4vw,82px);
  line-height:.98;
  font-weight:900;
  text-transform:uppercase;
  animation:pm-hero-copy .8s ease .48s both;
}

.pm-hero__content span{
  display:block;
  max-width:560px;
  margin-top:22px;
  color:rgba(255,255,255,.82);
  font-size:clamp(15px,1.3vw,19px);
  line-height:1.55;
  animation:pm-hero-copy .8s ease .62s both;
}

.pm-hero__button{
  min-width:180px;
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:30px;
  padding:0 28px;
  border:1px solid #fff;
  border-radius:28px;
  background:#fff;
  color:#222;
  font-size:15px;
  font-weight:800;
  text-transform:uppercase;
  transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease;
  animation:pm-hero-copy .8s ease .76s both;
}

.pm-hero__button:hover{
  border-color:#e8632b;
  background:#e8632b;
  color:#fff;
  transform:translateY(-2px);
}

@keyframes pm-hero-copy{
  from{opacity:0;transform:translateY(28px)}
  to{opacity:1;transform:translateY(0)}
}

.pm-category-strip{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 42px rgba(61,52,52,.08);
}

.pm-category-card{
  position:relative;
  display:block;
  min-width:0;
  border-right:1px solid #f0e7e3;
  background:#faf9fa;
  transition:transform .28s ease,background .28s ease;
}

.pm-category-card:last-child{
  border-right:0;
}

.pm-category-card__media{
  position:relative;
  display:grid;
  place-items:center;
  aspect-ratio:4/3;
  overflow:hidden;
  color:#b9b1ae;
  font-weight:900;
}

.pm-category-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s ease,filter .35s ease;
}

.pm-category-card__media:after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.08);
  opacity:0;
  transition:opacity .3s ease;
}

.pm-category-card__media em{
  position:absolute;
  z-index:2;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e8632b;
  color:#fff;
  font-size:13px;
  font-style:normal;
  font-weight:900;
  opacity:0;
  transform:translateY(12px);
  transition:opacity .28s ease,transform .28s ease;
}

.pm-category-card strong{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px 18px;
  color:#121212;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:20px;
  line-height:1.35;
  font-weight:900;
  text-align:center;
  transition:color .22s ease;
}

.pm-category-card:hover{
  z-index:1;
  transform:translateY(-4px);
  background:#fff;
}

.pm-category-card:hover .pm-category-card__media img{
  transform:scale(1.08);
  filter:saturate(1.08) contrast(1.04);
}

.pm-category-card:hover .pm-category-card__media:after{
  opacity:1;
}

.pm-category-card:hover .pm-category-card__media em{
  opacity:1;
  transform:translateY(0);
}

.pm-category-card:hover strong{
  color:#e8632b;
}

.pm-featured{
  background:#fff;
  padding-top:78px;
}

.pm-featured .pm-section__head{
  position:relative;
}

.pm-featured .pm-section__head:before{
  content:"featured";
  position:absolute;
  left:50%;
  top:-42px;
  transform:translateX(-50%);
  color:#3c3434;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(58px,9vw,140px);
  font-style:italic;
  line-height:1;
  opacity:.045;
  text-transform:uppercase;
  pointer-events:none;
}

.pm-about-home{
  position:relative;
  overflow:hidden;
  padding:78px 0 0;
  background:#f7f1ef;
}

.pm-about-home:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(232,99,43,.1),rgba(255,255,255,0) 55%);
  pointer-events:none;
}

.pm-about-home__inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,49%) minmax(0,51%);
  align-items:stretch;
}

.pm-about-home__media{
  min-height:430px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#ddd3cf;
  color:#fff;
  font-size:32px;
  font-weight:900;
}

.pm-about-home__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .65s ease;
}

.pm-about-home__media:hover img{
  transform:scale(1.04);
}

.pm-about-home__copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:56px clamp(28px,4vw,64px);
  background:rgba(255,255,255,.72);
}

.pm-about-home__copy p{
  margin:0 0 12px;
  color:#e8632b;
  font-weight:900;
  text-transform:uppercase;
}

.pm-about-home__copy h2{
  margin:0;
  color:#3d3d3d;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:clamp(28px,3vw,44px);
  line-height:1.15;
  font-weight:900;
}

.pm-about-home__copy div{
  margin:22px 0 30px;
  color:#777;
  font-size:16px;
  line-height:1.8;
}

.pm-about-home__copy .pm-small-button{
  align-self:flex-start;
  border-radius:24px;
}

.pm-about-stats{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin-top:28px;
  padding:28px 0 40px;
}

.pm-about-stats div{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:82px;
  border-right:1px solid rgba(61,61,61,.14);
}

.pm-about-stats div:last-child{
  border-right:0;
}

.pm-about-stats strong{
  color:#e8632b;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:44px;
  line-height:1;
}

.pm-about-stats strong:after{
  content:"+";
  font-size:.62em;
}

.pm-about-stats span{
  max-width:160px;
  color:#4d4847;
  font-size:18px;
  line-height:1.3;
}

@media (max-width:1100px){
  .pm-category-strip{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .pm-about-home__inner{
    grid-template-columns:1fr;
  }
}

@media (max-width:760px){
  .pm-loader__bar{
    bottom:39%;
  }

  .pm-hero__content{
    left:24px;
    width:calc(100% - 48px);
  }

  .pm-hero__button{
    min-height:44px;
    min-width:0;
  }

  .pm-category-strip,
  .pm-about-stats{
    grid-template-columns:1fr;
  }

  .pm-category-card{
    border-right:0;
    border-bottom:1px solid #f0e7e3;
  }

  .pm-category-card__media{
    aspect-ratio:16/9;
  }

  .pm-about-home{
    padding-top:54px;
  }

  .pm-about-home__media{
    min-height:280px;
  }

  .pm-about-stats div{
    justify-content:flex-start;
    border-right:0;
    border-bottom:1px solid rgba(61,61,61,.14);
  }
}

/* Final homepage match layer for Vertak-style 1:1 structure. */
body.home-page{
  background:#fff;
  color:#000;
  font-family:"Cairo","Montserrat","Segoe UI",Arial,"Microsoft YaHei",sans-serif;
}

body.home-page .pm-wrap{
  width:min(1500px,calc(100% - 8vw));
}

body.home-page .pm-loader{
  position:fixed;
  inset:0;
  z-index:99999;
  display:grid!important;
  place-items:center;
  overflow:hidden;
  background:#3d3d3d;
  color:#fff;
  pointer-events:none;
  animation:pm-final-loader-out .8s ease 1.18s forwards;
}

body.home-page .pm-loader:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent 0,rgba(255,255,255,.09) 44%,transparent 58%);
  transform:translateX(-120%);
  animation:pm-final-loader-sheen 1.05s ease both;
}

body.home-page .pm-loader__mark{
  position:relative;
  max-width:min(78vw,980px);
  color:#fff;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:clamp(30px,5.2vw,72px);
  font-weight:800;
  line-height:1.1;
  text-align:center;
  text-transform:uppercase;
  animation:pm-final-loader-mark .72s cubic-bezier(.2,.7,.2,1) both;
}

body.home-page .pm-loader__bar{
  position:absolute;
  left:50%;
  bottom:39%;
  width:min(330px,56vw);
  height:3px;
  overflow:hidden;
  transform:translateX(-50%);
  background:rgba(255,255,255,.2);
}

body.home-page .pm-loader__bar span{
  display:block;
  width:100%;
  height:100%;
  transform-origin:left center;
  background:#e8632b;
  animation:pm-final-loader-bar 1s cubic-bezier(.65,0,.35,1) both;
}

body.home-page .vertak-header{
  position:relative;
  z-index:50;
}

body.home-page .pm-topbar{
  height:52px;
  background:#3d3d3d;
}

body.home-page .pm-topbar__inner{
  min-height:52px;
}

body.home-page .pm-nav{
  box-shadow:none;
}

body.home-page .pm-nav__inner{
  height:92px;
}

body.home-page .pm-brand img{
  max-width:190px;
  max-height:66px;
}

body.home-page .pm-nav__menu a{
  min-height:92px;
  color:#000;
  font-size:20px;
  font-weight:700;
  text-transform:uppercase;
}

body.home-page .pm-subnav{
  top:92px;
}

body.home-page .pm-hero,
body.home-page .pm-hero__slider,
body.home-page .pm-hero__single,
body.home-page .pm-hero__slide,
body.home-page .pm-hero__media-link,
body.home-page .pm-hero__media{
  height:500px!important;
  min-height:500px!important;
}

body.home-page .pm-hero{
  overflow:hidden;
  background:#3d3d3d;
}

body.home-page .pm-hero:after,
body.home-page .pm-hero__content{
  display:none!important;
}

body.home-page .pm-hero__media{
  width:100%;
  object-fit:cover;
  animation:pm-final-hero-in 2.6s ease both!important;
}

body.home-page .pm-hero swiper-container::part(pagination){
  bottom:20px;
}

body.home-page .pm-hero swiper-container::part(bullet){
  width:38px;
  height:3px;
  border-radius:0;
  background:#fff;
  opacity:.75;
}

body.home-page .pm-hero swiper-container::part(bullet-active){
  width:38px;
  height:3px;
  border-radius:0;
  background:#e8632b;
}

body.home-page .pm-products{
  position:relative;
  overflow:hidden;
  padding:50px 0 0!important;
  background:#fff!important;
}

body.home-page .pm-products .pm-row-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) 250px;
  align-items:center;
  gap:32px;
  margin:-28px 0 98px!important;
}

body.home-page .pm-ghost-title{
  position:absolute;
  left:-52px;
  bottom:15px;
  z-index:0;
  color:#3c3434;
  font-family:Georgia,"Times New Roman",serif;
  font-size:177px;
  font-style:italic;
  font-weight:300;
  line-height:.82;
  opacity:.035;
  text-transform:uppercase;
  pointer-events:none;
}

body.home-page .pm-row-head h2{
  position:relative;
  z-index:1;
  max-width:840px;
  color:#3d3d3d;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:38px;
  line-height:1.25;
  font-weight:700;
  text-transform:none;
}

body.home-page .pm-row-head h2 span{
  display:block;
  font-size:30px;
  line-height:1.2;
}

body.home-page .pm-row-head a{
  position:relative;
  z-index:1;
  width:250px;
  height:60px;
  min-height:60px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #000;
  border-radius:30px;
  background:transparent;
  color:#000;
  font-size:17px;
  font-weight:400;
  text-transform:uppercase;
  transition:background .25s ease,border-color .25s ease,color .25s ease;
}

body.home-page .pm-row-head a:hover{
  border-color:#e8632b;
  background:#e8632b;
  color:#fff;
  transform:none;
}

body.home-page .pm-category-strip{
  display:flex!important;
  width:125%;
  overflow:visible;
  gap:0;
  background:transparent;
  box-shadow:none;
  animation:pm-final-category-scroll 20s linear infinite;
}

body.home-page .pm-category-strip:hover{
  animation-play-state:paused;
}

body.home-page .pm-category-card{
  flex:0 0 20%;
  overflow:hidden;
  border:0;
  background:transparent;
  box-shadow:none;
  transform:none!important;
}

body.home-page .pm-category-card__media{
  aspect-ratio:4/3;
  background:#eee8e6;
}

body.home-page .pm-category-card__media img{
  object-fit:cover;
}

body.home-page .pm-category-card__media:after{
  background:rgba(0,0,0,.32);
}

body.home-page .pm-category-card__media em{
  display:none!important;
  width:66px;
  height:66px;
  background:#e8632b;
  color:#fff;
  font-size:0;
}

body.home-page .pm-category-card__media em:before{
  content:"";
  width:18px;
  height:18px;
  border-top:3px solid currentColor;
  border-right:3px solid currentColor;
  transform:rotate(45deg);
}

body.home-page .pm-category-card strong{
  min-height:82px;
  justify-content:flex-start;
  padding:20px 12%;
  color:#000;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:22px;
  line-height:1.45;
  font-weight:700;
  text-align:left;
}

body.home-page .pm-featured{
  padding:110px 0 70px!important;
  background:#fff!important;
}

body.home-page .pm-hot-head{
  position:relative;
  z-index:1;
  text-align:center;
}

body.home-page .pm-hot-head:before{
  content:"vertak";
  position:absolute;
  left:50%;
  top:-39px;
  z-index:-1;
  transform:translateX(-50%);
  color:#3c3434;
  font-family:Georgia,"Times New Roman",serif;
  font-size:118px;
  font-style:italic;
  line-height:1;
  opacity:.04;
  text-transform:uppercase;
}

body.home-page .pm-hot-head p{
  color:#e8632b;
  font-size:24px;
  font-weight:700;
  text-transform:uppercase;
}

body.home-page .pm-hot-head h2{
  margin-top:2px;
  color:#3d3d3d;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:38px;
  font-weight:700;
  line-height:1.12;
}

body.home-page .pm-hot-tabs{
  display:flex;
  justify-content:center;
  gap:10px;
  margin:36px 0 34px;
}

body.home-page .pm-hot-tabs span{
  width:250px;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f5f3f4;
  color:#000;
  font-size:20px;
  font-weight:400;
  transition:background .25s ease,color .25s ease;
}

body.home-page .pm-hot-tabs span.is-active,
body.home-page .pm-hot-tabs span:hover{
  background:#e8632b;
  color:#fff;
}

body.home-page .pm-featured .pm-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:25px;
}

body.home-page .pm-featured .pm-product-card{
  border:0;
  background:#faf9fa;
  box-shadow:none;
}

body.home-page .pm-featured .pm-product-card:hover{
  transform:translateY(-6px)!important;
  box-shadow:0 16px 34px rgba(61,52,52,.1);
}

body.home-page .pm-featured .pm-product-card:before{
  display:none;
}

body.home-page .pm-featured .pm-product-card__image{
  aspect-ratio:1.18/1;
  margin:0;
  padding:0;
  background:#f5f3f4;
}

body.home-page .pm-featured .pm-product-card__image img{
  padding:0;
  object-fit:cover;
}

body.home-page .pm-featured .pm-product-card__body{
  min-height:150px;
  align-items:center;
  padding:28px 16px 30px;
  text-align:center;
}

body.home-page .pm-featured .pm-product-card__title{
  min-height:58px;
  color:#000;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:20px;
  line-height:1.45;
  font-weight:500;
}

body.home-page .pm-featured .pm-rating{
  color:rgba(0,0,0,.58);
  font-size:16px;
  font-weight:300;
}

body.home-page .pm-featured .pm-small-button{
  display:none;
}

body.home-page .pm-about-home{
  padding:0 0 40px!important;
  background:#fcf7f6!important;
}

body.home-page .pm-about-home:before{
  display:none!important;
}

body.home-page .pm-about-home__inner{
  display:grid;
  grid-template-columns:49.15% 50.85%;
  align-items:stretch;
  padding-top:60px;
}

body.home-page .pm-about-home__media{
  min-height:520px;
  border-radius:5px;
  background:#e8e1df;
}

body.home-page .pm-about-home__copy{
  justify-content:center;
  padding:50px 30px 50px 50px;
  background:transparent;
}

body.home-page .pm-about-home__copy p{
  color:#e8632b;
  font-size:24px;
  font-weight:700;
  text-transform:none;
}

body.home-page .pm-about-home__copy h2{
  margin-top:6px;
  color:#4d4847;
  font-family:"Questrial","Montserrat","Segoe UI",Arial,sans-serif;
  font-size:24px;
  font-weight:400;
  line-height:1.35;
}

body.home-page .pm-about-home__copy div{
  margin:34px 0 28px;
  color:#999;
  font-size:14px;
  line-height:1.62;
}

body.home-page .pm-about-home__copy .pm-small-button{
  width:180px;
  height:46px;
  min-height:46px;
  border-radius:23px;
  background:#e8632b;
  color:#fff!important;
  font-size:20px;
  font-weight:400;
  text-transform:capitalize;
}

body.home-page .pm-about-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:0;
  padding:30px 0 55px;
}

body.home-page .pm-about-stats div{
  min-height:94px;
  justify-content:flex-start;
  gap:16px;
  border:0;
}

body.home-page .pm-about-stats strong{
  min-width:118px;
  color:#e8632b;
  font-size:35px;
  font-weight:600;
}

body.home-page .pm-about-stats span{
  max-width:250px;
  color:#4d4847;
  font-size:18px;
  line-height:1.35;
}

body.home-page .pm-about-band{
  display:grid;
  grid-template-columns:48% 52%;
  align-items:stretch;
  background:#e8632b;
  color:#fff;
}

body.home-page .pm-about-band__copy{
  padding:70px 6% 70px 13.5%;
}

body.home-page .pm-about-band__copy h2{
  color:#fff;
  font-size:42px;
  font-weight:700;
  line-height:1.2;
}

body.home-page .pm-about-band__copy p{
  margin-top:38px;
  color:#fff;
  font-size:18px;
  line-height:1.666;
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

body.home-page .pm-about-band__copy a{
  min-width:190px;
  min-height:52px;
  margin-top:86px;
  border:1px solid #fff;
  border-radius:10px;
  background:transparent;
  color:#fff;
  font-size:18px;
  font-weight:500;
}

body.home-page .pm-about-band__image{
  min-height:430px;
  border-radius:0 0 0 100px;
  background:#d9d1ce;
}

body.home-page .pm-advantage{
  padding:60px 0;
  background:#fff;
}

body.home-page .pm-advantage__head{
  margin-bottom:16px;
  text-align:center;
}

body.home-page .pm-advantage__head p{
  color:#e8632b;
  font-size:24px;
  font-weight:700;
}

body.home-page .pm-advantage__head h2{
  margin-top:2px;
  color:#4d4847;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:38px;
  font-weight:700;
  text-transform:uppercase;
}

body.home-page .pm-advantage__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

body.home-page .pm-advantage__grid article{
  min-height:320px;
  padding:40px 26px 30px;
  border:1px solid #b0b0b0;
  border-bottom:8px solid #e8632b;
  background:#fff;
  box-shadow:none;
  text-align:center;
}

body.home-page .pm-advantage__grid article:hover{
  transform:translateY(-10px);
  box-shadow:0 18px 42px rgba(0,0,0,.08);
}

body.home-page .pm-advantage__grid span{
  display:inline-grid;
  width:62px;
  height:62px;
  place-items:center;
  border-radius:50%;
  background:#fcf7f6;
  color:#e8632b;
  font-size:22px;
  font-weight:700;
}

body.home-page .pm-advantage__grid h3{
  margin-top:24px;
  color:#4d4847;
  font-size:22px;
  line-height:1.35;
  font-weight:600;
  text-transform:uppercase;
}

body.home-page .pm-advantage__grid p{
  margin-top:20px;
  color:rgba(0,0,0,.7);
  font-size:14px;
  line-height:1.7;
  text-align:left;
}

body.home-page .pm-news{
  position:relative;
  padding:4vw 0 4.4vw!important;
  background:#fff!important;
}

body.home-page .pm-news:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:45%;
  background:#faf9fa;
}

body.home-page .pm-news .pm-wrap{
  position:relative;
  z-index:1;
}

body.home-page .pm-news .pm-row-head{
  display:block;
  margin:0!important;
  text-align:center;
}

body.home-page .pm-news .pm-ghost-title{
  position:static;
  display:block;
  transform:none;
  color:#e8632b;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:18px;
  font-style:normal;
  font-weight:700;
  line-height:1.2;
  opacity:1;
}

body.home-page .pm-news .pm-row-head h2{
  margin-top:6px;
  font-size:38px;
  text-transform:uppercase;
}

body.home-page .pm-news .pm-row-head a{
  display:none;
}

body.home-page .pm-news-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:30px;
  padding-top:3.4vw;
}

body.home-page .pm-news-card{
  overflow:hidden;
  border:2px solid #e2e2e2;
  border-radius:10px;
  background:#fff;
  box-shadow:none;
}

body.home-page .pm-news-card:hover{
  transform:translateY(-6px);
  border-color:#e8632b;
  box-shadow:0 18px 42px rgba(61,52,52,.1);
}

body.home-page .pm-news-card__media{
  aspect-ratio:1.72/1;
}

body.home-page .pm-news-card strong{
  min-height:112px;
  padding:20px 25px 0;
  color:#000;
  font-size:24px;
  line-height:1.58;
  font-weight:500;
}

body.home-page .pm-news-card>span:not(.pm-news-card__media){
  padding:12px 25px 24px;
  color:#666;
  font-size:14px;
}

@keyframes pm-final-loader-mark{
  from{opacity:0;transform:translateY(22px)}
  to{opacity:1;transform:translateY(0)}
}

@keyframes pm-final-loader-bar{
  from{transform:scaleX(0)}
  to{transform:scaleX(1)}
}

@keyframes pm-final-loader-sheen{
  to{transform:translateX(120%)}
}

@keyframes pm-final-loader-out{
  to{opacity:0;visibility:hidden}
}

@keyframes pm-final-hero-in{
  from{transform:scale(1.08)}
  to{transform:scale(1)}
}

@keyframes pm-final-category-scroll{
  from{transform:translateX(0)}
  to{transform:translateX(-20%)}
}

@media (max-width:1366px){
  body.home-page .pm-ghost-title{
    font-size:118px;
  }

  body.home-page .pm-products .pm-row-head{
    margin-bottom:76px!important;
  }

  body.home-page .pm-nav__menu a{
    font-size:18px;
  }
}

@media (max-width:992px){
  body.home-page .pm-hero,
  body.home-page .pm-hero__slider,
  body.home-page .pm-hero__single,
  body.home-page .pm-hero__slide,
  body.home-page .pm-hero__media-link,
  body.home-page .pm-hero__media{
    height:400px!important;
    min-height:400px!important;
  }

  body.home-page .pm-products .pm-row-head{
    grid-template-columns:1fr;
    margin:0 0 28px!important;
  }

  body.home-page .pm-ghost-title{
    display:none;
  }

  body.home-page .pm-category-strip{
    width:100%;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    animation:none;
  }

  body.home-page .pm-category-card{
    flex-basis:auto;
  }

  body.home-page .pm-featured .pm-product-grid,
  body.home-page .pm-advantage__grid,
  body.home-page .pm-news-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.home-page .pm-about-home__inner,
  body.home-page .pm-about-band{
    grid-template-columns:1fr;
  }

  body.home-page .pm-about-band__copy{
    padding:46px 28px;
  }
}

@media (max-width:640px){
  body.home-page .pm-wrap{
    width:calc(100% - 28px);
  }

  body.home-page .pm-hero,
  body.home-page .pm-hero__slider,
  body.home-page .pm-hero__single,
  body.home-page .pm-hero__slide,
  body.home-page .pm-hero__media-link,
  body.home-page .pm-hero__media{
    height:320px!important;
    min-height:320px!important;
  }

  body.home-page .pm-topbar{
    height:auto;
  }

  body.home-page .pm-nav__inner{
    height:74px;
  }

  body.home-page .pm-nav__menu a{
    min-height:44px;
    font-size:15px;
  }

  body.home-page .pm-row-head h2,
  body.home-page .pm-hot-head h2,
  body.home-page .pm-advantage__head h2,
  body.home-page .pm-news .pm-row-head h2{
    font-size:28px;
  }

  body.home-page .pm-row-head h2 span{
    font-size:22px;
  }

  body.home-page .pm-row-head a,
  body.home-page .pm-hot-tabs span{
    width:100%;
  }

  body.home-page .pm-hot-tabs{
    flex-direction:column;
  }

  body.home-page .pm-category-strip,
  body.home-page .pm-featured .pm-product-grid,
  body.home-page .pm-advantage__grid,
  body.home-page .pm-news-grid,
  body.home-page .pm-about-stats{
    grid-template-columns:1fr;
  }

  body.home-page .pm-about-home__media{
    min-height:280px;
  }

  body.home-page .pm-news-card strong{
    min-height:auto;
    font-size:20px;
  }
}

/* Home news cards: tall rectangular layout like the Vertak reference. */
body.home-page .pm-news{
  padding:3.8vw 0 5vw!important;
}

body.home-page .pm-news .pm-row-head h2{
  color:#4d4847;
  font-size:38px;
  letter-spacing:3px;
  line-height:1.15;
}

body.home-page .pm-news-grid{
  align-items:stretch;
  gap:32px;
  padding-top:5.2vw;
}

body.home-page .pm-news-card{
  display:flex;
  min-height:642px;
  flex-direction:column;
  border:0;
  border-radius:6px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 4px 18px rgba(0,0,0,.22);
}

body.home-page .pm-news-card:hover{
  border-color:transparent;
  box-shadow:0 8px 24px rgba(0,0,0,.2);
}

body.home-page .pm-news-card__media{
  flex:0 0 auto;
  aspect-ratio:1.32/1;
  min-height:350px;
  background:#f5f3f4;
}

body.home-page .pm-news-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

body.home-page .pm-news-card__body{
  display:flex!important;
  flex:1 1 auto;
  flex-direction:column;
  padding:26px 26px 30px!important;
  color:#000!important;
  font-size:14px!important;
}

body.home-page .pm-news-card__date{
  display:flex!important;
  align-items:center;
  justify-content:flex-start!important;
  gap:8px;
  padding:0!important;
  color:#4d5663!important;
  font-size:14px!important;
}

body.home-page .pm-news-card__date:before{
  content:"";
  width:16px;
  height:16px;
  flex:0 0 auto;
  border:3px solid #f05a24;
  border-radius:50%;
  box-shadow:inset 0 0 0 3px #fff;
  background:#f05a24;
}

body.home-page .pm-news-card__date time{
  color:#4d5663;
  font-weight:400;
  text-transform:none;
}

body.home-page .pm-news-card strong{
  display:block;
  min-height:66px;
  padding:14px 0 0;
  color:#000;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:22px;
  line-height:1.35;
  font-weight:500;
}

body.home-page .pm-news-card__excerpt{
  display:block!important;
  min-height:76px;
  margin-top:18px;
  padding:0!important;
  color:#56616f!important;
  font-size:14px!important;
  line-height:1.55;
}

body.home-page .pm-news-card__more{
  min-height:64px;
  display:flex!important;
  align-items:center;
  justify-content:space-between!important;
  gap:20px;
  margin-top:auto;
  padding:0 16px!important;
  background:#faf9fa;
  color:#000!important;
  font-size:16px!important;
  font-weight:400;
}

body.home-page .pm-news-card__more em{
  color:#000;
  font-size:28px;
  font-style:normal;
  line-height:1;
  transition:transform .22s ease,color .22s ease;
}

body.home-page .pm-news-card:hover .pm-news-card__more em{
  color:#e8632b;
  transform:translateX(5px);
}

@media (max-width:1366px){
  body.home-page .pm-news-grid{
    gap:28px;
  }

  body.home-page .pm-news-card{
    min-height:600px;
  }

  body.home-page .pm-news-card__media{
    min-height:315px;
  }
}

@media (max-width:992px){
  body.home-page .pm-news-grid{
    padding-top:42px;
  }

  body.home-page .pm-news-card{
    min-height:560px;
  }

  body.home-page .pm-news-card__media{
    min-height:270px;
  }
}

@media (max-width:640px){
  body.home-page .pm-news .pm-row-head h2{
    font-size:28px;
    letter-spacing:1px;
  }

  body.home-page .pm-news-card{
    min-height:0;
  }

  body.home-page .pm-news-card__media{
    min-height:240px;
  }

  body.home-page .pm-news-card__body{
    padding:22px 20px 24px!important;
  }
}

/* Inner pages Vertak match layer: lists, details, categories, and content panels. */
body:not(.home-page){
  --pm-blue:#032950;
  --pm-sale:#032950;
  --pm-orange:#032950;
  --pm-line:#d9e3ec;
  --pm-soft:#f3f7fb;
  --pm-card:#f7f9fb;
  background:#fff!important;
  color:#222!important;
  font-family:"Cairo","Montserrat","Segoe UI",Arial,"Microsoft YaHei",sans-serif!important;
}

body:not(.home-page) .container,
body:not(.home-page) .xmdsite-container{
  width:min(1500px,calc(100% - 8vw))!important;
  margin-inline:auto!important;
}

body:not(.home-page) .pm-topbar{
  height:52px!important;
  background:#3d3d3d!important;
}

body:not(.home-page) .pm-topbar__inner{
  min-height:52px!important;
}

body:not(.home-page) .pm-nav{
  border-bottom:0!important;
  box-shadow:none!important;
}

body:not(.home-page) .pm-nav__inner{
  height:92px!important;
}

body:not(.home-page) .pm-nav__menu a{
  min-height:92px!important;
  color:#000!important;
  font-size:20px!important;
  font-weight:700!important;
  text-transform:uppercase!important;
}

body:not(.home-page) .pm-nav__menu a:hover,
body:not(.home-page) .pm-nav__menu a.is-active{
  color:#032950!important;
}

body:not(.home-page) .page-hero,
body:not(.home-page) .hero,
body:not(.home-page) .xmdsite-page-hero{
  height:360px!important;
  min-height:360px!important;
  overflow:hidden!important;
  background:#3d3d3d!important;
}

body:not(.home-page) .hero-media,
body:not(.home-page) .hero-image-list,
body:not(.home-page) .hero-slide,
body:not(.home-page) .hero-image-item,
body:not(.home-page) .hero-image-link,
body:not(.home-page) .hero-media-content,
body:not(.home-page) .xmdsite-hero-media,
body:not(.home-page) .xmdsite-hero-image-list,
body:not(.home-page) .xmdsite-hero-slide,
body:not(.home-page) .xmdsite-hero-image-item,
body:not(.home-page) .xmdsite-hero-image-link,
body:not(.home-page) .xmdsite-hero-media-content{
  height:360px!important;
  min-height:360px!important;
}

body:not(.home-page) .hero-media-content,
body:not(.home-page) .xmdsite-hero-media-content{
  width:100%!important;
  object-fit:cover!important;
  transform:scale(1.02);
}

body:not(.home-page) .page-hero:after,
body:not(.home-page) .hero:after,
body:not(.home-page) .xmdsite-page-hero:after{
  background:linear-gradient(90deg,rgba(61,61,61,.44),rgba(61,61,61,.06) 50%,rgba(61,61,61,.26))!important;
}

body:not(.home-page) .main,
body:not(.home-page) .page-main,
body:not(.home-page) .page-shell,
body:not(.home-page) .page-section,
body:not(.home-page) .detail-wrap,
body:not(.home-page) .xmdsite-main{
  padding-top:42px!important;
  padding-bottom:70px!important;
  background:#fff!important;
}

body:not(.home-page) .breadcrumb,
body:not(.home-page) .breadcrumb-list,
body:not(.home-page) .xmdsite-breadcrumb,
body:not(.home-page) .xmdsite-breadcrumb-list{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 0 30px!important;
  padding:0!important;
  color:#777!important;
  font-size:14px!important;
  list-style:none!important;
}

body:not(.home-page) .breadcrumb a,
body:not(.home-page) .breadcrumb-list a,
body:not(.home-page) .xmdsite-breadcrumb-link{
  color:#3d3d3d!important;
}

body:not(.home-page) .breadcrumb a:hover,
body:not(.home-page) .breadcrumb-list a:hover,
body:not(.home-page) .xmdsite-breadcrumb-link:hover{
  color:#032950!important;
}

body:not(.home-page) .breadcrumb li+li:before,
body:not(.home-page) .breadcrumb-list li+li:before,
body:not(.home-page) .xmdsite-breadcrumb-item+.xmdsite-breadcrumb-item:before{
  content:">";
  margin-right:8px;
  color:#aaa;
}

body:not(.home-page) .category-nav,
body:not(.home-page) .category-wrap,
body:not(.home-page) .category-bar,
body:not(.home-page) .side-nav,
body:not(.home-page) .xmdsite-about-nav{
  margin:0 0 38px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

body:not(.home-page) .category-list,
body:not(.home-page) .category-tabs,
body:not(.home-page) .side-list,
body:not(.home-page) .xmdsite-about-tabs{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}

body:not(.home-page) .category-link,
body:not(.home-page) .side-tab,
body:not(.home-page) .xmdsite-about-tab{
  min-height:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 24px!important;
  border:1px solid #ddd!important;
  border-radius:0!important;
  background:#fff!important;
  color:#3d3d3d!important;
  font-size:15px!important;
  font-weight:600!important;
  text-transform:uppercase!important;
  box-shadow:none!important;
  transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease!important;
}

body:not(.home-page) .category-link:hover,
body:not(.home-page) .category-link.is-active,
body:not(.home-page) .side-tab:hover,
body:not(.home-page) .side-tab.is-active,
body:not(.home-page) .xmdsite-about-tab:hover,
body:not(.home-page) .xmdsite-about-tab.is-active{
  border-color:#032950!important;
  background:#032950!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}

body.product-list-page .list-shell,
body:not(.home-page) .list-section,
body:not(.home-page) .contact-section,
body:not(.home-page) .content-panel,
body:not(.home-page) .xmdsite-about-panel,
body:not(.home-page) .xmdsite-detail-tabs,
body:not(.home-page) .article-card,
body:not(.home-page) .xmdsite-article-head,
body:not(.home-page) .xmdsite-facts{
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
}

body.product-list-page .news-list{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:30px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}

body.product-list-page .news-item{
  position:relative!important;
  display:flex!important;
  min-height:470px!important;
  flex-direction:column!important;
  overflow:hidden!important;
  padding:0!important;
  border:1px solid #eee!important;
  border-radius:0!important;
  background:#f7f9fb!important;
  box-shadow:none!important;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important;
}

body.product-list-page .news-item:hover{
  transform:translateY(-6px)!important;
  border-color:rgba(3,41,80,.38)!important;
  box-shadow:0 18px 42px rgba(61,52,52,.1)!important;
}

body.product-list-page .item-media{
  width:100%!important;
  min-height:310px!important;
  display:grid!important;
  place-items:center!important;
  background:#f5f3f4!important;
}

body.product-list-page .item-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transition:transform .45s ease!important;
}

body.product-list-page .news-item:hover .item-media img{
  transform:scale(1.06)!important;
}

body.product-list-page .date-box{
  position:absolute!important;
  left:18px!important;
  top:18px!important;
  width:68px!important;
  height:68px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  background:#032950!important;
  color:#fff!important;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif!important;
  box-shadow:0 10px 22px rgba(0,0,0,.14)!important;
}

body.product-list-page .date-day{
  font-size:26px!important;
  font-weight:700!important;
  line-height:1!important;
}

body.product-list-page .date-month{
  margin-top:5px!important;
  font-size:11px!important;
  line-height:1!important;
}

body.product-list-page .item-body{
  flex:1 1 auto!important;
  padding:24px 24px 14px!important;
}

body.product-list-page .item-title{
  margin:0!important;
  color:#000!important;
  font-size:21px!important;
  line-height:1.35!important;
  font-weight:600!important;
}

body.product-list-page .item-title a:hover{
  color:#032950!important;
}

body.product-list-page .item-meta{
  margin-top:8px!important;
  color:#999!important;
  font-size:14px!important;
}

body.product-list-page .item-summary{
  margin-top:14px!important;
  color:#666!important;
  font-size:14px!important;
  line-height:1.65!important;
}

body.product-list-page .view-more{
  width:calc(100% - 48px)!important;
  min-height:52px!important;
  margin:0 24px 24px!important;
  justify-content:space-between!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#000!important;
  font-size:15px!important;
  font-weight:500!important;
}

body.product-list-page .view-more:after{
  content:"\2192";
  color:#000;
  font-size:24px;
  transition:transform .22s ease,color .22s ease;
}

body.product-list-page .view-more:hover{
  background:#032950!important;
  color:#fff!important;
}

body.product-list-page .view-more:hover:after{
  color:#fff;
  transform:translateX(4px);
}

body:not(.home-page) .list-card-list,
body:not(.home-page) .card-grid,
body.team-list-page .list-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:30px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}

body:not(.home-page) .list-row,
body:not(.home-page) .info-card,
body.team-list-page .news-card{
  display:block!important;
  overflow:hidden!important;
  border:1px solid #eee!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important;
}

body:not(.home-page) .list-row:hover,
body:not(.home-page) .info-card:hover,
body.team-list-page .news-card:hover{
  transform:translateY(-6px)!important;
  border-color:rgba(3,41,80,.38)!important;
  box-shadow:0 18px 42px rgba(61,52,52,.1)!important;
}

body:not(.home-page) .list-row-link,
body:not(.home-page) .info-card-link,
body.team-list-page .news-card-main-link{
  display:flex!important;
  min-height:100%!important;
  flex-direction:column!important;
  color:inherit!important;
}

body:not(.home-page) .list-media,
body:not(.home-page) .info-media,
body.team-list-page .news-card-media{
  aspect-ratio:1.52/1!important;
  overflow:hidden!important;
  background:#f5f3f4!important;
}

body:not(.home-page) .list-media img,
body:not(.home-page) .info-media img,
body.team-list-page .news-card-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transition:transform .45s ease!important;
}

body:not(.home-page) .list-row:hover .list-media img,
body:not(.home-page) .info-card:hover .info-media img,
body.team-list-page .news-card:hover .news-card-media img{
  transform:scale(1.06)!important;
}

body:not(.home-page) .list-body,
body:not(.home-page) .info-body,
body.team-list-page .news-card-body{
  flex:1 1 auto!important;
  padding:24px 24px 28px!important;
}

body:not(.home-page) .list-title,
body:not(.home-page) .info-title,
body.team-list-page .news-card-title{
  color:#000!important;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif!important;
  font-size:22px!important;
  line-height:1.35!important;
  font-weight:600!important;
}

body:not(.home-page) .list-row:hover .list-title,
body:not(.home-page) .info-card:hover .info-title,
body.team-list-page .news-card:hover .news-card-title{
  color:#032950!important;
}

body:not(.home-page) .list-date,
body:not(.home-page) .info-date,
body:not(.home-page) .info-badge,
body.team-list-page .news-card-meta{
  color:#032950!important;
  font-size:13px!important;
  font-weight:600!important;
}

body:not(.home-page) .list-summary,
body:not(.home-page) .info-summary,
body.team-list-page .news-card-summary{
  margin-top:16px!important;
  color:#666!important;
  font-size:14px!important;
  line-height:1.65!important;
}

body:not(.home-page) .list-arrow,
body.team-list-page .news-card-more{
  color:#032950!important;
}

body.news-list-page .list-row.is-active .list-arrow,
body.news-list-page .list-row:hover .list-arrow,
body.news-list-page .list-row:focus-within .list-arrow{
  color:#fff!important;
}

body:not(.home-page) .layout,
body.team-list-page .case-layout,
body.news-detail-page .content-grid,
body:not(.home-page) .xmdsite-detail-grid,
body:not(.home-page) .xmdsite-head-layout{
  gap:36px!important;
}

body:not(.home-page) .sidebar,
body.team-list-page .category-bar,
body.news-detail-page .sidebar{
  padding:28px!important;
  border:0!important;
  border-radius:0!important;
  background:#f7f9fb!important;
  box-shadow:none!important;
}

body:not(.home-page) .side-nav:before,
body.team-list-page .case-category-title{
  display:block!important;
  margin:0 0 18px!important;
  color:#3d3d3d!important;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif!important;
  font-size:24px!important;
  font-weight:700!important;
  text-transform:uppercase!important;
}

body:not(.home-page) .side-nav:before{
  content:"Categories";
}

body:not(.home-page) .contact-heading,
body:not(.home-page) .item-content-title,
body:not(.home-page) .xmdsite-item-title,
body:not(.home-page) .article-title,
body:not(.home-page) .section-heading,
body:not(.home-page) .xmdsite-page-title{
  color:#3d3d3d!important;
  font-family:"Montserrat","Segoe UI",Arial,sans-serif!important;
  font-size:clamp(30px,3vw,42px)!important;
  line-height:1.2!important;
  font-weight:700!important;
  text-transform:none!important;
}

body:not(.home-page) .section-heading .en,
body:not(.home-page) .xmdsite-eyebrow{
  color:#032950!important;
  font-size:16px!important;
  font-weight:700!important;
  text-transform:uppercase!important;
}

body:not(.home-page) .page-description,
body:not(.home-page) .item-content-summary,
body:not(.home-page) .contact-summary,
body:not(.home-page) .xmdsite-item-summary,
body:not(.home-page) .summary-box,
body:not(.home-page) .lead-box{
  margin-top:18px!important;
  color:#666!important;
  font-size:16px!important;
  line-height:1.75!important;
}

body:not(.home-page) .content-panel,
body:not(.home-page) .contact-entry,
body:not(.home-page) .xmdsite-about-content,
body:not(.home-page) .article-card,
body:not(.home-page) .xmdsite-article,
body:not(.home-page) .xmdsite-detail-tabs{
  padding:36px!important;
  border:1px solid #eee!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:0 12px 34px rgba(61,52,52,.06)!important;
}

body:not(.home-page) .article-content,
body:not(.home-page) .article-body,
body:not(.home-page) .xmdsite-article,
body:not(.home-page) .item-content-body,
body:not(.home-page) .contact-richtext{
  color:#444!important;
  font-size:16px!important;
  line-height:1.85!important;
}

body:not(.home-page) .cover,
body:not(.home-page) .cover-image,
body:not(.home-page) .xmdsite-cover,
body:not(.home-page) .xmdsite-head-cover{
  overflow:hidden!important;
  border-radius:0!important;
  background:#f5f3f4!important;
}

body:not(.home-page) .cover img,
body:not(.home-page) .cover-image img,
body:not(.home-page) .xmdsite-cover img,
body:not(.home-page) .xmdsite-head-cover img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

body:not(.home-page) .xmdsite-tabs-list{
  gap:10px!important;
  border-bottom:1px solid #eee!important;
}

body:not(.home-page) .xmdsite-tab{
  min-height:48px!important;
  padding:0 26px!important;
  border:1px solid #ddd!important;
  border-bottom:0!important;
  border-radius:0!important;
  background:#f7f9fb!important;
  color:#3d3d3d!important;
  font-weight:700!important;
}

body:not(.home-page) .xmdsite-tab:hover,
body:not(.home-page) .xmdsite-tab.is-active{
  background:#032950!important;
  border-color:#032950!important;
  color:#fff!important;
}

body:not(.home-page) .xmdsite-facts-title,
body:not(.home-page) .info-label,
body:not(.home-page) .xmdsite-fact-label{
  color:#032950!important;
  font-weight:700!important;
  text-transform:uppercase!important;
}

body:not(.home-page) .article-meta,
body:not(.home-page) .xmdsite-publish-date{
  color:#777!important;
  font-size:14px!important;
}

body:not(.home-page) .article-tag,
body:not(.home-page) .breadcrumb-pill{
  display:inline-flex!important;
  min-height:34px!important;
  align-items:center!important;
  padding:0 14px!important;
  background:#032950!important;
  color:#fff!important;
  border-radius:0!important;
  font-size:13px!important;
  font-weight:700!important;
}

body:not(.home-page) .pagination{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:10px!important;
  margin:48px 0 0!important;
}

body:not(.home-page) .page-control,
body:not(.home-page) .page-current,
body:not(.home-page) .page-link{
  min-width:46px!important;
  min-height:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 16px!important;
  border:1px solid #ddd!important;
  border-radius:0!important;
  background:#fff!important;
  color:#3d3d3d!important;
  font-weight:600!important;
}

body:not(.home-page) .page-control:hover,
body:not(.home-page) .page-current{
  border-color:#032950!important;
  background:#032950!important;
  color:#fff!important;
}

body:not(.home-page) .page-control.is-disabled{
  opacity:.45!important;
  pointer-events:none!important;
}

body.product-list-page .pagination{
  flex-wrap:wrap!important;
}

body.product-list-page .page-control.page-number{
  width:46px!important;
  min-width:46px!important;
  padding:0!important;
}

body:not(.home-page) .xmdsite-adjacent-nav{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
  margin-top:34px!important;
}

body:not(.home-page) .xmdsite-adjacent-card{
  min-height:70px!important;
  padding:16px 20px!important;
  border:1px solid #eee!important;
  border-radius:0!important;
  background:#f7f9fb!important;
  color:#3d3d3d!important;
  box-shadow:none!important;
}

body:not(.home-page) .xmdsite-adjacent-card:hover{
  border-color:#032950!important;
  color:#032950!important;
  transform:translateY(-2px)!important;
}

@media (max-width:1100px){
  body.product-list-page .news-list,
  body:not(.home-page) .list-card-list,
  body:not(.home-page) .card-grid,
  body.team-list-page .list-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  body:not(.home-page) .layout,
  body.team-list-page .case-layout,
  body.news-detail-page .content-grid,
  body:not(.home-page) .xmdsite-detail-grid,
  body:not(.home-page) .xmdsite-head-layout{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:760px){
  body:not(.home-page) .container,
  body:not(.home-page) .xmdsite-container{
    width:calc(100% - 28px)!important;
  }

  body:not(.home-page) .pm-topbar{
    height:auto!important;
  }

  body:not(.home-page) .pm-nav__inner{
    height:74px!important;
  }

  body:not(.home-page) .pm-nav__menu a{
    min-height:44px!important;
    font-size:15px!important;
  }

  body:not(.home-page) .page-hero,
  body:not(.home-page) .hero,
  body:not(.home-page) .xmdsite-page-hero,
  body:not(.home-page) .hero-media,
  body:not(.home-page) .hero-image-list,
  body:not(.home-page) .hero-slide,
  body:not(.home-page) .hero-image-item,
  body:not(.home-page) .hero-image-link,
  body:not(.home-page) .hero-media-content,
  body:not(.home-page) .xmdsite-hero-media,
  body:not(.home-page) .xmdsite-hero-image-list,
  body:not(.home-page) .xmdsite-hero-slide,
  body:not(.home-page) .xmdsite-hero-image-item,
  body:not(.home-page) .xmdsite-hero-image-link,
  body:not(.home-page) .xmdsite-hero-media-content{
    height:260px!important;
    min-height:260px!important;
  }

  body.product-list-page .news-list,
  body:not(.home-page) .list-card-list,
  body:not(.home-page) .card-grid,
  body.team-list-page .list-grid,
  body:not(.home-page) .xmdsite-adjacent-nav{
    grid-template-columns:1fr!important;
  }

  body.product-list-page .news-item{
    min-height:0!important;
  }

  body.product-list-page .item-media{
    min-height:240px!important;
  }

  body:not(.home-page) .content-panel,
  body:not(.home-page) .contact-entry,
  body:not(.home-page) .xmdsite-about-content,
  body:not(.home-page) .article-card,
  body:not(.home-page) .xmdsite-article,
  body:not(.home-page) .xmdsite-detail-tabs{
    padding:24px 18px!important;
  }
}

body.home-page .pm-hot-tabs{
  justify-content:center!important;
}

body.home-page .pm-hot-tabs span{
  width:min(550px,100%)!important;
}

body.home-page .pm-hot-tabs span:only-child{
  background:#e8632b!important;
  color:#fff!important;
}

@media (max-width:640px){
  body.home-page .pm-hot-tabs span{
    width:100%!important;
  }
}

/* Final hero carousel fit: keep top banners uncropped and edge-to-edge. */
html,
body{
  overflow-x:hidden;
}

body.home-page .pm-hero,
body:not(.home-page) .page-hero,
body:not(.home-page) .hero,
body:not(.home-page) .xmdsite-page-hero{
  width:100vw!important;
  max-width:100vw!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin-right:calc(50% - 50vw)!important;
  margin-left:calc(50% - 50vw)!important;
  overflow:hidden!important;
  background:#f3f5f7!important;
}

body.home-page .pm-hero__slider,
body.home-page .pm-hero__single,
body.home-page .pm-hero__slide,
body.home-page .pm-hero__media-link,
body:not(.home-page) .hero-media,
body:not(.home-page) .hero-image-list,
body:not(.home-page) .hero-slide,
body:not(.home-page) .hero-image-item,
body:not(.home-page) .hero-image-link,
body:not(.home-page) .xmdsite-hero-media,
body:not(.home-page) .xmdsite-hero-image-list,
body:not(.home-page) .xmdsite-hero-slide,
body:not(.home-page) .xmdsite-hero-image-item,
body:not(.home-page) .xmdsite-hero-image-link{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
}

body.home-page .pm-hero__media,
body:not(.home-page) .hero-media-content,
body:not(.home-page) .xmdsite-hero-media-content{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  animation:none!important;
}

body.home-page .pm-hero swiper-container::part(container),
body:not(.home-page) .hero-image-list::part(container),
body:not(.home-page) .xmdsite-hero-image-list::part(container),
body.home-page .pm-hero swiper-container::part(wrapper),
body:not(.home-page) .hero-image-list::part(wrapper),
body:not(.home-page) .xmdsite-hero-image-list::part(wrapper){
  height:auto!important;
  align-items:flex-start!important;
}

body.home-page .pm-hero swiper-container::part(pagination),
body:not(.home-page) .hero-image-list::part(pagination),
body:not(.home-page) .xmdsite-hero-image-list::part(pagination){
  bottom:16px;
}

@media (max-width:640px){
  body.home-page .pm-hero,
  body:not(.home-page) .page-hero,
  body:not(.home-page) .hero,
  body:not(.home-page) .xmdsite-page-hero{
    width:100vw!important;
    max-width:100vw!important;
    margin-right:calc(50% - 50vw)!important;
    margin-left:calc(50% - 50vw)!important;
  }
}

/* Header category dropdown tuning. */
.pm-header .pm-subnav{
  width:max-content!important;
  min-width:210px!important;
  max-width:calc(100vw - 32px)!important;
  padding:12px 0!important;
}

.pm-header .pm-subnav a,
body.home-page .pm-header .pm-subnav a,
body:not(.home-page) .pm-header .pm-subnav a{
  width:100%!important;
  min-width:max-content!important;
  min-height:42px!important;
  padding:10px 22px!important;
  color:#111!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.4!important;
  white-space:nowrap!important;
  text-transform:uppercase!important;
}

.pm-header .pm-subnav a:hover,
body.home-page .pm-header .pm-subnav a:hover,
body:not(.home-page) .pm-header .pm-subnav a:hover{
  color:#e8632b!important;
}

body:not(.home-page) .pm-header .pm-subnav a:hover{
  background:#f3f7fb!important;
  color:#032950!important;
}

@media (max-width:920px){
  .pm-header .pm-nav__menu,
  .pm-header .pm-nav__menu>ul{
    background:#fcf7f6!important;
  }

  .pm-header .pm-nav__menu>ul>li>a{
    padding-right:16px!important;
    padding-left:16px!important;
  }

  .pm-header .pm-nav__menu>ul>li.is-open>a,
  .pm-header .pm-nav__menu>ul>li>a.is-active{
    background:#fcf7f6!important;
  }

  body:not(.home-page) .pm-header .pm-nav__menu,
  body:not(.home-page) .pm-header .pm-nav__menu>ul,
  body:not(.home-page) .pm-header .pm-nav__menu>ul>li.is-open>a,
  body:not(.home-page) .pm-header .pm-nav__menu>ul>li>a.is-active{
    background:#f3f7fb!important;
  }

  .pm-header .pm-subnav{
    padding:8px 0 10px 18px!important;
  }

  .pm-header .pm-subnav a,
  body.home-page .pm-header .pm-subnav a,
  body:not(.home-page) .pm-header .pm-subnav a{
    min-height:44px!important;
    padding:10px 18px!important;
    font-size:16px!important;
  }
}

/* Final homepage product category override: static circular items. */
body.home-page .pm-category-strip{
  display:grid!important;
  grid-template-columns:repeat(8,minmax(0,1fr))!important;
  align-items:start!important;
  gap:28px 34px!important;
  width:100%!important;
  overflow:visible!important;
  background:#fff!important;
  box-shadow:none!important;
  animation:none!important;
  transform:none!important;
}

body.home-page .pm-category-strip:hover{
  animation:none!important;
}

body.home-page .pm-category-card{
  display:flex!important;
  min-width:0!important;
  flex:0 1 auto!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:14px!important;
  overflow:visible!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}

body.home-page .pm-category-card__media{
  width:clamp(118px, 9.5vw, 172px)!important;
  height:clamp(118px, 9.5vw, 172px)!important;
  aspect-ratio:1/1!important;
  border-radius:50%!important;
  background:#f4f4f4!important;
}

body.home-page .pm-category-card__media img{
  object-fit:cover!important;
  transition:transform .3s ease!important;
}

body.home-page .pm-category-card__media:after,
body.home-page .pm-category-card__media em{
  display:none!important;
}

body.home-page .pm-category-card strong{
  min-height:0!important;
  justify-content:center!important;
  padding:0!important;
  color:#333!important;
  font-size:20px!important;
  line-height:1.35!important;
  font-weight:500!important;
  text-align:center!important;
}

body.home-page .pm-category-card:hover .pm-category-card__media img{
  transform:scale(1.04)!important;
  filter:none!important;
}

body.home-page .pm-category-card:hover strong{
  color:#e8632b!important;
}

@media (max-width:992px){
  body.home-page .pm-category-strip{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:26px 18px!important;
  }

  body.home-page .pm-category-card__media{
    width:clamp(82px, 18vw, 128px)!important;
    height:clamp(82px, 18vw, 128px)!important;
  }

  body.home-page .pm-category-card strong{
    font-size:16px!important;
  }
}

@media (max-width:640px){
  body.home-page .pm-category-strip{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:20px 10px!important;
  }

  body.home-page .pm-category-card{
    gap:10px!important;
  }

  body.home-page .pm-category-card__media{
    width:clamp(64px, 19vw, 92px)!important;
    height:clamp(64px, 19vw, 92px)!important;
  }

  body.home-page .pm-category-card strong{
    font-size:13px!important;
    line-height:1.25!important;
  }
}
