/* Brand landing — Tin tức dưới #san-pham (Owl 3 item) */
.mc-brand-news {
  --mc-news-bg: #fff7f9;
  --mc-news-text: #6b4a55;
  --mc-news-title: #850e35;
  --mc-news-accent: #850e35;
  --mc-news-coral: #ff9a86;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 56px 0 70px;
  background:
    radial-gradient(90% 70% at 50% -10%, rgba(133, 14, 53, 0.07), transparent 58%),
    var(--mc-news-bg);
  overflow: hidden;
}

.mc-brand-news__inner {
  width: min(100% - 34px, 1200px);
  margin: 0 auto;
}

.mc-brand-news__title {
  margin: 0 0 14px;
  color: var(--mc-news-title);
  font-family: Tinos, "Cormorant Upright", serif;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.mc-brand-news__desc {
  max-width: 720px;
  margin: 0 auto 36px;
  color: var(--mc-news-text);
  font-family: Tinos, serif;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.mc-brand-news__carousel {
  margin: 0 0 36px;
}

/* Nằm dưới khối sản phẩm */
.mc-brand-news--after-products {
  margin: 0;
  padding: 48px 0 56px;
}

.mc-brand-news--after-products .mc-brand-news__carousel {
  margin-bottom: 28px;
}

.mc-brand-news__carousel.owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.mc-brand-news__carousel .owl-item {
  min-height: 1px;
  text-align: left;
}

.mc-brand-news__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  text-align: left;
}

.mc-brand-news__media {
  display: block;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0;
  outline: none;
  background: transparent;
  box-shadow: none !important;
  aspect-ratio: 4 / 3;
}

.mc-brand-news__img,
.mc-brand-news__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0 !important;
  box-shadow: none !important;
  outline: none;
  transition: transform 0.35s ease;
}

.mc-brand-news__card:hover .mc-brand-news__img,
.mc-brand-news__card:hover .mc-brand-news__media img {
  transform: scale(1.04);
}

.mc-brand-news__card-title {
  margin: 16px 0 8px;
  font-family: Tinos, "Cormorant Upright", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--mc-news-title);
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mc-brand-news__card-title a {
  color: inherit;
  text-decoration: none;
}

.mc-brand-news__card-title a:hover {
  color: #5a0924;
}

.mc-brand-news__excerpt {
  margin: 0;
  color: var(--mc-news-text);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mc-brand-news__actions {
  display: flex;
  justify-content: center;
}

.mc-brand-news__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 44px;
  padding: 0 28px;
  border-radius: 24px;
  border: 1px solid #850e35;
  background: #850e35;
  color: #fff !important;
  font-family: Tinos, serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(133, 14, 53, 0.22);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mc-brand-news__more:hover {
  background: #fff;
  color: #850e35 !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(133, 14, 53, 0.18);
}

/* Owl nav / dots — brand */
.mc-brand-news__carousel .owl-nav {
  position: absolute;
  inset: 0;
  pointer-events: none;
  margin: 0;
}

.mc-brand-news__carousel .owl-nav button.owl-prev,
.mc-brand-news__carousel .owl-nav button.owl-next {
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #850e35 !important;
  color: #fff;
  box-shadow: 0 8px 18px rgba(133, 14, 53, 0.28);
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.92;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mc-brand-news__carousel .owl-nav button.owl-prev {
  left: -8px;
}

.mc-brand-news__carousel .owl-nav button.owl-next {
  right: -8px;
}

.mc-brand-news__carousel .owl-nav button:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.04);
}

.mc-brand-news__carousel .owl-nav button span {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.mc-brand-news__carousel .owl-nav button.owl-prev span {
  transform: rotate(-135deg);
  margin-left: 3px;
}

.mc-brand-news__carousel .owl-nav button.owl-next span {
  transform: rotate(45deg);
  margin-right: 3px;
}

.mc-brand-news__carousel .owl-dots {
  margin-top: 18px;
  text-align: center;
}

.mc-brand-news__carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  background: rgba(133, 14, 53, 0.28);
  transition: background 0.2s ease, transform 0.2s ease;
}

.mc-brand-news__carousel .owl-dots .owl-dot.active span,
.mc-brand-news__carousel .owl-dots .owl-dot:hover span {
  background: #850e35;
  transform: scale(1.15);
}

@media (max-width: 1100px) {
  .mc-brand-news__carousel .owl-nav button.owl-prev {
    left: 0;
  }

  .mc-brand-news__carousel .owl-nav button.owl-next {
    right: 0;
  }
}

@media (max-width: 900px) {
  .mc-brand-news {
    padding: 44px 0 56px;
  }

  .mc-brand-news__desc {
    margin-bottom: 28px;
    font-size: 15px;
  }

  .mc-brand-news__carousel {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Single / archive tin tức */
.mc-news-single,
.mc-news-archive {
  background: #fff7f9;
  padding: 40px 0 0;
}

.mc-news-single__inner,
.mc-news-archive__inner {
  width: min(100% - 34px, 860px);
  margin: 0 auto;
  padding-bottom: 48px;
}

.mc-news-archive__inner {
  width: min(100% - 34px, 1200px);
  padding-bottom: 72px;
}

.mc-news-single__meta,
.mc-news-archive__desc {
  margin: 0 0 10px;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.mc-news-single__title,
.mc-news-archive__title {
  margin: 0 0 24px;
  color: #850e35;
  font-family: Tinos, serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.25;
}

.mc-news-archive__header {
  margin-bottom: 32px;
  text-align: center;
}

.mc-news-single__thumb {
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: 12px;
}

.mc-news-single__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.mc-news-single__content {
  color: #4a4a4a;
  font-family: Tinos, serif;
  font-size: 18px;
  line-height: 1.75;
}

.mc-news-archive__pager {
  margin-top: 36px;
  text-align: center;
}

.mc-news-archive__empty {
  text-align: center;
  color: #666;
}

/* Archive grid (không dùng Owl) */
.mc-news-archive__grid.mc-brand-news__grid,
.mc-brand-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}

@media (max-width: 900px) {
  .mc-news-archive__grid.mc-brand-news__grid,
  .mc-brand-news__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Related under single */
.mc-related-news.mc-brand-news {
  margin-top: 0;
  padding-top: 48px;
  padding-bottom: 70px;
  background:
    radial-gradient(90% 70% at 50% -10%, rgba(133, 14, 53, 0.07), transparent 58%),
    #fff7f9;
}
