.tal-lbw,
.tal-lbw * { box-sizing: border-box; }

.tal-lbw {
  --tal-red: #e21b1b;
  --tal-ink: #222222;
  --tal-muted: #7d7d7d;
  width: 100%;
  background: #fafafa;
  color: var(--tal-ink);
  font-family: inherit;
  padding: clamp(52px, 6vw, 92px) 20px;
}

.tal-lbw-shell { width: min(100%, 1500px); margin: 0 auto; }

.tal-lbw-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: clamp(34px, 4vw, 54px);
}

.tal-lbw-kicker {
  color: var(--tal-red);
  font-size: clamp(18px, 1.5vw, 26px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px;
}

.tal-lbw-heading {
  color: var(--tal-ink);
  font-size: clamp(38px, 4.6vw, 72px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0;
}

.tal-lbw-heading span { color: var(--tal-red); }

.tal-lbw-all {
  align-items: center;
  border: 2px solid var(--tal-red);
  border-radius: 999px;
  color: var(--tal-red) !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: clamp(16px, 1.3vw, 22px);
  font-weight: 700;
  gap: 18px;
  justify-content: center;
  line-height: 1;
  min-height: 64px;
  padding: 18px 36px;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.tal-lbw-all:hover,
.tal-lbw-all:focus-visible { background: var(--tal-red); color: #fff !important; transform: translateY(-2px); }
.tal-lbw-all span { font-size: 1.35em; font-weight: 400; }

.tal-lbw-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(420px, .82fr);
  gap: clamp(36px, 4vw, 66px);
  align-items: stretch;
}

.tal-lbw-featured {
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(0,0,0,.08);
  min-height: clamp(500px, 43vw, 660px);
  overflow: hidden;
  position: relative;
}

.tal-lbw-featured-link { color: #fff !important; display: block; height: 100%; min-height: inherit; text-decoration: none !important; }
.tal-lbw-featured-image { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .45s ease; width: 100%; }
.tal-lbw-featured:hover .tal-lbw-featured-image { transform: scale(1.025); }
.tal-lbw-overlay { background: linear-gradient(180deg, rgba(0,0,0,.05) 20%, rgba(0,0,0,.80) 100%); inset: 0; position: absolute; }

.tal-lbw-featured-copy {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: clamp(28px, 3.2vw, 52px);
  position: absolute;
  right: 0;
  z-index: 2;
}

.tal-lbw-category {
  align-self: flex-start;
  background: var(--tal-red);
  border-radius: 999px;
  color: #fff;
  font-size: clamp(14px, 1.15vw, 20px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 28px;
  padding: 15px 30px;
}

.tal-lbw-featured-title {
  color: #fff;
  display: block;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.15;
  margin-bottom: 12px;
  max-width: 930px;
}

.tal-lbw-excerpt { color: rgba(255,255,255,.92); font-size: clamp(16px, 1.35vw, 23px); line-height: 1.45; margin-bottom: 20px; max-width: 900px; }
.tal-lbw-meta { align-items: center; color: var(--tal-muted); display: flex; flex-wrap: wrap; font-size: clamp(14px, 1.15vw, 19px); gap: 8px; line-height: 1.4; }
.tal-lbw-meta-light { color: rgba(255,255,255,.94); gap: 18px; }
.tal-lbw-read-time { align-items: center; display: inline-flex; gap: 8px; }
.tal-lbw-read-time svg { fill: none; height: 20px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 20px; }

.tal-lbw-list { display: grid; gap: clamp(22px, 2.2vw, 34px); grid-template-rows: repeat(3, minmax(0, 1fr)); }
.tal-lbw-item {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0,0,0,.025);
  border-radius: 22px;
  box-shadow: 0 9px 28px rgba(0,0,0,.035);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(145px, 38%) 1fr;
  overflow: hidden;
  padding: 16px;
  transition: box-shadow .2s ease, transform .2s ease;
}

.tal-lbw-item:hover { box-shadow: 0 15px 34px rgba(0,0,0,.08); transform: translateY(-2px); }
.tal-lbw-item-image-link { align-self: stretch; border-radius: 16px; display: block; min-height: 150px; overflow: hidden; }
.tal-lbw-item-image { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.tal-lbw-item:hover .tal-lbw-item-image { transform: scale(1.035); }
.tal-lbw-item-copy { min-width: 0; padding: 8px 16px 8px 0; }
.tal-lbw-item-title { font-size: clamp(20px, 1.55vw, 27px); font-weight: 750; letter-spacing: -.02em; line-height: 1.3; margin: 0 0 18px; }
.tal-lbw-item-title a { color: var(--tal-ink) !important; text-decoration: none !important; }
.tal-lbw-item-title a:hover,
.tal-lbw-item-title a:focus-visible { color: var(--tal-red) !important; }
.tal-lbw-empty { background: #fff; border-radius: 16px; padding: 36px; text-align: center; }

@media (max-width: 1100px) {
  .tal-lbw-grid { grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 30px; }
  .tal-lbw-item { gap: 17px; grid-template-columns: 130px 1fr; }
  .tal-lbw-item-image-link { min-height: 125px; }
  .tal-lbw-item-copy { padding-right: 4px; }
}

@media (max-width: 860px) {
  .tal-lbw-grid { grid-template-columns: 1fr; }
  .tal-lbw-featured { min-height: 570px; }
  .tal-lbw-list { grid-template-rows: none; }
  .tal-lbw-item { grid-template-columns: minmax(145px, 31%) 1fr; }
  .tal-lbw-item-image-link { min-height: 145px; }
}

@media (max-width: 620px) {
  .tal-lbw { padding-left: 16px; padding-right: 16px; }
  .tal-lbw-header { align-items: flex-start; flex-direction: column; }
  .tal-lbw-all { min-height: 54px; padding: 15px 26px; }
  .tal-lbw-featured { min-height: 520px; }
  .tal-lbw-featured-copy { padding: 24px; }
  .tal-lbw-category { margin-bottom: 18px; padding: 12px 21px; }
  .tal-lbw-excerpt { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .tal-lbw-item { align-items: stretch; grid-template-columns: 118px 1fr; padding: 10px; }
  .tal-lbw-item-image-link { border-radius: 12px; min-height: 118px; }
  .tal-lbw-item-copy { align-self: center; padding: 4px 0; }
  .tal-lbw-item-title { font-size: 17px; margin-bottom: 10px; }
  .tal-lbw-meta { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .tal-lbw *, .tal-lbw *::before, .tal-lbw *::after { scroll-behavior: auto !important; transition: none !important; }
}

