﻿/* STEP-04 production layout */

#step-4 .mockup-main {
  grid-template-columns: minmax(0, 80fr) minmax(0, 20fr);
}

#step-4 .mockup-room-column {
  --step04-stage-gap: 21px;
  position: relative;
  padding: var(--step04-stage-gap);
}

#step-4 .mockup-panel-title {
  flex: 0 0 auto;
}

#step-4 .step04-stage-frame {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

#step-4 .mockup-stage {
  flex: none;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  margin: 0;
}

#step-4 .mockup-panel-title,
#step-4 .mockup-side-title {
  color: #232323;
  font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2;
}

#step-4 .mockup-panel-title {
  margin-bottom: 16px;
}

#step-4 .mockup-side-title {
  margin-bottom: 11px;
}

#step-4 .mockup-repeat-title {
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 11px;
}

#step-4 .mockup-sidebar {
  padding-top: 34px;
}

#step-4 .mockup-stage-scene-control {
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 23px;
  padding: 24px;
  border: 2px solid #d8d8d8;
  background: transparent;
  color: #232323;
}

#step-4 .mockup-size-options-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 23px;
  padding: 24px;
  border: 2px solid #d8d8d8;
  background: transparent;
  color: #232323;
}

#step-4 .mockup-stage-scene-title {
  margin: 0;
  color: #232323;
  font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}

#step-4 .mockup-stage-scene-title-group {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

#step-4 .mockup-stage-scene-title-group::after {
  content: '';
  order: 2;
  flex: 1 1 auto;
  height: 1px;
  background: #232323;
}

#step-4 .mockup-stage-scene-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 11px;
  padding: 0;
  background: transparent;
  color: #232323;
}

#step-4 .mockup-scene-description {
  margin: 11px 0 0;
  color: #232323;
  font-family: 'Source Sans 3', 'Source Sans Pro', var(--font);
  font-size: 0.765rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.4;
}

#step-4 .mockup-stage-scene-select-row {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 100%;
  margin: 0;
}

#step-4 .mockup-stage-scene-select-row > button {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(35 35 35 / 34%);
  border-radius: 0;
  background: rgb(255 255 255 / 72%);
  color: #232323;
  font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

#step-4 .mockup-stage-scene-select-row > button:hover,
#step-4 .mockup-stage-scene-select-row > button:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
  outline: none;
}

#step-4 #mockup-scene-prev::before,
#step-4 #mockup-scene-next::before,
#step-4 #mockup-repeat-prev::before,
#step-4 #mockup-repeat-next::before {
  content: '';
  width: 17px;
  height: 17px;
  background: currentColor;
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
}

#step-4 #mockup-scene-prev::before,
#step-4 #mockup-repeat-prev::before {
  -webkit-mask-image: url('../assets/icons/arrow-left.svg');
  mask-image: url('../assets/icons/arrow-left.svg');
}

#step-4 #mockup-scene-next::before,
#step-4 #mockup-repeat-next::before {
  -webkit-mask-image: url('../assets/icons/arrow-right.svg');
  mask-image: url('../assets/icons/arrow-right.svg');
}

#step-4 .mockup-stage-scene-control .mockup-scene-select-wrap {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

#step-4 .mockup-stage-scene-control .mockup-scene-select {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid rgb(35 35 35 / 28%);
  background-color: #fff;
  background-image:
    linear-gradient(45deg, transparent 50%, #232323 50%),
    linear-gradient(135deg, #232323 50%, transparent 50%);
  color: #232323;
  text-transform: none;
}

#step-4 .mockup-stage-scene-control .mockup-scene-select option {
  background: #fff;
  color: #232323;
}

#step-4 .mockup-sidebar > .mockup-details-section {
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  background: transparent;
}

#step-4 .mockup-sidebar > .mockup-details-section {
  margin-bottom: 23px;
  padding: 24px;
  border: 2px solid var(--accent);
}

#step-4 .mockup-repeat-select-wrap {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

#step-4 .mockup-repeat-select {
  width: 100%;
  border-color: #232323;
}

#step-4 .mockup-repeat-select-row {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 100%;
  margin: 0 0 11px;
}

#step-4 .mockup-repeat-select-row > button {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgb(35 35 35 / 34%);
  border-radius: 0;
  background: rgb(255 255 255 / 72%);
  color: #232323;
  font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

#step-4 .mockup-repeat-select-row > button:hover,
#step-4 .mockup-repeat-select-row > button:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
  outline: none;
}

#step-4 .mockup-repeat-description {
  margin: 11px 0 0;
  line-height: 1.4;
}

#step-4 .mockup-footer-signature {
  bottom: 34px;
  justify-content: center;
  row-gap: 5px;
}

#step-4 .mockup-footer-signature .footer-signature-mark {
  display: none;
}

#step-4 .mockup-footer-signature > span:last-child {
  flex-basis: 100%;
  text-align: center;
}

#step-4 .mockup-footer-signature > span:last-child::before {
  content: '\2665';
  margin-right: 8px;
  color: var(--accent);
}

#step-4 .mockup-actions.mockup-real-actions #step4-real-back {
  flex: 1 1 25%;
}

#step-4 .mockup-actions.mockup-real-actions #step4-real-next {
  flex: 3 1 75%;
}

