.cc_Z0fv8wUkj4_oysroThgNp .qir {
  width: 100%;
  font-family: system-ui, -apple-system, sans-serif;
  --vp: 72px;
  padding: var(--vp) 0;
}
.cc_Z0fv8wUkj4_oysroThgNp .qir[data-padding="compact"] { --vp: 40px; }
.cc_Z0fv8wUkj4_oysroThgNp .qir[data-padding="normal"] { --vp: 72px; }
.cc_Z0fv8wUkj4_oysroThgNp .qir[data-padding="spacious"] { --vp: 100px; }
.cc_Z0fv8wUkj4_oysroThgNp .qir[data-padding="extra"] { --vp: 140px; }

.cc_Z0fv8wUkj4_oysroThgNp .qir-inner {
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 clamp(40px, 8vw, 120px);
}

/* ---- Header ---- */
.cc_Z0fv8wUkj4_oysroThgNp .qir-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-header[data-align="center"] {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-header[data-align="right"] {
  flex-direction: row-reverse;
  align-items: flex-end;
}

/* ---- Instagram profil bandı — hesap kartı (avatar, istatistik, bio, Takip Et) ---- */
.cc_Z0fv8wUkj4_oysroThgNp .qir-profile {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 32px);
  padding: clamp(18px, 3vw, 28px) clamp(18px, 3.5vw, 36px);
  margin-bottom: 40px;
  border: 1px solid;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.cc_Z0fv8wUkj4_oysroThgNp .qir-profile-avatar {
  flex-shrink: 0;
  width: clamp(64px, 8vw, 88px);
  height: clamp(64px, 8vw, 88px);
  border-radius: 50%;
  border: 1.5px solid;
  padding: 3px;
  display: block;
  box-sizing: border-box;
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-profile-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-profile-avatar-fallback {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
}

.cc_Z0fv8wUkj4_oysroThgNp .qir-profile-info {
  flex: 1;
  min-width: 0;
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-profile-handle {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-profile-handle:hover { opacity: 0.75; }
.cc_Z0fv8wUkj4_oysroThgNp .qir-profile-name {
  margin: 2px 0 0;
  font-size: 13px;
  opacity: 0.65;
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-profile-stats {
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
  font-size: 13px;
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-profile-stat { opacity: 0.85; }
.cc_Z0fv8wUkj4_oysroThgNp .qir-profile-stat strong { font-weight: 700; }
.cc_Z0fv8wUkj4_oysroThgNp .qir-profile-bio {
  margin: 10px 0 0;
  font-size: 13.5px;
  line-height: 1.5;
  opacity: 0.6;
  max-width: 640px;
}

.cc_Z0fv8wUkj4_oysroThgNp .qir-profile-follow {
  flex-shrink: 0;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 26px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.2s;
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-profile-follow:hover { opacity: 0.7; }

@media (max-width: 640px) {
  .cc_Z0fv8wUkj4_oysroThgNp .qir-profile { flex-wrap: wrap; }
  .cc_Z0fv8wUkj4_oysroThgNp .qir-profile-info { flex-basis: calc(100% - 88px); }
  .cc_Z0fv8wUkj4_oysroThgNp .qir-profile-follow { width: 100%; justify-content: center; }

  /* Studio "Mobilde Profil Bandini Gizle" (default açık) — 260px'lik blok
     mobilde başlıkla aynı bilgiyi tekrarlıyordu */
  .cc_Z0fv8wUkj4_oysroThgNp .qir[data-m-profil="hide"] .qir-profile { display: none; }

  /* Dokunma alanları: profil linki / "Profili Gör" 44px hedefe */
  .cc_Z0fv8wUkj4_oysroThgNp .qir-view-all, .cc_Z0fv8wUkj4_oysroThgNp .qir-ig-badge { padding: 11px 18px; }
}

/* Instagram hesap rozeti — başlığın üstünde, profile gider */
.cc_Z0fv8wUkj4_oysroThgNp .qir-ig-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  margin-bottom: 18px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.2s;
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-ig-badge:hover { opacity: 0.7; }

.cc_Z0fv8wUkj4_oysroThgNp .qir-accent-line {
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 2px;
  margin-bottom: 14px;
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-header[data-align="center"] .qir-accent-line { margin-inline: auto; }
.cc_Z0fv8wUkj4_oysroThgNp .qir-header[data-align="right"] .qir-accent-line { margin-left: auto; }

.cc_Z0fv8wUkj4_oysroThgNp .qir-title {
  margin: 0;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.7vw, 34px);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-subtitle {
  margin: 8px 0 0;
  font-size: 15px;
  opacity: 0.7;
}

.cc_Z0fv8wUkj4_oysroThgNp .qir-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: inherit;
  border-bottom: 1.5px solid currentColor;
  padding-bottom: 2px;
  transition: opacity 0.2s;
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-view-all:hover { opacity: 0.6; }

/* ---- Strip ----
   Mobil: NaturaLine gibi parmakla kaydırılan yatay şerit (2×2 grid göz yoruyordu).
   Masaüstü (≥700px): 4'lü grid. */
.cc_Z0fv8wUkj4_oysroThgNp .qir-strip {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 10px;
  min-width: 0;
  max-width: 100%;
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-strip::-webkit-scrollbar { display: none; }
.cc_Z0fv8wUkj4_oysroThgNp .qir-card {
  flex: 0 0 min(180px, 48vw);
  min-width: 0;
}

@media (min-width: 700px) {
  /* Masaüstü: 3 reel yan yana — kartlar reels (9:16) boyutunda kalır,
     tek reel olsa bile sütun 1/3 genişlikte durur, dev görünmez */
  .cc_Z0fv8wUkj4_oysroThgNp .qir-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    justify-content: start;
    overflow: visible;
    padding-bottom: 0;
  }
}

.cc_Z0fv8wUkj4_oysroThgNp .qir-card {
  position: relative;
  display: block;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
}

.cc_Z0fv8wUkj4_oysroThgNp .qir-media {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  overflow: hidden;
  background: #1C1916;
}

.cc_Z0fv8wUkj4_oysroThgNp .qir-poster, .cc_Z0fv8wUkj4_oysroThgNp .qir-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-poster {
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-video {
  opacity: 1;
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* Sürekli oynar; üstüne gelince hafif yakınlaşma */
.cc_Z0fv8wUkj4_oysroThgNp .qir-card:hover .qir-video, .cc_Z0fv8wUkj4_oysroThgNp .qir-card:hover .qir-poster { transform: scale(1.04); }

.cc_Z0fv8wUkj4_oysroThgNp .qir-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  padding: 6px;
  border-radius: 50%;
  background: rgba(11, 10, 9, 0.55);
  border: 0.5px solid rgba(243, 236, 227, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* İzlenme sayısı — Instagram tarzı, sol-alt köşe */
.cc_Z0fv8wUkj4_oysroThgNp .qir-views {
  position: absolute;
  bottom: 10px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.01em;
  pointer-events: none;
}
/* Başlık görselin üstündeyken (overlay) çakışmasın → sol-üst köşeye al */
.cc_Z0fv8wUkj4_oysroThgNp .qir-views--top {
  bottom: auto;
  top: 12px;
}

.cc_Z0fv8wUkj4_oysroThgNp .qir-caption {
  margin: 12px 4px 0;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* titleOverlay=true: başlık (caption) videonun üstüne biner, scrim ile okunur */
.cc_Z0fv8wUkj4_oysroThgNp .qir-caption--overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 40px 14px 14px;
  color: #F3ECE3;
  opacity: 1;
  background: linear-gradient(transparent, rgba(11, 10, 9, 0.85));
  pointer-events: none;
}

/* ---- States ---- */
.cc_Z0fv8wUkj4_oysroThgNp .qir-skeleton .qir-media, .cc_Z0fv8wUkj4_oysroThgNp .qir-skeleton {
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  background: linear-gradient(100deg, #1C1916 30%, #2A2520 50%, #1C1916 70%);
  background-size: 200% 100%;
  animation: cc_Z0fv8wUkj4_oysroThgNp_qir-shimmer 1.3s infinite linear;
}
@keyframes cc_Z0fv8wUkj4_oysroThgNp_qir-shimmer {
  to { background-position: -200% 0; }
}

.cc_Z0fv8wUkj4_oysroThgNp .qir-empty {
  margin: 8px 0 0;
  font-size: 14px;
  opacity: 0.6;
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-empty code {
  font-family: ui-monospace, monospace;
  background: rgba(255, 255, 255, 0.08);
  padding: 1px 6px;
  border-radius: 4px;
}

/* ── Ember kart-altı ışık: bakır under-glow (kullanıcı listesi, 2026-07-08) ── */
.cc_Z0fv8wUkj4_oysroThgNp .qir-card {
  box-shadow:
    0 26px 60px -12px rgba(198, 143, 97, 0.55),
    0 10px 22px -10px rgba(0, 0, 0, 0.6);
}
.cc_Z0fv8wUkj4_oysroThgNp .qir-card:hover {
  box-shadow:
    0 32px 74px -12px rgba(198, 143, 97, 0.72),
    0 12px 26px -10px rgba(0, 0, 0, 0.65);
}

/* Yatay taşma emniyeti */
@media (max-width: 760px) {
  .cc_Z0fv8wUkj4_oysroThgNp .qir { overflow-x: clip; }
}
