.gotcha-subtitle {
  max-width: calc(760 / 1728 * 100vw);
  margin: calc(20 / 1728 * 100vw) 0 0;
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-size: calc(28 / 1728 * 100vw);
  line-height: 120%;
}


.gotcha-hero-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: calc(50 / 1728 * 100vw);
  overflow: hidden;
}

.gotcha-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gotcha-hero-support {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(22 / 1728 * 100vw);
  margin-top: calc(28 / 1728 * 100vw);
}

.gotcha-hero-support .media-placeholder {
  aspect-ratio: 4 / 3;
}

.gotcha-facts {
  grid-template-columns: 1.8fr 1.2fr 1fr 0.5fr;
}

.gotcha-eyebrow {
  margin-bottom: calc(18 / 1728 * 100vw) !important;
  font-family: 'Arial Narrow', Arial, sans-serif !important;
  font-size: calc(15 / 1728 * 100vw) !important;
  color: #8a8a8a;
}

.gotcha-transformation,
.gotcha-randomness-map,
.gotcha-journey,
.gotcha-step-gallery,
.gotcha-prompt-rule,
.gotcha-character-grid,
.gotcha-prompt-examples,
.gotcha-response-comparison,
.gotcha-palette,
.gotcha-visual-grid,
.gotcha-outcome-gallery,
.gotcha-summary-flow,
.gotcha-outcome {
  grid-column: 2;
}

.gotcha-transformation,
.gotcha-prompt-rule,
.gotcha-summary-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(65 / 1728 * 100vw);
  padding: calc(25 / 1728 * 100vw) 0;
  border-top: 0.3px solid #000;
  border-bottom: 0.3px solid #000;
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-size: calc(21 / 1728 * 100vw);
}

.gotcha-transformation b,
.gotcha-prompt-rule b,
.gotcha-summary-flow b {
  font-weight: 400;
  color: #8a8a8a;
}

.gotcha-randomness-map,
.gotcha-response-comparison {
  width: 100%;
  aspect-ratio: 16 / 6;
  margin-top: calc(28 / 1728 * 100vw);
}

.gotcha-journey {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: calc(65 / 1728 * 100vw) 0 0;
  padding: 0;
  border-top: 0.3px solid #000;
  border-bottom: 0.3px solid #000;
  list-style: none;
}

.gotcha-journey li {
  min-height: calc(175 / 1728 * 100vw);
  padding: calc(20 / 1728 * 100vw);
  font-family: 'Arial Narrow', Arial, sans-serif;
}

.gotcha-journey li:not(:last-child) {
  border-right: 0.3px solid #cfcfcf;
}

.gotcha-journey span,
.gotcha-journey strong {
  display: block;
}

.gotcha-journey span {
  margin-bottom: calc(20 / 1728 * 100vw);
  font-size: calc(13 / 1728 * 100vw);
  color: #8a8a8a;
}

.gotcha-journey strong {
  margin-bottom: calc(11 / 1728 * 100vw);
  font-size: calc(21 / 1728 * 100vw);
  font-weight: 400;
}

.gotcha-journey p {
  margin: 0;
  font-family: 'DINish', Arial, sans-serif;
  font-size: calc(14 / 1728 * 100vw);
  line-height: 145%;
}

.gotcha-step-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: calc(14 / 1728 * 100vw);
  margin-top: calc(28 / 1728 * 100vw);
}

.gotcha-step-gallery .media-placeholder {
  aspect-ratio: 3 / 4;
}

.gotcha-character-grid,
.gotcha-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(22 / 1728 * 100vw);
  margin-top: calc(65 / 1728 * 100vw);
}

.gotcha-character-grid .media-placeholder,
.gotcha-visual-grid .media-placeholder {
  aspect-ratio: 1;
}

.gotcha-prompt-examples {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(22 / 1728 * 100vw);
  margin-top: calc(28 / 1728 * 100vw);
}

.gotcha-prompt-examples .media-placeholder {
  aspect-ratio: 4 / 3;
}

.gotcha-palette {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: calc(14 / 1728 * 100vw);
  margin-top: calc(65 / 1728 * 100vw);
}

.gotcha-palette span {
  aspect-ratio: 1;
  border: 0.3px solid #cfcfcf;
}

.gotcha-palette span:nth-child(1) { background: #1c3440; }
.gotcha-palette span:nth-child(2) { background: #f2d62e; }
.gotcha-palette span:nth-child(3) { background: #f06b46; }
.gotcha-palette span:nth-child(4) { background: #60b8a9; }
.gotcha-palette span:nth-child(5) { background: #f1eee5; }

.gotcha-outcome-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(28 / 1728 * 100vw);
  margin-top: calc(75 / 1728 * 100vw);
}

.gotcha-outcome-gallery .media-placeholder {
  aspect-ratio: 4 / 3;
}

.gotcha-outcome {
  margin: calc(80 / 1728 * 100vw) 0 0;
  padding: calc(34 / 1728 * 100vw) 0 0;
  border-top: 0.3px solid #000;
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-size: calc(30 / 1728 * 100vw);
  line-height: 125%;
}

@media (max-width: 800px) {
  .gotcha-journey,
  .gotcha-step-gallery {
    grid-template-columns: 1fr;
  }
}
