/* v448: editorial outcomes beneath What Luminous Creates. */
.home-creates-outcomes{
  width:min(900px,100%);
  margin:40px auto 34px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  border-top:1px solid rgba(239,200,108,.3);
  border-bottom:1px solid rgba(239,200,108,.3);
}
.home-creates-outcomes span{
  position:relative;
  padding:24px 28px 25px;
  border:0;
  border-right:1px solid rgba(239,200,108,.2);
  border-radius:0;
  background:none;
  color:#fff7df;
  font-family:var(--font-display,Georgia,serif);
  font-size:clamp(1.18rem,1.7vw,1.55rem);
  font-weight:500;
  line-height:1.25;
  letter-spacing:-.015em;
  text-align:left;
}
.home-creates-outcomes span:last-child{border-right:0}
.home-creates-outcomes span::before{
  display:block;
  margin-bottom:10px;
  color:#efc86c;
  font-family:var(--font-body,Arial,sans-serif);
  font-size:.62rem;
  font-weight:800;
  letter-spacing:.18em;
}
.home-creates-outcomes span:nth-child(1)::before{content:"01"}
.home-creates-outcomes span:nth-child(2)::before{content:"02"}
.home-creates-outcomes span:nth-child(3)::before{content:"03"}
@media(max-width:650px){
  .home-creates-outcomes{grid-template-columns:1fr;margin:30px 0}
  .home-creates-outcomes span{
    width:100%;
    padding:18px 4px;
    display:grid;
    grid-template-columns:42px 1fr;
    align-items:center;
    border-right:0;
    border-bottom:1px solid rgba(239,200,108,.18);
    text-align:left;
  }
  .home-creates-outcomes span:last-child{border-bottom:0}
  .home-creates-outcomes span::before{margin:0}
}
