.art-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
  gap: 14px;
}

.art-profile-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.art-profile-cta {
  margin-top: auto;
  padding-top: 18px;
  color: var(--accent-2);
  font: 700 .74rem Consolas, "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.art-feature {
  padding: 0;
  overflow: hidden;
}

.sketchfab-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #050706;
  border-bottom: 1px solid #28352b;
}

.sketchfab-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.art-feature-copy {
  padding: 20px;
}

.art-feature-copy h3 {
  margin-bottom: 8px;
  font-size: 1.18rem;
}

.art-workflow .panel {
  min-height: 190px;
}

.art-more {
  background:
    linear-gradient(145deg, rgba(70,94,52,.18), transparent 52%),
    linear-gradient(180deg, #121914, #0a0f0b);
}

@media (max-width: 760px) {
  .art-intro-grid {
    grid-template-columns: 1fr;
  }

  .sketchfab-frame {
    aspect-ratio: 4 / 3;
  }
}
