.gmx-glass-builder-section {
  background: #eee8db;
  padding: 105px max(22px, calc((100% - 1180px) / 2));
  scroll-margin-top: 24px;
}

.gmx-glass-builder-heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 45px;
}

.gmx-glass-builder-heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(43px, 5.5vw, 72px);
  line-height: .94;
  letter-spacing: -.06em;
}

.gmx-glass-builder-heading > p {
  max-width: 490px;
  margin: 0;
  color: #66635c;
  line-height: 1.65;
}

.gmx-glass-builder {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  gap: 18px;
  align-items: start;
}

.gmx-glass-builder__controls {
  background: #faf8f2;
  border: 1px solid #d6d0c3;
}

.gmx-glass-step {
  padding: 29px;
  border-bottom: 1px solid #ddd6c9;
}

.gmx-glass-step:last-child {
  border-bottom: 0;
}

.gmx-glass-step__title {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.gmx-glass-step__title > span {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  height: 34px;
  background: #ff4b1f;
  color: #fff;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-weight: 900;
}

.gmx-glass-step__title > div,
.gmx-glass-finish-grid span,
.gmx-glass-choice-grid span {
  display: grid;
  gap: 3px;
}

.gmx-glass-step__title strong {
  font-size: 17px;
}

.gmx-glass-step__title small,
.gmx-glass-finish-grid small,
.gmx-glass-choice-grid small {
  color: #77736b;
}

.gmx-glass-select {
  display: grid;
  gap: 8px;
}

.gmx-glass-select > span {
  color: #706d66;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gmx-glass-select select {
  width: 100%;
  padding: 15px 43px 15px 15px;
  border: 1px solid #c9c2b5;
  background: #fff;
  color: #181815;
  font-weight: 800;
  outline: none;
}

.gmx-glass-select select:focus {
  border-color: #ff4b1f;
}

.gmx-glass-finish-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.gmx-glass-finish-grid button {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 86px;
  padding: 14px;
  border: 1px solid #cbc5b8;
  background: #fff;
  color: #181815;
  text-align: left;
  cursor: pointer;
}

.gmx-glass-finish-grid button.is-selected {
  border-color: #ff4b1f;
  background: #fff9f5;
  box-shadow: inset 0 0 0 1px #ff4b1f;
}

.gmx-glass-finish-grid small,
.gmx-glass-choice-grid small {
  font-size: 11px;
  line-height: 1.35;
}

.gmx-glass-swatch {
  flex: 0 0 42px;
  height: 48px;
  border: 1px solid #b8b8b4;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .55);
}

.gmx-glass-swatch--white {
  background: #f8f7f2;
}

.gmx-glass-swatch--transparent {
  background:
    linear-gradient(45deg, rgba(255, 255, 255, .78) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, .78) 75%),
    linear-gradient(45deg, rgba(255, 255, 255, .78) 25%, rgba(220, 230, 230, .42) 25%, rgba(220, 230, 230, .42) 75%, rgba(255, 255, 255, .78) 75%);
  background-position: 0 0, 7px 7px;
  background-size: 14px 14px;
}

.gmx-glass-swatch--black {
  background: #171715;
}

.gmx-glass-swatch--frosted {
  background: linear-gradient(135deg, #f0eee8, #c9ccc8);
}

.gmx-glass-choice-grid {
  display: grid;
  gap: 9px;
}

.gmx-glass-choice-grid label {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid #d3ccbf;
  background: #fff;
  cursor: pointer;
}

.gmx-glass-choice-grid label.is-active {
  border-color: #ff4b1f;
  background: #fff9f5;
}

.gmx-glass-choice-grid label.is-required {
  cursor: not-allowed;
}

.gmx-glass-choice-grid input {
  width: 17px;
  height: 17px;
  accent-color: #ff4b1f;
}

.gmx-glass-choice-grid b {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
}

.gmx-glass-builder__preview {
  position: sticky;
  top: 18px;
  border: 1px solid #2f2f2b;
  background: #141412;
  color: #fff;
}

.gmx-glass-preview__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.gmx-glass-preview__top span {
  display: flex;
  gap: 8px;
  align-items: center;
}

.gmx-glass-preview__top i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff4b1f;
  box-shadow: 0 0 0 4px rgba(255, 75, 31, .14);
}

.gmx-glass-preview__top small {
  color: #96948d;
}

.gmx-glass-preview-stage {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 385px;
  padding: 45px 34px 30px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 37%, #343630 0, #22231f 38%, #141412 73%);
}

.gmx-glass-preview-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 17px;
  width: 100%;
}

.gmx-glass-preview-row .gmx-scale-r28 {
  display: block;
  width: 100%;
  height: auto;
  max-width: 680px;
  flex: 1 1 100%;
  overflow: visible;
}

.gmx-glass-scale-scene {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  width: min(100%, 540px);
  min-width: 0;
  min-height: 275px;
  padding: 0 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.gmx-glass-board-column {
  display: grid;
  justify-items: center;
  flex: 0 0 auto;
}

.gmx-glass-board {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: var(--gmx-glass-aspect, 120 / 90);
  border: 2px solid rgba(241, 247, 246, .86);
  background: #f6f5ef;
  box-shadow: 0 22px 42px rgba(0, 0, 0, .42), inset 0 0 0 6px rgba(255, 255, 255, .04);
  transition: width .3s, aspect-ratio .3s, background .3s;
}

.gmx-glass-person {
  position: relative;
  flex: 0 0 auto;
  min-width: 25px;
  color: #96948d;
}

.gmx-glass-person svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: currentColor;
  filter: drop-shadow(0 5px 7px rgba(0, 0, 0, .35));
}

.gmx-glass-person small {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  color: #85837d;
  font: 8px "Geist Mono", monospace;
  white-space: nowrap;
}

.gmx-glass-board.is-white {
  border-color: #fff;
  background: #f6f5ef;
}

.gmx-glass-board.is-transparent {
  border-color: rgba(226, 240, 239, .92);
  background: linear-gradient(135deg, rgba(231, 242, 241, .18), rgba(171, 194, 193, .07));
  box-shadow: 0 22px 42px rgba(0, 0, 0, .42), inset 0 0 0 6px rgba(255, 255, 255, .035);
}

.gmx-glass-board.is-black {
  border-color: #c6c6c1;
  background: #0c0c0b;
}

.gmx-glass-board.is-frosted {
  border-color: #f7f4ea;
  background: linear-gradient(135deg, rgba(238, 237, 230, .9), rgba(191, 200, 198, .7));
}

.gmx-glass-board__holes span {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle, #ecebe7 0 22%, #6c6c67 27% 52%, #c9c8c2 58%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.gmx-glass-board__holes span:nth-child(1) { left: 4%; top: 6%; }
.gmx-glass-board__holes span:nth-child(2) { left: 50%; top: 6%; transform: translateX(-50%); }
.gmx-glass-board__holes span:nth-child(3) { right: 4%; top: 6%; }
.gmx-glass-board__holes span:nth-child(4) { left: 4%; bottom: 6%; }
.gmx-glass-board__holes span:nth-child(5) { left: 50%; bottom: 6%; transform: translateX(-50%); }
.gmx-glass-board__holes span:nth-child(6) { right: 4%; bottom: 6%; }

.gmx-glass-dimension {
  color: #aaa8a0;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  white-space: nowrap;
}

.gmx-glass-dimension--width {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 8px;
  border-top: 1px solid #5a5a54;
  text-align: center;
}

.gmx-glass-dimension--height {
  padding-left: 8px;
  border-left: 1px solid #5a5a54;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.gmx-glass-preview-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 25px;
}

.gmx-glass-preview-tags span {
  padding: 7px 10px;
  background: #302f2b;
  color: #c7c4bb;
  font-family: "Geist Mono", monospace;
  font-size: 8px;
  letter-spacing: .08em;
}

.gmx-glass-summary {
  padding: 23px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.gmx-glass-summary__heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 18px;
  margin-bottom: 18px;
}

.gmx-glass-summary__heading > div,
.gmx-glass-summary__total > span {
  display: grid;
  gap: 4px;
}

.gmx-glass-summary__heading span {
  color: #9f9c94;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gmx-glass-summary__heading strong {
  font-size: 23px;
}

.gmx-glass-summary__heading > b {
  padding: 7px 9px;
  background: #302f2b;
  color: #bab7ae;
  font-family: "Geist Mono", monospace;
  font-size: 8px;
}

.gmx-glass-summary__total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  padding: 16px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.gmx-glass-summary__total > span {
  color: #fff;
}

.gmx-glass-summary__total small {
  color: #86847e;
  font-size: 9px;
}

.gmx-glass-summary__total strong {
  color: #ff6841;
  font-size: 25px;
}

.gmx-glass-whatsapp,
.gmx-glass-copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 14px 16px;
  border: 0;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.gmx-glass-whatsapp {
  margin-top: 15px;
  background: #ff4b1f;
  color: #fff;
}

.gmx-glass-copy {
  margin-top: 8px;
  background: #2a2a27;
  color: #fff;
}

.gmx-glass-form-link {
  display: block;
  margin-top: 16px;
  color: #c6c3bb;
  font-size: 11px;
  text-align: center;
  text-underline-offset: 3px;
}

.gmx-glass-summary > p {
  margin: 15px 0 0;
  color: #85837d;
  font-size: 10px;
  line-height: 1.5;
}

.gmx-glass-builder-section + .projects {
  padding-top: 105px;
}

@media (max-width: 980px) {
  .gmx-glass-builder-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .gmx-glass-builder {
    grid-template-columns: 1fr;
  }

  .gmx-glass-builder__preview {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .gmx-glass-builder-section {
    padding: 70px 15px;
  }

  .gmx-glass-builder-heading h2 {
    font-size: 43px;
  }

  .gmx-glass-finish-grid {
    grid-template-columns: 1fr;
  }

  .gmx-glass-step {
    padding: 23px 18px;
  }

  .gmx-glass-preview-stage {
    min-height: 315px;
    padding: 30px 10px 32px;
  }

  .gmx-glass-preview-row {
    gap: 8px;
  }

  .gmx-glass-scale-scene {
    gap: 8px;
    min-height: 232px;
  }

  .gmx-glass-summary {
    padding: 19px;
  }

  .gmx-glass-choice-grid label {
    grid-template-columns: 20px 1fr;
  }

  .gmx-glass-choice-grid label > b {
    grid-column: 2;
  }

  .gmx-glass-summary__heading strong {
    font-size: 20px;
  }
}
