.brand-icon-svg {
  width: 1.2rem;
  height: 1.2rem;
}

.front-brand-intro {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.front-brand-preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(251, 146, 60, 0.34);
  background: linear-gradient(145deg, rgba(255, 251, 235, 0.98) 0%, rgba(255, 237, 213, 0.92) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 14px 28px rgba(154, 52, 18, 0.12);
}

.front-brand-preview img {
  width: 3rem;
  height: 3rem;
}

.front-brand-caption {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(154, 52, 18, 0.62);
}

.front-brand-name {
  margin: 0.25rem 0 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #7c2d12;
}

.front-brand-reason {
  margin: 0.3rem 0 0;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(124, 45, 18, 0.82);
}

.front-brand-link {
  display: inline-flex;
  align-items: center;
  margin-top: 0.85rem;
  padding-bottom: 1px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #c2410c;
  border-bottom: 1px solid rgba(249, 115, 22, 0.3);
}

.front-brand-link:hover {
  color: #9a3412;
  border-bottom-color: rgba(194, 65, 12, 0.42);
}

.front-bright-section-note {
  margin-top: 0.35rem;
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(51, 65, 85, 0.72);
}

.front-bright-list-stack {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.front-bright-item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.front-bright-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.front-bright-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin-top: 0.7rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(51, 65, 85, 0.72);
}

@media (max-width: 640px) {
  .front-brand-preview {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 1.25rem;
  }

  .front-brand-preview img {
    width: 2.6rem;
    height: 2.6rem;
  }

  .front-bright-item-head {
    flex-direction: column;
  }
}
