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


.short-visual-hero {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: calc(50 / 1728 * 100vw);
  overflow: hidden;
  background: #e6e6e6;
}

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

.short-visual-hero--poster {
  aspect-ratio: 4 / 5;
  background: #f1f1f1;
}

.short-visual-hero--poster img {
  object-fit: contain;
}

.short-visual-support {
  display: grid;
  gap: calc(28 / 1728 * 100vw);
  margin-top: calc(28 / 1728 * 100vw);
}

.short-visual-support--two {
  grid-template-columns: repeat(2, 1fr);
}

.short-visual-support .media-placeholder {
  aspect-ratio: 4 / 3;
}

.short-visual-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;
}

.short-concept-equation,
.short-visual-grid,
.short-visual-feature,
.ecolens-palette,
.short-editorial-grid,
.love-palette,
.love-detail-grid {
  grid-column: 2;
}

.short-concept-equation {
  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(22 / 1728 * 100vw);
}

.short-concept-equation b {
  font-weight: 400;
  color: #8a8a8a;
}

.short-visual-grid {
  display: grid;
  gap: calc(28 / 1728 * 100vw);
  margin-top: calc(65 / 1728 * 100vw);
}

.short-visual-grid--two {
  grid-template-columns: repeat(2, 1fr);
}

.short-visual-grid .media-placeholder {
  aspect-ratio: 4 / 3;
}

.short-visual-feature {
  width: 100%;
  aspect-ratio: 16 / 8;
  margin-top: calc(75 / 1728 * 100vw);
}

.ecolens-palette,
.love-palette {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(14 / 1728 * 100vw);
  margin-top: calc(28 / 1728 * 100vw);
}

.ecolens-palette span,
.love-palette span {
  height: calc(105 / 1728 * 100vw);
  border: 0.3px solid #cfcfcf;
}

.ecolens-palette span:nth-child(1) { background: #050505; }
.ecolens-palette span:nth-child(2) { background: #fff; }
.ecolens-palette span:nth-child(3) { background: #b7ff00; }

.love-palette span:nth-child(1) { background: #bce6d1; }
.love-palette span:nth-child(2) { background: #ff3f9b; }
.love-palette span:nth-child(3) { background: #f4eee6; }

.short-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(22 / 1728 * 100vw);
  margin-top: calc(75 / 1728 * 100vw);
}

.short-editorial-grid .media-placeholder {
  aspect-ratio: 3 / 4;
}

.love-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(22 / 1728 * 100vw);
  margin-top: calc(75 / 1728 * 100vw);
}

.love-detail-grid .media-placeholder {
  aspect-ratio: 1;
}

@media (max-width: 800px) {
  .short-editorial-grid,
  .love-detail-grid {
    grid-template-columns: 1fr;
  }
}
