/**
 * Ana sayfa — Cafemarkt tarzı vitrin (kilitli slider altı).
 * İçerik: lib/home-cafemarkt-content.ts
 */

body.eq-home-cafemarkt-on .eq-mx-pop-cats-wrap.eq-legacy-hidden,
body.eq-home-cafemarkt-on #eq-mx-promo-section.eq-legacy-hidden {
  display: none !important;
}

/* Eski HTML pop-cats şeridi — React vitrin (#eq-home-cafemarkt-mount) kullanılır */
body.eq-home.eq-home-decor .eq-decor-bottom .eq-mx-pop-cats-wrap.eq-decor-pop-bottom {
  display: none !important;
}

.eq-cmkt {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.eq-cmkt-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 16px 10px 24px;
}

body.eq-home-cafemarkt-on .eq-home-cafemarkt-mount {
  display: block;
  width: 100%;
  max-width: none;
}

body.eq-home.eq-home-mutbex .eq-home-cafemarkt-mount,
body.eq-home.eq-home-mutbex .eq-cmkt,
body.eq-home.eq-home-mutbex .eq-cmkt-inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* KİLİT: public/home-cafemarkt-hero-KILIT.txt */
/* ── Hero promo grid: sol yükseklik = sağ (üst 2 + alt ocak) toplamı ── */
.eq-cmkt-hero-grid {
  --cmkt-hero-h: clamp(168px, 17.28vw, 372px);
  display: grid;
  grid-template-columns: minmax(0, 21fr) minmax(0, 19fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 6px;
  width: 100%;
  height: var(--cmkt-hero-h);
  max-height: var(--cmkt-hero-h);
  margin-bottom: 17px;
  align-items: stretch;
}

/* Sol split — sağdaki iki satırın toplam yüksekliğine uzanır */
.eq-cmkt-hero-grid > .eq-cmkt-hero-main-wrap,
.eq-cmkt-hero-grid > .eq-cmkt-promo--main {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: stretch;
  min-height: 0;
  height: 100%;
  max-height: 100%;
}

.eq-cmkt-hero-main-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.eq-cmkt-hero-main-slider {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
}

.eq-cmkt-hero-main-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.eq-cmkt-hero-main-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.eq-cmkt-hero-main-slide .eq-cmkt-promo--main {
  height: 100%;
  max-height: 100%;
}

.eq-cmkt-hero-main-dots {
  position: absolute;
  left: 8px;
  bottom: 5px;
  z-index: 3;
  display: flex;
  gap: 5px;
  pointer-events: auto;
}

.eq-cmkt-hero-main-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
}

.eq-cmkt-hero-main-dot.is-active {
  background: #fff;
  border-color: #fff;
}

.eq-cmkt-hero-main-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.45);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.eq-cmkt-hero-main-nav--prev {
  left: 6px;
}

.eq-cmkt-hero-main-nav--next {
  right: 6px;
}

.eq-cmkt-hero-main-nav:hover {
  background: rgba(15, 23, 42, 0.65);
  border-color: rgba(255, 255, 255, 0.7);
}

.eq-cmkt-hero-side {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
  min-height: 0;
  min-width: 0;
}

/* Hero vitrin — kompakt tipografi + metin/görsel düzeni (kutu ölçüsü sabit) */
.eq-cmkt-hero-grid .eq-cmkt-promo {
  min-height: 0;
  border-radius: 9px;
}

.eq-cmkt-hero-grid .eq-cmkt-promo--compact {
  padding: 6px 8px 5px;
  overflow: hidden;
}

.eq-cmkt-hero-grid .eq-cmkt-promo__brand {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.15;
  opacity: 0.85;
}

.eq-cmkt-hero-grid .eq-cmkt-promo--compact .eq-cmkt-promo__title {
  margin: 3px 0 0;
  max-width: 54%;
  font-size: clamp(10px, 0.82vw, 12px);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.22;
}

.eq-cmkt-hero-grid .eq-cmkt-promo--compact .eq-cmkt-promo__sub {
  margin: 2px 0 0;
  max-width: 54%;
  font-size: clamp(8px, 0.62vw, 10px);
  font-weight: 500;
  line-height: 1.3;
  opacity: 0.9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.eq-cmkt-hero-grid .eq-cmkt-promo--compact .eq-cmkt-promo__cta {
  margin-top: auto;
  padding: 4px 10px;
  font-size: 9px;
  line-height: 1.2;
}

.eq-cmkt-hero-grid .eq-cmkt-promo__img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 52%;
  width: auto;
  height: auto;
  max-width: 144%;
  max-height: 128%;
  margin: auto;
  object-fit: contain;
  object-position: center center;
}

.eq-cmkt-hero-grid .eq-cmkt-promo--split .eq-cmkt-promo__panel {
  padding: 6px 6px 4px 8px;
  overflow: hidden;
}

.eq-cmkt-hero-grid .eq-cmkt-promo--split .eq-cmkt-promo__kicker {
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.eq-cmkt-hero-grid .eq-cmkt-promo--split .eq-cmkt-promo__title {
  margin-bottom: 2px;
  font-size: clamp(15px, 1.45vw, 19px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.eq-cmkt-hero-grid .eq-cmkt-promo--split .eq-cmkt-promo__lead {
  margin-bottom: 2px;
  font-size: clamp(10px, 0.82vw, 12px);
  font-weight: 400;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.eq-cmkt-hero-grid .eq-cmkt-promo--split .eq-cmkt-promo__badges {
  gap: 3px;
  flex-wrap: wrap;
}

.eq-cmkt-hero-grid .eq-cmkt-promo--split .eq-cmkt-promo__badges li {
  padding: 2px 7px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.25;
}

.eq-cmkt-hero-grid .eq-cmkt-promo--split .eq-cmkt-promo__points {
  font-size: clamp(10px, 0.85vw, 12px);
  line-height: 1.35;
}

.eq-cmkt-hero-grid .eq-cmkt-promo--split .eq-cmkt-promo__cta {
  margin-top: auto;
  padding-top: 2px;
  font-size: clamp(11px, 0.95vw, 13px);
}

.eq-cmkt-hero-grid .eq-cmkt-promo--split .eq-cmkt-promo__media {
  padding: 3px 5px 3px 0;
}

.eq-cmkt-hero-grid .eq-cmkt-promo--split .eq-cmkt-promo__media-img {
  width: 125%;
  height: 125%;
  max-width: 125%;
  max-height: 125%;
}

.eq-cmkt-promo {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 88px;
  padding: 11px 10px 8px;
  border-radius: 14px;
  text-decoration: none;
  color: #1a1d2b;
  overflow: hidden;
  border: 1px solid rgba(0, 30, 80, 0.07);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  isolation: isolate;
}

.eq-cmkt-promo:hover {
  box-shadow: 0 10px 28px rgba(0, 30, 80, 0.12);
  transform: translateY(-1px);
}

.eq-cmkt-promo--light {
  color: #fff;
}

.eq-cmkt-promo--main {
  min-height: 0;
  padding: 14px 12px;
}

/* Split promo — metin sol 2/5 · görsel sağ 3/5 (Electrolux mavisi) */
.eq-cmkt-promo--split {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 0;
  padding: 0;
  min-height: 0;
  height: auto;
  border-color: rgba(255, 255, 255, 0.12);
  background-color: #001e50;
  align-items: stretch;
}

.eq-cmkt-promo--split.eq-cmkt-promo--main {
  padding: 0;
  min-height: 0;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.eq-cmkt-promo--split .eq-cmkt-promo__panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  min-height: 0;
  padding: 10px 10px 8px 12px;
  color: #fff;
  background: #001e50;
  box-sizing: border-box;
}

.eq-cmkt-promo--split .eq-cmkt-promo__media {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  height: 100%;
  padding: 6px 10px 6px 0;
  background: #001e50;
  overflow: hidden;
}

.eq-cmkt-promo--split .eq-cmkt-promo__media-img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 0;
  min-width: 0;
  object-fit: contain;
  object-position: center center;
  pointer-events: none;
}

.eq-cmkt-promo--split .eq-cmkt-promo__kicker {
  margin: 0 0 3px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  opacity: 0.88;
}

.eq-cmkt-promo--split .eq-cmkt-promo__title,
.eq-cmkt-promo--split.eq-cmkt-promo--main .eq-cmkt-promo__title {
  margin: 0 0 3px;
  max-width: none;
  font-size: clamp(15px, 1.75vw, 21px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.eq-cmkt-promo--split .eq-cmkt-promo__em {
  font-style: italic;
  font-weight: 600;
}

.eq-cmkt-promo--split .eq-cmkt-promo__lead {
  margin: 0 0 4px;
  font-size: clamp(11px, 0.95vw, 13px);
  font-weight: 400;
  line-height: 1.35;
  opacity: 0.95;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.eq-cmkt-promo--split.eq-cmkt-promo--main .eq-cmkt-promo__lead {
  -webkit-line-clamp: 1;
}

.eq-cmkt-promo--split .eq-cmkt-promo__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eq-cmkt-promo--split .eq-cmkt-promo__badges li {
  padding: 2px 6px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 2px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
}

.eq-cmkt-promo--split .eq-cmkt-promo__points {
  flex: 0 1 auto;
  margin: 8px 0 0;
  padding: 0 0 0 1.15em;
  font-size: clamp(15px, 1.22vw, 17px);
  line-height: 1.45;
  opacity: 0.92;
}

.eq-cmkt-promo--split .eq-cmkt-promo__points li {
  margin-bottom: 4px;
}

.eq-cmkt-promo--split .eq-cmkt-promo__points li:last-child {
  margin-bottom: 0;
}

.eq-cmkt-promo--split .eq-cmkt-promo__cta {
  margin-top: 6px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: clamp(12px, 1.05vw, 14px);
  font-weight: 700;
  align-self: flex-start;
}

.eq-cmkt-promo--split.eq-cmkt-promo--light .eq-cmkt-promo__cta {
  background: transparent;
  color: #fff;
  padding: 0;
  border-radius: 0;
}

.eq-cmkt-promo--split:hover .eq-cmkt-promo__cta {
  text-decoration: underline;
}

.eq-cmkt-promo--compact {
  min-height: 0;
  padding: 8px 7px 7px;
}

.eq-cmkt-promo--wide {
  min-height: 0;
  padding: 8px 7px 7px;
}

.eq-cmkt-promo__brand {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
}

.eq-cmkt-promo__title {
  margin: 8px 0 0;
  font-size: clamp(15px, 1.6vw, 22px);
  font-weight: 800;
  line-height: 1.25;
  max-width: 58%;
  z-index: 1;
}

.eq-cmkt-promo--main .eq-cmkt-promo__title {
  max-width: 46%;
  font-size: clamp(18px, 2vw, 26px);
}

.eq-cmkt-promo--main .eq-cmkt-promo__sub {
  max-width: 42%;
}

.eq-cmkt-promo--compact .eq-cmkt-promo__title {
  font-size: 12px;
  max-width: 100%;
}

.eq-cmkt-promo--compact .eq-cmkt-promo__sub {
  font-size: 11px;
}

.eq-cmkt-promo__sub {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.4;
  max-width: 50%;
  opacity: 0.92;
  z-index: 1;
}

.eq-cmkt-promo__cta {
  margin-top: auto;
  align-self: flex-start;
  margin-top: 14px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #1565c0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  z-index: 1;
}

.eq-cmkt-promo--light .eq-cmkt-promo__cta {
  background: #fff;
  color: #0d47a1;
}

.eq-cmkt-promo--compact .eq-cmkt-promo__cta {
  padding: 6px 12px;
  font-size: 10px;
}

.eq-cmkt-promo__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  max-width: 280px;
  max-height: 92%;
  object-fit: contain;
  object-position: bottom right;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.eq-cmkt-promo--main .eq-cmkt-promo__img {
  width: 74%;
  max-width: 680px;
  max-height: 98%;
}

.eq-cmkt-promo--compact .eq-cmkt-promo__img {
  width: 72%;
  max-width: 120px;
  opacity: 0.95;
}

/* KİLİT: public/home-pop-cats-KILIT.txt */
/* ── Popüler kategoriler ── */
.eq-cmkt-cats-wrap {
  width: 100%;
  margin-bottom: 28px;
}

.eq-cmkt-cats__title {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  color: #1a1d2b;
  letter-spacing: -0.02em;
}

.eq-cmkt-cats {
  position: relative;
  width: 100%;
}

.eq-cmkt-cats__viewport {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-x pinch-zoom;
}

.eq-cmkt-cats__viewport::-webkit-scrollbar {
  display: none;
}

.eq-cmkt-cats__viewport.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
  user-select: none;
}

.eq-cmkt-cats__viewport.is-dragging .eq-cmkt-cat {
  pointer-events: none;
}

.eq-cmkt-cats__nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 4;
  width: 36px;
  height: 36px;
  margin: 0;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #334155;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.12);
  transition: background 0.15s, box-shadow 0.15s;
  pointer-events: auto;
}

.eq-cmkt-cats__nav--prev {
  left: 8px;
}

.eq-cmkt-cats__nav--next {
  right: 8px;
}

.eq-cmkt-cats__nav:hover {
  background: #f8fafc;
}

.eq-cmkt-cats__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  min-height: 10px;
}

.eq-cmkt-cats__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c5cdd8;
  cursor: pointer;
  transition: width 0.2s ease, border-radius 0.2s ease, background 0.2s ease;
}

.eq-cmkt-cats__dot.is-active {
  width: 28px;
  border-radius: 999px;
  background: #1a1d2b;
}

.eq-cmkt-cat {
  box-sizing: border-box;
  flex: 0 0 var(--eq-cmkt-cat-w, calc((100% - 48px) / 5));
  width: var(--eq-cmkt-cat-w, calc((100% - 48px) / 5));
  max-width: var(--eq-cmkt-cat-w, calc((100% - 48px) / 5));
  scroll-snap-align: start;
  min-width: 0;
  text-decoration: none;
  color: inherit;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 1101px) {
  .eq-cmkt-cats__viewport {
    scroll-snap-type: x mandatory;
  }

  .eq-cmkt-cat {
    flex: 0 0 calc((100% - 48px) / 5);
    width: calc((100% - 48px) / 5);
    max-width: calc((100% - 48px) / 5);
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .eq-cmkt-cat {
    flex: 0 0 calc((100% - 24px) / 3);
    width: calc((100% - 24px) / 3);
    max-width: calc((100% - 24px) / 3);
  }
}

@media (max-width: 640px) {
  .eq-cmkt-cat {
    flex: 0 0 calc((100% - 12px) / 2);
    width: calc((100% - 12px) / 2);
    max-width: calc((100% - 12px) / 2);
  }
}

.eq-cmkt-cat__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1;
  border-radius: 0;
  background: #fff;
  border: 1px solid #001e50;
  padding: 0;
  margin-bottom: 8px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.eq-cmkt-cat:hover .eq-cmkt-cat__img-wrap {
  border-color: #001e50;
  box-shadow: 0 4px 14px rgba(0, 30, 80, 0.14);
}

.eq-cmkt-cat__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  border-radius: 0;
  box-sizing: border-box;
}

/* Cafemarkt pop-cat — beyaz zemin, ürün ortada */
.eq-cmkt-cat__img-wrap--cm img {
  padding: 10px;
}

/* Katalog / ozti ürün fotoğrafı */
.eq-cmkt-cat__img-wrap--contain img {
  padding: 8px;
}

/* Popüler Kategoriler — Bar Design: beyaz zemin (gri PNG yalnız slider/üst vitrinde) */
.eq-cmkt-cat__img-wrap--bar-white {
  background: #fff;
}

.eq-cmkt-cat__img-wrap--bar-white img {
  padding: 8px;
  object-fit: contain;
}

.eq-cmkt-cat__label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #334155;
  line-height: 1.3;
}

/* ── Bento grid (Cafemarkt 3 sütun) ── */
.eq-cmkt-bento {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  grid-template-rows: repeat(3, minmax(118px, auto));
  gap: 12px;
}

.eq-cmkt-bento__tile {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 118px;
  padding: 16px;
  border-radius: 14px;
  text-decoration: none;
  color: #1a1d2b;
  overflow: hidden;
  border: 1px solid rgba(0, 30, 80, 0.06);
  transition: box-shadow 0.2s;
  isolation: isolate;
}

.eq-cmkt-bento__tile:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 3;
  min-height: 380px;
}

.eq-cmkt-bento__tile:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 250px;
}

.eq-cmkt-bento__tile:nth-child(3) {
  grid-column: 3;
  grid-row: 1 / span 3;
  min-height: 380px;
}

.eq-cmkt-bento__tile:nth-child(4) {
  grid-column: 2;
  grid-row: 3;
}

.eq-cmkt-bento__tile:hover {
  box-shadow: 0 8px 24px rgba(0, 30, 80, 0.1);
}

.eq-cmkt-bento__tile--light {
  color: #fff;
}

.eq-cmkt-bento__tile--sm,
.eq-cmkt-bento__tile--tall,
.eq-cmkt-bento__tile--lg {
  /* grid-area nth-child ile */
}

.eq-cmkt-bento__copy {
  position: relative;
  z-index: 1;
  max-width: 70%;
}

.eq-cmkt-bento__brand {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.75;
}

.eq-cmkt-bento__showcase {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 62%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1.1fr 1fr;
  gap: 6px;
  padding: 8px;
  box-sizing: border-box;
}

.eq-cmkt-bento__showcase-item {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 0;
  background: #fff;
  border-radius: 8px;
  padding: 6px 4px 4px;
  border: 1px solid rgba(0, 30, 80, 0.08);
}

.eq-cmkt-bento__showcase-item:first-child {
  grid-column: 1 / -1;
}

.eq-cmkt-bento__showcase-item img {
  flex: 1 1 auto;
  width: 100%;
  max-height: 78%;
  object-fit: contain;
  object-position: center center;
  mix-blend-mode: multiply;
}

.eq-cmkt-bento__showcase-item figcaption {
  flex: 0 0 auto;
  margin-top: 4px;
  font-size: 9px;
  font-weight: 700;
  color: #334155;
  text-align: center;
  line-height: 1.2;
}

.eq-cmkt-bento__title {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

/* Foto vitrin kutuları — bar / bar dizayn / kafe: aynı tipografi */
.eq-cmkt-bento__tile--photo .eq-cmkt-bento__title {
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.28;
}

.eq-cmkt-bento__tile--photo .eq-cmkt-bento__sub {
  margin-top: 6px;
  font-size: clamp(11px, 0.95vw, 12px);
  line-height: 1.35;
  opacity: 0.92;
}

.eq-cmkt-bento__sub {
  margin: 6px 0 0;
  font-size: 12px;
  opacity: 0.88;
}

.eq-cmkt-bento__cta {
  display: none !important;
}

.eq-cmkt-bento__badge {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  color: #0d47a1;
  font-size: 10px;
  font-weight: 700;
}

.eq-cmkt-bento__tile--ozti-marka {
  display: block;
  min-height: 118px;
  padding: 14px 16px 16px;
}

/* Eski bundle cache — başlık/alt yazı asla görünmesin */
.eq-cmkt-bento__tile--ozti-marka .eq-cmkt-bento__copy,
.eq-cmkt-bento__tile--ozti-marka .eq-cmkt-bento__title,
.eq-cmkt-bento__tile--ozti-marka .eq-cmkt-bento__sub,
.eq-cmkt-bento__tile--ozti-marka .eq-cmkt-bento__cta {
  display: none !important;
}

.eq-cmkt-bento__tile--ozti-marka .eq-cmkt-bento__tagline {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: none;
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(16px, 1.75vw, 22px);
  line-height: 1.45;
  color: #5c4a32;
  text-align: right;
}

.eq-cmkt-bento__tagline {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: none;
  margin: 0;
  padding: 0;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(16px, 1.75vw, 22px);
  line-height: 1.4;
  color: #5c4a32;
  text-align: right;
}

.eq-cmkt-bento__tagline--stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.eq-cmkt-bento__tagline-line1,
.eq-cmkt-bento__tagline-line2 {
  display: block;
}

.eq-cmkt-bento__tagline-line2 {
  padding-left: 3.25rem;
}

.eq-cmkt-bento__tile--ozti-marka .eq-cmkt-bento__footnote {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 2;
  margin: 0;
  max-width: 58%;
  font-family: inherit;
  font-size: 12pt;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  color: #5c4a32;
}

.eq-cmkt-bento__footnote {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 2;
  margin: 0;
  max-width: 62%;
  font-size: 12pt;
  font-weight: 400;
  line-height: 1.35;
  color: #5c4a32;
}

.eq-cmkt-bento__tile--yaz .eq-cmkt-bento__img--cover {
  object-position: center 35%;
}

.eq-cmkt-bento__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46%;
  max-height: 88%;
  object-fit: contain;
  object-position: bottom right;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.eq-cmkt-bento__img--top-right {
  top: 8px;
  bottom: auto;
  width: 50%;
  max-height: 78%;
  object-position: top right;
}

.eq-cmkt-bento__img--cover {
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
}

.eq-cmkt-bento__tile--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(26, 29, 43, 0.55) 0%,
    rgba(26, 29, 43, 0.15) 42%,
    rgba(26, 29, 43, 0.08) 100%
  );
  pointer-events: none;
}

.eq-cmkt-bento__tile--photo .eq-cmkt-bento__img {
  z-index: 0;
}

.eq-cmkt-bento__tile--photo .eq-cmkt-bento__copy {
  max-width: 88%;
  z-index: 2;
}

@media (max-width: 1100px) {
  .eq-cmkt-hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
    max-height: none;
    gap: 10px;
    margin-bottom: 28px;
  }

  .eq-cmkt-hero-grid > .eq-cmkt-hero-main-wrap,
  .eq-cmkt-hero-grid > .eq-cmkt-promo--main {
    grid-column: 1;
    grid-row: auto;
    height: auto;
    max-height: none;
  }

  .eq-cmkt-hero-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    grid-column: 1;
    grid-row: auto;
  }

  .eq-cmkt-promo--main {
    min-height: 0;
  }

  .eq-cmkt-promo--split,
  .eq-cmkt-promo--split.eq-cmkt-promo--main {
    min-height: 0;
  }

  .eq-cmkt-promo--split .eq-cmkt-promo__media {
    min-height: 0;
    padding: 0 8px;
  }

  .eq-cmkt-promo--split {
    grid-template-columns: 1fr;
  }

  .eq-cmkt-promo--split .eq-cmkt-promo__media-img {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: clamp(72px, 20.4vw, 101px);
    transform: scale(1.1);
  }

  .eq-cmkt-bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .eq-cmkt-bento__tile:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    margin-left: 0;
    width: auto;
    min-height: 140px;
  }
}

@media (max-width: 640px) {
  .eq-cmkt-hero-side {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .eq-cmkt-cats__nav {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .eq-cmkt-bento {
    grid-template-columns: 1fr;
  }

  .eq-cmkt-bento__tile:nth-child(n) {
    grid-column: 1;
    grid-row: auto;
    margin-left: 0;
    width: auto;
  }

  .eq-cmkt-promo__title,
  .eq-cmkt-promo--main .eq-cmkt-promo__title {
    max-width: 100%;
  }

  .eq-cmkt-promo__img {
    width: 42%;
    opacity: 0.85;
  }

  .eq-cmkt-promo--main .eq-cmkt-promo__img {
    width: 58%;
    max-width: none;
    max-height: 92%;
  }
}
