:root{
  --blue:#BD7D4D;
  --footer:#6F4228;
  --pet-green:#BD7D4D;
  --pet-green-deep:#6F4228;
  --pet-mint:#F7EDE6;
  --pet-mint-2:#FCF7F3;
  --pet-coral:#D9A27A;
  --pet-honey:#ffd36c;
  --pet-ink:#3C3029;
  --pet-muted:#756A63;
  --pet-line:#EADDD3;
  --pet-paper:#fff;
  --pet-soft:#FBF6F2;
  --pet-shadow:0 18px 46px rgba(111,66,40,.13);
  --pet-shadow-soft:0 10px 28px rgba(111,66,40,.10);
  --wrap:1200px;
  --container:1200px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  background:
    linear-gradient(180deg,#fff 0%,#FCF8F5 42%,#fff 100%);
  color:var(--pet-ink);
  font-family:"MiSans","HarmonyOS Sans SC","PingFang SC","Microsoft YaHei","Hiragino Sans GB",sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{
  outline:3px solid rgba(242,139,102,.36);
  outline-offset:3px;
}
img{max-width:100%}
.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}

.wrap,.container,.xmdsite-container{
  width:min(var(--wrap),calc(100% - 40px));
  margin-inline:auto;
}

.xmdsite-shared-header{
  position:sticky;
  top:0;
  z-index:1000;
}
.xmdsite-shared-header__toggle,
.nav-toggle{
  background:var(--pet-green)!important;
  border-radius:8px!important;
}

.hero,.page-hero,.xmdsite-page-hero{
  position:relative;
  overflow:hidden;
  background:#EFE0D5;
}

.hero-slider,
.hero-image-list,
.xmdsite-hero-image-list{
  --swiper-theme-color:#D9A27A!important;
  --swiper-pagination-color:#D9A27A!important;
  --swiper-pagination-bullet-inactive-color:rgba(255,255,255,.92)!important;
  --swiper-pagination-bullet-inactive-opacity:.78!important;
}

.hero:after,.page-hero:after,.xmdsite-page-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(111,66,40,.30),rgba(111,66,40,.04) 52%,rgba(111,66,40,.16));
  pointer-events:none;
}
.hero-media,
.hero-slider,
.hero-slide,
.hero-image-list,
.hero-image-item,
.hero-image-link,
.xmdsite-hero-media,
.xmdsite-hero-image-list,
.xmdsite-hero-slide,
.xmdsite-hero-image-item,
.xmdsite-hero-image-link{
  display:block;
  width:100%;
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
}
.hero-media-content,
.hero-media,
.xmdsite-hero-media-content{
  width:100%;
  height:auto!important;
  object-fit:cover;
}
.page-hero .hero-media-content,
.xmdsite-page-hero .xmdsite-hero-media-content{
  min-height:220px;
  max-height:420px;
  object-fit:cover!important;
}

.section{
  padding:76px 0;
}
.section-head{
  margin-bottom:34px;
}
.section-kicker,.section-sub{
  color:var(--pet-green);
  letter-spacing:.16em;
}
.section-kicker:before,.section-kicker:after,
.news-subtitle:before,.news-subtitle:after{
  background:var(--pet-coral)!important;
}
.section-title{
  color:var(--pet-ink)!important;
  font-size:clamp(24px,3vw,38px)!important;
  letter-spacing:.08em!important;
}
.section-title:after{
  width:64px!important;
  height:4px!important;
  border-radius:4px!important;
  background:linear-gradient(90deg,var(--pet-green),var(--pet-coral))!important;
}

.products{
  background:
    linear-gradient(180deg,#fff 0%,var(--pet-mint-2) 100%)!important;
  padding-top:82px!important;
  padding-bottom:92px!important;
}
.products:before{
  background:radial-gradient(circle,rgba(189,125,77,.14),rgba(189,125,77,0) 68%)!important;
}
.product-grid{
  gap:22px!important;
}
.product-card,
.info-card-link,
.news-card,
.list-row-link,
.xmdsite-adjacent-card{
  border-radius:10px!important;
  border-color:rgba(189,125,77,.16)!important;
  box-shadow:var(--pet-shadow-soft)!important;
  transition:transform .55s cubic-bezier(.22,.61,.36,1),box-shadow .55s cubic-bezier(.22,.61,.36,1),border-color .55s cubic-bezier(.22,.61,.36,1),background .55s cubic-bezier(.22,.61,.36,1)!important;
}
.product-card{
  padding:28px!important;
  background:rgba(255,255,255,.96)!important;
}
.product-card:before{
  background:linear-gradient(90deg,var(--pet-green),var(--pet-coral))!important;
}
.product-card:hover,
.product-card:focus-visible,
.product-card.is-active,
.info-card-link:hover,
.news-card:hover,
.list-row-link:hover,
.xmdsite-adjacent-card:hover{
  transform:translateY(-8px)!important;
  box-shadow:var(--pet-shadow)!important;
  border-color:rgba(189,125,77,.42)!important;
}
.product-title,.item-title,.list-title,.news-card-title,.info-card h2{
  color:var(--pet-ink)!important;
  text-wrap:balance;
}
.product-card:hover .product-title,
.item-title a:hover,
.list-row-link:hover .list-title,
.news-card:hover .news-card-title{
  color:var(--pet-green)!important;
}
.product-thumb,
.service-card-img,
.news-feature-img,
.item-media,
.list-media,
.news-card-media,
.xmdsite-head-cover,
.xmdsite-cover{
  border-radius:8px!important;
  overflow:hidden;
  background:linear-gradient(135deg,#F3E5DB,#fff4df)!important;
}
.product-thumb img,
.service-card-img img,
.news-feature-img img,
.item-media img,
.list-media img,
.news-card-media img,
.xmdsite-head-cover img,
.xmdsite-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .75s cubic-bezier(.22,.61,.36,1),filter .55s cubic-bezier(.22,.61,.36,1);
}
.product-card:hover img,
.service-card:hover img,
.news-feature:hover img,
.news-item:hover img,
.list-row-link:hover img,
.news-card:hover img{
  transform:scale(1.08);
  filter:saturate(1.08);
}
.product-summary,.item-summary,.list-summary,.news-card-summary{
  color:var(--pet-muted)!important;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.product-summary{-webkit-line-clamp:3}
.item-summary,.list-summary,.news-card-summary{-webkit-line-clamp:2}
.product-more,
.view-more,
.news-card-more,
.btn-more,
.page-control,
.page-current,
.category-link,
.xmdsite-tab{
  border-radius:8px!important;
  transition:transform .35s cubic-bezier(.22,.61,.36,1),background .35s cubic-bezier(.22,.61,.36,1),color .35s cubic-bezier(.22,.61,.36,1),border-color .35s cubic-bezier(.22,.61,.36,1)!important;
}
.btn-more,.view-more,.news-card-more{
  background:var(--pet-green)!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(189,125,77,.22);
}
.btn-more:hover,.view-more:hover,.news-card-more:hover{
  background:var(--pet-coral)!important;
  transform:translateY(-2px);
}

.about-band{
  background:var(--pet-green-deep)!important;
  padding:92px 0!important;
}
.about-band:before{
  background:linear-gradient(90deg,rgba(111,66,40,.92),rgba(111,66,40,.56))!important;
}
.about-panel{
  width:min(940px,calc(100% - 40px))!important;
  grid-template-columns:minmax(280px,420px) 1fr!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 24px 60px rgba(8,33,27,.30)!important;
}
.about-text h2:after{
  background:linear-gradient(90deg,var(--pet-green),var(--pet-coral))!important;
}

.service{
  background:
    linear-gradient(135deg,#BD7D4D 0%,#8A5632 100%)!important;
  padding:82px 0 90px!important;
}
.service-grid{
  max-width:1080px!important;
  gap:22px!important;
}
.service-card{
  border-radius:10px!important;
  border:0!important;
  min-height:230px!important;
  box-shadow:0 18px 42px rgba(11,66,45,.22)!important;
}
.service-card-img{
  height:230px!important;
}
.service-card:before{
  background:linear-gradient(180deg,rgba(13,51,39,.05) 20%,rgba(13,51,39,.82) 100%)!important;
}
.service-card:after{
  background:var(--pet-honey)!important;
}

.news{
  background:#fff!important;
  padding:82px 0 92px!important;
}
.news-layout{
  max-width:1040px!important;
  grid-template-columns:minmax(280px,420px) minmax(0,1fr)!important;
}
.news-feature{
  padding:14px;
  border-radius:10px;
  background:var(--pet-mint-2);
  box-shadow:var(--pet-shadow-soft);
}
.news-feature-img{
  height:230px!important;
}
.news-row{
  border-color:var(--pet-line)!important;
}
.news-row:before{
  background:var(--pet-coral)!important;
}
.news-row:hover,
.news-row:focus-visible,
.news-row.is-active{
  background:#fff!important;
  box-shadow:var(--pet-shadow-soft)!important;
}
.news-row:hover h3,
.news-row:focus-visible h3,
.news-row.is-active h3,
.news-row:hover .news-no{
  color:var(--pet-green)!important;
}

.main,.page-main,.page-shell,.page-section,.xmdsite-main,.xmdsite-about-main{
  padding-block:56px 86px!important;
}
.breadcrumb,.breadcrumb-list,.xmdsite-breadcrumb-list{
  color:var(--pet-muted)!important;
}
.category-nav,.category-wrap,.category-bar{
  margin:0 0 34px!important;
}
.category-list,.category-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px!important;
}
.category-link{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 16px!important;
  border:1px solid var(--pet-line)!important;
  background:#fff!important;
  color:var(--pet-ink)!important;
}
.category-link:hover,.category-link.is-active{
  background:var(--pet-green)!important;
  border-color:var(--pet-green)!important;
  color:#fff!important;
}
.pagination{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  margin-top:36px!important;
}
.page-control,.page-current{
  min-width:44px;
  min-height:36px;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  border:1px solid var(--pet-line)!important;
  background:#fff!important;
  color:var(--pet-green-deep)!important;
  box-shadow:none!important;
}
.page-current,
.page-control:hover{
  background:var(--pet-green)!important;
  border-color:var(--pet-green)!important;
  color:#fff!important;
}
.page-control.is-disabled{
  opacity:.45;
  color:var(--pet-muted)!important;
  background:#fff!important;
  border-color:var(--pet-line)!important;
  pointer-events:none;
}

.list-shell,.xmdsite-list-section,.content-panel,.contact-section,.article-card,.side-card,.latest-card,.xmdsite-detail-tabs,.xmdsite-about-panel{
  border-radius:10px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:var(--pet-shadow-soft)!important;
  border:1px solid rgba(189,125,77,.12)!important;
}
.list-shell,.list-section,.xmdsite-list-section{
  padding:28px!important;
}
.list-section{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.news-card-main-link,.list-row-link{
  min-width:0;
}
.news-card-body,.list-content,.item-content-body,.contact-richtext,.article-content,.xmdsite-article{
  word-break:break-word;
  overflow-wrap:anywhere;
}
.news-list,.list-card-list,.card-grid,.list-grid{
  gap:22px!important;
}
.news-card-main-link{
  display:grid!important;
  grid-template-columns:minmax(220px,32%) minmax(0,1fr)!important;
  align-items:center!important;
  gap:28px!important;
  padding:24px!important;
}
.news-card-media{
  aspect-ratio:1.65/1!important;
  height:auto!important;
}
.news-card-body{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:18px 22px!important;
}
.news-card-title,.item-title,.info-title,.list-title,.latest-name,.xmdsite-adjacent-title{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.news-card-meta,.article-meta,.xmdsite-publish-date{
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
}
.news-item{
  border-radius:10px!important;
  border:1px solid var(--pet-line)!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(111,66,40,.06)!important;
  overflow:hidden;
}
.news-item:hover{
  box-shadow:var(--pet-shadow)!important;
  transform:translateY(-4px);
}
.empty-state,.xmdsite-empty-state{
  border:1px dashed rgba(189,125,77,.28)!important;
  border-radius:8px!important;
  background:linear-gradient(135deg,#fff,#FBF6F2)!important;
  color:var(--pet-muted)!important;
  text-align:center;
}
.empty-state h2,.xmdsite-empty-state h2{
  color:var(--pet-ink)!important;
}
.date-box{
  border-radius:8px!important;
  background:var(--pet-mint)!important;
  color:var(--pet-green-deep)!important;
}
.date-day{
  color:var(--pet-green)!important;
}
.item-placeholder,.list-placeholder,.news-placeholder,.product-thumb.empty,.service-card-img.empty,.news-feature-img.empty{
  color:var(--pet-green-deep)!important;
  font-weight:800;
}

.xmdsite-article-head{
  background:linear-gradient(180deg,#FCF8F5,#fff)!important;
  padding:48px 0!important;
}
.xmdsite-head-layout{
  gap:32px!important;
}
.xmdsite-title-block,
.xmdsite-facts,
.latest-card,
.side-card{
  border-radius:10px!important;
}
.xmdsite-item-title,.article-title,.item-content-title,.contact-heading{
  color:var(--pet-ink)!important;
  text-wrap:balance;
}
.xmdsite-publish-date,.article-meta,.xmdsite-item-summary{
  color:var(--pet-muted)!important;
}
.xmdsite-tab.is-active,.xmdsite-tab:hover{
  background:var(--pet-green)!important;
  color:#fff!important;
}
.xmdsite-article,.article-content,.article-body,.item-content-body,.contact-richtext{
  color:#46352C!important;
  line-height:1.9!important;
}
.xmdsite-article img,.article-content img,.article-body img,.item-content-body img,.contact-richtext img{
  border-radius:8px;
  margin:18px auto;
}

.footer{
  margin-top:0!important;
}
.footer-logo img{
  filter:none!important;
}

@keyframes petFadeUp{
  from{opacity:0;transform:translateY(22px)}
  to{opacity:1;transform:translateY(0)}
}
.product-card,.about-panel,.service-card,.news-feature,.news-row,.list-shell,.list-section,.article-card,.xmdsite-detail-tabs,.content-panel,.contact-section{
  animation:petFadeUp .72s cubic-bezier(.22,.61,.36,1) both;
}
.product-card:nth-child(2),.service-card:nth-child(2),.news-row:nth-child(2){animation-delay:.06s}
.product-card:nth-child(3),.service-card:nth-child(3),.news-row:nth-child(3){animation-delay:.12s}
.product-card:nth-child(4),.service-card:nth-child(4),.news-row:nth-child(4){animation-delay:.18s}

@media (max-width:1100px){
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:760px!important}
  .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .news-layout{grid-template-columns:1fr!important;max-width:760px!important}
}

@media (max-width:900px){
  .wrap,.container,.xmdsite-container{width:calc(100% - 32px)}
  .section{padding:58px 0}
  .about-panel{grid-template-columns:1fr!important}
  .page-hero .hero-media-content,.xmdsite-page-hero .xmdsite-hero-media-content{min-height:180px}
  .list-shell,.list-section,.xmdsite-list-section{padding:20px!important}
}

@media (max-width:640px){
  .wrap,.container,.xmdsite-container{width:calc(100% - 24px)}
  .section-title{font-size:24px!important}
  .product-grid,.service-grid,.card-grid,.list-grid{grid-template-columns:1fr!important}
  .product-grid .product-card,
  .service-grid .service-card{
    display:flex!important;
  }
  .products,.service,.news,.about-band{padding-block:52px!important}
  .product-card{padding:20px!important}
  .product-thumb{height:210px!important}
  .service-card,.service-card-img{height:220px!important;min-height:220px!important}
  .news-feature-img{height:210px!important}
  .news-card-main-link{
    grid-template-columns:1fr!important;
    gap:16px!important;
    padding:14px!important;
  }
  .news-card-media{
    aspect-ratio:1.45/1!important;
  }
  .news-card-body{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .news-card-more,.btn-more,.view-more{
    justify-self:start;
    width:max-content;
    max-width:100%;
  }
  .news-row{grid-template-columns:40px minmax(0,1fr)!important;transform:none!important}
  .news-date{grid-column:2}
  .category-list,.category-tabs{gap:8px!important}
  .category-link{min-height:36px;padding:7px 12px!important;font-size:13px!important}
  .footer-cols{grid-template-columns:1fr!important}
  .article-meta,.xmdsite-publish-date,.news-card-meta{
    gap:6px 10px;
  }
  .xmdsite-adjacent-nav{
    grid-template-columns:1fr!important;
  }
}

/* Pet template final spacing and media polish */
.page-main,
.page-shell,
.page-section,
.container.main,
.xmdsite-main,
.xmdsite-about-main{
  padding-top:22px!important;
}

.breadcrumb,
.breadcrumb-list,
.xmdsite-breadcrumb,
.xmdsite-breadcrumb-list,
.breadcrumb-pill{
  margin-top:0!important;
  margin-bottom:16px!important;
  border-bottom:0!important;
}

nav.breadcrumb,
nav[aria-label="Breadcrumb"] > .breadcrumb,
.content-panel nav[aria-label="Breadcrumb"] > .breadcrumb,
body.news-detail-page .breadcrumb{
  padding-bottom:0!important;
  border-bottom:0!important;
}

.page-section .content-panel,
.page-section .side-nav,
.list-shell,
.category-nav{
  border-bottom:0!important;
}

.pagination,
.xmdsite-pagination{
  margin:24px auto 30px!important;
}

.page-main > .container > .pagination:last-child,
.page-shell > .container > .pagination:last-child,
.container.main > .pagination:last-child,
.content-panel > .pagination:last-child,
.xmdsite-main > .xmdsite-pagination:last-child{
  margin-bottom:30px!important;
}

body.product-list-page .container.main{
  padding-top:20px!important;
  padding-bottom:8px!important;
}

body.product-list-page .breadcrumb{
  margin-bottom:18px!important;
}

body.product-list-page .category-nav{
  margin:0 0 24px!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
}

body.product-list-page .category-list{
  padding:10px!important;
}

body.product-list-page .list-shell{
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.product-list-page .news-list{
  gap:22px!important;
}

body.product-list-page .news-item{
  align-items:stretch!important;
  border-bottom:0!important;
}

body.product-list-page .item-title{
  margin:0 0 10px!important;
  font-size:22px!important;
  line-height:1.38!important;
  font-weight:800!important;
}

body.product-list-page .item-title a,
body.product-list-page .news-card-title a{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

body.product-list-page .item-meta{
  margin:0 0 10px!important;
}

body.product-list-page .item-summary{
  margin-top:0!important;
  line-height:1.82!important;
}

body.product-list-page .pagination{
  margin-top:26px!important;
  margin-bottom:32px!important;
}

body.team-list-page .list-section .list-grid .news-card-media{
  height:340px!important;
  aspect-ratio:auto!important;
  background:#FBF6F2!important;
}

body.team-list-page .list-section .list-grid .news-card-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 18%!important;
}

.footer-logo img{
  object-fit:contain!important;
  filter:none!important;
}

@media (max-width:1100px){
  body.team-list-page .list-section .list-grid .news-card-media{
    height:300px!important;
  }
}

@media (max-width:760px){
  .page-main,
  .page-shell,
  .page-section,
  .container.main,
  .xmdsite-main,
  .xmdsite-about-main{
    padding-top:16px!important;
  }

  .breadcrumb,
  .xmdsite-breadcrumb,
  .breadcrumb-pill{
    margin-bottom:12px!important;
  }

  .pagination,
  .xmdsite-pagination{
    margin:20px auto 22px!important;
  }

  .page-main > .container > .pagination:last-child,
  .page-shell > .container > .pagination:last-child,
  .container.main > .pagination:last-child,
  .content-panel > .pagination:last-child,
  .xmdsite-main > .xmdsite-pagination:last-child{
    margin-bottom:22px!important;
  }

  .page-hero .hero-media-content,
  .xmdsite-page-hero .xmdsite-hero-media-content{
    height:150px!important;
    min-height:150px!important;
    object-fit:cover!important;
    object-position:center!important;
  }

  body.product-list-page .container.main{
    padding-top:14px!important;
  }

  body.product-list-page .category-nav{
    margin-bottom:16px!important;
  }

  body.product-list-page .category-list{
    padding:8px!important;
  }

  body.product-list-page .news-list{
    gap:16px!important;
  }

  body.product-list-page .news-item{
    padding:12px!important;
    gap:12px!important;
  }

  body.product-list-page .item-media{
    border-radius:8px!important;
    overflow:hidden!important;
  }

  body.product-list-page .item-title{
    margin-bottom:8px!important;
    font-size:18px!important;
  }

  body.product-list-page .item-meta{
    margin-bottom:8px!important;
  }

  body.product-list-page .pagination{
    margin-top:20px!important;
    margin-bottom:22px!important;
  }

  body.team-list-page .list-section .list-grid .news-card,
  body.team-list-page .list-section .list-grid .news-card-main-link{
    min-height:0!important;
  }

  body.team-list-page .list-section .list-grid .news-card-media{
    height:260px!important;
  }

  body.team-list-page .list-section .list-grid .news-card-media img{
    object-position:center 16%!important;
  }

  .footer-logo img{
    max-width:118px!important;
    max-height:42px!important;
  }
}

/* Final audit overrides: keep page rails and controls consistent */
.breadcrumb,
.breadcrumb-list,
.xmdsite-breadcrumb,
.xmdsite-breadcrumb-list,
nav.breadcrumb,
nav[aria-label="Breadcrumb"] > .breadcrumb,
.content-panel nav[aria-label="Breadcrumb"] > .breadcrumb,
.category-bar,
.category-nav,
.category-wrap,
.pagination,
.xmdsite-pagination{
  border-top:0!important;
  border-bottom:0!important;
}

@media (min-width:761px){
  body.product-list-page .view-more{
    align-self:center!important;
    width:auto!important;
    min-width:112px!important;
    height:46px!important;
    min-height:46px!important;
    padding:0 22px!important;
  }
}

/* Keep every list pagination container visually transparent. */
.pagination,
.xmdsite-pagination{
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}

/* Use one consistent content rail across all theme pages. */
@media (min-width:901px){
  .wrap,
  .container,
  .xmdsite-container,
  .catalog-wrap,
  .home-stats__inner,
  .language-strip__inner,
  .page-shell > .container,
  .page-main > .container,
  main.container.main,
  body.news-detail-page .page-shell > .container{
    width:80%!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

/* MCP visual audit fixes */
body.product-list-page .sr-only,
body.team-list-page .sr-only,
body.news-list-page .sr-only,
body.case-list-page .sr-only{
  position:static!important;
  width:auto!important;
  height:auto!important;
  margin:0 0 16px!important;
  padding:0!important;
  overflow:visible!important;
  clip:auto!important;
  clip-path:none!important;
  white-space:normal!important;
  color:var(--pet-ink)!important;
  font-size:clamp(25px,3vw,36px)!important;
  line-height:1.3!important;
  font-weight:900!important;
}

.breadcrumb,
.breadcrumb-list,
.xmdsite-breadcrumb,
.xmdsite-breadcrumb-list,
.category-bar,
.category-nav,
.category-wrap,
.pagination,
.xmdsite-pagination{
  border-top:0!important;
  border-bottom:0!important;
}

.footer .footer-col,
.footer .footer-col:first-child{
  border-left:0!important;
}

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

body.product-list-page .view-more{
  align-self:center!important;
  width:auto!important;
  min-width:112px!important;
  min-height:46px!important;
  height:46px!important;
  padding:0 22px!important;
  border-radius:8px!important;
}

body.product-list-page .item-media.empty{
  position:relative!important;
  background:linear-gradient(135deg,#F7F0EA,#EFE5DD)!important;
}

body.product-list-page .item-media.empty::after{
  content:"No image available";
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#756A63;
  font-size:13px;
  font-weight:700;
}

.pagination,
.xmdsite-pagination{
  padding:0!important;
  box-shadow:none!important;
}

@media (max-width:760px){
  body.product-list-page .sr-only,
  body.team-list-page .sr-only,
  body.news-list-page .sr-only,
  body.case-list-page .sr-only{
    margin-bottom:12px!important;
    font-size:24px!important;
  }

  body.product-list-page .view-more{
    width:100%!important;
    min-width:0!important;
  }
}

@media (max-width:480px){
  .page-hero .hero-media-content,
  .xmdsite-page-hero .xmdsite-hero-media-content{
    height:132px!important;
    min-height:132px!important;
  }

  body.team-list-page .list-section .list-grid .news-card-media{
    height:238px!important;
  }
}

/* Targeted list-page fixes */
.category-link::after{
  display:none!important;
  content:none!important;
}
.list-section .list-grid .news-card{
  display:grid!important;
  grid-template-columns:minmax(220px,290px) minmax(0,1fr)!important;
  align-items:center!important;
  gap:34px!important;
  min-height:0!important;
  padding:22px!important;
}
.list-section .list-grid .news-card-main-link{
  display:contents!important;
  padding:0!important;
}
.list-section .list-grid .news-card-media{
  width:100%!important;
  aspect-ratio:290/146!important;
  height:auto!important;
}
.list-section .list-grid .news-card-body{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px 22px!important;
}
.list-section .list-grid .news-card-title{
  grid-column:1/-1!important;
  margin:0!important;
}
.list-section .list-grid .news-card-more{
  align-self:end!important;
  justify-self:end!important;
  background:var(--pet-green)!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(189,125,77,.18)!important;
}
.list-section .list-grid .news-card:hover .news-card-more{
  background:var(--pet-coral)!important;
}
.list-card-list .list-row:hover .list-arrow,
.list-card-list .list-row.is-active .list-arrow{
  background:var(--pet-green)!important;
  box-shadow:0 10px 22px rgba(189,125,77,.24)!important;
}
.list-card-list .list-row:hover .list-title,
.list-card-list .list-row.is-active .list-title{
  color:var(--pet-green)!important;
}
.info-badge{
  background:var(--pet-green)!important;
  box-shadow:0 6px 14px rgba(189,125,77,.18)!important;
}
.info-card:hover .info-badge{
  background:var(--pet-coral)!important;
}

@media (max-width:760px){
  .list-section .list-grid .news-card{
    grid-template-columns:1fr!important;
    gap:16px!important;
    padding:14px!important;
  }
  .list-section .list-grid .news-card-body{
    display:block!important;
  }
  .list-section .list-grid .news-card-more{
    justify-self:start!important;
    margin-top:12px!important;
  }
}

/* Detail polish requested from screenshots */
.view-more,
.news-card-more{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:118px!important;
  min-height:38px!important;
  padding:0 22px!important;
  gap:8px!important;
  white-space:nowrap!important;
  line-height:1!important;
}
.news-card-more::after{
  margin-left:2px!important;
}
.list-section .list-grid .news-card-more{
  padding:0 22px!important;
}
.xmdsite-article-head .xmdsite-head-layout,
.xmdsite-detail-tabs{
  padding:32px!important;
}
.xmdsite-article-head .xmdsite-head-layout{
  border-radius:10px!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(189,125,77,.12)!important;
  box-shadow:var(--pet-shadow-soft)!important;
}
.xmdsite-detail-grid{
  gap:34px!important;
}
.xmdsite-article{
  max-width:none!important;
}
.contact-heading::after,
.contact-entry::before{
  display:none!important;
  content:none!important;
}
.contact-entry{
  border-left-width:1px!important;
  padding-left:30px!important;
}

@media (max-width:760px){
  .xmdsite-article-head .xmdsite-head-layout,
  .xmdsite-detail-tabs{
    padding:20px!important;
  }
  .contact-entry{
    padding-left:20px!important;
  }
}

/* Detail page green theme and spacing */
.article-content :where(blockquote),
.xmdsite-article :where(blockquote){
  border-left:0!important;
  padding-left:0!important;
}
.summary-box{
  border-left:0!important;
}
.xmdsite-adjacent-nav{
  gap:18px!important;
}
.xmdsite-adjacent-card{
  display:inline-flex!important;
  align-items:center!important;
  min-height:38px!important;
  min-width:138px!important;
  width:auto!important;
  max-width:min(100%,440px)!important;
  padding:0 24px!important;
  border-radius:8px!important;
  border:1px solid rgba(189,125,77,.18)!important;
  border-bottom-color:rgba(189,125,77,.18)!important;
  background:#fff!important;
  color:var(--pet-ink)!important;
  box-shadow:0 10px 24px rgba(111,66,40,.08)!important;
}
.xmdsite-adjacent-card:hover,
.xmdsite-adjacent-card:focus-visible{
  color:var(--pet-green)!important;
  border-color:rgba(189,125,77,.42)!important;
  border-bottom-color:rgba(189,125,77,.42)!important;
  background:#fff!important;
}
.xmdsite-adjacent-label,
.xmdsite-adjacent-title{
  color:inherit!important;
}
.latest-icon,
.latest-rank{
  color:var(--pet-green)!important;
  border-color:var(--pet-green)!important;
}
.latest-pill{
  background:var(--pet-green)!important;
  color:#fff!important;
}
.latest-link:hover .latest-name,
.latest-link:focus-visible .latest-name{
  color:var(--pet-green)!important;
}
.latest-head::after{
  background:linear-gradient(135deg,rgba(189,125,77,.12),rgba(189,125,77,.04))!important;
}
.article-tag,
.breadcrumb-pill,
.xmdsite-tab.is-active,
.xmdsite-gallery-close{
  background:var(--pet-green)!important;
  border-color:var(--pet-green)!important;
  color:#fff!important;
}
.article-content a,
.xmdsite-article a,
.xmdsite-facts-title,
.xmdsite-fact-label,
.xmdsite-publish-date{
  color:var(--pet-green)!important;
}
.xmdsite-tab:hover,
.xmdsite-tab:focus-visible{
  color:var(--pet-green)!important;
  border-color:rgba(189,125,77,.42)!important;
  background:var(--pet-mint)!important;
}

@media (max-width:760px){
  .xmdsite-adjacent-card{
    width:100%!important;
    max-width:100%!important;
    justify-content:flex-start!important;
    padding:10px 18px!important;
  }
}

/* UI/UX Pro Max: restrained list-page refinement */
.main,
.page-main,
.page-shell,
.page-section{
  background:
    radial-gradient(circle at 12% 8%,rgba(233,248,238,.82),rgba(233,248,238,0) 420px),
    radial-gradient(circle at 88% 18%,rgba(255,211,108,.18),rgba(255,211,108,0) 360px),
    linear-gradient(180deg,#fff 0%,#FCF8F5 58%,#fff 100%)!important;
  padding-block:clamp(48px,6vw,88px)!important;
  overflow-x:hidden;
}
.breadcrumb,
.breadcrumb-list{
  min-height:36px;
  align-items:center;
  color:#756A63!important;
}
.category-nav,
.category-wrap,
.category-bar{
  padding:10px!important;
  border:1px solid rgba(189,125,77,.14)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:0 12px 30px rgba(111,66,40,.07)!important;
}
.category-list,
.category-tabs{
  gap:8px!important;
}
.category-link{
  min-height:44px!important;
  padding:9px 16px!important;
  border-radius:10px!important;
  font-weight:800!important;
  cursor:pointer;
  touch-action:manipulation;
}
.category-link:hover,
.category-link:focus-visible,
.category-link.is-active{
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(189,125,77,.13)!important;
}
.list-shell,
.list-section,
.xmdsite-list-section{
  border-radius:10px!important;
  border:1px solid rgba(189,125,77,.13)!important;
  background:rgba(255,255,255,.95)!important;
  box-shadow:0 18px 48px rgba(111,66,40,.09)!important;
}
.list-shell,
.xmdsite-list-section{
  padding:clamp(18px,2.5vw,30px)!important;
}
.list-section{
  padding:clamp(14px,2.4vw,28px)!important;
}
.news-list,
.list-card-list,
.card-grid,
.list-grid{
  display:grid;
  gap:18px!important;
}
.news-list{
  border-top:0!important;
}
.news-item,
.list-row-link,
.info-card-link,
.news-card{
  border:1px solid rgba(189,125,77,.12)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(111,66,40,.055)!important;
  transition:
    transform 240ms ease-out,
    box-shadow 240ms ease-out,
    border-color 240ms ease-out,
    background-color 240ms ease-out!important;
}
.news-item:hover,
.news-item:focus-within,
.list-row-link:hover,
.list-row-link:focus-visible,
.info-card-link:hover,
.info-card-link:focus-visible,
.news-card:hover,
.news-card:focus-within{
  transform:translateY(-3px)!important;
  border-color:rgba(189,125,77,.32)!important;
  box-shadow:0 16px 36px rgba(111,66,40,.10)!important;
}
.news-item{
  grid-template-columns:minmax(220px,32%) 76px minmax(0,1fr) auto!important;
  gap:22px!important;
  padding:18px!important;
  border-bottom:0!important;
}
.item-media,
.list-media,
.news-card-media,
.info-media{
  border-radius:8px!important;
  background:#F7F0EA!important;
  overflow:hidden;
}
.item-media img,
.list-media img,
.news-card-media img,
.info-media img{
  transform:translateZ(0);
  transition:transform 280ms ease-out,filter 280ms ease-out!important;
}
.news-item:hover .item-media img,
.list-row-link:hover .list-media img,
.news-card:hover .news-card-media img,
.info-card-link:hover .info-media img{
  transform:scale(1.035)!important;
  filter:saturate(1.04);
}
.date-box{
  min-height:76px!important;
  border:1px solid rgba(189,125,77,.14)!important;
  border-radius:10px!important;
  background:linear-gradient(180deg,#FCF8F5,#fff)!important;
}
.date-day{
  font-size:28px!important;
}
.date-month,
.item-meta,
.info-date,
.news-card-meta,
.list-date{
  color:#756A63!important;
}
.item-title,
.list-title,
.info-title,
.news-card-title{
  color:#3F3028!important;
  line-height:1.35!important;
}
.item-summary,
.list-summary,
.info-summary,
.news-card-summary{
  color:#756A63!important;
  line-height:1.75!important;
}
.view-more,
.news-card-more,
.page-control,
.page-current{
  min-height:44px!important;
  border-radius:10px!important;
  cursor:pointer;
  touch-action:manipulation;
}
.view-more,
.news-card-more{
  padding:0 18px!important;
  font-weight:850!important;
  box-shadow:0 10px 22px rgba(189,125,77,.18)!important;
}
.view-more:hover,
.view-more:focus-visible,
.news-card-more:hover,
.news-card-more:focus-visible{
  transform:translateY(-1px)!important;
}
.list-row-link{
  padding:18px!important;
}
.list-arrow{
  width:44px!important;
  height:44px!important;
}
.card-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.info-card{
  border-radius:10px!important;
}
.info-card-link{
  height:100%;
  overflow:hidden;
}
.info-body{
  padding:22px!important;
}
.info-badge{
  min-height:28px!important;
  padding:0 10px!important;
  border-radius:8px!important;
}
.list-section .list-grid .news-card{
  padding:18px!important;
}
.list-section .list-grid .news-card-main-link{
  gap:24px!important;
}
.list-section .list-grid .news-card-body{
  padding:0!important;
}
.pagination{
  width:max-content;
  max-width:100%;
  margin-inline:auto;
  padding:8px!important;
  border:1px solid rgba(189,125,77,.12);
  border-radius:10px;
  background:rgba(255,255,255,.88);
  box-shadow:0 12px 28px rgba(111,66,40,.07);
}
.page-control,
.page-current{
  padding:0 16px!important;
  font-weight:800;
}
.empty-state,
.xmdsite-empty-state{
  padding:clamp(38px,6vw,68px) 22px!important;
}

@media (prefers-reduced-motion:reduce){
  .news-item,
  .list-row-link,
  .info-card-link,
  .news-card,
  .category-link,
  .view-more,
  .news-card-more,
  .page-control,
  .item-media img,
  .list-media img,
  .news-card-media img,
  .info-media img{
    transition-duration:.01ms!important;
    transform:none!important;
  }
}

@media (max-width:1024px){
  .news-item{
    grid-template-columns:minmax(180px,34%) minmax(0,1fr) auto!important;
  }
  .date-box{
    grid-column:2;
    width:max-content;
    min-height:44px!important;
    padding:0 12px!important;
    flex-direction:row!important;
    gap:8px;
  }
  .date-day{font-size:20px!important}
  .view-more{
    grid-column:3;
  }
  .card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width:760px){
  .main,
  .page-main,
  .page-shell,
  .page-section{
    padding-block:38px 62px!important;
  }
  .wrap,
  .container,
  .xmdsite-container{
    width:calc(100% - 28px)!important;
  }
  .category-nav,
  .category-wrap,
  .category-bar,
  .list-shell,
  .list-section,
  .xmdsite-list-section{
    padding:14px!important;
  }
  .category-list,
  .category-tabs{
    flex-wrap:wrap!important;
  }
  .category-link{
    min-height:42px!important;
    font-size:14px!important;
  }
  .news-item,
  .list-row-link,
  .list-section .list-grid .news-card,
  .list-section .list-grid .news-card-main-link{
    grid-template-columns:1fr!important;
  }
  .news-item{
    gap:14px!important;
    padding:14px!important;
  }
  .date-box,
  .view-more{
    grid-column:auto;
  }
  .view-more,
  .news-card-more{
    justify-self:start!important;
  }
  .card-grid{
    grid-template-columns:1fr!important;
  }
  .list-section .list-grid .news-card-body{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .pagination{
    width:100%;
    flex-wrap:wrap;
    justify-content:center;
  }
}

/* Remove leftover blue left-rail accents on content list pages */
.side-list a,
.side-tab,
.side-current{
  border-left:0!important;
  border-bottom:0!important;
  padding-left:26px!important;
}
.side-list a:hover,
.side-list a:focus-visible,
.side-tab:hover,
.side-tab:focus-visible,
.side-list .is-active,
.side-tab.is-active{
  border-left-color:transparent!important;
  border-bottom-color:transparent!important;
  background:var(--pet-mint)!important;
  color:var(--pet-green-deep)!important;
}
.contact-heading::after,
.contact-entry::before{
  display:none!important;
  content:none!important;
}
.contact-entry{
  border-left:1px solid rgba(189,125,77,.12)!important;
  box-shadow:0 14px 34px rgba(111,66,40,.08)!important;
}
.contact-entry:hover,
.contact-entry:focus-within{
  border-color:rgba(189,125,77,.28)!important;
  box-shadow:0 18px 44px rgba(111,66,40,.10)!important;
}
.contact-section{
  padding:0!important;
  overflow:hidden;
}
.contact-heading{
  padding:clamp(24px,2.7vw,36px) clamp(24px,3vw,42px) 22px!important;
  margin:0!important;
}
.contact-section .contact-entry{
  margin:0 clamp(24px,3vw,42px) clamp(28px,3vw,42px)!important;
  border-radius:10px!important;
}

@media (max-width:760px){
  .contact-section{
    padding:0!important;
  }
  .contact-heading{
    padding:20px 20px 18px!important;
  }
  .contact-section .contact-entry{
    margin:0 20px 20px!important;
  }
}

/* Softer list surfaces: remove hard container seams */
.main,
.page-main,
.page-shell,
.page-section,
.xmdsite-main,
.xmdsite-about-main{
  background:
    radial-gradient(circle at 18% 10%,rgba(220,246,229,.72),rgba(220,246,229,0) 430px),
    radial-gradient(circle at 82% 24%,rgba(255,235,179,.18),rgba(255,235,179,0) 360px),
    linear-gradient(180deg,#FFFCFA 0%,#FCF7F3 48%,#FFFCFA 100%)!important;
}
.category-nav,
.category-wrap,
.category-bar{
  border-color:rgba(189,125,77,.10)!important;
  background:rgba(255,255,255,.74)!important;
  box-shadow:0 18px 42px rgba(111,66,40,.055)!important;
  backdrop-filter:blur(10px);
}
.list-shell,
.list-section,
.xmdsite-list-section,
.content-panel,
.contact-section,
.xmdsite-about-panel{
  border-color:transparent!important;
  background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.58))!important;
  box-shadow:0 24px 70px rgba(111,66,40,.065)!important;
}
.list-shell,
.xmdsite-list-section{
  padding:clamp(20px,2.6vw,34px)!important;
}
.list-section{
  background:transparent!important;
  border-color:transparent!important;
  box-shadow:none!important;
}
.news-item,
.list-row-link,
.info-card-link,
.news-card{
  border-color:rgba(189,125,77,.09)!important;
  background:rgba(255,255,255,.88)!important;
  box-shadow:0 10px 28px rgba(111,66,40,.052)!important;
}
.news-item:hover,
.news-item:focus-within,
.list-row-link:hover,
.list-row-link:focus-visible,
.info-card-link:hover,
.info-card-link:focus-visible,
.news-card:hover,
.news-card:focus-within{
  border-color:rgba(189,125,77,.22)!important;
  background:#fff!important;
  box-shadow:0 18px 42px rgba(111,66,40,.088)!important;
}
.info-card{
  background:transparent!important;
  box-shadow:none!important;
}
.info-card-link{
  border-radius:10px!important;
}
.info-body{
  background:transparent!important;
}
.contact-section{
  background:linear-gradient(180deg,rgba(255,255,255,.76),rgba(255,255,255,.62))!important;
}
.contact-entry{
  background:rgba(255,255,255,.86)!important;
  border-color:rgba(189,125,77,.09)!important;
}

@media (max-width:760px){
  .category-nav,
  .category-wrap,
  .category-bar{
    backdrop-filter:none;
  }
  .list-shell,
  .xmdsite-list-section{
    padding:16px!important;
  }
}

/* Flatten page-section seams: keep cards, remove large horizontal rails */
.page-main > .container,
.page-section > .container,
.main > .container{
  background:transparent!important;
  box-shadow:none!important;
}
.category-nav,
.category-wrap,
.category-bar{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none;
}
.category-list,
.category-tabs{
  padding:0!important;
}
.list-shell,
.list-section,
.xmdsite-list-section{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.list-shell,
.xmdsite-list-section{
  padding:clamp(18px,2.2vw,28px) 0 0!important;
}
.list-section{
  padding:clamp(18px,2.2vw,28px) 0 0!important;
}
.content-panel,
.contact-section,
.xmdsite-about-panel{
  border:0!important;
  background:rgba(255,255,255,.58)!important;
  box-shadow:0 18px 52px rgba(111,66,40,.045)!important;
}
.news-list,
.list-card-list,
.card-grid,
.list-grid{
  gap:20px!important;
}
.news-item,
.list-row-link,
.info-card-link,
.news-card{
  border-color:rgba(189,125,77,.10)!important;
  background:rgba(255,255,255,.94)!important;
}

@media (max-width:760px){
  .list-shell,
  .list-section,
  .xmdsite-list-section{
    padding-top:16px!important;
  }
}

/* Full-width page wash: avoid a centered colored strip behind list pages */
body{
  position:relative;
  background:#FCF8F5!important;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 28% 28%,rgba(223,247,231,.62),rgba(223,247,231,0) 520px),
    radial-gradient(circle at 72% 35%,rgba(255,238,192,.14),rgba(255,238,192,0) 420px),
    linear-gradient(180deg,#fff 0%,#FCF8F5 42%,#fff 100%);
}
main.container.main,
.container.main,
.main.page-main,
.main.page-section{
  background:transparent!important;
  box-shadow:none!important;
}
main.container.main{
  padding-top:clamp(34px,4.4vw,72px)!important;
}
.breadcrumb,
.breadcrumb-list,
.xmdsite-breadcrumb-list{
  margin-bottom:clamp(18px,2vw,26px)!important;
}
.category-nav{
  margin-bottom:clamp(20px,2.2vw,30px)!important;
}

/* News detail layout fix: restore readable scale */
.page-shell{
  padding:clamp(42px,5vw,76px) 0 clamp(64px,6vw,96px)!important;
  background:transparent!important;
}
.page-shell > .container{
  width:min(1200px,calc(100% - 48px))!important;
  background:transparent!important;
  box-shadow:none!important;
}
.page-shell .breadcrumb{
  margin-bottom:24px!important;
  padding-bottom:14px!important;
  border-bottom:1px solid rgba(189,125,77,.12)!important;
}
.content-grid{
  grid-template-columns:minmax(0,820px) minmax(260px,320px)!important;
  gap:48px!important;
  align-items:start!important;
}
.article-card,
.side-card{
  border-radius:10px!important;
  border:1px solid rgba(189,125,77,.10)!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 18px 52px rgba(111,66,40,.07)!important;
}
.article-card{
  padding:clamp(30px,3vw,42px)!important;
}
.side-card{
  padding:22px!important;
}
.article-card .section-heading,
.side-card .section-heading{
  margin-bottom:24px!important;
}
.article-title{
  font-size:clamp(26px,2.4vw,34px)!important;
  line-height:1.35!important;
  letter-spacing:0!important;
}
.article-meta{
  margin-top:14px!important;
  font-size:14px!important;
}
.lead-box{
  margin:28px 0 34px!important;
  padding:18px 22px!important;
  font-size:15px!important;
}
.cover-image{
  max-width:min(680px,100%)!important;
  margin:30px auto 34px!important;
}
.article-body{
  font-size:16px!important;
  line-height:2!important;
}
.article-body h2{
  font-size:22px!important;
}
.article-body h3{
  font-size:19px!important;
}
.article-body img{
  max-width:100%!important;
  height:auto!important;
}
.sidebar{
  gap:24px!important;
}
.rank-item{
  min-height:42px!important;
  font-size:14px!important;
}

/* Detail tabs: remove the awkward short underline */
.xmdsite-tabs-list{
  gap:10px!important;
  border-bottom:1px solid rgba(189,125,77,.12)!important;
}
.xmdsite-tab{
  min-height:38px!important;
  padding:0 16px!important;
  border:0!important;
  border-radius:8px 8px 0 0!important;
  background:transparent!important;
  color:var(--pet-muted)!important;
}
.xmdsite-tab::after{
  display:none!important;
  content:none!important;
}
.xmdsite-tab.is-active,
.xmdsite-tab:hover,
.xmdsite-tab:focus-visible{
  border:0!important;
  background:var(--pet-green)!important;
  color:#fff!important;
  box-shadow:none!important;
}

@media (max-width:1024px){
  .content-grid{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  .sidebar{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width:760px){
  .page-shell > .container{
    width:calc(100% - 28px)!important;
  }
  .article-card,
  .side-card{
    padding:20px!important;
  }
  .article-title{
    font-size:22px!important;
  }
  .article-body{
    font-size:15px!important;
    line-height:1.9!important;
  }
  .sidebar{
    grid-template-columns:1fr!important;
  }
}

/* Mobile polish for team cards and about page */
@media (max-width:760px){
  .card-grid{
    gap:18px!important;
  }
  .info-card,
  .info-card-link{
    border-radius:10px!important;
    overflow:hidden!important;
  }
  .info-card-link{
    display:block!important;
    background:rgba(255,255,255,.94)!important;
  }
  .info-media{
    width:100%!important;
    aspect-ratio:1.35/1!important;
    min-height:0!important;
    background:#F7F0EA!important;
  }
  .info-media img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center top!important;
    display:block!important;
  }
  .info-body{
    padding:20px!important;
  }
  .page-section{
    padding-top:28px!important;
  }
  .side-card,
  .content-panel,
  .xmdsite-about-panel{
    border-radius:10px!important;
  }
  .side-list,
  .xmdsite-about-tabs{
    display:flex!important;
    gap:10px!important;
    padding:8px!important;
    overflow-x:auto;
    background:rgba(255,255,255,.7)!important;
    border-radius:10px!important;
    box-shadow:0 12px 28px rgba(111,66,40,.06)!important;
  }
  .side-list li,
  .xmdsite-about-tabs > li{
    flex:0 0 auto!important;
  }
  .side-tab,
  .xmdsite-about-tab{
    min-height:40px!important;
    padding:0 16px!important;
    border:0!important;
    border-radius:8px!important;
    background:#fff!important;
    box-shadow:none!important;
    white-space:nowrap!important;
  }
  .side-tab.is-active,
  .xmdsite-about-tab.is-active{
    background:var(--pet-green)!important;
    color:#fff!important;
  }
}

/* Mobile case/team cards: make image cover the full card */
@media (max-width:760px){
  .list-section .list-grid .news-card{
    display:block!important;
    padding:0!important;
    min-height:260px!important;
    border-radius:10px!important;
    overflow:hidden!important;
    background:#5B3522!important;
  }
  .list-section .list-grid .news-card-main-link{
    position:relative!important;
    display:block!important;
    width:100%!important;
    min-height:260px!important;
    padding:0!important;
    color:#fff!important;
  }
  .list-section .list-grid .news-card-media{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    aspect-ratio:auto!important;
    border-radius:0!important;
  }
  .list-section .list-grid .news-card-media img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center top!important;
  }
  .list-section .list-grid .news-card-media::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(8,38,34,.12) 0%,rgba(8,38,34,.18) 42%,rgba(8,38,34,.78) 100%);
    pointer-events:none;
  }
  .list-section .list-grid .news-card-body{
    position:absolute!important;
    inset:auto 0 0 0!important;
    z-index:1!important;
    display:block!important;
    padding:24px!important;
    background:transparent!important;
  }
  .list-section .list-grid .news-card-title{
    color:#fff!important;
    font-size:20px!important;
    line-height:1.35!important;
    text-shadow:0 3px 14px rgba(0,0,0,.28);
  }
  .list-section .list-grid .news-card-summary,
  .list-section .list-grid .news-card-meta,
  .list-section .list-grid .news-card-more{
    display:none!important;
  }
}

body.team-list-page .list-section .list-grid .news-card-media{
  aspect-ratio:auto!important;
  height:280px!important;
}

body.team-list-page .list-section .list-grid .news-card-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center top!important;
}

@media (max-width:1100px){
  body.team-list-page .list-section .list-grid .news-card-media{
    height:250px!important;
  }
}

@media (max-width:760px){
  body.team-list-page .list-section .list-grid .news-card,
  body.team-list-page .list-section .list-grid .news-card-main-link{
    min-height:320px!important;
  }

  body.team-list-page .list-section .list-grid .news-card-media{
    height:100%!important;
  }
}

/* Cross-page spacing pass: breadcrumbs and pagination */
.page-main,
.page-shell,
.page-section,
.container.main{
  padding-top:28px!important;
}

.xmdsite-main,
.xmdsite-about-main{
  padding-top:30px!important;
}

body.news-detail-page .page-shell{
  padding-top:26px!important;
}

body.news-detail-page .page-shell > .container{
  width:min(1200px,calc(100% - 48px))!important;
}

.breadcrumb,
.breadcrumb-list,
.xmdsite-breadcrumb,
.xmdsite-breadcrumb-list,
.breadcrumb-pill{
  margin-top:0!important;
}

.breadcrumb{
  margin-bottom:24px!important;
}

.breadcrumb-list{
  margin-bottom:0!important;
}

nav.breadcrumb{
  padding-bottom:14px!important;
  border-bottom:1px solid rgba(189,125,77,.12)!important;
}

nav[aria-label="Breadcrumb"] > .breadcrumb{
  padding-bottom:14px!important;
  border-bottom:1px solid rgba(189,125,77,.12)!important;
}

.xmdsite-breadcrumb{
  margin-bottom:24px!important;
}

.xmdsite-breadcrumb-list{
  margin-bottom:0!important;
}

.breadcrumb-pill{
  margin-bottom:24px!important;
}

.content-panel nav[aria-label="Breadcrumb"] > .breadcrumb{
  margin-bottom:22px!important;
}

body.news-detail-page .breadcrumb{
  margin-bottom:24px!important;
  padding-bottom:14px!important;
}

body.news-detail-page .content-grid{
  margin-top:0!important;
}

.pagination,
.xmdsite-pagination{
  margin:30px auto 44px!important;
}

.pagination{
  padding:8px!important;
}

.xmdsite-pagination{
  padding-top:20px!important;
}

.page-main > .container > .pagination:last-child,
.page-shell > .container > .pagination:last-child,
.container.main > .pagination:last-child,
.content-panel > .pagination:last-child,
.xmdsite-main > .xmdsite-pagination:last-child{
  margin-bottom:44px!important;
}

@media (max-width:760px){
  .page-main,
  .page-shell,
  .page-section,
  .container.main,
  .xmdsite-main,
  .xmdsite-about-main{
    padding-top:20px!important;
  }

  body.news-detail-page .page-shell{
    padding-top:18px!important;
  }

  body.news-detail-page .page-shell > .container{
    width:calc(100% - 28px)!important;
  }

  .breadcrumb,
  .xmdsite-breadcrumb,
  .breadcrumb-pill{
    margin-bottom:18px!important;
  }

  .breadcrumb-list,
  .xmdsite-breadcrumb-list{
    margin-bottom:0!important;
  }

  nav.breadcrumb,
  nav[aria-label="Breadcrumb"] > .breadcrumb,
  body.news-detail-page .breadcrumb{
    padding-bottom:12px!important;
  }

  .pagination,
  .xmdsite-pagination{
    margin:24px auto 12px!important;
  }

  .page-main > .container > .pagination:last-child,
  .page-shell > .container > .pagination:last-child,
  .container.main > .pagination:last-child,
  .content-panel > .pagination:last-child,
  .xmdsite-main > .xmdsite-pagination:last-child{
    margin-bottom:12px!important;
  }
}

.page-section .side-nav{
  border:1px solid rgba(189,125,77,.18)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.82)!important;
  box-shadow:0 16px 42px rgba(111,66,40,.08)!important;
  overflow:hidden!important;
}

.page-section .side-list{
  display:grid!important;
  gap:8px!important;
  padding:10px!important;
  background:transparent!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.page-section .side-list li{
  width:100%!important;
}

.page-section .side-tab{
  position:relative!important;
  width:100%!important;
  min-height:48px!important;
  padding:0 18px 0 22px!important;
  border:1px solid rgba(189,125,77,.14)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#594033!important;
  box-shadow:none!important;
  text-align:left!important;
  font-weight:700!important;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease!important;
}

.page-section .side-tab::before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  bottom:10px;
  width:3px;
  border-radius:999px;
  background:transparent;
  transition:background-color 180ms ease;
}

.page-section .side-tab:hover,
.page-section .side-tab:focus-visible{
  border-color:rgba(189,125,77,.36)!important;
  background:#FBF6F2!important;
  color:#6F4228!important;
  outline:none!important;
  transform:translateX(2px)!important;
}

.page-section .side-tab.is-active{
  border-color:rgba(189,125,77,.58)!important;
  background:linear-gradient(135deg,#BD7D4D,#C98B5D)!important;
  color:#fff!important;
  box-shadow:0 12px 26px rgba(189,125,77,.18)!important;
}

.page-section .side-tab.is-active::before{
  background:#ffd36c!important;
}

@media (max-width:760px){
  .page-section .side-nav{
    border-radius:10px!important;
  }

  .page-section .side-list{
    display:flex!important;
    gap:10px!important;
    overflow-x:auto!important;
    padding:8px!important;
  }

  .page-section .side-list li{
    width:auto!important;
    flex:0 0 auto!important;
  }

  .page-section .side-tab{
    width:auto!important;
    min-height:42px!important;
    padding:0 16px!important;
    white-space:nowrap!important;
  }

  .page-section .side-tab::before{
    display:none!important;
  }
}

@media (max-width:760px){
  body.product-list-page .news-list{
    display:grid!important;
    gap:18px!important;
  }

  body.product-list-page .news-item{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:14px!important;
    border-radius:10px!important;
  }

  body.product-list-page .item-media{
    grid-column:1!important;
    grid-row:1!important;
    width:100%!important;
    aspect-ratio:16 / 10!important;
    height:auto!important;
    border-radius:8px!important;
  }

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

  body.product-list-page .date-box{
    grid-column:1!important;
    grid-row:2!important;
    justify-self:start!important;
    min-width:108px!important;
    min-height:58px!important;
    padding:8px 12px!important;
    border-radius:8px!important;
  }

  body.product-list-page .date-day{
    font-size:24px!important;
  }

  body.product-list-page .date-month{
    margin-top:4px!important;
    font-size:12px!important;
  }

  body.product-list-page .item-body{
    grid-column:1!important;
    grid-row:3!important;
    padding-top:0!important;
  }

  body.product-list-page .item-title{
    font-size:19px!important;
    line-height:1.4!important;
  }

  body.product-list-page .item-summary{
    margin-top:10px!important;
    line-height:1.8!important;
    -webkit-line-clamp:3!important;
  }

  body.product-list-page .view-more{
    grid-column:1!important;
    grid-row:4!important;
    justify-self:stretch!important;
    width:100%!important;
    min-width:0!important;
    min-height:46px!important;
    padding:0 20px!important;
    border-radius:8px!important;
    margin-top:2px!important;
  }
}

/* Final MCP audit overrides */
.breadcrumb,
.breadcrumb-list,
.xmdsite-breadcrumb,
.xmdsite-breadcrumb-list,
nav.breadcrumb,
nav[aria-label="Breadcrumb"] > .breadcrumb,
.content-panel nav[aria-label="Breadcrumb"] > .breadcrumb,
.category-bar,
.category-nav,
.category-wrap,
.pagination,
.xmdsite-pagination{
  border-top:0!important;
  border-bottom:0!important;
}

@media (min-width:761px){
  body.product-list-page .view-more{
    align-self:center!important;
    width:auto!important;
    min-width:112px!important;
    height:46px!important;
    min-height:46px!important;
    padding:0 22px!important;
  }
}


/* Homepage styles moved from home.html to reduce inline payload. */
    body.home-page{
      --home-ink:#1f322b;
      --home-muted:#73817a;
      --home-green:#BD7D4D;
      --home-green-deep:#6F4228;
      --home-lime:#F0DDCE;
      --home-coral:#D9A27A;
      --home-honey:#ffd36c;
      --home-paper:#fffefa;
      --home-soft:#FBF6F2;
      --home-line:rgba(189,125,77,.16);
      --home-shadow:0 28px 78px rgba(111,66,40,.13);
      --home-shadow-soft:0 16px 42px rgba(111,66,40,.10);
      background:
        radial-gradient(circle at 14% 10%,rgba(217,242,199,.70),rgba(217,242,199,0) 26rem),
        radial-gradient(circle at 88% 34%,rgba(242,139,102,.16),rgba(242,139,102,0) 28rem),
        linear-gradient(180deg,#fffefa 0%,#FCF7F3 46%,#fffefa 100%);
      color:var(--home-ink);
      font-family:"MiSans","HarmonyOS Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
    }
    .home-page:before{
      display:none;
    }
    .home-page .wrap{width:min(1200px,calc(100% - 48px))}
    .home-page .hero{isolation:isolate;background:#F3ECE7}
    .home-page .hero:after{
      background:
        linear-gradient(90deg,rgba(111,66,40,.36),rgba(111,66,40,.04) 42%,rgba(242,139,102,.12)),
        linear-gradient(180deg,rgba(255,255,255,.02),rgba(245,250,244,.20));
    }
    .home-page .hero-slider{box-shadow:0 22px 70px rgba(111,66,40,.10)}
    .home-page .hero-media{filter:saturate(1.04) contrast(1.01)}

    .home-page .section{
      position:relative;
      padding:clamp(82px,8vw,132px) 0;
    }
    .home-page .section-head{
      width:min(720px,100%);
      margin:0 auto clamp(34px,4.2vw,58px);
      text-align:center;
    }
    .home-page .section-kicker,
    .home-page .section-sub{
      color:var(--home-green);
      font-size:11px;
      font-weight:900;
      letter-spacing:.22em;
    }
    .home-page .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-height:28px;
      margin-bottom:14px;
      padding:0 14px;
      border:1px solid rgba(189,125,77,.18);
      border-radius:999px;
      background:rgba(255,255,255,.72);
      box-shadow:0 10px 24px rgba(111,66,40,.06);
    }
    .home-page .section-kicker:before,
    .home-page .section-kicker:after{display:none}
    .home-page .section-title{
      color:var(--home-ink)!important;
      font-size:clamp(30px,4vw,52px)!important;
      line-height:1.04;
      letter-spacing:.04em!important;
      text-wrap:balance;
    }
    .home-page .section-title:before{display:none!important}
    .home-page .section-title:after{
      width:72px!important;
      height:4px!important;
      margin-top:20px!important;
      background:linear-gradient(90deg,var(--home-green),var(--home-coral),var(--home-honey))!important;
      border-radius:999px!important;
    }
    .home-page .section-sub{
      max-width:620px;
      margin:18px auto 0;
      color:var(--home-muted)!important;
      font-size:14px;
      line-height:1.9;
      letter-spacing:.06em;
      text-transform:none;
    }

    .home-page .products{
      background:
        linear-gradient(180deg,#fffefa 0%,#FCF8F5 100%)!important;
      overflow:hidden;
    }
    .home-page .products:before{
      left:auto;
      right:-160px;
      top:68px;
      width:520px;
      height:520px;
      transform:none;
      background:radial-gradient(circle,rgba(189,125,77,.13),rgba(189,125,77,0) 64%)!important;
    }
    .home-page .products:after{
      content:"";
      position:absolute;
      left:-180px;
      bottom:-220px;
      width:560px;
      height:560px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(255,211,108,.30),rgba(255,211,108,0) 62%);
      pointer-events:none;
    }
    .home-page .products .wrap{position:relative;z-index:1}
    .home-page .product-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:24px!important;
      max-width:1200px!important;
      overflow:visible;
      align-items:stretch;
    }
    .home-page .product-card{
      min-height:420px;
      padding:10px!important;
      border:1px solid rgba(189,125,77,.14)!important;
      border-radius:10px!important;
      background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(233,248,238,.72))!important;
      box-shadow:var(--home-shadow-soft)!important;
      overflow:hidden;
      transition:
        transform .72s cubic-bezier(.16,1,.3,1),
        box-shadow .72s cubic-bezier(.16,1,.3,1),
        border-color .72s cubic-bezier(.16,1,.3,1),
        background .72s cubic-bezier(.16,1,.3,1)!important;
    }
    .home-page .product-card:before{
      inset:10px;
      height:auto;
      border:1px solid rgba(255,255,255,.86);
      border-radius:8px;
      background:rgba(255,255,255,.78)!important;
      transform:none!important;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
      pointer-events:none;
    }
    .home-page .product-card:after{
      right:18px;
      top:18px;
      width:76px;
      height:76px;
      background:radial-gradient(circle,rgba(242,139,102,.20),rgba(242,139,102,0) 70%);
      transform:scale(.82);
      transition:opacity .72s cubic-bezier(.16,1,.3,1),transform .72s cubic-bezier(.16,1,.3,1);
    }
    .home-page .product-card:hover,
    .home-page .product-card:focus-visible,
    .home-page .product-card.is-active{
      transform:translateY(-10px) scale(1.01)!important;
      border-color:rgba(189,125,77,.34)!important;
      box-shadow:var(--home-shadow)!important;
      background:linear-gradient(135deg,#fff,#F7F0EA)!important;
    }
    .home-page .product-title{
      margin:18px 18px 16px;
      color:var(--home-ink)!important;
      font-size:19px;
      letter-spacing:.02em;
    }
    .home-page .product-thumb{
      width:calc(100% - 36px);
      height:210px;
      margin:0 18px 20px;
      border-radius:8px!important;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
    }
    .home-page .product-summary{
      min-height:auto;
      margin:0 18px;
      color:var(--home-muted)!important;
      font-size:14px;
      line-height:1.85;
      -webkit-line-clamp:3;
    }
    .home-page .product-meta{
      margin:0 18px 18px;
      padding-top:24px;
    }
    .home-page .product-more{
      min-height:38px;
      gap:10px;
      padding:0 10px 0 16px;
      border:1px solid rgba(189,125,77,.18);
      border-radius:999px;
      background:#fff;
      color:var(--home-green-deep)!important;
      font-size:13px;
      font-weight:800;
      box-shadow:0 10px 22px rgba(111,66,40,.07);
      transition:
        transform .52s cubic-bezier(.16,1,.3,1),
        background .52s cubic-bezier(.16,1,.3,1),
        color .52s cubic-bezier(.16,1,.3,1),
        border-color .52s cubic-bezier(.16,1,.3,1);
    }
    .home-page .product-more:before{
      order:2;
      width:26px;
      height:26px;
      border:0;
      background:rgba(189,125,77,.10);
      color:var(--home-green);
      font-family:"MiSans","HarmonyOS Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
      transition:
        transform .52s cubic-bezier(.16,1,.3,1),
        background .52s cubic-bezier(.16,1,.3,1),
        color .52s cubic-bezier(.16,1,.3,1);
    }
    .home-page .product-card:hover .product-more,
    .home-page .product-card:focus-visible .product-more,
    .home-page .product-card.is-active .product-more{
      background:var(--home-green)!important;
      color:#fff!important;
      transform:translateX(0) scale(.99);
      border-color:var(--home-green);
    }
    .home-page .product-card:hover .product-more:before,
    .home-page .product-card:focus-visible .product-more:before,
    .home-page .product-card.is-active .product-more:before{
      background:rgba(255,255,255,.18);
      color:#fff;
      transform:translateX(3px) translateY(-1px) scale(1.06);
    }

    .home-page .about-band{
      padding:clamp(86px,8vw,128px) 0!important;
      background:#6F4228!important;
      isolation:isolate;
    }
    .home-page .about-band:before{
      background:
        linear-gradient(90deg,rgba(111,66,40,.94),rgba(111,66,40,.70) 42%,rgba(189,125,77,.44))!important;
    }
    .home-page .about-band:after{
      content:"";
      position:absolute;
      inset:auto 0 0 0;
      height:1px;
      background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);
      z-index:2;
    }
    .home-page .about-panel{
      width:min(1080px,calc(100% - 48px))!important;
      grid-template-columns:minmax(320px,.92fr) minmax(0,1fr)!important;
      gap:0;
      padding:10px;
      border:1px solid rgba(255,255,255,.22)!important;
      border-radius:10px!important;
      background:rgba(255,255,255,.13)!important;
      box-shadow:0 38px 92px rgba(2,18,13,.36)!important;
      backdrop-filter:none;
    }
    .home-page .about-panel:before{
      inset:10px;
      border-color:rgba(255,255,255,.62);
      border-radius:8px;
      background:rgba(255,255,255,.92);
      z-index:-1;
    }
    .home-page .about-img{
      height:360px;
      border:0;
      border-radius:8px!important;
      margin:0;
    }
    .home-page .about-text{
      padding:clamp(34px,5vw,64px);
    }
    .home-page .about-text h2{
      color:var(--home-ink)!important;
      font-size:clamp(26px,3vw,42px);
      line-height:1.12;
      letter-spacing:.04em;
    }
    .home-page .about-text h2:after{
      width:72px;
      height:4px;
      margin:18px 0 24px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--home-green),var(--home-coral))!important;
    }
    .home-page .about-text p{
      color:#62726b!important;
      font-size:15px;
      line-height:2;
      -webkit-line-clamp:5;
    }
    .home-page .btn-more{
      min-height:42px;
      margin-top:28px;
      padding:0 12px 0 20px;
      border-radius:999px!important;
      background:var(--home-green)!important;
      box-shadow:0 14px 30px rgba(189,125,77,.24);
      font-size:14px;
      font-weight:900;
      transition:
        transform .52s cubic-bezier(.16,1,.3,1),
        background .52s cubic-bezier(.16,1,.3,1),
        box-shadow .52s cubic-bezier(.16,1,.3,1)!important;
    }
    .home-page .btn-more:after{
      content:"→";
      display:inline-grid;
      place-items:center;
      width:28px;
      height:28px;
      margin-left:12px;
      border-radius:50%;
      background:rgba(255,255,255,.18);
      transition:transform .52s cubic-bezier(.16,1,.3,1),background .52s cubic-bezier(.16,1,.3,1);
    }
    .home-page .btn-more:hover,
    .home-page .btn-more:focus-visible{
      background:var(--home-coral)!important;
      transform:translateY(-2px) scale(.99);
      box-shadow:0 18px 38px rgba(242,139,102,.24);
    }
    .home-page .btn-more:hover:after,
    .home-page .btn-more:focus-visible:after{transform:translateX(3px) translateY(-1px)}

    .home-page .service{
      background:
        radial-gradient(circle at 12% 16%,rgba(255,211,108,.22),rgba(255,211,108,0) 28rem),
        linear-gradient(135deg,#A66A43 0%,#6F4228 100%)!important;
      overflow:hidden;
    }
    .home-page .service .section-title{color:#fff!important}
    .home-page .service .section-title:after{background:linear-gradient(90deg,#fff,var(--home-honey))!important}
    .home-page .service .section-sub{color:rgba(255,255,255,.72)!important}
    .home-page .service-grid{
      grid-template-columns:1.2fr .8fr .8fr;
      grid-auto-rows:250px;
      max-width:1120px!important;
      gap:24px!important;
    }
    .home-page .service-card{
      min-height:250px!important;
      border:1px solid rgba(255,255,255,.18)!important;
      border-radius:10px!important;
      box-shadow:0 26px 68px rgba(0,0,0,.22)!important;
      transform:translateZ(0);
      transition:
        transform .72s cubic-bezier(.16,1,.3,1),
        box-shadow .72s cubic-bezier(.16,1,.3,1),
        border-color .72s cubic-bezier(.16,1,.3,1)!important;
    }
    .home-page .service-card:first-child{
      grid-row:span 2;
      min-height:524px!important;
    }
    .home-page .service-card:first-child .service-card-img{height:524px!important}
    .home-page .service-card-img{height:250px!important;border-radius:8px!important}
    .home-page .service-card:before{
      opacity:1;
      background:linear-gradient(180deg,rgba(111,66,40,.02) 10%,rgba(15,44,36,.88) 100%)!important;
    }
    .home-page .service-card:after{
      left:22px;
      right:22px;
      bottom:22px;
      height:3px;
      background:var(--home-honey)!important;
      transition:transform .62s cubic-bezier(.16,1,.3,1)!important;
    }
    .home-page .service-card:hover,
    .home-page .service-card:focus-visible,
    .home-page .service-card:focus-within,
    .home-page .service-card.is-active{
      transform:translateY(-10px) scale(1.01)!important;
      border-color:rgba(255,255,255,.44)!important;
      box-shadow:0 36px 88px rgba(0,0,0,.30)!important;
    }
    .home-page .service-card-body{
      left:22px;
      right:22px;
      bottom:38px;
      opacity:1;
      transform:none;
    }
    .home-page .service-card-body h3{
      font-size:clamp(17px,2vw,24px);
      letter-spacing:.03em;
      text-shadow:0 10px 28px rgba(0,0,0,.36);
    }

    .home-page .news{
      background:
        linear-gradient(180deg,#fffefa 0%,#FCF8F5 100%)!important;
    }
    .home-page .news-layout{
      grid-template-columns:minmax(340px,.86fr) minmax(0,1.14fr)!important;
      gap:42px!important;
      max-width:1120px!important;
      align-items:stretch;
    }
    .home-page .news-feature{
      display:flex;
      flex-direction:column;
      min-height:100%;
      padding:10px;
      border:1px solid rgba(189,125,77,.14);
      border-radius:10px;
      background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(233,248,238,.76));
      box-shadow:var(--home-shadow-soft);
      transition:
        transform .72s cubic-bezier(.16,1,.3,1),
        box-shadow .72s cubic-bezier(.16,1,.3,1),
        border-color .72s cubic-bezier(.16,1,.3,1);
    }
    .home-page .news-feature:hover,
    .home-page .news-feature:focus-visible{
      transform:translateY(-8px);
      box-shadow:var(--home-shadow);
      border-color:rgba(189,125,77,.32);
    }
    .home-page .news-feature-img{
      height:292px!important;
      border-radius:8px!important;
    }
    .home-page .news-feature h3{
      margin:22px 18px 0;
      color:var(--home-ink)!important;
      font-size:clamp(20px,2.4vw,30px);
      line-height:1.24;
      display:-webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }
    .home-page .news-feature p{
      margin:14px 18px 18px;
      color:var(--home-muted)!important;
      font-size:14px;
      line-height:1.9;
      -webkit-line-clamp:3;
    }
    .home-page .news-list{
      display:grid;
      gap:14px;
      width:100%;
      max-width:none;
      border:0;
      margin:0;
    }
    .home-page .news-row{
      min-height:106px;
      grid-template-columns:62px minmax(0,1fr) auto;
      gap:18px;
      padding:18px 20px;
      border:1px solid rgba(189,125,77,.12)!important;
      border-radius:10px;
      background:rgba(255,255,255,.86);
      box-shadow:0 10px 28px rgba(111,66,40,.06);
      transition:
        transform .62s cubic-bezier(.16,1,.3,1),
        box-shadow .62s cubic-bezier(.16,1,.3,1),
        border-color .62s cubic-bezier(.16,1,.3,1),
        background .62s cubic-bezier(.16,1,.3,1)!important;
    }
    .home-page .news-row:before{
      left:18px;
      top:18px;
      bottom:18px;
      width:4px;
      border-radius:999px;
      background:linear-gradient(180deg,var(--home-green),var(--home-coral))!important;
    }
    .home-page .news-row:hover,
    .home-page .news-row:focus-visible,
    .home-page .news-row.is-active{
      transform:translateY(-4px)!important;
      background:#fff!important;
      border-color:rgba(189,125,77,.32)!important;
      box-shadow:var(--home-shadow-soft)!important;
    }
    .home-page .news-no{
      color:rgba(189,125,77,.22)!important;
      font-size:34px;
      font-weight:900;
      letter-spacing:-.04em;
    }
    .home-page .news-row h3{
      color:var(--home-ink)!important;
      font-size:16px;
      line-height:1.45;
    }
    .home-page .news-row p{
      margin-top:6px;
      color:var(--home-muted)!important;
      font-size:13px;
      line-height:1.55;
    }
    .home-page .news-date{
      align-self:start;
      padding:6px 10px;
      border-radius:999px;
      background:#F7F0EA;
      color:var(--home-green)!important;
      font-weight:800;
    }

    .home-page.reveal-ready .reveal-item{
      opacity:0;
      transform:translateY(34px);
      transition:
        opacity .86s cubic-bezier(.16,1,.3,1),
        transform .86s cubic-bezier(.16,1,.3,1);
      will-change:opacity,transform;
    }
    .home-page.reveal-ready .reveal-item.is-visible{
      opacity:1;
      transform:translateY(0);
      will-change:auto;
    }
    .home-page.reveal-ready .section-head{
      opacity:1!important;
      transform:none!important;
      will-change:auto!important;
    }
    .home-page.reveal-ready .product-card:nth-child(2),
    .home-page.reveal-ready .service-card:nth-child(2),
    .home-page.reveal-ready .news-row:nth-child(2){transition-delay:.07s}
    .home-page.reveal-ready .product-card:nth-child(3),
    .home-page.reveal-ready .service-card:nth-child(3),
    .home-page.reveal-ready .news-row:nth-child(3){transition-delay:.14s}
    .home-page.reveal-ready .product-card:nth-child(4),
    .home-page.reveal-ready .service-card:nth-child(4),
    .home-page.reveal-ready .news-row:nth-child(4){transition-delay:.21s}

    @media (prefers-reduced-motion:reduce){
      .home-page *,
      .home-page *:before,
      .home-page *:after{
        transition-duration:.01ms!important;
        animation-duration:.01ms!important;
        scroll-behavior:auto!important;
      }
      .home-page.reveal-ready .reveal-item{opacity:1;transform:none}
    }
    @media (max-width:1100px){
      .home-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .home-page .product-card{min-height:380px}
      .home-page .service-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:250px}
      .home-page .service-card:first-child{grid-row:auto;min-height:250px!important}
      .home-page .service-card:first-child .service-card-img{height:250px!important}
      .home-page .news-layout{grid-template-columns:1fr!important}
    }
    @media (max-width:768px){
      .home-page .wrap{width:calc(100% - 32px)}
      .home-page .section{padding:64px 0}
      .home-page .section-head{margin-bottom:30px}
      .home-page .section-title{font-size:clamp(26px,8vw,34px)!important}
      .home-page .section-sub{font-size:13px;line-height:1.8}
      .home-page .product-grid,
      .home-page .service-grid{
        grid-template-columns:1fr!important;
        grid-auto-rows:auto;
        gap:18px!important;
      }
      .home-page .product-card{
        display:flex!important;
        min-height:auto;
      }
      .home-page .product-card:nth-of-type(n+2){display:flex!important}
      .home-page .product-card .product-thumb{height:210px}
      .home-page .about-panel{
        width:calc(100% - 32px)!important;
        grid-template-columns:1fr!important;
      }
      .home-page .about-img{height:260px}
      .home-page .about-text{padding:28px 24px 30px}
      .home-page .service-card,
      .home-page .service-card:first-child{
        position:relative!important;
        display:block!important;
        min-height:240px!important;
        height:240px!important;
        padding:0!important;
        overflow:hidden!important;
      }
      .home-page .service-card-img,
      .home-page .service-card:first-child .service-card-img{
        position:absolute!important;
        inset:0!important;
        width:100%!important;
        height:100%!important;
        min-height:0!important;
        border-radius:0!important;
      }
      .home-page .service-card-img img{
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
        object-position:center top!important;
      }
      .home-page .service-card:before{
        opacity:1!important;
        background:linear-gradient(180deg,rgba(111,66,40,.06) 0%,rgba(15,44,36,.18) 42%,rgba(15,44,36,.86) 100%)!important;
      }
      .home-page .service-card-body{
        left:22px!important;
        right:22px!important;
        bottom:30px!important;
        z-index:3!important;
      }
      .home-page .news-layout{gap:22px!important}
      .home-page .news-feature-img{height:220px!important}
      .home-page .news-row{
        grid-template-columns:48px minmax(0,1fr);
        min-height:auto;
        padding:16px;
      }
      .home-page .news-date{grid-column:2;justify-self:start;margin-top:8px}
    }
    @media (max-width:520px){
      .home-page .wrap{width:calc(100% - 28px)}
      .home-page .hero-media{min-height:0!important;object-fit:contain!important}
      .home-page .section{padding:54px 0}
      .home-page .section-kicker{font-size:10px;letter-spacing:.18em}
      .home-page .product-card{padding:8px!important}
      .home-page .product-title{margin:16px 14px 14px;font-size:18px}
      .home-page .product-thumb{
        width:calc(100% - 28px);
        margin-inline:14px;
        height:188px;
      }
      .home-page .product-summary{margin-inline:14px}
      .home-page .product-meta{margin:0 14px 16px;align-items:flex-start;flex-direction:column}
      .home-page .about-panel{width:calc(100% - 28px)!important;padding:8px}
      .home-page .about-img{height:220px}
      .home-page .service-card,
      .home-page .service-card:first-child{
        height:220px!important;
        min-height:220px!important;
      }
      .home-page .service-card-img,
      .home-page .service-card:first-child .service-card-img{
        height:100%!important;
        min-height:0!important;
      }
      .home-page .news-feature{padding:8px}
      .home-page .news-feature-img{height:190px!important}
      .home-page .news-feature h3{margin:18px 14px 0;font-size:20px}
      .home-page .news-feature p{margin-inline:14px}
      .home-page .news-row h3,
      .home-page .news-row p{white-space:normal}
    }

    /* Reference storefront homepage */
    body.home-page{
      --store-copper:#BD7D4D;
      --store-copper-soft:#d9aa84;
      --store-ink:#3c3029;
      --store-canvas:#f1f1f1;
      background:var(--store-canvas)!important;
      color:var(--store-ink);
      font-family:Arial,"Helvetica Neue",sans-serif;
    }
    .home-page .hero{
      background:#e8dfd4!important;
    }
    .home-page .hero-slider,
    .home-page .hero-slide,
    .home-page .hero-link,
    .home-page .hero-media,
    .home-page .hero-video{
      width:100%!important;
      height:clamp(360px,37vw,640px)!important;
    }
    .home-page .hero-media,
    .home-page .hero-video{
      object-fit:cover!important;
      object-position:center center;
    }
    .home-page .hero-fallback{min-height:clamp(360px,37vw,640px)}

    .home-stats{
      background:var(--store-copper-soft);
      color:#fff;
    }
    .home-stats__inner{
      width:80%;
      min-height:110px;
      margin:0 auto;
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      align-items:center;
    }
    .home-stat{
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      min-width:0;
      min-height:72px;
      padding:10px 32px;
      border-right:1px solid rgba(255,255,255,.28);
      text-align:center;
    }
    .home-stat:last-child{border-right:0}
    .home-stat strong,
    .home-stat span{display:block}
    .home-stat strong{
      font-size:clamp(24px,2.3vw,34px);
      line-height:1.1;
      font-weight:800;
      letter-spacing:-.02em;
    }
    .home-stat span{
      margin-top:7px;
      color:rgba(255,255,255,.9);
      font-size:12px;
      line-height:1.3;
    }

    .catalog-section{
      padding:58px 0 42px;
      background:var(--store-canvas);
    }
    .catalog-wrap,
    .home-page .products .wrap{
      width:80%!important;
      margin:0 auto;
    }
    .catalog-heading,
    .home-page .products .section-head{
      margin:0 0 32px!important;
      text-align:center;
    }
    .home-page .products .section-head{
      width:100%!important;
      max-width:none!important;
      margin:0 auto 32px!important;
    }
    .catalog-heading h2,
    .home-page .products .section-title{
      display:inline-block;
      position:relative;
      padding:0 46px 20px!important;
      color:var(--store-ink)!important;
      font-size:clamp(25px,3vw,34px)!important;
      line-height:1.1;
      font-weight:800!important;
      letter-spacing:0!important;
    }
    .catalog-heading h2:before,
    .catalog-heading h2:after,
    .home-page .products .section-title:before,
    .home-page .products .section-title:after{
      content:""!important;
      position:absolute!important;
      top:auto!important;
      bottom:2px!important;
      height:1px!important;
      width:44%!important;
      margin:0!important;
      border-radius:0!important;
      background:#c8c8c8!important;
      opacity:1!important;
      transform:none!important;
      box-shadow:none!important;
    }
    .catalog-heading h2:before,
    .home-page .products .section-title:before{left:0!important}
    .catalog-heading h2:after,
    .home-page .products .section-title:after{right:0!important;left:auto!important}
    .catalog-heading:after,
    .home-page .products .section-head:after{
      content:"";
      display:block;
      width:20px;
      height:9px;
      margin:-7px auto 0;
      border-radius:50%;
      background:var(--store-copper);
    }
    .catalog-grid{
      display:grid;
      grid-template-columns:minmax(0,3fr) minmax(220px,1fr);
      gap:8px;
      min-height:clamp(520px,48vw,680px);
    }
    .catalog-main{
      display:grid;
      grid-template-rows:44% minmax(0,1fr);
      gap:8px;
      min-width:0;
    }
    .catalog-main:only-child{
      grid-column:1/-1;
      grid-template-rows:1fr;
    }
    .catalog-lower{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:8px;
      min-width:0;
      min-height:0;
    }
    .catalog-feature,
    .catalog-tile,
    .catalog-side-card{
      position:relative;
      display:block;
      min-width:0;
      overflow:hidden;
      background:#fff;
      color:var(--store-ink);
    }
    .catalog-feature img,
    .catalog-tile img,
    .catalog-side-media img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:transform .45s ease;
    }
    .catalog-feature:hover img,
    .catalog-tile:hover img,
    .catalog-side-card:hover img{transform:scale(1.045)}
    .catalog-feature{height:auto;min-height:0}
    .catalog-hot{
      position:absolute;
      top:0;
      left:18px;
      z-index:3;
      padding:8px 11px;
      border-radius:0 0 14px 14px;
      background:var(--store-copper);
      color:#fff;
      font-size:18px;
      font-weight:800;
    }
    .catalog-caption,
    .catalog-tile>span:not(.catalog-placeholder){
      position:absolute;
      right:0;
      bottom:0;
      left:0;
      z-index:2;
      display:flex;
      align-items:center;
      justify-content:center;
      min-height:46px;
      padding:8px 18px;
      background:rgba(190,112,58,.78);
      color:#fff;
      font-size:15px;
      font-weight:700;
      text-align:center;
    }
    .catalog-caption b,
    .catalog-tile b{margin-left:5px;font-size:21px;line-height:1}
    .catalog-stack{
      display:grid;
      grid-template-rows:repeat(2,minmax(0,1fr));
      gap:8px;
      min-width:0;
    }
    .catalog-tile{min-height:0}
    .catalog-side{
      display:grid;
      grid-template-rows:repeat(4,minmax(0,1fr));
      gap:8px;
      min-width:0;
    }
    .catalog-side-card{
      display:block;
      padding:0!important;
    }
    .catalog-side-media{
      position:absolute;
      inset:0;
      display:block;
      width:100%;
      height:100%;
      min-height:0;
      overflow:hidden;
      color:#b77a50;
      font-weight:800;
    }
    .catalog-side-name{
      position:absolute;
      right:0;
      bottom:0;
      left:0;
      z-index:2;
      display:-webkit-box;
      min-height:42px;
      padding:10px 14px;
      background:rgba(190,112,58,.78);
      color:#fff;
      font-size:13px;
      font-weight:700;
      line-height:1.35;
      text-align:center;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }
    .catalog-placeholder{
      display:grid;
      place-items:center;
      width:100%;
      height:100%;
      min-height:180px;
      background:linear-gradient(135deg,#f5e6d9,#fff);
      color:#bd7d4d;
      font-weight:800;
      letter-spacing:.12em;
    }

    .home-page .products{
      padding:42px 0 76px!important;
      background:var(--store-canvas)!important;
    }
    .home-page .products:before,
    .home-page .products:after{display:none!important}
    .home-page .products .section-kicker,
    .home-page .products .section-sub{display:none!important}
    .home-page .product-grid{
      display:grid!important;
      grid-template-columns:repeat(2,minmax(0,1fr))!important;
      gap:16px!important;
      max-width:none!important;
      overflow:visible!important;
    }
    .home-page .product-card{
      display:block!important;
      min-height:0!important;
      padding:0!important;
      border:0!important;
      border-radius:0!important;
      background:#fff!important;
      box-shadow:none!important;
      transform:none!important;
    }
    .home-page .product-card:before,
    .home-page .product-card:after{display:none!important}
    .home-page .product-thumb{
      width:100%!important;
      height:auto!important;
      aspect-ratio:16/9;
      margin:0!important;
      border-radius:0!important;
    }
    .home-page .product-thumb:before{display:none!important}
    .home-page .product-card-footer{
      display:grid;
      grid-template-columns:72px minmax(0,1fr) auto;
      gap:16px;
      align-items:center;
      min-height:112px;
      padding:14px 18px;
      background:#fff;
    }
    .home-page .product-mini{
      display:grid;
      place-items:center;
      width:72px;
      height:72px;
      overflow:hidden;
      background:#fff;
      color:var(--store-copper);
      font-size:11px;
      font-weight:800;
    }
    .home-page .product-mini img{
      width:100%;
      height:100%;
      object-fit:contain;
    }
    .home-page .product-card-copy{min-width:0}
    .home-page .product-title{
      margin:0!important;
      color:var(--store-ink)!important;
      font-size:13px!important;
      line-height:1.45;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .home-page .product-summary{
      display:-webkit-box!important;
      min-height:34px!important;
      margin:3px 0 5px!important;
      color:#8c837d!important;
      font-size:11px!important;
      line-height:1.5!important;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }
    .home-page .product-more{
      display:inline-flex!important;
      align-items:center;
      justify-content:center;
      min-height:34px;
      white-space:nowrap;
      padding:0 16px!important;
      border:0!important;
      border-radius:18px!important;
      background:var(--store-copper)!important;
      color:#fff!important;
      font-size:12px!important;
      font-weight:700!important;
      box-shadow:none!important;
    }
    .home-page .product-more:before{
      content:"☰";
      order:0;
      width:auto;
      height:auto;
      margin-right:7px;
      background:transparent!important;
      color:#fff!important;
      font-size:11px;
    }
    .home-page .about-band,
    .home-page .service,
    .home-page .news{display:none!important}

    @media (max-width:900px){
      .home-stats__inner{grid-template-columns:repeat(2,minmax(0,1fr))}
      .home-stat:nth-child(2){border-right:0}
      .home-stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.28)}
      .catalog-grid{grid-template-columns:1fr;min-height:0}
      .catalog-main{height:620px}
      .catalog-side{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:150px}
      .catalog-side-card{grid-template-columns:1fr;grid-template-rows:90px auto;text-align:center;padding:8px}
      .catalog-side-name{-webkit-line-clamp:2;font-size:12px}
    }
    @media (max-width:680px){
      .home-page .hero-slider,
      .home-page .hero-slide,
      .home-page .hero-link,
      .home-page .hero-media,
      .home-page .hero-video{height:auto!important}
      .home-page .hero-media{object-fit:contain!important;object-position:center}
      .home-stats__inner,
      .catalog-wrap,
      .home-page .products .wrap{width:calc(100% - 28px)!important}
      .home-stat{padding:18px 20px}
      .home-stat strong{font-size:22px}
      .catalog-section{padding-top:42px}
      .catalog-heading h2,
      .home-page .products .section-title{font-size:24px!important;padding-inline:28px!important}
      .catalog-main{height:auto;display:block}
      .catalog-feature{height:360px;margin-bottom:8px}
      .catalog-lower{height:440px;margin-bottom:8px}
      .catalog-side{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,150px)}
      .home-page .product-grid{grid-template-columns:1fr!important}
      .home-page .product-card{min-height:0!important}
      .home-page .product-card:nth-of-type(n+2){display:block!important}
      .home-page .product-thumb{height:240px!important}
      .home-page .product-card-footer{grid-template-columns:62px minmax(0,1fr) auto;padding:12px 14px}
      .home-page .product-mini{width:62px;height:62px}
    }
    @media (max-width:420px){
      .home-stat strong{font-size:19px}
      .home-stat span{font-size:10px}
      .catalog-feature{height:300px}
      .catalog-lower{display:block;height:auto}
      .catalog-lower>.catalog-tile{height:260px;margin-bottom:8px}
      .catalog-stack{grid-template-columns:1fr;grid-template-rows:repeat(2,210px);margin-bottom:8px}
      .catalog-side{grid-template-columns:1fr;grid-template-rows:repeat(4,110px)}
      .catalog-side-card{grid-template-columns:42% 1fr;grid-template-rows:1fr;text-align:left}
      .home-page .product-thumb{height:210px!important}
      .home-page .product-card-footer{grid-template-columns:58px minmax(0,1fr);gap:12px}
      .home-page .product-mini{width:58px;height:58px}
      .home-page .product-more{grid-column:2;justify-self:start;margin-top:4px}
    }

/* Shared header styles moved from header.html. */
  .xmdsite-shared-header,
  .xmdsite-shared-header * {
    box-sizing: border-box;
  }
  .xmdsite-shared-header {
    --shared-header-copper: #BD7D4D;
    --shared-header-copper-light: #CF9367;
    --shared-header-active: #BD7D4D;
    --shared-header-dark: #30231f;
    --shared-header-wrap: 1080px;
    position: relative;
    z-index: 1000;
    margin: 0;
    border-bottom: 0;
    background: #fff;
    color: var(--shared-header-dark);
    font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
    box-shadow: 0 3px 12px rgba(55, 35, 24, .13);
  }
  .xmdsite-shared-header a {
    color: inherit;
    text-decoration: none;
  }
  .xmdsite-shared-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .xmdsite-shared-header img {
    display: block;
    max-width: 100%;
  }
  .xmdsite-shared-header .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;
  }
  .xmdsite-shared-header__masthead {
    position: relative;
    overflow: hidden;
    height: 150px;
    background: linear-gradient(110deg, #fff 0%, #fafafa 58%, #eeeeee 100%);
  }
  .xmdsite-shared-header__masthead:before,
  .xmdsite-shared-header__masthead:after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .xmdsite-shared-header__masthead:before {
    top: -92px;
    right: 75px;
    width: 350px;
    height: 310px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
  }
  .xmdsite-shared-header__masthead:after {
    top: -105px;
    right: 335px;
    width: 250px;
    height: 360px;
    border-right: 1px solid rgba(255, 255, 255, .72);
    transform: rotate(-28deg);
  }
  .xmdsite-shared-header__wrap {
    position: relative;
    z-index: 1;
    width: min(var(--shared-header-wrap), calc(100% - 40px));
    height: 150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 26px;
  }
  .xmdsite-shared-header__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 190px;
    width: 190px;
    height: 96px;
    padding-right: 26px;
    border-right: 2px solid #e1e1e1;
  }
  .xmdsite-shared-header__logo {
    width: auto;
    max-width: 164px;
    max-height: 88px;
    object-fit: contain;
  }
  .xmdsite-shared-header__brand-text {
    color: var(--shared-header-dark);
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 4px;
    transform: rotate(-4deg);
  }
  .xmdsite-shared-header__brand-text small {
    display: block;
    margin-top: 8px;
    color: #a69d99;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 3px;
    transform: rotate(4deg);
  }
  .xmdsite-shared-header__identity {
    min-width: 0;
    flex: 1 1 auto;
  }
  .xmdsite-shared-header__name {
    display: block;
    overflow: hidden;
    color: var(--shared-header-dark);
    font-family: Arial, "Microsoft YaHei", sans-serif;
    font-size: clamp(27px, 2.65vw, 38px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  }
  .xmdsite-shared-header__features {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 12px;
    color: #7c7774;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    font-size: 19px;
    white-space: nowrap;
  }
  .xmdsite-shared-header__feature {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .xmdsite-shared-header__feature:before {
    content: "";
    width: 13px;
    height: 13px;
    flex: 0 0 auto;
    background:
      linear-gradient(var(--shared-header-copper), var(--shared-header-copper)) 0 1px / 11px 2px no-repeat,
      linear-gradient(var(--shared-header-copper), var(--shared-header-copper)) 3px 5px / 8px 2px no-repeat,
      linear-gradient(var(--shared-header-copper), var(--shared-header-copper)) 6px 9px / 5px 2px no-repeat;
  }
  .xmdsite-shared-header__toggle {
    display: none;
    width: 40px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: var(--shared-header-copper)!important;
    color: #fff;
    font: inherit;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
  }
  .xmdsite-shared-header__nav-bar {
    height: 38px;
    border-top: 1px solid rgba(111, 62, 30, .14);
    background: var(--shared-header-copper);
  }
  .xmdsite-shared-header__nav-wrap {
    width: min(var(--shared-header-wrap), calc(100% - 40px));
    height: 37px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
  }
  .xmdsite-shared-header__nav {
    display: flex;
    align-items: stretch;
    min-width: 0;
    height: 37px;
    flex: 1 1 auto;
  }
  .xmdsite-shared-header__list {
    display: flex;
    align-items: stretch;
    height: 37px;
  }
  .xmdsite-shared-header__item {
    position: relative;
  }
  .xmdsite-shared-header__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    height: 37px;
    padding: 0 17px;
    background: transparent;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    text-shadow: 0 1px 1px rgba(85, 44, 18, .25);
    white-space: nowrap;
    transition: background-color .2s ease, color .2s ease;
  }
  .xmdsite-shared-header__link:hover,
  .xmdsite-shared-header__item:hover > .xmdsite-shared-header__link {
    background: var(--shared-header-copper-light);
    color: #fff;
  }
  .xmdsite-shared-header__link.is-active {
    background: var(--shared-header-active);
    color: #fff;
  }
  .xmdsite-shared-header__caret {
    display: inline-block;
    margin-left: 6px;
    color: rgba(255, 255, 255, .9);
    font-size: 9px;
    line-height: 1;
    transform: translateY(-1px);
    transition: transform .2s ease;
  }
  .xmdsite-shared-header__item:hover .xmdsite-shared-header__caret {
    transform: translateY(-1px) rotate(180deg);
  }
  .xmdsite-shared-header__sublist {
    display: none;
  }
  @media (min-width: 993px) {
    .xmdsite-shared-header__item.has-sub:hover > .xmdsite-shared-header__sublist,
    .xmdsite-shared-header__item.has-sub:focus-within > .xmdsite-shared-header__sublist {
      display: block;
    }
    .xmdsite-shared-header__sublist {
      position: absolute;
      top: 37px;
      left: 0;
      z-index: 1001;
      width: 100%;
      min-width: 100%;
      background: #fff;
      border: 1px solid #e4d4c8;
      border-top: 0;
      box-shadow: 0 14px 30px rgba(76, 44, 25, .18);
    }
    .xmdsite-shared-header__sublink {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 11px 8px;
      border-bottom: 1px solid #f0e9e4;
      background: #fff;
      color: #5d5048;
      font-size: 13px;
      line-height: 1.35;
      text-align: center;
      white-space: nowrap;
      transition: color .2s ease, background-color .2s ease;
    }
    .xmdsite-shared-header__subitem:last-child .xmdsite-shared-header__sublink {
      border-bottom: 0;
    }
    .xmdsite-shared-header__sublink:hover,
    .xmdsite-shared-header__sublink.is-active {
      background: #fbf5f0;
      color: #a55e31;
    }
  }
  @media (max-width: 1100px) and (min-width: 993px) {
    .xmdsite-shared-header__features {
      gap: 16px;
    }
    .xmdsite-shared-header__link {
      min-width: 0;
      padding-inline: 13px;
    }
  }
  @media (max-width: 992px) {
    .xmdsite-shared-header__masthead {
      height: 80px;
    }
    .xmdsite-shared-header__wrap {
      width: calc(100% - 32px);
      height: 80px;
      gap: 16px;
    }
    .xmdsite-shared-header__brand {
      justify-content: flex-start;
      flex: 0 1 150px;
      width: auto;
      max-width: 150px;
      height: 58px;
      padding-right: 16px;
    }
    .xmdsite-shared-header__logo {
      max-width: 130px;
      max-height: 54px;
    }
    .xmdsite-shared-header__brand-text {
      font-size: 28px;
    }
    .xmdsite-shared-header__name {
      font-size: clamp(18px, 4vw, 27px);
    }
    .xmdsite-shared-header__features {
      display: none;
    }
    .xmdsite-shared-header__toggle {
      display: block;
      flex: 0 0 40px;
      margin-left: auto;
    }
    .xmdsite-shared-header__nav-bar {
      height: auto;
      min-height: 4px;
      border-top: 0;
    }
    .xmdsite-shared-header__nav-wrap {
      display: block;
      width: 100%;
      height: auto;
    }
    .xmdsite-shared-header__nav {
      display: none;
      width: 100%;
      height: auto;
    }
    .xmdsite-shared-header.is-open .xmdsite-shared-header__nav {
      display: block;
    }
    .xmdsite-shared-header__list {
      display: block;
      height: auto;
    }
    .xmdsite-shared-header__link {
      justify-content: flex-start;
      width: 100%;
      height: 44px;
      padding: 0 20px;
      border-bottom: 1px solid rgba(255, 255, 255, .16);
      background: var(--shared-header-copper);
      color: #fff;
    }
    .xmdsite-shared-header__link:hover,
    .xmdsite-shared-header__link.is-active,
    .xmdsite-shared-header__item.is-sub-open > .xmdsite-shared-header__link {
      background: var(--shared-header-active);
      color: #fff;
    }
    .xmdsite-shared-header__caret {
      margin-left: auto;
    }
    .xmdsite-shared-header__item.is-sub-open > .xmdsite-shared-header__link .xmdsite-shared-header__caret {
      transform: translateY(-1px) rotate(180deg);
    }
    .xmdsite-shared-header__sublist {
      display: none;
      background: #fffaf6;
      border-bottom: 1px solid rgba(93, 55, 29, .18);
    }
    .xmdsite-shared-header__item.is-sub-open > .xmdsite-shared-header__sublist {
      display: block;
    }
    .xmdsite-shared-header__sublink {
      display: block;
      padding: 10px 20px 10px 34px;
      border-bottom: 1px solid #eee5de;
      color: #665449;
      font-size: 13px;
    }
    .xmdsite-shared-header__subitem:last-child .xmdsite-shared-header__sublink {
      border-bottom: 0;
    }
  }
  @media (max-width: 560px) {
    .xmdsite-shared-header__identity {
      display: none;
    }
    .xmdsite-shared-header__brand {
      flex-basis: auto;
      max-width: 205px;
      padding-right: 0;
      border-right: 0;
    }
    .xmdsite-shared-header__logo {
      max-width: 190px;
    }
  }

  /* Compact shared header: logo | navigation. */
  .xmdsite-shared-header {
    --shared-header-active: #BD7D4D;
    height: 80px;
    background: var(--shared-header-copper);
  }
  .xmdsite-shared-header__nav-bar {
    height: 80px;
    border-top: 0;
  }
  .xmdsite-shared-header__nav-wrap {
    width: 100%;
    height: 80px;
    padding: 0;
  }
  .xmdsite-shared-header__brand {
    flex: 0 0 148px;
    width: 148px;
    height: 80px;
    padding: 10px 16px;
    border-right: 1px solid rgba(113, 61, 28, .16);
    background: rgba(128, 70, 34, .08);
  }
  .xmdsite-shared-header__logo {
    width: auto;
    max-width: 128px;
    max-height: 58px;
  }
  .xmdsite-shared-header__brand-text {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    transform: none;
  }
  .xmdsite-shared-header__brand-text small {
    display: none;
  }
  .xmdsite-shared-header__nav {
    min-width: 0;
    height: 80px;
    flex: 1 1 auto;
  }
  .xmdsite-shared-header__list {
    width: 100%;
    height: 80px;
  }
  .xmdsite-shared-header__link {
    min-width: 0;
    height: 80px;
    padding: 0 18px;
  }
  .xmdsite-shared-header .xmdsite-shared-header__link {
    width: 104px;
    min-width: 104px;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
  .xmdsite-shared-header__item {
    flex: 0 0 104px;
    width: 104px;
  }
  @media (min-width: 993px) {
    .xmdsite-shared-header__nav-wrap {
      width: calc(100% - 40px);
      display: grid;
      grid-template-columns: 148px minmax(0, 1fr);
      align-items: stretch;
    }
    .xmdsite-shared-header__brand {
      grid-column: 1;
      justify-self: start;
      margin-left: 0;
    }
    .xmdsite-shared-header__nav {
      grid-column: 2;
      width: max-content;
      justify-self: end;
    }
    .xmdsite-shared-header__list {
      width: auto;
    }
    .xmdsite-shared-header__sublist {
      top: 80px;
      width: max-content;
      min-width: 100%;
      max-width: 280px;
    }
    .xmdsite-shared-header__sublink {
      justify-content: flex-start;
      padding-right: 18px;
      padding-left: 18px;
      text-align: left;
      white-space: normal;
      overflow-wrap: anywhere;
    }
  }
  @media (min-width: 1200px) {
    .xmdsite-shared-header__nav-wrap {
      width: 80%;
      grid-template-columns: 20% 60%;
      justify-content: space-between;
    }
    .xmdsite-shared-header__brand {
      width: 100%;
      justify-self: stretch;
      justify-content: flex-start;
    }
    .xmdsite-shared-header__nav {
      width: 100%;
      justify-self: stretch;
    }
    .xmdsite-shared-header__list {
      width: 100%;
    }
    .xmdsite-shared-header__item {
      width: auto;
      flex: 1 1 0;
    }
    .xmdsite-shared-header .xmdsite-shared-header__link {
      width: 100%;
      min-width: 0;
    }
  }
  @media (max-width: 1120px) and (min-width: 993px) {
    .xmdsite-shared-header__link {
      padding-inline: 13px;
    }
  }
  @media (max-width: 992px) {
    .xmdsite-shared-header,
    .xmdsite-shared-header__nav-bar {
      height: auto;
      min-height: 80px;
    }
    .xmdsite-shared-header__nav-wrap {
      width: 100%;
      height: auto;
      min-height: 80px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
    }
    .xmdsite-shared-header__brand {
      flex: 1 1 auto;
      width: auto;
      max-width: 220px;
      height: 80px;
      padding: 10px 16px;
      justify-content: flex-start;
      border-right: 0;
    }
    .xmdsite-shared-header__logo {
      max-width: 188px;
      max-height: 58px;
    }
    .xmdsite-shared-header__brand-text {
      font-size: 28px;
    }
    .xmdsite-shared-header__toggle {
      display: block;
      flex: 0 0 40px;
      margin: 0 16px 0 auto;
      background: var(--shared-header-active)!important;
    }
    .xmdsite-shared-header__nav {
      order: 3;
      width: 100%;
      height: auto;
      flex-basis: 100%;
    }
    .xmdsite-shared-header__list {
      height: auto;
    }
    .xmdsite-shared-header__link {
      height: 44px;
      padding-inline: 20px;
    }
    .xmdsite-shared-header__item {
      width: 100%;
      flex: none;
    }
    .xmdsite-shared-header .xmdsite-shared-header__link {
      width: 100%;
      min-width: 0;
    }
  }

/* PawsCare shared header: white logo/navigation/contact bar. */
  .xmdsite-shared-header {
    --shared-header-height: 90px;
    --shared-header-accent: #F49946;
    --shared-header-active: #F49946;
    --shared-header-ink: #352e2b;
    --shared-header-phone: #5b4943;
    height: var(--shared-header-height);
    border-top: 1px solid #5f5955;
    border-bottom: 3px solid #514844;
    background: #fff;
    box-shadow: 0 2px 8px rgba(43, 35, 31, .12);
  }
  .xmdsite-shared-header__nav-bar {
    height: 100%;
    border: 0;
    background: #fff;
  }
  .xmdsite-shared-header__nav-wrap {
    display: grid;
    grid-template-columns: minmax(190px, 280px) minmax(0, 1fr) auto;
    align-items: center;
    width: min(1600px, calc(100% - 64px));
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .xmdsite-shared-header__brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 100%;
    padding: 10px 0;
    border: 0;
    background: transparent;
  }
  .xmdsite-shared-header__logo {
    width: auto;
    max-width: 190px;
    max-height: 62px;
    object-fit: contain;
  }
  .xmdsite-shared-header__brand-text {
    color: var(--shared-header-ink);
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: .5px;
    transform: none;
  }
  .xmdsite-shared-header__brand-text small {
    display: block;
    margin-top: 3px;
    color: #7a7470;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .3px;
    transform: none;
  }
  .xmdsite-shared-header__nav {
    display: flex;
    align-items: stretch;
    justify-self: center;
    width: auto;
    height: 100%;
  }
  .xmdsite-shared-header__list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: auto;
    height: 100%;
  }
  .xmdsite-shared-header__item {
    flex: 0 0 auto;
    width: auto;
  }
  .xmdsite-shared-header .xmdsite-shared-header__link {
    position: relative;
    width: auto;
    min-width: 0;
    height: 100%;
    padding: 0 20px;
    background: transparent;
    color: var(--shared-header-ink);
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-shadow: none;
  }
  .xmdsite-shared-header .xmdsite-shared-header__link:hover,
  .xmdsite-shared-header__item:hover > .xmdsite-shared-header__link {
    background: transparent;
    color: var(--shared-header-accent);
  }
  .xmdsite-shared-header .xmdsite-shared-header__link.is-active {
    background: transparent;
    color: #F49946 !important;
    font-weight: 900;
  }
  .xmdsite-shared-header .xmdsite-shared-header__link.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 14px;
    width: 26px;
    height: 3px;
    border-radius: 999px;
    background: #F49946 !important;
    transform: translateX(-50%);
  }
  .xmdsite-shared-header__caret {
    margin-left: 7px;
    color: #aaa29d;
    font-size: 9px;
  }
  .xmdsite-shared-header__link.is-active .xmdsite-shared-header__caret {
    color: #F49946 !important;
  }
  .xmdsite-shared-header__link:hover .xmdsite-shared-header__caret {
    color: var(--shared-header-accent);
  }
  .xmdsite-shared-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    padding-left: 28px;
  }
  .xmdsite-shared-header .xmdsite-shared-header__phone,
  .xmdsite-shared-header .xmdsite-shared-header__phone:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 194px;
    height: 50px;
    padding: 0 18px;
    border-radius: 4px;
    background: var(--shared-header-phone);
    color: #fff;
    font: 700 15px/1 Arial, sans-serif;
    white-space: nowrap;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 1px 3px rgba(35,28,25,.18);
    transition: background-color .2s ease, transform .2s ease;
  }
  .xmdsite-shared-header .xmdsite-shared-header__phone:hover,
  .xmdsite-shared-header .xmdsite-shared-header__phone:focus-visible {
    background: #493934;
    color: #fff;
    transform: translateY(-1px);
  }
  .xmdsite-shared-header__phone-icon {
    width: 18px;
    height: 18px;
    fill: var(--shared-header-accent);
  }
  .xmdsite-shared-header__sublist {
    top: calc(var(--shared-header-height) - 3px);
    min-width: 190px;
    border: 1px solid #eee8e4;
    border-top: 3px solid var(--shared-header-accent);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 14px 30px rgba(50, 41, 36, .14);
  }
  .xmdsite-shared-header__sublink {
    justify-content: flex-start;
    padding: 12px 18px;
    color: #5c544f;
    font-size: 14px;
    text-align: left;
  }
  .xmdsite-shared-header__sublink:hover,
  .xmdsite-shared-header__sublink.is-active {
    background: #fff9f0;
    color: var(--shared-header-accent);
  }
  @media (max-width: 1320px) and (min-width: 993px) {
    .xmdsite-shared-header__nav-wrap {
      grid-template-columns: 180px minmax(0, 1fr) auto;
      width: calc(100% - 36px);
    }
    .xmdsite-shared-header .xmdsite-shared-header__link { padding-inline: 12px; font-size: 16px; }
    .xmdsite-shared-header__actions { gap: 12px; padding-left: 16px; }
    .xmdsite-shared-header__phone { min-width: 184px; padding-inline: 12px; font-size: 14px; }
  }
  @media (max-width: 992px) {
    .xmdsite-shared-header,
    .xmdsite-shared-header__nav-bar {
      height: auto;
      min-height: 74px;
      background: #fff;
    }
    .xmdsite-shared-header__nav-wrap {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      min-height: 74px;
    }
    .xmdsite-shared-header__brand {
      flex: 1 1 auto;
      width: auto;
      max-width: calc(100% - 74px);
      height: 74px;
      padding: 9px 18px;
    }
    .xmdsite-shared-header__logo { max-width: 176px; max-height: 54px; }
    .xmdsite-shared-header__toggle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      flex: 0 0 42px;
      margin: 0 16px 0 auto;
      border: 3px solid #fff;
      border-radius: 10px;
      background: var(--shared-header-phone)!important;
      box-shadow: 0 0 0 3px rgba(244, 153, 70, .35);
      font-size: 24px;
      line-height: 1;
    }
    .xmdsite-shared-header__actions { display: none; }
    .xmdsite-shared-header__nav {
      display: none;
      order: 3;
      width: 100%;
      height: auto;
      flex-basis: 100%;
      border-top: 1px solid #eee9e6;
      border-bottom: 3px solid #514844;
      background: #fff;
    }
    .xmdsite-shared-header.is-open .xmdsite-shared-header__nav { display: block; }
    .xmdsite-shared-header__list { display: block; height: auto; }
    .xmdsite-shared-header__item { width: 100%; }
    .xmdsite-shared-header .xmdsite-shared-header__link {
      justify-content: flex-start;
      width: 100%;
      height: 46px;
      padding: 0 20px;
      border-bottom: 1px solid #f0ece9;
      background: #fff;
      color: var(--shared-header-ink);
    }
    .xmdsite-shared-header .xmdsite-shared-header__link:hover,
    .xmdsite-shared-header .xmdsite-shared-header__link.is-active,
    .xmdsite-shared-header__item.is-sub-open > .xmdsite-shared-header__link {
      background: #fff9f0;
      color: var(--shared-header-accent);
    }
    .xmdsite-shared-header .xmdsite-shared-header__link:focus-visible,
    .xmdsite-shared-header .xmdsite-shared-header__sublink:focus-visible {
      outline: none;
      background: #fff9f0;
      color: var(--shared-header-accent);
    }
    .xmdsite-shared-header .xmdsite-shared-header__link.is-active::after {
      bottom: 7px;
      left: 20px;
      transform: none;
    }
    .xmdsite-shared-header .xmdsite-shared-header__link.is-active {
      justify-content: flex-start;
      text-align: left;
    }
    .xmdsite-shared-header__caret {
      margin-left: auto;
    }
    .xmdsite-shared-header__sublist {
      position: static;
      border: 0;
      border-bottom: 1px solid #eee8e4;
      border-radius: 0;
      box-shadow: none;
    }
  }

/* Shared footer styles moved from footer.html. */
  .footer{position:relative;background:#6F4228;color:#F3ECE7;margin-top:0;padding-top:84px;font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;overflow:hidden}
  .footer *{box-sizing:border-box}
  .footer a{color:inherit;text-decoration:none;transition:color .28s cubic-bezier(.22,.61,.36,1),transform .28s cubic-bezier(.22,.61,.36,1)}
  .footer ul{margin:0;padding:0;list-style:none}
  .footer-wrap{width:min(1200px,calc(100% - 40px));margin:0 auto;position:relative;z-index:1}
  .footer:before{content:"";position:absolute;left:0;right:0;top:-74px;height:104px;background:#6F4228;clip-path:polygon(0 70%,3% 82%,8% 73%,14% 85%,21% 77%,28% 83%,34% 75%,43% 86%,51% 80%,59% 84%,68% 76%,76% 84%,85% 78%,93% 83%,100% 72%,100% 100%,0 100%)}
  .footer:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(242,139,102,.12),rgba(189,125,77,0) 48%),radial-gradient(circle at 15% 30%,rgba(255,236,178,.12),transparent 32%);pointer-events:none}
  .footer-main{display:grid;grid-template-columns:300px 1fr;gap:90px;align-items:start;padding-bottom:50px}
  .footer-logo{display:inline-flex;flex-direction:column;align-items:flex-start;justify-self:start;gap:10px;min-height:74px;max-width:300px;max-height:none;color:#fff;filter:none!important}
  .footer-logo img{display:block;width:auto;max-width:220px;max-height:70px;object-fit:contain;filter:none;background:transparent}
  .footer-logo-name{display:block;color:#fff;font-size:20px;font-weight:900;line-height:1.2;letter-spacing:1px}
  .footer-logo-desc{display:block;margin-top:5px;color:#E2D4C9;font-size:12px;font-weight:500;letter-spacing:2px}
  .footer-brand-text{display:block;color:#fff;font-size:30px;font-weight:900;letter-spacing:2px;line-height:1.1}
  .footer-brand-text small{display:block;margin-top:7px;font-size:14px;font-weight:400;letter-spacing:8px;white-space:nowrap}
  .footer-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:55px}
  .footer-col h3{margin:0 0 12px;color:#fff;font-size:16px;line-height:1.4;font-weight:800}
  .footer-col li{color:#E2D4C9;font-size:13px;line-height:2.1}
  .footer-col a:hover{color:#ffd7c6;text-decoration:none;transform:translateX(2px)}
  .footer-copyright{min-height:39px;line-height:39px;text-align:center;background:#513328;color:#EADFD7;font-size:12px;padding:0 16px}
  .footer-copyright a{margin:0 5px;color:#fff}
  .footer-copyright a:hover{text-decoration:underline}
  @media (max-width:1200px){.footer-main{grid-template-columns:1fr;gap:36px;justify-items:center;text-align:center}.footer-logo{justify-self:center;justify-content:center;align-items:center}.footer-cols{width:100%;gap:24px}.footer-col{text-align:center}}
  @media (max-width:820px){.footer{padding-top:70px}.footer:before{top:-58px;height:78px}.footer-main{padding-bottom:36px}.footer-cols{grid-template-columns:repeat(2,minmax(140px,1fr));justify-items:center}.footer-col{width:100%;max-width:220px}}
  @media (max-width:530px){.footer-wrap{width:calc(100% - 28px)}.footer{padding-top:12px}.footer:before{top:-14px;height:24px}.footer-main{gap:16px;padding-bottom:22px}.footer-logo{min-height:36px;justify-self:center}.footer-logo img{max-width:118px;max-height:42px;filter:none}.footer-logo-name{font-size:18px}.footer-logo-desc{font-size:11px;letter-spacing:1px}.footer-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px;justify-items:stretch;text-align:left}.footer-col{width:100%;max-width:none;text-align:left;padding:12px 12px 10px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(255,255,255,.035)}.footer-col h3{margin-bottom:7px;font-size:15px}.footer-col li{font-size:13px;line-height:1.78}.footer-col li:nth-child(n+5){display:none}.footer-copyright{display:flex;flex-wrap:wrap;gap:4px 10px;align-items:center;justify-content:center;height:auto;line-height:1.55;padding:10px 14px}.footer-copyright a{margin:0}.footer-brand-text{font-size:24px}.footer-brand-text small{letter-spacing:4px}}
  @media (max-width:530px){.footer .footer-cols{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 12px!important}.footer .footer-col,.footer .footer-col:first-child{box-sizing:border-box!important;width:100%!important;max-width:none!important;padding:13px 14px 12px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:10px!important;background:rgba(255,255,255,.04)!important;text-align:left!important}.footer .footer-col h3{margin:0 0 8px!important;padding:0!important}.footer .footer-col li{line-height:1.8!important}.footer .footer-col a{display:inline-block!important}}

  /* Flat shared footer */
  .footer{margin:0;padding:0;background:#3A322F;color:#F3ECE7;font-family:Arial,"Helvetica Neue",sans-serif}
  .footer:before,.footer:after{display:none!important}
  .footer-wrap{width:80%;margin:0 auto}
  .footer-main{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:clamp(54px,7vw,120px);align-items:center;padding:42px 0}
  .footer-logo{justify-self:start;align-items:flex-start;justify-content:center;gap:12px;min-height:74px;max-width:300px;text-align:left}
  .footer-logo img{width:auto;max-width:220px;max-height:70px;background:#fff;object-fit:contain}
  .footer-logo-desc{margin-top:4px;color:#F3ECE7;font-size:12px;letter-spacing:3px}
  .footer-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(76px,1fr));gap:clamp(18px,2.2vw,38px);align-items:center;width:100%;text-align:center}
  .footer-col,.footer .footer-col:first-child{min-width:0;padding:0;border:0;border-radius:0;background:transparent;text-align:center}
  .footer-col h3{margin:0;color:#fff;font-size:16px;line-height:1.4;font-weight:800}
  .footer-col li{color:#F3ECE7;font-size:13px;line-height:2.2}
  .footer-col a{display:inline-block}
  .footer-col a:hover{color:#fff;transform:translateX(3px)}
  .footer .footer-cols a.is-active{
    position:relative;
    color:#F49946!important;
    font-weight:900;
    transform:none;
  }
  .footer .footer-cols a.is-active::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-8px;
    width:24px;
    height:3px;
    border-radius:999px;
    background:#F49946;
    transform:translateX(-50%);
  }
  .footer-copyright{min-height:40px;line-height:40px;border-top:1px solid rgba(255,255,255,.1);background:#3A322F;color:#EADFD7;padding:0 16px}
  @media (max-width:1100px){.footer-wrap{width:88%}.footer-main{grid-template-columns:220px minmax(0,1fr);gap:44px}.footer-cols{gap:24px}}
  @media (max-width:860px){.footer-main{grid-template-columns:1fr;gap:30px;padding:38px 0;justify-items:center;text-align:center}.footer-logo{justify-self:center;align-items:center;text-align:center}.footer-cols{grid-template-columns:repeat(4,minmax(0,1fr));text-align:center}.footer-col,.footer .footer-col:first-child{text-align:center}}
  @media (max-width:620px){.footer-wrap{width:calc(100% - 32px)}.footer-main{gap:26px;padding:30px 0}.footer-logo img{max-width:180px;max-height:60px}.footer-logo-desc{font-size:11px;letter-spacing:2px}.footer-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 18px;text-align:center}.footer-col,.footer .footer-col:first-child{padding-top:12px;border-top:1px solid rgba(255,255,255,.16);text-align:center}.footer-col h3{margin:0;font-size:15px}.footer-col li{font-size:12px;line-height:2}.footer-copyright{display:flex;flex-wrap:wrap;gap:4px 8px;align-items:center;justify-content:center;height:auto;line-height:1.5;padding:10px 16px}.footer-copyright a{margin:0}}

/* PawsCare home page */
.pc-home {
  --pc-orange: #f5a037;
  --pc-orange-deep: #e88725;
  --pc-brown: #443833;
  --pc-brown-soft: #655650;
  --pc-cream: #fbf8f2;
  --pc-cream-2: #f6efe4;
  --pc-ink: #433a36;
  --pc-muted: #817873;
  --pc-line: #ebe4dd;
  margin: 0;
  background: #fff;
  color: var(--pc-ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
}
.pc-home *,
.pc-home *::before,
.pc-home *::after { box-sizing: border-box; }
.pc-home main { display: block; overflow: hidden; }
.pc-home img,
.pc-home video { display: block; max-width: 100%; }
.pc-home a { text-decoration: none; }
.pc-home h1,
.pc-home h2,
.pc-home h3,
.pc-home p { margin: 0; }
.pc-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.pc-section { padding: 100px 0; }
.pc-media-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 180px;
  padding: 24px;
  background: linear-gradient(135deg, #f8eee1, #ead8c5);
  color: #8d735f;
  font-weight: 900;
  letter-spacing: .18em;
  text-align: center;
}
.pc-kicker,
.pc-eyebrow {
  color: var(--pc-orange-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pc-kicker { margin-bottom: 12px!important; }
.pc-kicker--light { color: #fff; opacity: .85; }
.pc-heading { max-width: 650px; margin: 0 auto 52px; text-align: center; }
.pc-heading h2,
.pc-about__content h2,
.pc-benefits__content h2,
.pc-facts__title h2,
.pc-newsletter__content h2 {
  color: var(--pc-brown);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -.035em;
}
.pc-heading > p:last-child {
  max-width: 550px;
  margin: 18px auto 0;
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 1.8;
}
.pc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}
.pc-button:hover { transform: translateY(-2px); }
.pc-button--orange {
  background: var(--pc-orange);
  color: #fff!important;
  box-shadow: 0 10px 24px rgba(232, 135, 37, .25);
}
.pc-button--orange:hover { background: var(--pc-orange-deep); }
.pc-button--light { margin-top: 28px; background: #fff; color: var(--pc-brown)!important; }
.pc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pc-brown)!important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.pc-text-link span { color: var(--pc-orange); transition: transform .2s ease; }
.pc-text-link:hover span { transform: translateX(4px); }

.pc-hero {
  position: relative;
  min-height: clamp(500px, 36vw, 690px);
  overflow: hidden;
  background: #725b4c;
}
.pc-hero__media,
.pc-hero__slider,
.pc-hero__slide,
.pc-hero__slide > a {
  display: block;
  width: 100%;
  height: clamp(500px, 36vw, 690px);
}
.pc-hero__slide { position: relative; overflow: hidden; }
.pc-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc-hero__fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: clamp(500px, 36vw, 690px);
  background: radial-gradient(circle at 72% 48%, #a98b71 0 17%, transparent 18%), linear-gradient(120deg, #493b34, #8b6d5c);
  color: rgba(255,255,255,.25);
  font-size: clamp(38px, 7vw, 100px);
  font-weight: 900;
}
.pc-hero swiper-container {
  --swiper-theme-color: var(--pc-orange);
  --swiper-pagination-bullet-inactive-color: #fff;
}
.pc-hero swiper-container::part(button-prev),
.pc-hero swiper-container::part(button-next) {
  top: 50%;
  width: 34px;
  height: 36px;
  margin-top: -18px;
  padding: 10px;
  background: var(--pc-orange);
  color: #fff;
  box-shadow: 0 8px 20px rgba(75, 49, 32, .2);
  transition: width .2s ease, background-color .2s ease;
}
.pc-hero swiper-container::part(button-prev) {
  left: 0;
  border-radius: 0 999px 999px 0;
}
.pc-hero swiper-container::part(button-next) {
  right: 0;
  border-radius: 999px 0 0 999px;
}
.pc-hero swiper-container::part(button-prev):hover,
.pc-hero swiper-container::part(button-next):hover {
  width: 38px;
  background: var(--pc-orange-deep);
}
.pc-hero swiper-container:not(:defined) swiper-slide:not(:first-child) { display: none; }

.pc-quick-services {
  --pc-quick-overlap: 60px;
  position: relative;
  z-index: 5;
  margin-top: calc(-1 * var(--pc-quick-overlap));
  background: linear-gradient(
    to bottom,
    transparent 0 var(--pc-quick-overlap),
    #fff var(--pc-quick-overlap) 100%
  );
}
.pc-quick-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 980px;
}
.pc-quick-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.pc-quick-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 122px;
  padding: 25px 30px;
  background: #fff;
  border-radius: 5px;
  color: var(--pc-brown)!important;
  box-shadow: 0 16px 38px rgba(69, 50, 41, .14);
  transition: transform .25s ease, box-shadow .25s ease;
}
.pc-quick-card:hover,
.pc-quick-card:focus-visible,
.pc-quick-card:active {
  position: relative;
  z-index: 2;
  background: var(--pc-brown-soft);
  color: #fff!important;
  transform: translateY(-6px);
  box-shadow: 0 22px 42px rgba(69,50,41,.2);
}
.pc-quick-card__icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--pc-orange);
}
.pc-quick-card__icon svg {
  width: 48px;
  height: 48px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pc-quick-card strong { display: block; margin-bottom: 7px; font-size: 17px; line-height: 1.2; }
.pc-quick-card small { display: block; opacity: .72; font-size: 11px; line-height: 1.55; }

.pc-about { position: relative; padding: 92px 0 82px; background: #fff; }
.pc-about__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
  gap: clamp(55px, 8vw, 125px);
  align-items: center;
}
.pc-about__visual {
  position: relative;
  min-height: 440px;
  isolation: isolate;
}
.pc-about__visual::before,
.pc-about__visual::after {
  content: "";
  position: absolute;
  z-index: -2;
  border-radius: 48% 52% 60% 40%;
  background: var(--pc-cream-2);
}
.pc-about__visual::before { inset: 8% 8% 10% 8%; transform: rotate(14deg); }
.pc-about__visual::after { width: 110px; height: 150px; top: 0; left: 0; transform: rotate(-28deg); }
.pc-about__visual img,
.pc-benefits__visual img,
.pc-newsletter__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 48% 52% 43% 57%;
}
.pc-about__blob { position: absolute; z-index: -1; border-radius: 50%; background: #f9f0df; }
.pc-about__blob--one { width: 115px; height: 78px; right: -15px; top: 25%; transform: rotate(22deg); }
.pc-about__blob--two { width: 80px; height: 105px; left: 16%; bottom: -8%; }
.pc-about__content { max-width: 520px; }
.pc-copy {
  margin: 26px 0!important;
  color: var(--pc-muted);
  font-size: 15px;
  line-height: 1.9;
}
.pc-checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 28px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.pc-checks li { position: relative; padding-left: 32px; font-size: 13px; font-weight: 800; }
.pc-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: var(--pc-orange);
  color: #fff;
}

.pc-services {
  position: relative;
  padding: 84px 0 88px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.9), rgba(255,255,255,0) 48%),
    #faf7f1;
}
.pc-reviews::before {
  content: "♧  ·  ◌";
  position: absolute;
  top: 55px;
  left: 6%;
  color: #e7ddd2;
  font-size: 28px;
  letter-spacing: 20px;
}
.pc-services > .pc-shell { position: relative; z-index: 2; }
.pc-services__symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
.pc-services__decor {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.pc-services__decor-item {
  position: absolute;
  width: 44px;
  height: 44px;
  overflow: visible;
  fill: none;
  stroke: #d8cdbd;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .75;
}
.pc-services__decor-item--bone-a { top: 12%; left: 8%; width: 40px; transform: rotate(-18deg); }
.pc-services__decor-item--paw-a { top: 8%; left: 64%; width: 32px; transform: rotate(12deg); }
.pc-services__decor-item--ball-a { top: 43%; left: 11%; width: 38px; }
.pc-services__decor-item--bone-b { top: 35%; right: 7%; width: 42px; transform: rotate(72deg); }
.pc-services__decor-item--paw-b { bottom: 17%; left: 6%; width: 34px; transform: rotate(-18deg); }
.pc-services__decor-item--ball-b { right: 8%; bottom: 10%; width: 40px; transform: rotate(22deg); }
.pc-services__slider {
  --swiper-theme-color: var(--pc-orange);
  --swiper-pagination-bullet-inactive-color: #cfc7bd;
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.pc-services__slider swiper-slide { height: auto; }
.pc-services__pagination {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 10px;
  margin-top: 48px;
}
.pc-services__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0!important;
  background: #d8d0c3;
  opacity: 1;
}
.pc-services__pagination .swiper-pagination-bullet-active { background: #F49946; }
.pc-service-card {
  overflow: hidden;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: none;
  transition: transform .3s ease;
}
.pc-service-card:hover { transform: translateY(-8px); box-shadow: none; }
.pc-service-card__media {
  display: block;
  height: 245px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: #eadfd4;
}
.pc-service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .55s ease;
}
.pc-service-card:hover .pc-service-card__media img { transform: none; }
.pc-service-card__media .pc-media-placeholder { height: 100%; }
.pc-service-card__body { position: relative; padding: 40px 28px 30px; }
.pc-service-card__body h3 {
  position: absolute;
  top: -30px;
  left: 18px;
  right: 18px;
  margin: 0;
  padding: 16px 14px;
  border-radius: 3px;
  background: var(--pc-brown-soft);
  color: #fff;
  font-size: 20px;
  text-align: center;
  transition: background-color .3s ease;
}
.pc-service-card:hover .pc-service-card__body h3,
.pc-service-card:focus-within .pc-service-card__body h3 {
  background-color: #F49946;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='92' height='52' viewBox='0 0 92 52'%3E%3Cg fill='%23fff' fill-opacity='.24'%3E%3Cg transform='translate(8 7) scale(.62)'%3E%3Cellipse cx='14' cy='19' rx='9' ry='7'/%3E%3Cellipse cx='3' cy='8' rx='3' ry='4'/%3E%3Cellipse cx='10' cy='3' rx='3' ry='4'/%3E%3Cellipse cx='18' cy='3' rx='3' ry='4'/%3E%3Cellipse cx='25' cy='8' rx='3' ry='4'/%3E%3C/g%3E%3Cg transform='translate(57 24) rotate(-14) scale(.55)'%3E%3Cellipse cx='14' cy='19' rx='9' ry='7'/%3E%3Cellipse cx='3' cy='8' rx='3' ry='4'/%3E%3Cellipse cx='10' cy='3' rx='3' ry='4'/%3E%3Cellipse cx='18' cy='3' rx='3' ry='4'/%3E%3Cellipse cx='25' cy='8' rx='3' ry='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
}
.pc-service-card__body h3 a { color: inherit; }
.pc-service-card__body p { min-height: 68px; color: var(--pc-muted); font-size: 13px; line-height: 1.75; }
.pc-service-card__body .pc-text-link { margin-top: 18px; }

@media (min-width: 1101px) {
  .pc-quick-services__grid,
  .pc-about__grid,
  .pc-services > .pc-shell {
    width: 70%;
    max-width: none;
  }
  .pc-services__slider { max-width: none; }
}

.pc-facts {
  position: relative;
  isolation: isolate;
  min-height: 410px;
  padding: 72px 0 66px;
  overflow: visible;
  background: #686766;
  color: #fff;
}
.pc-facts::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(45,43,41,.48);
}
.pc-facts__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  opacity: 1;
  filter: saturate(.82) contrast(.94);
}
.pc-facts__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  width: min(900px, calc(100% - 48px));
}
.pc-facts__title { position: relative; }
.pc-facts__title .pc-kicker { display: none; }
.pc-facts__title h2 {
  color: #fff;
  font-size: clamp(34px, 3vw, 40px);
  line-height: 1.12;
}
.pc-facts__title .pc-button { min-height: 42px; padding-inline: 22px; }
.pc-facts__title .pc-button span { color: var(--pc-orange); font-size: 15px; }
.pc-facts__curves {
  position: absolute;
  left: 70%;
  top: 73%;
  width: 105px;
  height: 74px;
  transform: rotate(12deg);
}
.pc-facts__curves i {
  position: absolute;
  display: block;
  height: 35px;
  border-bottom: 3px solid rgba(255,255,255,.96);
  border-radius: 0 0 60% 60%;
}
.pc-facts__curves i:nth-child(1) { top: 0; left: 0; width: 76px; }
.pc-facts__curves i:nth-child(2) { top: 17px; left: 10px; width: 66px; }
.pc-facts__curves i:nth-child(3) { top: 34px; left: 24px; width: 49px; }
.pc-facts__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 150px));
  gap: 6px;
  justify-content: end;
}
.pc-facts__stats div {
  display: grid;
  place-items: center;
  min-height: 94px;
  padding: 14px;
  border: 0;
  border-radius: 2px;
  background: rgba(255,255,255,.19);
  backdrop-filter: blur(2px);
  text-align: center;
}
.pc-facts__stats strong { display: block; font-size: 31px; line-height: 1; }
.pc-facts__stats span { margin-top: 10px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pc-orange-strip {
  position: absolute;
  left: 50%;
  bottom: -44px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: min(780px, calc(100% - 48px));
  min-height: 100px;
  padding: 0 20px;
  border-radius: 5px;
  background: #ff9b3d;
  color: #fff;
  transform: translateX(-50%);
  box-shadow: 0 18px 34px rgba(220, 124, 26, .22);
}
@media (min-width: 1101px) {
  .pc-orange-strip { width: 70%; max-width: none; }
}
.pc-orange-strip__pattern {
  position: absolute;
  width: 31px;
  height: 31px;
  fill: none;
  stroke: rgba(255,255,255,.3);
  stroke-width: 2;
  transform: rotate(-18deg);
  pointer-events: none;
}
.pc-orange-strip__pattern--one { top: 3px; left: 11px; }
.pc-orange-strip__pattern--two { bottom: 2px; left: 36px; transform: rotate(18deg) scale(.7); }
.pc-orange-strip__pattern--three { top: 4px; right: 18px; transform: rotate(22deg) scale(.72); }
.pc-orange-strip__pattern--four { right: 5px; bottom: 1px; transform: rotate(-12deg); }
.pc-orange-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  padding: 12px 5px;
  color: #fff;
  text-align: left;
}
.pc-orange-item__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pc-orange-item__icon--badge rect { fill: #fff; stroke: #fff; }
.pc-orange-item__icon--badge ellipse,
.pc-orange-item__icon--badge path { fill: #ff9b3d; stroke: #ff9b3d; }
.pc-orange-item b {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.12;
  white-space: nowrap;
}
.pc-orange-item--woof em {
  color: #fff;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
}

.pc-benefits { padding-top: 135px; padding-bottom: 40px; background: #fff; }
.pc-benefits__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: center;
}
.pc-accordion { margin-top: 36px; }
.pc-accordion details {
  margin-bottom: 10px;
  padding: 0 18px;
  border: 1px solid #f0e8de;
  border-radius: 3px;
  background: var(--pc-cream);
}
.pc-accordion summary {
  position: relative;
  padding: 16px 0 16px 28px;
  color: var(--pc-brown);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.pc-accordion summary::-webkit-details-marker { display: none; }
.pc-accordion summary::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--pc-orange);
  font-size: 18px;
  font-weight: 900;
}
.pc-accordion details[open] summary::before { content: "−"; }
.pc-accordion details p,
.pc-accordion__description { padding: 0 0 18px 28px; color: var(--pc-muted); font-size: 12px; line-height: 1.75; }
.pc-accordion__description > :first-child { margin-top: 0; }
.pc-accordion__description > :last-child { margin-bottom: 0; }
.pc-benefits__visual {
  position: relative;
  min-height: 500px;
}
.pc-benefits__visual::before {
  display: none;
}
.pc-benefits__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.pc-gallery { padding: 0 0 48px; background: #fff; }
.pc-gallery__grid {
  display: grid;
  grid-template-columns: 1fr 1fr .92fr .92fr;
  grid-template-rows: 270px 270px;
  gap: 16px;
  width: min(1380px, calc(100% - 48px));
}
.pc-gallery__item {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  background: #e8ded5;
}
.pc-gallery__item--1 { grid-column: 1 / span 2; }
.pc-gallery__item--3 { grid-column: 4; }
.pc-gallery__item--4 { grid-column: 1; }
.pc-gallery__item--5 { grid-column: 2; }
.pc-gallery__item--6 { grid-column: 3 / span 2; }
.pc-gallery__item img,
.pc-gallery__item > .pc-media-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pc-gallery__item:hover img { transform: scale(1.06); }
.pc-gallery__item > span:last-child {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background-color: rgba(74, 59, 53, .82);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='210' height='280' viewBox='0 0 210 280'%3E%3Cg fill='%23f5ebe3' fill-opacity='.34'%3E%3Cg transform='translate(18 16) rotate(-18 14 14)'%3E%3Cellipse cx='14' cy='19' rx='9' ry='7'/%3E%3Cellipse cx='3' cy='8' rx='3' ry='4'/%3E%3Cellipse cx='10' cy='3' rx='3' ry='4'/%3E%3Cellipse cx='18' cy='3' rx='3' ry='4'/%3E%3Cellipse cx='25' cy='8' rx='3' ry='4'/%3E%3C/g%3E%3Cg transform='translate(74 66) rotate(14 14 14)'%3E%3Cellipse cx='14' cy='19' rx='9' ry='7'/%3E%3Cellipse cx='3' cy='8' rx='3' ry='4'/%3E%3Cellipse cx='10' cy='3' rx='3' ry='4'/%3E%3Cellipse cx='18' cy='3' rx='3' ry='4'/%3E%3Cellipse cx='25' cy='8' rx='3' ry='4'/%3E%3C/g%3E%3Cg transform='translate(130 116) rotate(-18 14 14)'%3E%3Cellipse cx='14' cy='19' rx='9' ry='7'/%3E%3Cellipse cx='3' cy='8' rx='3' ry='4'/%3E%3Cellipse cx='10' cy='3' rx='3' ry='4'/%3E%3Cellipse cx='18' cy='3' rx='3' ry='4'/%3E%3Cellipse cx='25' cy='8' rx='3' ry='4'/%3E%3C/g%3E%3Cg transform='translate(76 172) rotate(14 14 14)'%3E%3Cellipse cx='14' cy='19' rx='9' ry='7'/%3E%3Cellipse cx='3' cy='8' rx='3' ry='4'/%3E%3Cellipse cx='10' cy='3' rx='3' ry='4'/%3E%3Cellipse cx='18' cy='3' rx='3' ry='4'/%3E%3Cellipse cx='25' cy='8' rx='3' ry='4'/%3E%3C/g%3E%3Cg transform='translate(20 226) rotate(-18 14 14)'%3E%3Cellipse cx='14' cy='19' rx='9' ry='7'/%3E%3Cellipse cx='3' cy='8' rx='3' ry='4'/%3E%3Cellipse cx='10' cy='3' rx='3' ry='4'/%3E%3Cellipse cx='18' cy='3' rx='3' ry='4'/%3E%3Cellipse cx='25' cy='8' rx='3' ry='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: 210px 280px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  opacity: 0;
  transition: opacity .25s ease;
}
.pc-gallery__item:hover > span:last-child,
.pc-gallery__item:focus-visible > span:last-child { opacity: 1; }

.pc-reviews {
  position: relative;
  padding: 88px 0 82px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,.96) 0 22%, rgba(255,255,255,.25) 62%),
    #fffefa;
}
.pc-reviews::before { display: none; }
.pc-reviews__symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
.pc-reviews__inner { position: relative; z-index: 2; }
@media (min-width: 1101px) {
  .pc-reviews__inner { width: 70%; max-width: none; }
}
.pc-reviews__decor {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.pc-reviews__decor-item {
  position: absolute;
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #dcd1c2;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .82;
}
.pc-reviews__decor-item--ball-a { top: 14%; left: 13%; width: 30px; height: 30px; transform: rotate(-18deg); }
.pc-reviews__decor-item--paw-a { top: 8%; left: 65%; width: 27px; height: 27px; transform: rotate(20deg); }
.pc-reviews__decor-item--bone-a { top: 30%; right: 6.5%; width: 38px; height: 38px; transform: rotate(-22deg); }
.pc-reviews__decor-item--paw-b { top: 57%; left: 4%; width: 28px; height: 28px; transform: rotate(-20deg); }
.pc-reviews__decor-item--bone-b { bottom: 8%; left: 22%; width: 34px; height: 34px; transform: rotate(11deg); }
.pc-reviews__decor-item--ball-b { right: 10%; bottom: 10%; width: 31px; height: 31px; transform: rotate(21deg); }
.pc-reviews .pc-heading { margin-bottom: 52px; }
.pc-reviews .pc-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 16px!important;
  padding: 6px 12px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(67, 52, 43, .1);
}
.pc-reviews .pc-heading h2 { font-size: clamp(32px, 3vw, 44px); }
.pc-reviews .pc-heading > p:last-child { max-width: 540px; margin: 14px auto 0; color: var(--pc-muted); font-size: 12px; line-height: 1.8; }
.pc-reviews__slider {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 8px 0;
}
.pc-reviews__slider swiper-slide { height: auto; min-width: 0; }
.pc-reviews__slider:not(:defined) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
.pc-reviews__slider:not(:defined) swiper-slide:nth-child(n+5) { display: none; }
.pc-reviews__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 42px;
}
.pc-reviews__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0!important;
  border-radius: 50%;
  background: #d8cbb8;
  opacity: 1;
}
.pc-reviews__pagination .swiper-pagination-bullet-active { background: var(--pc-orange); }
.pc-review {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  width: 100%;
  height: 100%;
  padding: 8px 6px 4px 14px;
}
.pc-review__quote {
  position: absolute;
  z-index: 2;
  left: -4px;
  top: -12px;
  color: var(--pc-orange);
  font: 900 54px/1 Georgia, serif;
  letter-spacing: -10px;
  text-shadow: 0 2px 0 #fff, 1px 1px 0 rgba(67, 52, 43, .55);
}
.pc-review__avatar {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  overflow: visible;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--pc-cream-2);
  color: var(--pc-orange);
  box-shadow: 0 10px 26px rgba(61,46,38,.16);
}
.pc-review__avatar::after {
  content: "✿";
  position: absolute;
  right: -8px;
  bottom: -8px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--pc-cream-2);
  color: var(--pc-orange);
  font-size: 13px;
  box-shadow: 0 6px 16px rgba(61,46,38,.16);
}
.pc-review__avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.pc-review__content { min-width: 0; padding-top: 4px; }
.pc-review h3 { margin-bottom: 5px; font-size: 15px; line-height: 1.25; }
.pc-review h3 a { color: var(--pc-brown); }
.pc-review h3 a:hover { color: var(--pc-orange-deep); }
.pc-review small { display: block; margin-bottom: 16px; color: var(--pc-orange-deep); font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.pc-review p { min-height: 76px; margin-bottom: 18px; color: var(--pc-muted); font-size: 11px; line-height: 1.75; }
.pc-review__more { gap: 7px; font-size: 9px; }
.pc-review__more span { font-size: 13px; }

.pc-newsletter { position: relative; background: var(--pc-cream); }
.pc-newsletter__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; min-height: 390px; }
.pc-newsletter__visual { align-self: end; height: 360px; overflow: hidden; }
.pc-newsletter__visual img { height: 100%; border-radius: 50% 50% 0 0; }
.pc-newsletter__visual .pc-media-placeholder { height: 100%; }
.pc-newsletter__content { padding: 70px 0 70px 70px; }
.pc-newsletter__content h2 { font-size: clamp(28px, 3vw, 42px); }
.pc-newsletter__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 620px;
  margin-top: 28px;
  background: #fff;
  border: 1px solid var(--pc-line);
}
.pc-newsletter__form > span { display: flex; align-items: center; padding: 0 20px; color: #a19a95; font-size: 12px; }
.pc-newsletter__form .pc-button { border-radius: 0; box-shadow: none; }
.pc-newsletter__content > p:last-child { margin-top: 14px; color: var(--pc-muted); font-size: 11px; }

@media (max-width: 1100px) {
  .pc-section { padding: 82px 0; }
  .pc-quick-card { padding: 22px; }
  .pc-about__grid,
  .pc-benefits__grid { gap: 55px; }
  .pc-orange-strip { width: min(780px, calc(100% - 64px)); }
}
@media (max-width: 860px) {
  .pc-shell { width: min(100% - 36px, 720px); }
  .pc-hero,
  .pc-hero__media,
  .pc-hero__slider,
  .pc-hero__slide,
  .pc-hero__slide > a,
  .pc-hero__fallback { height: 560px; min-height: 560px; }
  .pc-hero__image { object-position: 60% center; }
  .pc-quick-services { --pc-quick-overlap: 35px; }
  .pc-quick-services__grid { grid-template-columns: 1fr; gap: 14px; width: min(100% - 56px, 650px); }
  .pc-quick-card { min-height: 100px; border-radius: 5px; }
  .pc-about { padding-top: 90px; }
  .pc-about__grid,
  .pc-benefits__grid,
  .pc-facts__inner,
  .pc-newsletter__grid { grid-template-columns: 1fr; }
  .pc-about__visual,
  .pc-benefits__visual { width: min(100%, 560px); margin: 0 auto; }
  .pc-about__content,
  .pc-benefits__content { max-width: 620px; margin: 0 auto; }
  .pc-services__slider { max-width: 520px; }
  .pc-services__pagination { margin-top: 34px; }
  .pc-services__decor-item--paw-a,
  .pc-services__decor-item--bone-b { display: none; }
  .pc-facts { padding-bottom: 110px; }
  .pc-facts__title { text-align: center; }
  .pc-facts__curves { display: none; }
  .pc-facts__stats { max-width: 560px; width: 100%; margin: 0 auto; justify-content: center; }
  .pc-orange-strip { grid-template-columns: repeat(5, 1fr); width: min(780px, calc(100% - 36px)); overflow: hidden; }
  .pc-orange-item { gap: 5px; }
  .pc-orange-item__icon { width: 38px; height: 38px; flex-basis: 38px; }
  .pc-orange-item b { font-size: 11px; }
  .pc-gallery__grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 250px); }
  .pc-gallery__item { grid-column: auto!important; grid-row: auto!important; }
  .pc-reviews__slider { max-width: 600px; }
  .pc-reviews__slider:not(:defined) { grid-template-columns: 1fr; gap: 46px; }
  .pc-reviews__slider:not(:defined) swiper-slide:nth-child(n+2) { display: none; }
  .pc-reviews__decor-item--paw-a,
  .pc-reviews__decor-item--bone-b { display: none; }
  .pc-newsletter__grid { padding-top: 65px; }
  .pc-newsletter__visual { order: 2; max-width: 560px; width: 100%; margin: 0 auto; }
  .pc-newsletter__content { padding: 0; text-align: center; }
  .pc-newsletter__form { margin-inline: auto; text-align: left; }
}
@media (max-width: 560px) {
  .pc-shell { width: calc(100% - 28px); }
  .pc-section { padding: 65px 0; }
  .pc-heading { margin-bottom: 36px; }
  .pc-heading h2,
  .pc-about__content h2,
  .pc-benefits__content h2,
  .pc-facts__title h2 { font-size: 32px; }
  .pc-hero,
  .pc-hero__media,
  .pc-hero__slider,
  .pc-hero__slide,
  .pc-hero__slide > a {
    height: auto;
    min-height: 0;
  }
  .pc-hero__image {
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
  }
  .pc-hero__fallback {
    height: auto;
    min-height: 240px;
  }
  .pc-hero swiper-container::part(button-prev),
  .pc-hero swiper-container::part(button-next) {
    width: 30px;
    height: 32px;
    margin-top: -16px;
    padding: 8px;
  }
  .pc-quick-services__grid { width: calc(100% - 24px); }
  .pc-quick-card { grid-template-columns: 44px 1fr; gap: 12px; padding: 18px; }
  .pc-quick-card__icon { width: 40px; height: 40px; }
  .pc-quick-card__icon svg { width: 38px; height: 38px; }
  .pc-about__visual,
  .pc-benefits__visual { min-height: 360px; }
  .pc-about__visual img { height: 360px; }
  .pc-benefits__visual img { width: 100%; height: auto; border-radius: 0; }
  .pc-checks { grid-template-columns: 1fr; gap: 13px; }
  .pc-service-card__media { height: 220px; }
  .pc-services__decor-item { opacity: .45; transform: scale(.8); }
  .pc-facts__stats div { min-height: 94px; }
  .pc-facts__stats strong { font-size: 27px; }
  .pc-orange-strip { min-height: 70px; bottom: -35px; padding: 0 8px; }
  .pc-orange-item { padding: 8px 4px; }
  .pc-orange-item__icon { width: 30px; height: 30px; flex-basis: 30px; }
  .pc-orange-item b { display: none; }
  .pc-orange-item--woof em { font-size: 18px; }
  .pc-benefits { padding-top: 105px; padding-bottom: 32px; }
  .pc-gallery { padding-bottom: 40px; }
  .pc-gallery__grid { width: calc(100% - 28px); grid-template-columns: 1fr; grid-template-rows: repeat(6, 230px); }
  .pc-reviews { padding: 64px 0 58px; }
  .pc-reviews .pc-heading { margin-bottom: 30px; }
  .pc-reviews__slider { width: calc(100% - 10px); padding-inline: 4px; }
  .pc-review { grid-template-columns: 72px minmax(0, 1fr); gap: 18px; padding: 8px 6px 4px 12px; }
  .pc-review__avatar { width: 72px; height: 72px; border-width: 4px; }
  .pc-review__avatar::after { right: -8px; bottom: -8px; width: 34px; height: 34px; border-width: 3px; font-size: 13px; }
  .pc-review__quote { left: -7px; top: -12px; font-size: 52px; }
  .pc-review p { min-height: 0; }
  .pc-newsletter__form { grid-template-columns: 1fr; background: transparent; border: 0; gap: 10px; }
  .pc-newsletter__form > span { min-height: 48px; background: #fff; border: 1px solid var(--pc-line); }
  .pc-newsletter__visual { height: 290px; }
}

/* Pages list: keep the pagination close to the cards and shared footer. */
body.team-list-page .pagination {
  margin: 16px auto 0 !important;
  padding: 4px !important;
}

body.team-list-page .page-shell > .container > .pagination:last-child {
  margin-bottom: 0 !important;
}

body.team-list-page .page-shell {
  padding-bottom: 0 !important;
}

/* Cross-page responsive safety layer. Existing page layouts keep their own
   breakpoints; these rules only prevent narrow-screen content overflow. */
@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  main,
  main > *,
  .content-grid > *,
  .layout > *,
  .detail-grid > *,
  .list-grid > *,
  .card-grid > *,
  .xmdsite-content-grid > * {
    min-width: 0;
    max-width: 100%;
  }

  img,
  video,
  canvas,
  iframe {
    max-width: 100%;
  }

  iframe {
    width: 100%;
  }

  h1,
  h2,
  h3,
  p,
  a,
  .article-content,
  .article-body,
  .xmdsite-article,
  .contact-richtext {
    overflow-wrap: anywhere;
  }

  .article-content table,
  .article-body table,
  .xmdsite-article table,
  .contact-richtext table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .article-content pre,
  .article-body pre,
  .xmdsite-article pre,
  .contact-richtext pre {
    max-width: 100%;
    overflow-x: auto;
    white-space: pre;
    -webkit-overflow-scrolling: touch;
  }

  input,
  select,
  textarea,
  button {
    max-width: 100%;
  }

  .pagination,
  .xmdsite-pagination,
  .xmdsite-adjacent-nav {
    flex-wrap: wrap;
  }
}
