/* Specials & News — corporate, clean, enticing */

.bbt-updates{
  padding: 26px 0 56px;
}

.bbt-updates__header{
  margin-bottom: 18px;
}

.bbt-updates__header h1{
  margin: 0 0 6px;
  font-size: 32px;
  letter-spacing: -0.3px;
}

.bbt-updates__lead{
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.55;
}

/* Hero */
.bbt-hero-special{
  margin: 18px 0 18px;
}

.bbt-hero-special__card{
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
}

.bbt-hero-special__media{
  position: relative;
  min-height: 260px;
  background: #f3f4f6;
}

.bbt-hero-special__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bbt-hero-special__placeholder{
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 20% 20%, rgba(37,99,235,0.18), transparent 55%),
    radial-gradient(circle at 80% 10%, rgba(237,0,0,0.12), transparent 60%),
    linear-gradient(180deg, #f3f4f6, #e5e7eb);
}

.bbt-hero-special__badge{
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #0f172a;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(15, 23, 42, 0.10);
  backdrop-filter: blur(6px);
}

.bbt-hero-special__body{
  padding: 18px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bbt-hero-special__meta{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.bbt-hero-special__body h2{
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.2px;
  color: #0f172a;
}

.bbt-hero-special__text{
  margin: 0;
  color: #374151;
  line-height: 1.55;
}

.bbt-hero-special__actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 2px;
}

.bbt-hero-special__fine{
  margin-top: 2px;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.45;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  padding-top: 10px;
}

.bbt-hero-special__empty{
  border-radius: 20px;
  padding: 18px;
  background: #ffffff;
  border: 1px dashed rgba(15, 23, 42, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.bbt-hero-special__emptytitle{
  font-weight: 900;
  color: #0f172a;
}

.bbt-hero-special__emptytext{
  color: #6b7280;
  margin-top: 2px;
  font-size: 14px;
}

/* Controls */
.bbt-updates__controls{
  margin: 18px 0 14px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.bbt-filter{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.bbt-filter__btn{
  border: 1px solid rgba(15, 23, 42, 0.16);
  background: #ffffff;
  color: #0f172a;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
}

.bbt-filter__btn.is-active{
  border-color: rgba(37,99,235,0.55);
  box-shadow: 0 0 0 2px rgba(37,99,235,0.14);
}

.bbt-search input{
  width: min(320px, 88vw);
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
}

.bbt-search input:focus{
  border-color: rgba(37,99,235,0.65);
  box-shadow: 0 0 0 2px rgba(37,99,235,0.14);
}

/* Feed */
.bbt-updates__feed{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;                 /* more vertical spacing */
  margin-top: 12px;
}

/* =========================================================
   UPDATE CARD (FIXED)
   Square image left, content right; no “blank right” space
   ========================================================= */

.update-card{
  width: 100%;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);

  display: grid;
  grid-template-columns: 140px 1fr; /* left thumb + body */
  align-items: stretch;

  transition: transform .15s ease, box-shadow .15s ease;
}

.update-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.update-card__thumb{
  background: #f3f4f6;
  width: 140px;
  aspect-ratio: 1 / 1; /* square */
  overflow: hidden;
}

.update-card__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.update-card__body{
  padding: 16px 18px;
  min-width: 0; /* prevents “blank right” caused by overflow sizing */
}

.update-card__top{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.update-card__title{
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.15px;
  color: #0f172a;
}

.update-card__excerpt{
  margin: 0 0 10px;
  color: #4b5563;
  line-height: 1.55;
  font-size: 14px;
}

.update-card__actions{
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.update-card__details{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.update-card__content{
  color: #374151;
  line-height: 1.6;
  font-size: 14px;
}

/* Empty state */
.bbt-updates__empty{
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px dashed rgba(15, 23, 42, 0.18);
  color: #6b7280;
}

/* Pills + meta */
.pill{
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .35px;
  text-transform: uppercase;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255,255,255,0.92);
}

.pill--special{
  border-color: rgba(237,0,0,0.22);
  box-shadow: 0 0 0 2px rgba(237,0,0,0.08);
}

.pill--news{
  border-color: rgba(37,99,235,0.22);
  box-shadow: 0 0 0 2px rgba(37,99,235,0.08);
}

.pill--event{
  border-color: rgba(16,185,129,0.22);
  box-shadow: 0 0 0 2px rgba(16,185,129,0.08);
}

.pill--range{
  border-color: rgba(15, 23, 42, 0.12);
}

.meta{
  font-size: 12px;
  color: #6b7280;
}

/* Buttons / links */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 900;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn--primary{
  background: #0f172a;
  color: #ffffff;
}

.btn--primary:hover{
  opacity: 0.92;
}

.btn--ghost{
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.16);
  color: #0f172a;
}

.btn--ghost:hover{
  background: #f9fafb;
}

.link{
  color: #2563eb;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(37,99,235,0.22);
  padding-bottom: 1px;
}

.link:hover{
  border-bottom-color: rgba(37,99,235,0.65);
}

.link-btn{
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 980px){
  .bbt-hero-special__card{
    grid-template-columns: 1fr;
  }
  .bbt-hero-special__media{
    min-height: 220px;
  }
}

@media (max-width: 720px){
  .update-card{
    grid-template-columns: 1fr;
  }
  .update-card__thumb{
    width: 100%;
    aspect-ratio: 16 / 9; /* easier for mobile */
  }
  .update-card__body{
    padding: 16px;
  }
}
