/* Banner-wrapper mobile swiper */
@media screen and (max-width: 1270px) {
    .banner-wrapper.banner-wrapper-swiper {
        display: block !important;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .banner-wrapper.banner-wrapper-swiper .swiper-wrapper {
        display: flex;
    }
    .banner-wrapper.banner-wrapper-swiper .banner-wrapper__item {
        flex-shrink: 0;
        width: 85vw !important;
        max-width: 340px;
        box-sizing: border-box;
    }
    .banner-wrapper-pagination {
        text-align: center;
        margin-top: 10px;
    }
    .banner-wrapper-pagination .swiper-pagination-bullet {
        background: #bea680;
        opacity: 0.4;
    }
    .banner-wrapper-pagination .swiper-pagination-bullet-active {
        opacity: 1;
    }
}

/* === НАШИ РАБОТЫ === */
/* ===== СЛАЙДЕР «НАШИ РАБОТЫ» ===== */
.mnz-works { padding: 60px 0 70px; background: #fff; }
.mnz-works__inner { max-width: 1200px; margin: 0 auto; padding: 0 52px; position: relative; }
.mnz-works__head { text-align: center; margin-bottom: 48px; }
.mnz-works__title { font-family: 'Libertinus Serif', serif; font-size: 2.2rem; font-weight: 400; color: #3c3b36; margin: 0 0 10px; }
.mnz-works__subtitle { font-size: .95rem; color: #9a8c7e; margin: 0; }
.mnz-works__badge {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 18px;
  background: linear-gradient(135deg, #3c3b36 0%, #5a5248 100%);
  border: 1px solid #bea680;
  border-radius: 50px;
  padding: 10px 22px;
  color: #f5efe6;
  font-family: 'DM Sans', sans-serif;
  font-size: .88rem;
  letter-spacing: .3px;
  box-shadow: 0 4px 16px rgba(190,166,128,.18);
}
.mnz-works__badge-num {
  font-family: 'Libertinus Serif', serif;
  font-size: 1.55rem;
  color: #bea680;
  line-height: 1;
  font-weight: 400;
}
.mnz-works__badge-pulse {
  width: 8px; height: 8px;
  background: #bea680;
  border-radius: 50%;
  flex-shrink: 0;
  animation: badgePulse 1.8s ease-in-out infinite;
}
@keyframes badgePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .4; transform: scale(.7); }
}
@media (max-width: 640px) {
  .mnz-works__badge { font-size: .82rem; padding: 8px 16px; }
  .mnz-works__badge-num { font-size: 1.3rem; }
}
.mnz-works-swiper { position: relative; padding-bottom: 52px; }
@media (max-width: 600px) { .mnz-works-swiper { padding-bottom: 40px; } }
.mnz-works-swiper .swiper-wrapper { align-items: stretch; }
.mnz-works-slide { display: flex !important; flex-direction: row !important; gap: 0; background: #fff; border: 1px solid #e8dfd4; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 24px rgba(112,83,51,.10); height: 420px; }
.mnz-works-slide__photos { flex: 0 0 55%; width: 55%; display: flex; flex-direction: row; gap: 3px; background: #f0ede8; overflow: hidden; }
.mnz-works-slide__photos a { display: flex; align-items: center; justify-content: center; flex: 1; overflow: hidden; cursor: zoom-in; min-height: 0; background: #f0ede8; }
.mnz-works-slide__photos a img { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; transition: transform .4s ease; }
.mnz-works-slide__photos a:hover img { transform: scale(1.04); }
.mnz-works-slide__text { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 36px 40px; background: #fff; }
.mnz-works-slide__num { font-family: 'Libertinus Serif', serif; font-size: 3.5rem; line-height: 1; color: #e8dfd4; font-weight: 400; margin-bottom: 12px; user-select: none; }
.mnz-works-slide__heading { font-family: 'Libertinus Serif', serif; font-size: 1.35rem; font-weight: 400; color: #3c3b36; margin: 0 0 16px; line-height: 1.35; }
.mnz-works-slide__body { font-size: .92rem; line-height: 1.75; color: #5a5650; margin: 0; }
.mnz-works-slide__list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.mnz-works-slide__list li { font-size: .9rem; line-height: 1.6; color: #5a5650; padding-left: 18px; position: relative; }
.mnz-works-slide__list li::before { content: '—'; position: absolute; left: 0; color: #bea680; font-weight: 700; }
.mnz-works-slide__list strong { color: #3c3b36; }
.mnz-works-slide__empty { flex: 1; display: flex; align-items: center; justify-content: center; padding: 36px 40px; }
.mnz-works-slide__empty-icon { font-size: 2.5rem; margin-bottom: 14px; opacity: .25; display: block; }
.mnz-works-slide__empty-label { font-size: .85rem; color: #ccc; display: block; }
.mnz-works-counter { text-align: center; font-size: .8rem; color: #bea680; margin-top: 12px; font-weight: 600; letter-spacing: .5px; }
.mnz-works-nav { position: absolute; top: calc(50% - 26px); transform: translateY(-50%); z-index: 10; background: none; border: none; padding: 0; cursor: pointer; opacity: .9; transition: opacity .2s, transform .15s; }
.mnz-works-nav:hover { opacity: 1; transform: translateY(-50%) scale(1.08); }
.mnz-works-nav--prev { left: 8px; }
.mnz-works-nav--next { right: 8px; }
@media (max-width: 600px) { .mnz-works-nav--prev { left: 4px; } .mnz-works-nav--next { right: 4px; } .mnz-works__inner { padding: 0 8px; } }
.mnz-works-swiper .swiper-pagination { bottom: 0; }
.mnz-works-swiper .swiper-pagination-bullet { background: #d0c7b3; opacity: 1; width: 8px; height: 8px; }
.mnz-works-swiper .swiper-pagination-bullet-active { background: #bea680; width: 22px; border-radius: 4px; }
.mnz-works-loader { text-align: center; padding: 16px; color: #bea680; font-size: .85rem; display: none; }
.mnz-works-loader.visible { display: block; }
@media (max-width: 900px) {
  .mnz-works-slide { flex-direction: column; min-height: unset; height: auto !important; }
  .mnz-works-slide__photos { flex: unset; height: 260px; flex-direction: row; }
  .mnz-works-slide__text, .mnz-works-slide__empty { padding: 24px 20px; }
  .mnz-works-slide__num { font-size: 2.5rem; }
  .mnz-works__title { font-size: 1.75rem; }
}
@media (max-width: 600px) {
  /* Слайд: только фото 80% ширины, текст скрыт */
  .mnz-works-slide { flex-direction: column !important; height: auto !important; border: none !important; box-shadow: none !important; background: transparent !important; }
  .mnz-works-slide__photos { flex: unset !important; width: 80% !important; margin: 0 auto !important; height: auto !important; aspect-ratio: 4/3; flex-direction: column !important; border-radius: 8px; overflow: hidden; }
  .mnz-works-slide__photos a:nth-child(2) { display: none; }
  .mnz-works-slide__photos a:first-child { flex: 1; }
  .mnz-works-slide__photos a:first-child img { object-fit: cover; width: 100%; height: 100%; }
  .mnz-works-slide__text { display: none !important; }
  .mnz-works-slide__empty { display: none !important; }
}
@media (max-width: 600px) {
  /* removed - nav buttons use .mnz-works-nav--prev */
  /* removed - nav buttons use .mnz-works-nav--next */
}
/* ===== END СЛАЙДЕР «НАШИ РАБОТЫ» ===== */
