/* =============================================================
   page-markalar.css — Markalar sayfası (marka vitrini; ürün kataloğu
   fabrika görselleri gelene dek park halinde, bkz. CLAUDE.md).
   Dil: anasayfa/about ile aynı — sıcak kağıt, fotoğrafik sahneler,
   foto üstüne BİNEN beyaz kartlar (derinlik), hairline ayraç YOK.
   SCOPE: her selector kendi .mcy-mk* kökünden türer.
   1) .mcy-mkspot   : öne çıkan 4 marka — alternatif editöryel satırlar
   2) .mcy-mkworlds : dünyasına göre tüm markalar — foto başlıklı kartlar + çipler
   ============================================================= */

/* ===================== 1 · Öne çıkan markalar ===================== */
.mcy-mkspot {
  --mk-display: "Poppins", sans-serif;
  --mk-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --mk-shadow: 0 28px 60px -30px rgba(28, 22, 18, 0.5);
  display: flex;
  justify-content: center;
  background: var(--bg-color);
  padding: clamp(56px, 8vh, 110px) clamp(16px, 3vw, 40px) clamp(20px, 3vh, 40px);
}
.mcy-mkspot .mcy-mkspot__inner { width: 100%; max-width: 1240px; }

/* Asimetrik başlık: sol başlık, sağ-alt intro (ev dili) */
.mcy-mkspot .mcy-mkspot__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(20px, 4vw, 64px);
  margin-bottom: clamp(36px, 5vh, 64px);
}
.mcy-mkspot .mcy-mkspot__eyebrow {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--primary-color);
}
.mcy-mkspot .mcy-mkspot__title {
  margin: 0;
  font-family: var(--mk-display);
  font-weight: 700;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--text-dark);
  text-wrap: balance;
}
.mcy-mkspot .mcy-mkspot__title b { color: var(--primary-color); font-weight: 700; }
.mcy-mkspot .mcy-mkspot__intro {
  margin: 0;
  max-width: 40ch;
  font-size: clamp(0.95rem, 1.2vw, 1.06rem);
  line-height: 1.6;
  color: rgba(28, 22, 18, 0.62);
  text-align: right;
  text-wrap: pretty;
}

/* Satır: büyük foto + üstüne binen beyaz kart (negatif margin; data-flip yön değiştirir) */
.mcy-mkspot .mcy-mkspot__row {
  display: flex;
  align-items: center;
  margin-bottom: clamp(28px, 4.5vh, 56px);
}
.mcy-mkspot .mcy-mkspot__media {
  flex: 1 1 62%;
  min-width: 0;
  border-radius: clamp(20px, 2vw, 26px);
  overflow: hidden;
  box-shadow: 0 50px 90px -55px rgba(28, 22, 18, 0.55);
}
.mcy-mkspot .mcy-mkspot__media img {
  display: block;
  width: 100%;
  height: clamp(300px, 34vw, 440px);
  object-fit: cover;
  transition: transform 0.7s var(--mk-ease);
}
.mcy-mkspot .mcy-mkspot__row:hover .mcy-mkspot__media img { transform: scale(1.04); }
.mcy-mkspot .mcy-mkspot__card {
  position: relative;
  z-index: 2;
  flex: 0 1 440px;
  margin-left: clamp(-90px, -6vw, -56px);
  padding: clamp(26px, 2.6vw, 38px);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: var(--mk-shadow);
}
.mcy-mkspot .mcy-mkspot__row[data-flip] { flex-direction: row-reverse; }
.mcy-mkspot .mcy-mkspot__row[data-flip] .mcy-mkspot__card {
  margin-left: 0;
  margin-right: clamp(-90px, -6vw, -56px);
}
/* Logo webp'leri 500×500 kare kanvas + ortada ince wordmark bandı: contain kullanma,
   cover ile boş üst/alt kırpılır → logo BÜYÜK okunur (orta %40 bant gösterilir). */
.mcy-mkspot .mcy-mkspot__logo {
  display: block;
  width: 230px;
  height: 92px;
  object-fit: cover;
  object-position: center;
  margin: 0 0 10px -8px;
}
.mcy-mkspot .mcy-mkspot__cat {
  display: block;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary-color);
}
.mcy-mkspot .mcy-mkspot__text {
  margin: 0 0 18px;
  font-size: clamp(0.92rem, 1.1vw, 1rem);
  line-height: 1.62;
  color: rgba(28, 22, 18, 0.66);
  text-wrap: pretty;
}
.mcy-mkspot .mcy-mkspot__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mk-display);
  font-weight: 600;
  font-size: 13.5px;
  color: var(--text-dark);
  text-decoration: none;
  transition: color 0.2s ease, gap 0.3s var(--mk-ease);
}
.mcy-mkspot .mcy-mkspot__link .mcy-ico { width: 15px; height: 15px; color: var(--primary-color); transition: transform 0.3s var(--mk-ease); }
.mcy-mkspot .mcy-mkspot__link:hover { color: var(--primary-color); gap: 12px; }
.mcy-mkspot .mcy-mkspot__link:hover .mcy-ico { transform: translate(2px, -2px); }

/* ===================== 2 · Dünyasına göre tüm markalar ===================== */
.mcy-mkworlds {
  --mk-display: "Poppins", sans-serif;
  --mk-ease: cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  justify-content: center;
  background: var(--bg-color);
  padding: clamp(28px, 4vh, 56px) clamp(16px, 3vw, 40px) clamp(64px, 9vh, 120px);
}
.mcy-mkworlds .mcy-mkworlds__inner { width: 100%; max-width: 1240px; }
.mcy-mkworlds .mcy-mkworlds__head { max-width: 62ch; margin-bottom: clamp(28px, 4vh, 48px); }
.mcy-mkworlds .mcy-mkworlds__title {
  margin: 0 0 12px;
  font-family: var(--mk-display);
  font-weight: 700;
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--text-dark);
}
.mcy-mkworlds .mcy-mkworlds__title b { color: var(--primary-color); font-weight: 700; }
.mcy-mkworlds .mcy-mkworlds__intro { margin: 0; font-size: clamp(0.95rem, 1.2vw, 1.05rem); line-height: 1.6; color: rgba(28, 22, 18, 0.62); }

.mcy-mkworlds .mcy-mkworlds__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 1.8vw, 26px);
}
.mcy-mkworlds .mcy-mkworlds__card {
  border-radius: 22px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 30px 60px -40px rgba(28, 22, 18, 0.35);
  scroll-margin-top: 130px;          /* mega/footer anchor'ları fixed nav altında kalmasın */
  transition: transform 0.35s var(--mk-ease), box-shadow 0.35s var(--mk-ease);
}
.mcy-mkworlds .mcy-mkworlds__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 42px 80px -44px rgba(28, 22, 18, 0.45);
}
.mcy-mkworlds .mcy-mkworlds__media { position: relative; height: clamp(170px, 17vw, 220px); }
.mcy-mkworlds .mcy-mkworlds__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mcy-mkworlds .mcy-mkworlds__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(18, 12, 8, 0.72) 4%, rgba(18, 12, 8, 0.2) 44%, transparent 68%);
}
.mcy-mkworlds .mcy-mkworlds__wname {
  position: absolute;
  z-index: 1;
  left: 22px;
  bottom: 16px;
  font-family: var(--mk-display);
  font-weight: 700;
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  letter-spacing: -0.02em;
  color: var(--text-light);
}
.mcy-mkworlds .mcy-mkworlds__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: clamp(18px, 1.8vw, 24px);
}
.mcy-mkworlds .mcy-mkworlds__chips span {
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(28, 22, 18, 0.045);
  font-family: var(--mk-display);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: var(--text-dark);
}
.mcy-mkworlds .mcy-mkworlds__note {
  margin: clamp(24px, 3.5vh, 40px) 0 0;
  font-size: clamp(0.95rem, 1.15vw, 1.02rem);
  color: rgba(28, 22, 18, 0.62);
}
.mcy-mkworlds .mcy-mkworlds__note a { color: var(--primary-color); font-weight: 600; text-decoration: none; }
.mcy-mkworlds .mcy-mkworlds__note a:hover { color: var(--primary-color-dark); }

/* ============================ Responsive ============================ */
@media (max-width: 980px) {
  .mcy-mkspot .mcy-mkspot__head { flex-direction: column; align-items: flex-start; }
  .mcy-mkspot .mcy-mkspot__intro { text-align: left; }
}
@media (max-width: 880px) {
  /* Satırlar dikey: foto üstte, kart foto'nun ÜZERİNE alttan biner (derinlik korunur) */
  .mcy-mkspot .mcy-mkspot__row,
  .mcy-mkspot .mcy-mkspot__row[data-flip] { flex-direction: column; align-items: stretch; }
  .mcy-mkspot .mcy-mkspot__media { flex: none; }
  .mcy-mkspot .mcy-mkspot__media img { height: clamp(220px, 44vw, 320px); }
  .mcy-mkspot .mcy-mkspot__card,
  .mcy-mkspot .mcy-mkspot__row[data-flip] .mcy-mkspot__card {
    flex: none;
    width: min(92%, 480px);
    margin: -48px auto 0;
  }
}
@media (max-width: 760px) {
  .mcy-mkworlds .mcy-mkworlds__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .mcy-mkspot .mcy-mkspot__media img,
  .mcy-mkspot .mcy-mkspot__link,
  .mcy-mkspot .mcy-mkspot__link .mcy-ico,
  .mcy-mkworlds .mcy-mkworlds__card { transition: none; }
  .mcy-mkspot .mcy-mkspot__row:hover .mcy-mkspot__media img { transform: none; }
  .mcy-mkworlds .mcy-mkworlds__card:hover { transform: none; }
}
