* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #f4eadb;
}

body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-x: hidden;
}

.site-frame {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  background: #f4eadb;
}

.site-frame picture,
.site-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.site-frame img {
  vertical-align: middle;
}

/* Keeps the approved render proportional and precise on every device. */
@media (min-width: 1025px) {
  body {
    background: #f4eadb;
  }

  .site-frame {
    box-shadow: 0 0 120px rgba(127, 95, 51, 0.12);
  }
}

/* Mobile keeps the chair and wall logo visible by preserving full render width.
   Users can scroll naturally through the full luxury page. */
@media (max-width: 480px) {
  .site-frame {
    width: 100%;
  }
}
