/* === ZAIV News Layout === */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
body { font-family: 'Roboto', sans-serif; background: #fff; color: #111; -webkit-font-smoothing: antialiased; margin: 0; }

/* Header */
header { border-bottom: none !important; background: #fff !important; padding: 18px 0 14px !important; }
header .zetta-container { max-width: 1100px !important; padding-left: 12px !important; padding-right: 12px !important; padding-bottom: 14px !important; }
header .zetta-container::after { content: ""; display: block; height: 3px; background: #999; margin-top: 14px; }
/* Stack logo + nav vertically (desktop); logo centered, nav below */
@media (min-width: 992px) {
    header .zetta-container > .d-flex.justify-content-between.align-items-center {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 14px !important;
    }
}
/* Mobile: logo left, hamburger right (default Bootstrap row layout) */
@media (max-width: 991.98px) {
    header .zetta-container > .d-flex.justify-content-between.align-items-center {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
}
header .fs-4 { font-size: 1.8rem !important; font-weight: 900 !important; color: var(--color-primary) !important; font-style: italic; letter-spacing: -0.02em; }
header nav.d-lg-flex { justify-content: center !important; gap: 32px !important; }
header nav.d-lg-flex a { font-size: 1.5rem !important; font-weight: 700 !important; letter-spacing: 0.08em !important; text-transform: uppercase; color: #222 !important; }
header nav.d-lg-flex a:hover { color: var(--color-primary) !important; }
header img { height: 96px !important; width: auto !important; }

/* Container */
.container { max-width: 1100px !important; }

/* Section head */
.zv-section-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; border-bottom: 2px solid #111; margin-bottom: 16px; }
h2.fw-bold { font-size: 1rem !important; font-weight: 900 !important; letter-spacing: 0.02em; text-transform: uppercase; color: #111 !important; border: none !important; padding: 0 !important; margin: 0 !important; }
.zs-more-link { font-size: 0.72rem; color: #888; text-decoration: none; }
.zs-more-link:hover { color: var(--color-primary); }

/* Hero swiper */
.swiper { border-radius: 0; }
.swiper-slide img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.swiper-button-next, .swiper-button-prev { width: 32px !important; height: 32px !important; background: rgba(0,0,0,0.4) !important; border-radius: 50%; }
.swiper-button-next::after, .swiper-button-prev::after { font-size: 12px !important; color: #fff !important; }
.swiper-pagination-bullet-active { background: var(--color-primary) !important; }

/* Cards */
.card, .card.border-0 { border: none !important; background: transparent !important; border-radius: 0 !important; }
.card-img-top, .card img, .img-h-base { border-radius: 0 !important; aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.card:hover img { opacity: 0.88; }
.card-body { padding: 8px 0 !important; }
.card-title, h5.card-title, h6.card-title { font-weight: 700 !important; font-size: 1rem !important; line-height: 1.4 !important; color: #111 !important; margin: 6px 0 4px !important; }
.badge { border-radius: 2px !important; font-weight: 700 !important; font-size: 0.6rem !important; letter-spacing: 0.06em !important; text-transform: uppercase; padding: 3px 7px !important; }
.text-muted { color: #999 !important; font-size: 0.68rem !important; }

/* List layout (sidebar) — thumbnail + text horizontal */
.col-lg-5 .row { flex-direction: column !important; gap: 0 !important; }
.col-lg-5 [class*='col-'] { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }
.col-lg-5 .card { display: flex !important; flex-direction: row !important; gap: 14px; padding: 12px 0 !important; border-bottom: 1px solid #f0f0f0 !important; align-items: flex-start; }
.col-lg-5 .card .card-img-top, .col-lg-5 .card .img-h-base { width: 110px !important; min-width: 110px !important; height: 75px !important; aspect-ratio: auto !important; flex-shrink: 0; }
.col-lg-5 .card .card-body { padding: 0 !important; flex: 1; }
.col-lg-5 .card-title { font-size: 0.82rem !important; margin: 0 0 4px !important; }
.col-lg-5 .badge { font-size: 0.55rem !important; margin-bottom: 4px; }
.col-lg-5 .card:last-child { border-bottom: none !important; }

/* EXCLUSIVE + FASHION — side by side 50/50 */
.col-lg-6 .card-title { font-size: 0.8rem !important; }
.col-lg-6 .card-img-top { aspect-ratio: 4/3; }

/* ARTIST section */
.zv-artist-section { border: 1px solid #e5e5e5; padding: 20px; margin-bottom: 20px; }
.zv-artist-section h2 { text-align: left; }
.zv-artist-section .card-img-top { aspect-ratio: 1/1 !important; border-radius: 50% !important; width: 80px !important; height: 80px !important; margin: 0 auto; }
.zv-artist-section .card { text-align: center; }
.zv-artist-section .card-title { font-size: 0.75rem !important; }
.zv-artist-section .badge, .zv-artist-section .text-muted { display: none; }

/* Footer */
footer { background: #f8f8f8 !important; color: #666 !important; border-top: 1px solid #e5e5e5 !important; }
footer a { color: #666 !important; font-size: 0.75rem; }
footer a:hover { color: var(--color-primary) !important; }

/* Responsive */
@media (max-width: 992px) {
  .col-lg-5 .card { gap: 10px; }
  .col-lg-5 .card .card-img-top { width: 80px !important; min-width: 80px !important; height: 55px !important; }
}
/* === Article List (thumbnail + text) === */
.zv-article-list { display: flex; flex-direction: column; gap: 0; }
.zv-list-item { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid #f0f0f0; text-decoration: none; color: inherit; }
.zv-list-item:last-child { border-bottom: none; }
.zv-list-item:hover { background: #fafafa; }
.zv-list-thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.zv-list-content { flex: 1; min-width: 0; }
.zv-list-content .badge { font-size: 0.55rem !important; margin-bottom: 4px; display: inline-block; }
.zv-list-title { font-size: 0.92rem !important; font-weight: 700; line-height: 1.35; color: #111; margin: 4px 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.zv-list-date { font-size: 0.68rem; color: #999; }

/* === Nav horizontal scroll (desktop only, never overrides Bootstrap d-* utilities) === */
@media (min-width: 992px) {
  header nav.d-lg-flex {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    white-space: nowrap;
    gap: 28px !important;
    padding-bottom: 2px;
  }
  header nav.d-lg-flex::-webkit-scrollbar { display: none; }
  header nav.d-lg-flex a { flex-shrink: 0; white-space: nowrap; }
}

/* === Video playlist horizontal scroll === */
.col-lg-4[style*="border-left"] {
  border-left: none !important;
}
.col-lg-4[style*="border-left"] > div {
  display: flex !important;
  flex-direction: row !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  max-height: none !important;
  gap: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 8px 0 !important;
}
.col-lg-4[style*="border-left"] > div::-webkit-scrollbar { display: none; }

.video-playlist-item {
  flex-direction: column !important;
  width: 130px !important;
  min-width: 130px !important;
  padding: 6px !important;
  border-left: none !important;
  border-bottom: none !important;
  gap: 6px !important;
}
.video-playlist-item .thumb-xl {
  width: 100% !important;
  height: 75px !important;
}
.video-playlist-item .flex-grow-1 {
  min-width: 0;
}
.video-playlist-item .text-white,
.video-playlist-item .fw-medium {
  font-size: 0.65rem !important;
  line-height: 1.3 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-playlist-item .text-white-50 { display: none !important; }
.video-playlist-item.active { border-left: none !important; background: rgba(255,255,255,0.15) !important; border-radius: 4px; }

/* Video player — full width, playlist below */
.bg-dark .row.g-0 { flex-direction: column !important; }
.bg-dark .row.g-0 > .col-lg-8 { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }
.bg-dark .row.g-0 > .col-lg-4 { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; border-top: 1px solid rgba(255,255,255,0.1); }

/* === Teal Color Palette === */
:root {
  --zv-lightest: #D1EEEA;
  --zv-light: #A1D7D8;
  --zv-mid: #79BBC3;
  --zv-primary: #599BAE;
  --zv-dark: var(--color-primary);
  --zv-darkest: #2A5674;
}
header .fs-4 { color: #2A5674 !important; }
header nav a:hover { color: var(--color-primary) !important; }
header nav a:hover::after { background: var(--color-primary); }
.badge, .badge.bg-primary { background: var(--color-primary) !important; }
.text-primary { color: var(--color-primary) !important; }
.bg-primary { background: var(--color-primary) !important; }
.zv-section-head { border-bottom-color: #2A5674; }
.swiper-pagination-bullet-active { background: var(--color-primary) !important; }
.video-playlist-item.active { border-left-color: var(--color-primary) !important; }
footer { border-top-color: #2A5674 !important; }
a:hover, .card-title a:hover { color: var(--color-primary) !important; }
.zs-more-link:hover { color: var(--color-primary); }
.swiper-button-next, .swiper-button-prev { background: rgba(42,86,116,0.6) !important; }
.zv-list-title:hover { color: var(--color-primary) !important; }

/* === Bold large nav === */
header nav a {
  font-size: 1rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
}

/* === Footer social-icons-centered === */
.zv-footer-centered { background: #f8f8f8; border-top: 1px solid #e5e5e5; padding: 40px 0 30px; text-align: center; }
.zv-footer-icons { display: flex; justify-content: center; gap: 32px; margin-bottom: 28px; }
.zv-footer-social-icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; color: #555; transition: all 0.25s; }
.zv-footer-social-icon:hover { color: var(--color-primary); transform: translateY(-2px); }
.zv-footer-contact { font-size: 0.72rem; color: #888; letter-spacing: 0.02em; margin-bottom: 16px; line-height: 1.8; }
.zv-footer-copyright { font-size: 0.68rem; color: #aaa; letter-spacing: 0.03em; }

/* === Footer contact 3-column === */
.zv-footer-contact-grid { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-bottom: 24px; }
.zv-footer-contact-item { max-width: 300px; text-align: center; }
.zv-footer-contact-label { font-size: 0.6rem; letter-spacing: 0.2em; font-weight: 700; color: #999; margin-bottom: 6px; }
.zv-footer-contact-value { font-size: 0.75rem; color: #555; line-height: 1.6; }

/* === Portrait 3:4 images for PHOTOS grid === */



/* === Social icons UX fix === */
.zv-footer-social-icon svg { width: 26px !important; height: 26px !important; }
.zv-footer-social-icon:hover { color: var(--color-primary); transform: translateY(-3px) scale(1.1); }

/* === Hero slider taller === */
.swiper-slide img { aspect-ratio: 16/10 !important; min-height: 450px; object-fit: contain !important; }
@media (min-width: 992px) { .swiper-slide img { min-height: 520px; } }

/* === Section title fixes === */
.zv-section-head { border-bottom: none !important; padding-bottom: 0 !important; margin-bottom: 20px !important; }
h2.fw-bold { font-size: 1.4rem !important; font-weight: 900 !important; }
.zs-more-link { font-size: 0.75rem; color: #888; }
.zs-more-link::after { content: none !important; }

/* === Roboto + bolder text === */
h1, h2, h3, h4, h5, h6, .fw-bold { font-family: "Roboto", sans-serif !important; }
header nav a { font-family: "Roboto", sans-serif !important; }
.badge { font-family: "Roboto", sans-serif !important; }

/* === Fibonacci Typography Scale === */
/* xs=0.75 sm=0.875 base=1.125 lg=1.5 xl=2 xxl=2.625 */
body { font-size: 1rem !important; }
.card-title, h5.card-title, h6.card-title { font-size: 1.125rem !important; line-height: 1.35 !important; }
.zv-list-title { font-size: 1.125rem !important; line-height: 1.3 !important; }
h2.fw-bold { font-size: 1.5rem !important; }
.badge { font-size: 0.7rem !important; padding: 4px 10px !important; }
.text-muted, small.text-muted { font-size: 0.75rem !important; }
.zv-list-date { font-size: 0.75rem; }
.zv-list-content .badge { font-size: 0.65rem !important; }
header nav a { font-size: 1.5rem !important; }
header .fs-4 { font-size: 2rem !important; }
.zs-more-link { font-size: 0.875rem; }
.zv-footer-contact-label { font-size: 0.7rem; }
.zv-footer-contact-value { font-size: 0.875rem; }
.zv-footer-copyright { font-size: 0.75rem; }

/* === Card badge overlay === */
.zv-card-img-wrap { position: relative; overflow: hidden; }
.zv-card-badge { position: absolute; bottom: 10px; left: 10px; z-index: 2; }

/* === zetta-thumb universal thumbnail === */
.card-img-top, .img-h-base, .img-h-lg, .img-h-md, .img-h-xl,
.zv-card-img-wrap img,
.cover-img {
  border-radius: 6px !important;
  object-fit: cover !important;
}
.zv-card-img-wrap { border-radius: 6px; }

/* PHOTOS grid — 2:3 portrait ratio (1:1.5) */
.col-lg-7 .zv-card-img-wrap img,
.col-lg-7 .card-img-top,
.col-lg-7 .img-h-lg {
  aspect-ratio: 3/4 !important;
}

/* EXCLUSIVE + FASHION — 2:3 portrait */
.col-lg-6 .zv-card-img-wrap img,
.col-lg-6 .card-img-top,
.col-lg-6 .img-h-lg {
  aspect-ratio: 3/4 !important;
}

/* List thumbnails — square */
.zv-list-thumb { border-radius: 6px !important; }
.zv-list-thumb img { border-radius: 6px !important; }

/* Swiper hero — 16:10 landscape */
.swiper-slide img { border-radius: 0 !important; }

/* === Force portrait 3:4 — override img-h-base fixed height === */
.col-lg-7 .img-h-base,
.col-lg-7 .img-h-lg,
.col-lg-6 .img-h-base,
.col-lg-6 .img-h-lg {
  height: auto !important;
  aspect-ratio: 3/4 !important;
  width: 100% !important;
  object-fit: cover !important;
}

/* === zetta-thumb — universal thumbnail class === */

.col-lg-6 

/* === Thumbnail aspect ratios === */
/* Default: 1:1 square everywhere */
img.zetta-thumb {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  display: block;
}

/* PHOTOS grid (col-lg-7) + EXCLUSIVE/FASHION (col-lg-6): 3:4 portrait */
.col-lg-7 img.zetta-thumb {
  aspect-ratio: 3/4 !important;
}

/* Hero swiper: 4:3 landscape */
.swiper-slide img {
  aspect-ratio: 4/3 !important;
  min-height: auto !important;
  border-radius: 0 !important;
}

/* EXCLUSIVE + FASHION: 1:1 square */
.col-lg-6 img.zetta-thumb {
  aspect-ratio: 1/1 !important;
}

/* Sidebar list thumbnails: 1:1 square */
.zv-list-thumb img {
  aspect-ratio: 1/1 !important;
  border-radius: 6px !important;
}

/* === Hero slider overlay === */
.swiper { position: relative; }
.swiper-slide { position: relative; }
.swiper-slide .badge,
.swiper-slide h5,
.swiper-slide h6,
.swiper-slide .card-title,
.swiper-slide small,
.swiper-slide .text-muted { position: relative; z-index: 2; }

/* Overlay title + badge on image */
.swiper .card { position: relative; }
.swiper .card .card-body,
.swiper .card .card-footer {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 3 !important;
  background: linear-gradient(transparent, rgba(0,0,0,0.75)) !important;
  padding: 40px 20px 16px !important;
  color: #fff !important;
}
.swiper .card .card-body .card-title,
.swiper .card .card-body .card-title a {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.swiper .card .card-body .text-muted,
.swiper .card .card-footer {
  color: rgba(255,255,255,0.7) !important;
  background: transparent !important;
  position: relative !important;
  padding: 4px 0 0 !important;
}
.swiper .zv-card-badge {
  position: absolute !important;
  top: 16px !important;
  left: 16px !important;
  bottom: auto !important;
  z-index: 4 !important;
}

/* Pagination overlay */
.swiper-pagination {
  position: absolute !important;
  bottom: 16px !important;
  z-index: 5 !important;
}

/* === Hero slider centered + 3x padding === */
.swiper .card .card-body {
  text-align: center !important;
  padding: 120px 60px 48px !important;
}
.swiper .zv-card-badge {
  top: auto !important;
  bottom: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  position: relative !important;
  display: inline-block !important;
  margin-bottom: 12px !important;
}
.swiper .card .card-body .card-title {
  font-size: 1.5rem !important;
}
.swiper .card .card-body .text-muted,
.swiper .card .card-footer {
  text-align: center !important;
  color: rgba(255,255,255,0.6) !important;
}
.swiper-pagination { bottom: 24px !important; }

/* === Hero slider fix — card structure === */
.swiper .card {
  position: relative !important;
  overflow: hidden !important;
  border: none !important;
  background: #000 !important;
}
.swiper .card > a {
  display: block;
}
.swiper .card .card-img-top,
.swiper .card .img-h-base {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4/3 !important;
  object-fit: cover !important;
  display: block;
}
.swiper .card .card-body.px-0 {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(transparent, rgba(0,0,0,0.8)) !important;
  padding: 100px 48px 48px !important;
  text-align: center !important;
  z-index: 3 !important;
}
.swiper .card .card-body .badge {
  display: inline-block !important;
  margin-bottom: 12px !important;
}
.swiper .card .card-body .card-title,
.swiper .card .card-body .card-title a {
  color: #fff !important;
  font-size: 1.4rem !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.swiper .card .card-body .text-muted,
.swiper .card .card-body small {
  color: rgba(255,255,255,0.6) !important;
}
.swiper-pagination {
  bottom: 20px !important;
  z-index: 5 !important;
}
.swiper-pagination-bullet { background: #fff !important; opacity: 0.5; }
.swiper-pagination-bullet-active { opacity: 1 !important; background: #fff !important; }

/* === Bright Teal highlight === */
.badge, .badge.bg-primary { background: var(--color-primary, #31BDA2) !important; color: #fff !important; }
.badge:hover { background: var(--color-primary) !important; }
header nav a:hover { color: var(--color-primary) !important; }
a:hover, .card-title a:hover { color: var(--color-primary, #31BDA2) !important; }
.zv-footer-social-icon:hover { color: var(--color-primary) !important; }
.swiper-pagination-bullet-active { background: var(--color-primary) !important; opacity: 1 !important; }

/* === Hero slider bigger === */
.swiper .card .card-img-top,
.swiper .card .img-h-base {
  min-height: 500px !important;
  height: auto !important;
  aspect-ratio: 16/10 !important;
}
@media (min-width: 992px) {
  .swiper .card .card-img-top,
  .swiper .card .img-h-base {
    min-height: 560px !important;
  }
}

/* === Hero slider match sidebar height === */
.col-lg-7 .swiper:not(.zv-vg-swiper), .col-lg-7 .swiper:not(.zv-vg-swiper) .swiper-wrapper, .col-lg-7 .swiper:not(.zv-vg-swiper) .swiper-slide, .col-lg-7 .swiper:not(.zv-vg-swiper) .card {
  height: 100% !important;
}
.swiper .card .card-img-top,
.swiper .card .img-h-base {
  min-height: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
}

/* === Hero + NEWS fixed 520px === */
.col-lg-7 .swiper:not(.zv-vg-swiper) {
  height: 520px !important;
  max-height: 520px !important;
}
.col-lg-5 > .zv-section-head + .zv-article-list,
.col-lg-5 > div > .zv-article-list {
  max-height: 520px !important;
  overflow-y: auto !important;
  scrollbar-width: thin;
}
.col-lg-5 > div > .zv-article-list::-webkit-scrollbar { width: 3px; }
.col-lg-5 > div > .zv-article-list::-webkit-scrollbar-thumb { background: #ddd; border-radius: 3px; }

/* === FORCE 520px hero === */




/* === Video Gallery Block === */
.zv-video-gallery { background: #fff; }
.zv-vg-featured { position: relative; cursor: pointer; overflow: hidden; border-radius: 6px; margin-bottom: 16px; }
.zv-vg-featured-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; transition: transform 0.3s; }
.zv-vg-featured:hover .zv-vg-featured-img { transform: scale(1.02); }
.zv-vg-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; opacity: 0.9; transition: opacity 0.2s, transform 0.2s; }
.zv-vg-featured:hover .zv-vg-play { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
.zv-vg-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 48px 20px 16px; background: linear-gradient(transparent, rgba(0,0,0,0.7)); z-index: 2; }
.zv-vg-info .badge { margin-bottom: 6px; }
.zv-vg-title { color: #fff; font-size: 1.2rem; font-weight: 700; margin: 4px 0; line-height: 1.3; }
.zv-vg-date { color: rgba(255,255,255,0.6); font-size: 0.75rem; }

/* Thumbnail swiper */
.zv-vg-swiper { padding: 4px 0; }
.zv-vg-swiper .swiper-button-next, .zv-vg-swiper .swiper-button-prev { width: 28px !important; height: 28px !important; background: rgba(0,0,0,0.4) !important; border-radius: 50%; top: 40%; }
.zv-vg-swiper .swiper-button-next::after, .zv-vg-swiper .swiper-button-prev::after { font-size: 10px !important; color: #fff !important; }
.zv-vg-thumb { position: relative; cursor: pointer; overflow: hidden; border-radius: 4px; }
.zv-vg-thumb img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; transition: opacity 0.2s; }
.zv-vg-thumb:hover img { opacity: 0.8; }
.zv-vg-play-sm { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0.8; }
.zv-vg-thumb-title { display: block; font-size: 0.7rem; font-weight: 600; color: #333; padding: 6px 0 0; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.zv-vg-thumb-active { outline: 2px solid var(--color-primary, #31BDA2); border-radius: 4px; }
.zv-vg-thumb-active img { opacity: 0.85; }

/* Modal */
#zv-video-modal .modal-content, [id*="vg-"][id*="-modal"] .modal-content { border-radius: 8px; overflow: hidden; }

/* === Video Gallery thumbnails uniform === */
.zv-vg-swiper .swiper-slide { height: auto; }
.zv-vg-thumb img {
  width: 100% !important;
  aspect-ratio: 16/9 !important;
  object-fit: cover !important;
  border-radius: 4px !important;
}
.zv-vg-featured-img {
  width: 100% !important;
  aspect-ratio: 16/9 !important;
  object-fit: cover !important;
}

/* === Thumbnail swiper fixed 140px width === */
.zv-vg-swiper .swiper-slide {
  width: 155px !important;
  max-width: 155px !important;
  flex-shrink: 0;
}
.zv-vg-thumb img {
  width: 155px !important;
  height: 87px !important;
  aspect-ratio: 16/9 !important;
}

/* === Video Gallery thumb fixes === */
/* Active border on image only */
.zv-vg-thumb-active { outline: none !important; }
.zv-vg-thumb-active img { outline: 3px solid var(--color-primary, #31BDA2); outline-offset: -3px; }

/* Bigger text */
.zv-vg-thumb-title { font-size: 1rem !important; font-weight: 700 !important; line-height: 1.35 !important; }

/* Hide swiper nav arrows */
.zv-vg-swiper .swiper-button-next,
.zv-vg-swiper .swiper-button-prev { display: none !important; }

/* Hide play icon on thumbs */
.zv-vg-play-sm { display: none !important; }

/* === Swiper scrollbar style === */
.zv-vg-swiper .swiper-scrollbar { height: 3px !important; background: #eee; border-radius: 2px; margin-top: 12px; }
.zv-vg-swiper .swiper-scrollbar-drag { background: var(--color-primary, #31BDA2); border-radius: 2px; }

/* === Fix video gallery empty space === */
.zv-vg-swiper { height: auto !important; overflow: visible !important; padding-bottom: 20px !important; }
.zv-vg-swiper .swiper-wrapper { height: auto !important; }
.zv-video-gallery { overflow: hidden; }

/* === Video gallery swiper override === */
.zv-vg-swiper.swiper-initialized,
.zv-vg-swiper .swiper-slide,
.zv-vg-swiper .swiper-wrapper {
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
}

/* === Equal height columns === */
.container .row.g-4 { align-items: stretch !important; }
.container .row.g-4 > .col-lg-7,
.container .row.g-4 > .col-lg-5 { display: flex; flex-direction: column; }

/* AD placeholder */
.zv-ad-placeholder { transition: background 0.2s; }
.zv-ad-placeholder:hover { background: #e8e8e8 !important; }

/* === Fibonacci Scale (base: 2rem section title) === */
/* 2rem → 1.25rem → 1rem → 0.8rem → 0.65rem */
h2.fw-bold { font-size: 2rem !important; }
.card-title, h5.card-title, h6.card-title { font-size: 1.25rem !important; }
.zv-list-title { font-size: 1.25rem !important; }
header nav a { font-size: 1.5rem !important; }
header .fs-4 { font-size: 2.5rem !important; }
.zv-vg-title { font-size: 1.5rem !important; }
.zv-vg-thumb-title { font-size: 1rem !important; }
.zs-more-link { font-size: 0.8rem !important; }
.badge { font-size: 0.65rem !important; }
.text-muted, small.text-muted { font-size: 0.8rem !important; }
.zv-list-date { font-size: 0.8rem !important; }
.zv-list-content .badge { font-size: 0.6rem !important; }
.zv-vg-date { font-size: 0.8rem !important; }
.zv-footer-contact-label { font-size: 0.65rem !important; }
.zv-footer-contact-value { font-size: 1rem !important; }
.zv-footer-copyright { font-size: 0.8rem !important; }

/* === Reduce NEWS section gap === */
.zv-section-head { margin-bottom: 8px !important; }
.zv-article-list { padding-top: 0 !important; margin-top: 0 !important; }
.zv-list-item:first-child { padding-top: 4px !important; }

/* === EXCLUSIVE/FASHION card title fix === */
.col-lg-6 .card-title, .col-lg-6 h5.card-title, .col-lg-6 h6.card-title { font-size: 1.25rem !important; font-weight: 700 !important; line-height: 1.35 !important; }
.col-lg-6 .text-muted { font-size: 0.8rem !important; }

/* === Blockquote style === */
blockquote, .article-content blockquote, .product-description blockquote {
  border-left: 4px solid var(--color-primary, #31BDA2) !important;
  background: #f8fafa !important;
  padding: 24px 28px !important;
  margin: 28px 0 !important;
  font-size: 1.15rem !important;
  font-style: italic !important;
  line-height: 1.7 !important;
  color: #333 !important;
  border-radius: 0 6px 6px 0 !important;
}
blockquote p { margin: 0 !important; }

/* === Article excerpt style === */
.article-excerpt, .lead.text-muted.p-3.bg-light.rounded {
  border-left: 4px solid var(--color-primary, #31BDA2) !important;
  background: #f8fafa !important;
  padding: 24px 28px !important;
  margin: 28px 0 !important;
  font-size: 1.15rem !important;
  font-style: italic !important;
  line-height: 1.7 !important;
  color: #444 !important;
  border-radius: 0 6px 6px 0 !important;
}


/* === Section title with line === */
.zv-section-head {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}
.zv-section-head::after {
  content: "" !important;
  flex: 1 !important;
  height: 3px !important;
  background: var(--color-primary, #31BDA2) !important;
  border-radius: 2px !important;
}
.zv-section-head .zs-more-link {
  flex-shrink: 0;
  order: 3;
}

/* === Hero + NEWS equal 520px — first row only === */
.container.py-3:first-of-type .col-lg-5 .zv-article-list {
  max-height: 583px !important;
  overflow-y: auto !important;
  scrollbar-width: thin;
}
.container.py-3:first-of-type .col-lg-5 .zv-article-list::-webkit-scrollbar { width: 3px; }
.container.py-3:first-of-type .col-lg-5 .zv-article-list::-webkit-scrollbar-thumb { background: #ddd; border-radius: 3px; }

/* === HERO SLIDER 583px fixed (contain on black) === */
.col-lg-7 .swiper:not(.zv-vg-swiper),
.col-lg-7 .swiper:not(.zv-vg-swiper) .swiper-slide,
.col-lg-7 .swiper:not(.zv-vg-swiper) .swiper-slide .card {
  height: 583px !important;
  min-height: 583px !important;
  max-height: 583px !important;
  background: #000 !important;
}
.col-lg-7 .swiper:not(.zv-vg-swiper) .card-img-top,
.col-lg-7 .swiper:not(.zv-vg-swiper) .img-h-base,
.col-lg-7 .swiper:not(.zv-vg-swiper) .swiper-slide img {
  height: 583px !important;
  min-height: 583px !important;
  max-height: 583px !important;
  object-fit: contain !important;
  background: #000 !important;
  aspect-ratio: auto !important;
}

/* === Force contain on hero swiper images (override all cover rules) === */
.swiper:not(.zv-vg-swiper) .swiper-slide,
.swiper:not(.zv-vg-swiper) .swiper-slide .card {
  background: #000 !important;
}
.swiper:not(.zv-vg-swiper) .swiper-slide img,
.swiper:not(.zv-vg-swiper) .card-img-top,
.swiper:not(.zv-vg-swiper) .img-h-base {
  object-fit: contain !important;
  background: #000 !important;
}

/* === NEWS thumbnail bigger === */
.container.py-3:first-of-type .zv-list-thumb {
  width: 160px !important;
  min-width: 160px !important;
  height: 130px !important;
}


/* ZV SECTION HEAD */
.zv-section-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--color-primary, #31BDA2) !important; padding-bottom: 0.5rem !important; margin-bottom: 1rem !important; }
.zv-section-head h2 { font-size: 1.25rem; margin: 0; letter-spacing: 0.02em; }
.zv-section-head .zs-more-link { font-size: 0.85rem; color: #999; text-decoration: none; }
.zv-section-head .zs-more-link:hover { color: var(--color-primary, #31BDA2); }
.zv-section-head > hr, .zv-section-head::before, .zv-section-head::after, .zv-section-head .divider { display: none !important; }

/* ZV ARTICLE LINK COLOR - softer than pure black */
.article-card a, .article-card .article-title, .zetta-thumb .article-title, .zetta-thumb a,
.card-body a, .card-title a, a.article-title, .zv-card-title, .zv-card-title a {
    color: #4a5560 !important;
    font-weight: 600;
}
.article-card a:hover, .article-card .article-title:hover, .zetta-thumb a:hover,
.card-body a:hover, .zv-card-title a:hover, a.article-title:hover {
    color: var(--color-primary, #31BDA2) !important;
}


/* ZV SECONDARY COLOR TEXT */
h2.fw-bold, .text-dark { color: var(--color-secondary, #323840) !important; }

/* === Heading: only bottom border, no extension line === */
.zv-section-head::after, .zv-section-head::before { content: none !important; display: none !important; background: none !important; }
.zv-section-head { border-bottom: 2px solid var(--color-primary, var(--color-primary)) !important; padding-bottom: 0.5rem !important; }


/* === Article titles — dark black === */
.card-title, h5.card-title, h6.card-title, .card-title a, .zv-list-title, .zv-card-title, .zv-card-title a, .article-card a, .article-card .article-title, .zetta-thumb a, .card-body a, a.article-title { color: #111 !important; }
.card-title a:hover, .zv-list-title:hover, .zv-card-title a:hover, .article-card a:hover, .card-body a:hover, a.article-title:hover { color: var(--color-primary, var(--color-primary)) !important; }


/* === Headings — one consistent black === */
h1, h2, h3, h4, h5, h6, h2.fw-bold, .zv-section-head h2, .text-dark { color: #111 !important; }


/* === Title text color — softer #222 === */
.card-title, h5.card-title, h6.card-title, .card-title a, .zv-list-title, .zv-card-title, .zv-card-title a, .article-card a, .article-card .article-title, .zetta-thumb a, .card-body a, a.article-title { color: #222 !important; }
h1, h2, h3, h4, h5, h6, h2.fw-bold, .zv-section-head h2, .text-dark { color: #222 !important; }


/* === Force title color === */
:root { --zv-text-link: #222; }
body .card-title, body h5.card-title, body h6.card-title,
body .card-title a, body .card-body a, body .zv-list-title,
body .zv-card-title, body .zv-card-title a,
body .article-card a, body .zetta-thumb a, body a.article-title,
body .text-dark, body a.text-dark,
body h1, body h2, body h3, body h4, body h5, body h6,
body h2.fw-bold, body .zv-section-head h2 { color: var(--zv-text-link) !important; }



/* === ZAIV FOOTER REDESIGN === */
footer.zaiv {
  --brand: var(--color-primary);
  --brand-deep: var(--color-primary);
  --brand-soft: rgba(25,191,194,.12);
  --ink: #0B0D10;
  --ink-2: #111418;
  --ink-3: #171B1F;
  --rule: rgba(255,255,255,.10);
  --rule-strong: rgba(255,255,255,.20);
  --text: #E9ECEE;
  --text-dim: #A6ADB3;
  --text-mute: #6C7378;
  --black: #0E0F12;
  background: var(--ink); color: var(--text); font-family: "Roboto", "Roboto", sans-serif;
  position: relative; overflow: hidden; border-top: 1px solid #1d1f22; margin-top: 64px;
}
footer.zaiv a { color: inherit; text-decoration: none; }
footer.zaiv * { box-sizing: border-box; }

/* Top rule with center accent */
footer.zaiv .top-rule { position: relative; height: 1px; background: var(--rule); }
footer.zaiv .top-rule::before {
  content: ""; position: absolute; left: 50%; top: -1px;
  width: 120px; height: 3px; background: var(--brand); transform: translateX(-50%);
}

/* Eyebrow */
footer.zaiv .footer-eyebrow {
  max-width: 1240px; margin: 0 auto; padding: 24px 24px 0;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--text-mute);
}
footer.zaiv .footer-eyebrow .left { display: flex; gap: 18px; align-items: center; }
footer.zaiv .footer-eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--brand); display: inline-block;
}
footer.zaiv .footer-eyebrow .edition {
  font-family: Roboto, sans-serif; letter-spacing: .14em; color: var(--text-dim);
}

/* Watermark */
footer.zaiv .footer-inner {
  max-width: 1240px; margin: 0 auto; padding: 28px 24px 28px; position: relative; z-index: 2;
}
footer.zaiv .footer-grid {
  display: grid; grid-template-columns: 1.35fr .8fr .85fr 1.05fr; gap: 48px; padding-top: 8px;
}
footer.zaiv .watermark {
  position: absolute; left: 0; right: 0; bottom: 50px;
  pointer-events: none; z-index: 1; display: flex; align-items: center; justify-content: center; overflow: hidden;
}
footer.zaiv .watermark .text {
  font-family: Roboto, sans-serif; font-weight: 900; font-style: italic;
  font-size: 380px; line-height: 1; letter-spacing: -.04em;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.07);
  white-space: nowrap; transform: translateY(15%);
}

/* Brand col */
footer.zaiv .col-brand .mark { display: flex; align-items: center; gap: 14px; color: #fff; }
footer.zaiv .col-brand .mark .icon {
  width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
footer.zaiv .col-brand .word {
  font-family: Roboto, sans-serif; font-weight: 900; font-style: italic;
  font-size: 48px; line-height: .9; letter-spacing: -.02em; color: #fff;
}
footer.zaiv .col-brand .tag {
  font-family: Roboto, sans-serif; font-style: italic;
  color: var(--brand); font-size: 14px; margin-top: 2px; letter-spacing: .02em;
}
footer.zaiv .col-brand .tagline {
  margin-top: 18px; font-size: 13px; line-height: 1.65; color: var(--text-dim); max-width: 340px;
}
footer.zaiv .col-brand .tagline em { font-style: normal; color: #fff; font-weight: 600; }
footer.zaiv .col-brand .meta {
  margin-top: 22px; display: grid; gap: 8px; font-size: 12.5px; color: var(--text-dim); line-height: 1.6;
}
footer.zaiv .col-brand .meta .row { display: flex; gap: 14px; }
footer.zaiv .col-brand .meta .k {
  color: var(--text-mute); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase;
  width: 78px; flex-shrink: 0; padding-top: 3px; font-family: Roboto, sans-serif;
}
footer.zaiv .col-brand .meta .v { color: #d7dadd; }
footer.zaiv .col-brand .meta .v a:hover { color: var(--brand); }

/* Column heading */
footer.zaiv .col h4 {
  margin: 0 0 18px; font-family: Roboto, sans-serif; font-weight: 700; color: #fff;
  font-size: 15px; letter-spacing: .02em; display: flex; align-items: center; gap: 10px;
}
footer.zaiv .col h4::before {
  content: ""; width: 18px; height: 1px; background: var(--brand); display: inline-block;
}

/* Menu */
footer.zaiv .col-menu ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
footer.zaiv .col-menu li { border-top: 1px solid var(--rule); }
footer.zaiv .col-menu li:last-child { border-bottom: 1px solid var(--rule); }
footer.zaiv .col-menu li a {
  display: flex !important; align-items: center; justify-content: space-between;
  padding: 11px 0 !important; font-size: 14px; font-weight: 500; color: #dde0e2 !important;
  background: none !important; border-radius: 0 !important;
  transition: color .18s, padding .18s;
}
footer.zaiv .col-menu li a .arr {
  color: var(--text-mute); font-family: Roboto, sans-serif; font-size: 14px;
  transition: transform .18s, color .18s;
}
footer.zaiv .col-menu li a:hover { color: var(--brand) !important; padding-left: 6px !important; background: none !important; }
footer.zaiv .col-menu li a:hover .arr { color: var(--brand); transform: translateX(4px); }
footer.zaiv .col-menu .count {
  font-family: Roboto, sans-serif; font-size: 11px;
  color: var(--text-mute); margin-right: 8px;
}

/* Recent posts */
footer.zaiv .col-recent .item {
  display: grid; grid-template-columns: 64px 1fr; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid var(--rule); cursor: pointer;
}
footer.zaiv .col-recent .item:first-of-type { border-top: 1px solid var(--rule); }
footer.zaiv .col-recent .thumb {
  width: 64px; height: 64px; background: #222 center/cover no-repeat;
  position: relative; flex-shrink: 0;
}
footer.zaiv .col-recent .thumb .badge {
  position: absolute; left: 4px; top: 4px;
  background: var(--brand); color: #fff;
  font-size: 8.5px; font-weight: 700; letter-spacing: .14em;
  padding: 2px 5px; line-height: 1; border-radius: 0;
}
footer.zaiv .col-recent .body .date {
  font-family: Roboto, sans-serif; font-size: 10.5px;
  color: var(--text-mute); letter-spacing: .08em;
}
footer.zaiv .col-recent .body .ttl {
  font-size: 13px; font-weight: 600; color: #e9ecee !important; line-height: 1.35; margin-top: 3px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
footer.zaiv .col-recent .item:hover .ttl { color: var(--brand) !important; }
footer.zaiv .col-recent .more {
  margin-top: 14px; font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--brand) !important; font-weight: 700; display: inline-flex; align-items: center; gap: 8px;
}
footer.zaiv .col-recent .more::after { content: "→"; }

/* Ad CTA */
footer.zaiv .col-ad .card {
  background: var(--ink-2); border: 1px solid var(--rule);
  padding: 22px 22px 20px; position: relative; overflow: hidden;
}
footer.zaiv .col-ad .card::before {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--brand);
}
footer.zaiv .col-ad .stats {
  display: flex; gap: 18px; padding-bottom: 14px; border-bottom: 1px dashed var(--rule); margin-bottom: 14px;
}
footer.zaiv .col-ad .stat .n {
  font-family: Roboto, sans-serif; font-weight: 700; font-size: 22px; color: #fff; line-height: 1;
}
footer.zaiv .col-ad .stat .n em { color: var(--brand); font-style: normal; }
footer.zaiv .col-ad .stat .l {
  font-size: 10px; color: var(--text-mute); letter-spacing: .16em; text-transform: uppercase; margin-top: 6px;
}
footer.zaiv .col-ad .btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--brand); color: #0B0D10; font-weight: 700; font-size: 13px;
  letter-spacing: .04em; padding: 11px 16px; cursor: pointer; border: 0;
  font-family: inherit; transition: background .18s, transform .18s;
}
footer.zaiv .col-ad .btn:hover { background: #fff; transform: translateX(2px); }
footer.zaiv .col-ad .phone {
  margin-top: 14px; font-size: 12px; color: var(--text-mute); display: flex; align-items: center; gap: 8px;
}
footer.zaiv .col-ad .phone strong {
  color: #fff; font-weight: 600; font-family: Roboto, sans-serif; letter-spacing: .04em;
}

/* Social row */
footer.zaiv .social-row {
  max-width: 1240px; margin: 0 auto; padding: 28px 24px;
  border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px;
  position: relative; z-index: 2;
}
footer.zaiv .social-row .lbl {
  font-family: Roboto, sans-serif; font-size: 10.5px;
  letter-spacing: .22em; text-transform: uppercase; color: var(--text-mute);
}
footer.zaiv .social-row .icons { display: flex; gap: 10px; align-items: center; }
footer.zaiv .social-row .ico {
  width: 40px; height: 40px; border: 1px solid var(--rule-strong);
  display: flex !important; align-items: center; justify-content: center;
  color: #cfd3d6 !important; transition: all .2s;
  background: none !important; padding: 0 !important; border-radius: 0 !important;
}
footer.zaiv .social-row .ico:hover {
  background: var(--brand) !important; border-color: var(--brand); color: #0B0D10 !important;
}
footer.zaiv .social-row .ico svg { width: 16px; height: 16px; }
footer.zaiv .social-row .center {
  display: flex; align-items: center; gap: 18px; justify-content: center;
}
footer.zaiv .social-row .center .pulse {
  width: 8px; height: 8px; background: var(--brand); border-radius: 50%;
  animation: zaivtealpulse 1.8s infinite;
}
@keyframes zaivtealpulse {
  0% { box-shadow: 0 0 0 0 rgba(25,191,194,.55); }
  70% { box-shadow: 0 0 0 14px rgba(25,191,194,0); }
  100% { box-shadow: 0 0 0 0 rgba(25,191,194,0); }
}
footer.zaiv .social-row .live {
  font-family: Roboto, sans-serif; font-size: 11px;
  letter-spacing: .18em; text-transform: uppercase; color: #fff;
}
footer.zaiv .social-row .live span { color: var(--text-mute); margin-left: 8px; }
footer.zaiv .totop {
  display: inline-flex; align-items: center; gap: 12px;
  background: transparent; border: 1px solid var(--rule-strong); color: #fff;
  font-family: "Roboto", "Roboto", sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; padding: 10px 16px;
  cursor: pointer; transition: all .2s;
}
footer.zaiv .totop:hover { background: #fff; color: #0B0D10; border-color: #fff; }
footer.zaiv .totop:hover .arr { background: #0B0D10; color: #fff; }
footer.zaiv .totop .arr {
  width: 22px; height: 22px; background: var(--brand); color: #0B0D10;
  display: inline-flex; align-items: center; justify-content: center; font-weight: 800; transition: all .2s;
}

/* Bottom */
footer.zaiv .bottom {
  max-width: 1240px; margin: 0 auto; padding: 18px 24px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-size: 11.5px; color: var(--text-mute); position: relative; z-index: 2;
}
footer.zaiv .bottom .left { display: flex; align-items: center; gap: 14px; }
footer.zaiv .bottom .left .iso { font-family: Roboto, sans-serif; letter-spacing: .14em; }
footer.zaiv .bottom .legal { display: flex; gap: 18px; align-items: center; }
footer.zaiv .bottom .legal a { color: var(--text-dim) !important; }
footer.zaiv .bottom .legal a:hover { color: var(--brand) !important; }
footer.zaiv .bottom .legal .pipe { color: var(--text-mute); }
footer.zaiv .bottom .dev { color: var(--text-mute); }
footer.zaiv .bottom .dev em { color: #cfd3d6; font-style: normal; }

/* Responsive */
@media (max-width: 1024px) {
  footer.zaiv .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  footer.zaiv .watermark .text { font-size: 220px; }
}
@media (max-width: 640px) {
  footer.zaiv .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  footer.zaiv .social-row { grid-template-columns: 1fr; gap: 18px; text-align: center; justify-items: center; }
  footer.zaiv .bottom { flex-direction: column; gap: 8px; text-align: center; }
  footer.zaiv .watermark .text { font-size: 140px; }
}

/* Import design fonts */
/* === Footer dark + shadow (strong override) === */
body footer.zaiv, html body footer.zaiv {
  background: #0B0D10 !important;
  color: #E9ECEE !important;
  box-shadow: 0 -10px 40px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.04) !important;
}
body footer.zaiv a { color: inherit !important; background: none !important; padding: 0 !important; border-radius: 0 !important; }
body footer.zaiv h1, body footer.zaiv h2, body footer.zaiv h3, body footer.zaiv h4, body footer.zaiv h5, body footer.zaiv h6 {
  color: #fff !important; font-family: Roboto, sans-serif !important;
  border: none !important; padding: 0 0 0 0 !important; margin: 0 0 18px !important;
  font-size: 15px !important; letter-spacing: .02em !important; font-weight: 700 !important;
  display: flex !important; align-items: center !important; gap: 10px !important;
}
body footer.zaiv .col h4::before { content: "" !important; width: 18px !important; height: 1px !important; background: var(--color-primary) !important; display: inline-block !important; }
body footer.zaiv .col-menu li { border-top: 1px solid rgba(255,255,255,.10) !important; }
body footer.zaiv .col-menu li:last-child { border-bottom: 1px solid rgba(255,255,255,.10) !important; }
body footer.zaiv .col-menu li a { color: #dde0e2 !important; padding: 11px 0 !important; display: flex !important; }
body footer.zaiv .col-menu li a:hover { color: var(--color-primary) !important; padding-left: 6px !important; background: none !important; }
body footer.zaiv .col-recent .item { border-bottom: 1px solid rgba(255,255,255,.10) !important; display: grid !important; grid-template-columns: 64px 1fr !important; gap: 12px !important; padding: 10px 0 !important; }
body footer.zaiv .col-recent .body .ttl { color: #e9ecee !important; font-size: 13px !important; }
body footer.zaiv .col-recent .item:hover .ttl { color: var(--color-primary) !important; }
body footer.zaiv .col-recent .more { color: var(--color-primary) !important; }
body footer.zaiv .col-ad .card { background: #111418 !important; border: 1px solid rgba(255,255,255,.10) !important; padding: 22px !important; }
body footer.zaiv .col-ad .stat .n { color: #fff !important; font-family: Roboto, sans-serif !important; font-size: 22px !important; }
body footer.zaiv .col-ad .stat .n em { color: var(--color-primary) !important; font-style: normal !important; }
body footer.zaiv .col-ad .stat .l { color: #6C7378 !important; font-size: 10px !important; letter-spacing: .16em !important; text-transform: uppercase !important; }
body footer.zaiv .col-ad .btn { background: var(--color-primary) !important; color: #0B0D10 !important; padding: 11px 16px !important; font-size: 13px !important; display: inline-flex !important; }
body footer.zaiv .col-ad .btn:hover { background: #fff !important; }
body footer.zaiv .col-ad .phone { color: #6C7378 !important; }
body footer.zaiv .col-ad .phone strong { color: #fff !important; }
body footer.zaiv .col-brand .word { color: #fff !important; font-family: Roboto, sans-serif !important; font-size: 48px !important; font-style: italic !important; font-weight: 900 !important; }
body footer.zaiv .col-brand .tag { color: var(--color-primary) !important; }
body footer.zaiv .col-brand .tagline { color: #A6ADB3 !important; font-size: 13px !important; }
body footer.zaiv .col-brand .tagline em { color: #fff !important; font-style: normal !important; }
body footer.zaiv .col-brand .meta .k { color: #6C7378 !important; font-family: Roboto, sans-serif !important; }
body footer.zaiv .col-brand .meta .v { color: #d7dadd !important; }
body footer.zaiv .social-row { border-top: 1px solid rgba(255,255,255,.10) !important; border-bottom: 1px solid rgba(255,255,255,.10) !important; }
body footer.zaiv .social-row .ico { border: 1px solid rgba(255,255,255,.20) !important; color: #cfd3d6 !important; background: none !important; }
body footer.zaiv .social-row .ico:hover { background: var(--color-primary) !important; color: #0B0D10 !important; }
body footer.zaiv .social-row .live { color: #fff !important; }
body footer.zaiv .footer-eyebrow, body footer.zaiv .bottom { color: #6C7378 !important; }
body footer.zaiv .totop { color: #fff !important; border: 1px solid rgba(255,255,255,.20) !important; background: transparent !important; }
body footer.zaiv .totop:hover { background: #fff !important; color: #0B0D10 !important; }
body footer.zaiv .totop .arr { background: var(--color-primary) !important; color: #0B0D10 !important; }


/* === Hide dates in footer recent === */
body footer.zaiv .col-recent .body .date { display: none !important; }


/* === Force Roboto everywhere === */
html, html *, body, body *,
footer.zaiv, footer.zaiv *,
footer.zaiv h1, footer.zaiv h2, footer.zaiv h3, footer.zaiv h4, footer.zaiv h5, footer.zaiv h6,
footer.zaiv .col-brand .word, footer.zaiv .col-brand .tag,
footer.zaiv .col-brand .meta .k, footer.zaiv .col-brand .meta .v,
footer.zaiv .col-recent .body .date, footer.zaiv .col-ad .stat .n,
footer.zaiv .footer-eyebrow, footer.zaiv .footer-eyebrow .edition,
footer.zaiv .social-row .lbl, footer.zaiv .social-row .live,
footer.zaiv .bottom .left .iso, footer.zaiv .col-ad .phone strong,
footer.zaiv .totop, footer.zaiv .watermark .text {
  font-family: "Roboto", sans-serif !important;
}

/* === Brand meta: 2-column horizontal (label | value) === */
body footer.zaiv .col-brand .meta {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 8px !important;
}
body footer.zaiv .col-brand .meta .row {
  display: grid !important;
  grid-template-columns: 78px 1fr !important;
  gap: 14px !important;
  align-items: start !important;
}
body footer.zaiv .col-brand .meta .k {
  width: auto !important;
  display: block !important;
  margin: 0 !important;
}
body footer.zaiv .col-brand .meta .v {
  display: block !important;
  margin: 0 !important;
}


/* === /allnews masonry layout (overrides grid → column flow) === */
.allnews-masonry .row,
.allnews-masonry .row.g-3,
.allnews-masonry .row.g-4,
.allnews-masonry .load-more-grid {
  display: block !important;
  column-count: 3;
  column-gap: 1.5rem;
  margin: 0 !important;
}
.allnews-masonry [class*="col-"] {
  display: inline-block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 1.5rem !important;
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  flex: none !important;
  padding: 0 !important;
}
.allnews-masonry .card {
  margin: 0;
}
.allnews-masonry .card-img-top,
.allnews-masonry .zv-card-img-wrap img,
.allnews-masonry img.zetta-thumb {
  aspect-ratio: auto !important;
  height: auto !important;
  width: 100% !important;
  display: block;
}

@media (max-width: 992px) {
  .allnews-masonry .row { column-count: 2; }
}
@media (max-width: 576px) {
  .allnews-masonry .row { column-count: 1; }
}


/* === Footer brand logo: constrain size === */
body footer.zaiv img {
  max-height: 64px !important;
  width: auto !important;
  height: auto !important;
  max-width: 220px !important;
  display: block !important;
  object-fit: contain !important;
}
body footer.zaiv .col-brand img,
body footer.zaiv .col-brand .mark img,
body footer.zaiv .footer-brand-link img {
  max-height: 56px !important;
  max-width: 180px !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
body footer.zaiv .col-brand .mark,
body footer.zaiv .col-brand .footer-brand-link {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: 100% !important;
  margin-bottom: 18px !important;
}

/* Hide any stray "Brand col" placeholder text */
body footer.zaiv .col-brand > *:empty { display: none; }


/* === Footer layout: enforce 4-col grid + clean spacing === */
body footer.zaiv .footer-grid {
  display: grid !important;
  grid-template-columns: 1.35fr .8fr .85fr 1.05fr !important;
  gap: 48px !important;
  padding-top: 8px !important;
}
body footer.zaiv .footer-grid > .col {
  min-width: 0 !important;
}
@media (max-width: 1024px) {
  body footer.zaiv .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 32px !important; }
}
@media (max-width: 640px) {
  body footer.zaiv .footer-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
}

/* Hide any direct text nodes that match placeholder labels (defensive) */
body footer.zaiv .col-brand,
body footer.zaiv .col-menu,
body footer.zaiv .col-recent,
body footer.zaiv .col-ad {
  position: relative;
}


/* === Footer "Сүүлд нийтлэгдсэн" — tighten + divider polish === */
body footer.zaiv .col-recent {
  display: flex;
  flex-direction: column;
}
body footer.zaiv .col-recent h4 {
  margin-bottom: 12px !important;
}
body footer.zaiv .col-recent .item {
  display: grid !important;
  grid-template-columns: 72px 1fr !important;
  gap: 12px !important;
  padding: 12px 0 !important;
  margin: 0 !important;
  border-top: none !important;
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
  align-items: center !important;
  text-decoration: none !important;
}
body footer.zaiv .col-recent .item:first-of-type {
  border-top: 1px solid rgba(255,255,255,.06) !important;
}
body footer.zaiv .col-recent .item:last-of-type {
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
}
body footer.zaiv .col-recent .item:hover {
  background: rgba(255,255,255,.02) !important;
}
body footer.zaiv .col-recent .thumb {
  width: 72px !important;
  height: 56px !important;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 4px !important;
  overflow: hidden;
}
body footer.zaiv .col-recent .thumb .badge {
  font-size: 8px !important;
  padding: 2px 4px !important;
  background: var(--color-primary) !important;
  color: #fff !important;
  border-radius: 2px !important;
  top: 3px !important; left: 3px !important;
}
body footer.zaiv .col-recent .body { min-width: 0; }
body footer.zaiv .col-recent .body .badge {
  display: inline-block !important;
  margin-bottom: 4px !important;
  font-size: 9px !important;
  padding: 2px 6px !important;
  background: var(--color-primary) !important;
  color: #fff !important;
}
body footer.zaiv .col-recent .body .ttl {
  color: #e9ecee !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  margin: 2px 0 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body footer.zaiv .col-recent .item:hover .ttl {
  color: var(--color-primary) !important;
}
body footer.zaiv .col-recent .more {
  margin-top: 16px !important;
  padding-top: 0 !important;
  font-size: 11px !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  color: var(--color-primary) !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  align-self: flex-start;
}
body footer.zaiv .col-recent .more:hover {
  color: #fff !important;
}


/* === Footer recent — much tighter spacing === */
body footer.zaiv .col-recent h4 {
  margin-bottom: 8px !important;
}
body footer.zaiv .col-recent .item {
  padding: 8px 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  gap: 10px !important;
  grid-template-columns: 56px 1fr !important;
}
body footer.zaiv .col-recent .item + .item { border-top: none !important; }
body footer.zaiv .col-recent .thumb {
  width: 56px !important;
  height: 42px !important;
  border-radius: 3px !important;
}
body footer.zaiv .col-recent .thumb .badge { display: none !important; }
body footer.zaiv .col-recent .body { padding: 0 !important; }
body footer.zaiv .col-recent .body .badge {
  font-size: 8px !important;
  padding: 1px 5px !important;
  margin-bottom: 2px !important;
  line-height: 1.3 !important;
  letter-spacing: .08em !important;
}
body footer.zaiv .col-recent .body .ttl {
  font-size: 12px !important;
  line-height: 1.3 !important;
  margin: 1px 0 0 !important;
  -webkit-line-clamp: 2;
}
body footer.zaiv .col-recent .more {
  margin-top: 10px !important;
  font-size: 10px !important;
}


/* === Footer recent (scoped to z-s23kw3xt block) === */
.z-s33kw3xt .zv-article-list { gap: 0 !important; }
.z-s33kw3xt .zv-list-item {
  padding: 8px 0 !important;
  margin: 0 !important;
  gap: 10px !important;
  display: grid !important;
  grid-template-columns: 56px 1fr !important;
  align-items: center !important;
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
  background: none !important;
}
.z-s33kw3xt .zv-list-item:first-child {
  border-top: 1px solid rgba(255,255,255,.06) !important;
  padding-top: 8px !important;
}
.z-s33kw3xt .zv-list-item:hover { background: rgba(255,255,255,.02) !important; }
.z-s33kw3xt .zv-list-thumb {
  width: 56px !important;
  min-width: 56px !important;
  height: 42px !important;
  border-radius: 3px !important;
}
.z-s33kw3xt .zv-list-thumb img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  border-radius: 3px !important;
}
.z-s33kw3xt .zv-list-content { padding: 0 !important; min-width: 0; }
.z-s33kw3xt .zv-list-content .badge {
  display: inline-block !important;
  font-size: 8px !important;
  padding: 1px 5px !important;
  margin-bottom: 2px !important;
  letter-spacing: .08em !important;
  line-height: 1.3 !important;
  background: var(--color-primary) !important;
  color: #fff !important;
  border-radius: 2px !important;
}
.z-s33kw3xt .zv-list-title {
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: #e9ecee !important;
  margin: 1px 0 0 !important;
  -webkit-line-clamp: 2 !important;
}
.z-s33kw3xt .zv-list-item:hover .zv-list-title { color: var(--color-primary) !important; }
.z-s33kw3xt .zv-list-date,
.z-s33kw3xt .text-muted,
.z-s33kw3xt small { display: none !important; }
.z-s33kw3xt { padding: 0 !important; }


/* === Dynamic Articles Filter (Masonry + Chips + Search) === */
.zv-amf { position: relative; }
.zv-amf-toolbar {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 16px; margin-bottom: 24px;
}
.zv-amf-search {
  position: relative; flex: 0 1 280px; max-width: 320px;
}
.zv-amf-search-icon {
  position: absolute; left: 12px; top: 50%;
  transform: translateY(-50%); color: #999; pointer-events: none;
}
.zv-amf-input {
  width: 100%; padding: 10px 12px 10px 36px;
  border: 1px solid #e5e5e5; border-radius: 6px;
  background: #fafafa; font-size: 14px; outline: none;
  transition: border .15s, background .15s;
}
.zv-amf-input:focus {
  border-color: var(--color-primary); background: #fff;
  box-shadow: 0 0 0 3px rgba(64,224,208,.12);
}
.zv-amf-chips {
  display: flex; flex-wrap: wrap; gap: 8px; flex: 1 1 auto;
}
.zv-amf-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px; border: 1px solid #e5e5e5; border-radius: 999px;
  background: #fff; color: #222; font-size: 13px; font-weight: 600;
  cursor: pointer; transition: all .15s; line-height: 1.2;
}
.zv-amf-chip:hover { border-color: var(--color-primary); color: var(--color-primary); }
.zv-amf-chip.is-active {
  background: var(--color-primary); border-color: var(--color-primary); color: #fff;
}
.zv-amf-count {
  display: inline-block; font-size: 11px; font-weight: 700;
  background: rgba(0,0,0,.06); color: inherit;
  padding: 1px 6px; border-radius: 8px; line-height: 1.4;
}
.zv-amf-chip.is-active .zv-amf-count { background: rgba(255,255,255,.22); }

/* Masonry grid (column flow) */
.zv-amf-grid {
  column-gap: 1.5rem;
  column-count: 3;
}
.zv-amf-grid[data-columns="2"] { column-count: 2; }
.zv-amf-grid[data-columns="4"] { column-count: 4; }
@media (max-width: 992px) { .zv-amf-grid, .zv-amf-grid[data-columns="3"], .zv-amf-grid[data-columns="4"] { column-count: 2; } }
@media (max-width: 600px) { .zv-amf-grid, .zv-amf-grid[data-columns="2"], .zv-amf-grid[data-columns="3"], .zv-amf-grid[data-columns="4"] { column-count: 1; } }

.zv-amf-item {
  display: block; width: 100%;
  margin: 0 0 1.5rem; break-inside: avoid;
  -webkit-column-break-inside: avoid; page-break-inside: avoid;
  background: #fff; border-radius: 8px; overflow: hidden;
  text-decoration: none; color: inherit;
  border: 1px solid #f0f0f0;
  transition: transform .2s, box-shadow .2s, opacity .25s;
}
.zv-amf-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  border-color: #e5e5e5;
}
.zv-amf-item.is-hidden { display: none !important; }

.zv-amf-thumb {
  width: 100%; background: #f0f0f0; line-height: 0; overflow: hidden;
}
.zv-amf-thumb img,
.zv-amf-item .zv-amf-img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  display: block;
  object-fit: cover;
  border-radius: 0 !important;
}
.zv-amf-thumb-blank {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #e9ecef, #ced4da);
}

.zv-amf-meta { padding: 14px 16px 16px; }
.zv-amf-cat {
  display: inline-block; font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--color-primary); margin-bottom: 6px;
}
.zv-amf-title {
  font-size: 15px; font-weight: 700; line-height: 1.4;
  color: #222; margin: 0 0 6px;
  display: -webkit-box; -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; overflow: hidden;
}
.zv-amf-item:hover .zv-amf-title { color: var(--color-primary); }
.zv-amf-date {
  font-size: 11px; color: #999;
  font-family: monospace; letter-spacing: .04em;
}

/* Empty + load more */
.zv-amf-empty {
  padding: 48px 16px; text-align: center;
  color: #888; font-size: 14px;
}
.zv-amf-more-wrap { text-align: center; padding: 24px 0; }
.zv-amf-more {
  background: var(--color-primary); color: #fff; border: 0;
  padding: 10px 22px; border-radius: 999px; font-weight: 700;
  font-size: 13px; letter-spacing: .04em; cursor: pointer;
  transition: opacity .15s, transform .15s;
}
.zv-amf-more:hover { opacity: .85; transform: translateY(-1px); }
.zv-amf-more:disabled { opacity: .5; cursor: wait; }
.zv-amf-loading {
  display: inline-flex; gap: 4px; padding: 8px 0;
}
.zv-amf-loading span {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--color-primary); animation: zvamf-bounce 1.2s infinite ease-in-out both;
}
.zv-amf-loading span:nth-child(1) { animation-delay: -.32s; }
.zv-amf-loading span:nth-child(2) { animation-delay: -.16s; }
@keyframes zvamf-bounce {
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); }
}

.zv-amf-sentinel { height: 1px; }
/* === ZAIV NAV ACTIVE === */
nav a.is-active,
.dynamic-header nav a.is-active,
.dropdown-item.is-active {
  color: var(--zv-text-link, #008c8c) !important;
  font-weight: 700 !important;
  position: relative;
}
nav a.is-active::after,
.dynamic-header nav a.is-active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -8px;
  height: 2px;
  background: var(--zv-text-link, #008c8c);
  border-radius: 2px;
}
/* === /ZAIV NAV ACTIVE === */