.lc-toast-menu{
  --ink:#17120f;
  --paper:#fffaf0;
  --red:#bd1e2d;
  --gold:#c9942f;
  color:var(--ink);
  background:var(--paper);
  border:1px solid rgba(23,18,15,.14);
  border-radius:22px;
  padding:clamp(22px,4vw,52px);
  box-shadow:0 18px 50px rgba(25,15,8,.10);
  font-family:inherit;
}
.lc-toast-menu__eyebrow{
  margin-bottom:14px;
  color:var(--red);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.lc-toast-menu__tabs{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:0 0 18px;
  border-bottom:1px solid rgba(23,18,15,.14);
}
.lc-toast-menu__tab{
  appearance:none;
  border:1px solid var(--ink);
  border-radius:999px;
  background:transparent;
  color:var(--ink);
  cursor:pointer;
  font:inherit;
  font-weight:800;
  padding:10px 18px;
  white-space:nowrap;
}
.lc-toast-menu__tab.is-active{
  background:var(--ink);
  color:#fff;
}
.lc-toast-menu__panel{display:none;padding-top:28px}
.lc-toast-menu__panel.is-active{display:block}
.lc-toast-menu__intro{max-width:760px;font-size:1.05rem}
.lc-toast-menu__group{margin:0 0 42px}
.lc-toast-menu__group-heading{margin-bottom:18px}
.lc-toast-menu__group-heading h3{
  margin:0;
  font-size:clamp(1.55rem,3vw,2.3rem);
  line-height:1;
  text-transform:uppercase;
}
.lc-toast-menu__group-heading p{margin:.5rem 0 0;opacity:.72}
.lc-toast-menu__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 32px;
}
.lc-toast-menu__item{
  display:flex;
  gap:15px;
  align-items:flex-start;
  padding:18px 0;
  border-bottom:1px dashed rgba(23,18,15,.24);
}
.lc-toast-menu__item img{
  width:86px;
  aspect-ratio:1;
  border-radius:14px;
  object-fit:cover;
}
.lc-toast-menu__item-copy{flex:1;min-width:0}
.lc-toast-menu__item-line{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:18px;
}
.lc-toast-menu__item h4{margin:0;font-size:1.08rem}
.lc-toast-menu__item-line span{color:var(--red);font-weight:900;white-space:nowrap}
.lc-toast-menu__item p{margin:.45rem 0 0;opacity:.72;font-size:.94rem;line-height:1.45}
.lc-toast-menu__note{margin:20px 0 0;font-size:.78rem;opacity:.58}
.lc-toast-menu__loading,.lc-toast-menu__error{text-align:center;padding:40px 10px}
.lc-toast-menu__error{color:var(--red)}
@media(max-width:720px){
  .lc-toast-menu__grid{grid-template-columns:1fr}
  .lc-toast-menu{border-radius:16px;padding:22px 18px}
}

.lc-toast-menu__thumb{
  flex:0 0 96px;
  width:96px;
  height:76px;
  overflow:hidden;
  border-radius:12px;
  background:rgba(23,18,15,.07);
}
.lc-toast-menu__thumb img{
  width:100%;
  height:100%;
  aspect-ratio:auto;
  display:block;
  object-fit:cover;
  border-radius:0;
}
@media(max-width:520px){
  .lc-toast-menu__thumb{
    flex-basis:76px;
    width:76px;
    height:68px;
  }
}

.lc-toast-menu__image-debug{
  display:block;
  margin-top:8px;
  padding:6px 8px;
  border-radius:6px;
  background:rgba(23,18,15,.06);
  font-size:11px;
  line-height:1.35;
  overflow-wrap:anywhere;
}

.lc-toast-menu__filter-debug{
  margin:0 0 14px;
  padding:9px 12px;
  border:1px solid rgba(23,18,15,.16);
  border-radius:8px;
  background:rgba(23,18,15,.04);
  font-size:12px;
  font-weight:700;
}
