/* Broader Crucible Interactive system language below the Studio section. */
.builds,
.workflow,
.updates,
footer {
  background-color: rgb(0, 1, 2);
  background-image: linear-gradient(rgba(99, 128, 143, 0.075) 1px, transparent 1px), linear-gradient(90deg, rgba(99, 128, 143, 0.075) 1px, transparent 1px);
  background-size: 46px 46px;
}

.build-intro {
  max-width: 720px;
  margin: 0 0 26px;
  color: #b7c0c6;
  font-size: 13px;
  line-height: 1.7;
}

.build-cards article,
.principles {
  background: linear-gradient(135deg, rgba(18, 27, 33, 0.9), rgba(3, 6, 8, 0.84));
  border-color: rgba(151, 166, 174, 0.36);
}

.build-cards .icon {
  color: #b7c1c7;
  border-color: #899aa4;
}

.updates {
  width: min(760px, calc(100% - 32px));
  margin: 34px auto 22px;
  padding: 14px 16px;
  grid-template-columns: 42px 1fr minmax(260px, 330px);
  gap: 13px;
  border-color: rgba(147, 165, 175, 0.48);
  background-color: #05080a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 10px 30px rgba(0, 0, 0, 0.23);
}

.updates .mail-icon {
  width: 38px;
  height: 38px;
  color: #b9c4ca;
  border-color: #7e909a;
  font-size: 16px;
}

.updates h2 {
  color: #dbe1e4;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.updates p {
  color: #8f9ca3;
  font-size: 11px;
}

.updates form {
  height: 38px;
  border-color: rgba(147, 165, 175, 0.48);
  background: #020405;
}

.updates-form {
  display: grid;
  gap: 6px;
}

.updates .subscribe-notice {
  margin: 0;
  color: #81939c;
  font-size: 9px;
  line-height: 1.35;
}

.subscribe-notice a {
  color: #b7c0c6;
}

.updates input {
  background: transparent;
  color: #dbe1e4;
  font-size: 12px;
}

.updates button {
  width: 112px;
  background: linear-gradient(90deg, #566872, #81939c);
  color: #071014;
  font-size: 11px;
}

@media (max-width: 820px) {
  .updates {
    width: calc(100% - 32px);
    grid-template-columns: 42px 1fr;
  }

  .updates-form {
    grid-column: 1 / -1;
  }
}
