/* css/snippets/ideas-that-wait.css
   Snippet-specific layout for: Ideas That Wait
*/

.snippet--ideas-that-wait {
  --snippet-bg: url("../../img/snippets/ideas-that-wait.webp");
}

.snippet--ideas-that-wait .snippet-bg {
  background-position: center 28%;
  filter: brightness(0.86);
}

.snippet--ideas-that-wait .snippet-overlay {
  --half: clamp(130px, 12vmin, 250px);

  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.44) 0%,
    rgba(0,0,0,0.75) calc(50% - var(--half)),
    rgba(0,0,0,0.91) calc(50% - 54px),
    rgba(0,0,0,0.91) calc(50% + 54px),
    rgba(0,0,0,0.75) calc(50% + var(--half)),
    rgba(0,0,0,0.44) 100%
  );
}

.snippet--ideas-that-wait .snippet-text {
  text-align: center;
  max-width: 54ch;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.snippet--ideas-that-wait .snippet-poem p {
  line-height: 1.62;
  margin: 0 0 1.35rem;
}

.snippet--ideas-that-wait .snippet-signature {
  text-align: center;
}
