.bt-title-accent{color:#ff6b18;}
.bt-ideas-inspiration{
  margin-top:0!important;
  margin-bottom:0!important;
  padding-top:0!important;
  padding-bottom:6px;
}
.bt-ideas-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:14px;
}
.bt-ideas-title-wrap h2{
  margin:0;
  color:#171717;
  font-size:28px;
  line-height:1.08;
  letter-spacing:-.03em;
  font-weight:900;
}
.bt-ideas-title-wrap h2 span{color:#ff6b18;}
.bt-ideas-title-wrap p{
  margin:6px 0 0;
  color:#6d6a68;
  font-size:13px;
  line-height:1.4;
}
.bt-ideas-more{
  flex:0 0 auto;
  margin-top:4px;
  color:#ff6b18;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
}
.bt-ideas-more span{margin-left:4px;}
.bt-ideas-row{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}
.bt-idea-item{min-width:0;}
.bt-idea-card{
  display:block;
  text-decoration:none;
  color:inherit;
}
.bt-idea-media{
  position:relative;
  overflow:hidden;
  border-radius:14px;
  background:#191919;
  aspect-ratio:1.18 / 1;
  box-shadow:0 12px 24px rgba(16,16,16,.08);
  isolation:isolate;
}
.bt-idea-media::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:58%;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.20) 35%,rgba(0,0,0,.78) 100%);
  pointer-events:none;
  z-index:1;
}
.bt-idea-media img,
.bt-idea-placeholder{
  width:100%;
  height:100%;
  display:block;
}
.bt-idea-media img{object-fit:cover;transform:scale(1.01);}
.bt-idea-placeholder{
  display:none;
  place-items:center;
  padding:18px;
  background:linear-gradient(135deg,#2f2f2f,#161616);
  color:#fff;
  font-weight:800;
  text-align:center;
}
.bt-idea-media:not(.has-image) .bt-idea-placeholder,
.bt-idea-media.is-broken .bt-idea-placeholder{display:grid;}
.bt-idea-overlay{
  position:absolute;
  inset:auto 12px 12px;
  z-index:2;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
}
.bt-idea-copy{
  min-width:0;
  color:#fff;
}
.bt-idea-copy strong{
  display:block;
  font-size:13px;
  line-height:1.18;
  font-weight:800;
  text-shadow:0 2px 10px rgba(0,0,0,.35);
}
.bt-idea-copy span{
  display:block;
  margin-top:2px;
  font-size:11px;
  line-height:1.25;
  color:rgba(255,255,255,.92);
  text-shadow:0 2px 10px rgba(0,0,0,.35);
}
.bt-idea-arrow{
  flex:0 0 30px;
  width:30px;
  height:30px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#111827;
  display:grid;
  place-items:center;
  box-shadow:0 8px 18px rgba(0,0,0,.16);
  transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease;
}
.bt-idea-arrow svg{
  width:11px;
  height:11px;
  display:block;
}
.bt-idea-card:hover .bt-idea-arrow,
.bt-idea-card:focus-visible .bt-idea-arrow{
  transform:translateX(2px);
  background:#fff;
  box-shadow:0 10px 22px rgba(0,0,0,.18);
}
@media (max-width: 1280px){
  .bt-ideas-row{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width: 760px){
  .bt-ideas-inspiration{margin-top:0!important;}
  .bt-ideas-head{flex-direction:column;gap:8px;}
  .bt-ideas-row{
    display:flex;
    gap:12px;
    overflow-x:auto;
    padding-bottom:6px;
    scroll-snap-type:x proximity;
  }
  .bt-idea-item{flex:0 0 min(72vw,240px);scroll-snap-align:start;}
  .bt-ideas-title-wrap h2{font-size:24px;}
}
