body.xn-campaign--local {
  --xn-paper: #edf0e9;
  --xn-surface: #fbfaf5;
  --xn-ink: #1f2921;
  --xn-muted: #657067;
  --xn-line: rgba(31, 41, 33, .16);
  --xn-accent: #c95435;
  --xn-accent-ink: #fff;
  --xn-secondary: #284738;
  --xn-radius: 14px;
}

.xn-campaign--local .xn-local-hero {
  background:
    linear-gradient(90deg, rgba(237, 240, 233, 1) 0%, rgba(237, 240, 233, .96) 56%, rgba(237, 240, 233, .72) 100%),
    url('/themes/templates/xeeni.com/images/wj_hero-fitted-wardrobes-20260828.png') right center / 58% auto no-repeat;
}

.xn-campaign--local .xn-local-hero__shape {
  position: absolute;
  top: -120px;
  left: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(40, 71, 56, .14);
  border-radius: 50%;
}

.xn-campaign--local .xn-local-hero .xn-lead-card {
  border-top: 6px solid var(--xn-secondary);
}

.xn-campaign--local .xn-card a {
  display: inline-block;
  margin-top: 20px;
  color: #a53d25;
  font-size: .78rem;
  font-weight: 800;
  text-underline-offset: 4px;
}

.xn-campaign--local .xn-local-showroom {
  background: #dfe5dc;
}

.xn-campaign--local .xn-local-showroom__visual {
  position: relative;
}

.xn-campaign--local .xn-local-showroom__visual > img {
  width: 100%;
  min-height: 620px;
  object-fit: cover;
  border-radius: var(--xn-radius);
}

.xn-campaign--local .xn-local-showroom__visual > div {
  position: absolute;
  right: 18px;
  bottom: 44px;
  left: 18px;
  padding: 18px;
  border-radius: 10px;
  background: rgba(31, 41, 33, .86);
  color: #fff;
  backdrop-filter: blur(8px);
}

.xn-campaign--local .xn-local-showroom__visual strong,
.xn-campaign--local .xn-local-showroom__visual span {
  display: block;
}

.xn-campaign--local .xn-local-showroom__visual span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .7);
  font-size: .74rem;
}

.xn-campaign--local .xn-local-showroom__visual small {
  display: block;
  margin-top: 7px;
  color: var(--xn-muted);
  font-size: .68rem;
}

.xn-campaign--local .xn-local-inspiration {
  background: #284738;
  color: #fff;
}

.xn-campaign--local .xn-local-inspiration .xn-lede {
  color: rgba(255, 255, 255, .7);
}

.xn-campaign--local .xn-local-inspiration__stack {
  position: relative;
  min-height: 590px;
}

.xn-campaign--local .xn-local-inspiration__stack img {
  position: absolute;
  width: 78%;
  height: 400px;
  object-fit: cover;
  border: 8px solid #edf0e9;
  box-shadow: 0 25px 50px rgba(0, 0, 0, .22);
}

.xn-campaign--local .xn-local-inspiration__stack img:first-child {
  top: 0;
  right: 0;
}

.xn-campaign--local .xn-local-inspiration__stack img:nth-child(2) {
  bottom: 0;
  left: 0;
}

.xn-campaign--local .xn-local-inspiration__stack span {
  position: absolute;
  right: 0;
  bottom: 14px;
  padding: 7px 10px;
  background: #edf0e9;
  color: #284738;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .xn-campaign--local .xn-local-hero {
    background:
      linear-gradient(180deg, rgba(237, 240, 233, .96), rgba(237, 240, 233, .82)),
      url('/themes/templates/xeeni.com/images/wj_hero-fitted-wardrobes-20260828.png') center / cover no-repeat;
  }
}

@media (max-width: 760px) {
  .xn-campaign--local .xn-local-inspiration__stack {
    min-height: 470px;
  }

  .xn-campaign--local .xn-local-inspiration__stack img {
    height: 310px;
  }
}
