/* ── Maison "Furniture designed for you" — heading, big image, foot row ── */
.mn-dfy { padding: 20px 55px 0; }
.mn-dfy__inner { max-width: var(--maison-container); margin: 0 auto; }
.mn-dfy__heading {
  font-family: var(--maison-font); font-weight: 600; font-size: 40px;
  text-align: center; color: #000; margin: 0 0 44px;
}
.mn-dfy__media {
  position: relative; display: block;
  height: 601px; overflow: hidden; border-radius: 2px;
  background: var(--maison-line);
}
.mn-dfy__media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.mn-dfy__hotspot {
  position: absolute; z-index: 2;
  width: 40px; height: 40px; border-radius: 50%;
  background: #fff; color: #000;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.mn-dfy__hotspot .mn-plus { font-size: 26px; }
.mn-dfy__hotspot--1 { top: 62%; left: 26%; }
.mn-dfy__hotspot--2 { top: 46%; left: 82%; }

.mn-dfy__foot {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 24px;
  margin-top: 46px;
}
.mn-dfy__foot-title {
  font-family: var(--maison-font); font-weight: 600; font-size: 22px;
  color: #000; margin: 0 0 8px;
}
.mn-dfy__foot-body {
  font-size: 17px; line-height: 1.5; color: #000; max-width: 460px; margin: 0;
}
.mn-dfy__btn { flex: 0 0 auto; }

@media (max-width: 900px) {
  .mn-dfy { padding: 12px 24px 0; }
  .mn-dfy__heading { font-size: 32px; margin-bottom: 28px; }
  .mn-dfy__media { height: 62vw; min-height: 320px; }
  .mn-dfy__foot { flex-direction: column; align-items: flex-start; gap: 20px; margin-top: 32px; }
}
@media (max-width: 480px) { .mn-dfy { padding: 8px 16px 0; } }
