/* ════════════════════════════════════════════════════════════════════
   DOESTAR · /akis — Premium 4-section feed (yeni)
   ════════════════════════════════════════════════════════════════════ */

.feed-page {
    background: #fafafa;
    min-height: 100vh;
}

.feed-grid {
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px 24px 80px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 290px;
    gap: 24px;
    align-items: flex-start;
}

/* ════════════════ SOL SIDEBAR ════════════════ */
.feed-leftbar {
    position: sticky;
    top: 90px;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.feed-leftbar-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 18px;
}

.feed-leftbar-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 500;
    transition: background .15s ease, color .15s ease;
}
.feed-leftbar-link svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #525252;
}
.feed-leftbar-link em {
    font-style: normal;
    margin-left: auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #7c3aed;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.feed-leftbar-link:hover { background: #f5f5f5; }
.feed-leftbar-link.is-active {
    background: #f5f3ff;
    color: #7c3aed;
    font-weight: 700;
}
.feed-leftbar-link.is-active svg { color: #7c3aed; }

/* Kısayollar */
.feed-leftbar-section {
    padding: 4px 8px;
}
.feed-leftbar-section-title {
    margin: 0 0 8px;
    padding: 0 6px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #a3a3a3;
}
.feed-leftbar-shortcut {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 8px;
    border-radius: 8px;
    color: #525252;
    text-decoration: none;
    font-size: 13.5px;
    transition: color .15s ease, background .15s ease;
}
.feed-leftbar-shortcut span,
.feed-leftbar-shortcut svg {
    color: #7c3aed;
    flex-shrink: 0;
    width: 14px;
    text-align: center;
    font-weight: 700;
}
.feed-leftbar-shortcut:hover { color: #0a0a0a; background: #f5f5f5; }

/* AI Stylist promo */
.feed-leftbar-promo {
    display: block;
    padding: 18px 18px 20px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fafafa 0%, #fff 60%);
    border: 1px solid #ededed;
    text-decoration: none;
    color: #0a0a0a;
    position: relative;
    overflow: hidden;
}
.feed-leftbar-promo::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -20%;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124, 58, 237, .15), transparent 70%);
    pointer-events: none;
}
.feed-leftbar-promo-badge {
    position: relative;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: rgba(124, 58, 237, .10);
    color: #7c3aed;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
}
.feed-leftbar-promo h3 {
    position: relative;
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 800;
    color: #0a0a0a;
    letter-spacing: -0.02em;
}
.feed-leftbar-promo p {
    position: relative;
    margin: 0 0 14px;
    font-size: 12.5px;
    color: #737373;
    line-height: 1.5;
}
.feed-leftbar-promo-cta {
    position: relative;
    display: inline-block;
    padding: 9px 16px;
    border-radius: 10px;
    background: #0a0a0a;
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
}

/* ════════════════ ANA İÇERİK ════════════════ */
.feed-main {
    min-width: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 44px;
    overflow: hidden;
}

.feed-main-head {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.feed-main-title {
    margin: 0;
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #0a0a0a;
}
.feed-main-deck {
    margin: 0 0 18px;
    font-size: 14px;
    color: #737373;
}

.feed-main-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.feed-main-tabs {
    display: inline-flex;
    gap: 6px;
}
.feed-main-tab {
    padding: 9px 18px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #ededed;
    color: #525252;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.feed-main-tab:hover {
    border-color: #d4d4d4;
    color: #0a0a0a;
}
.feed-main-tab.is-active {
    background: #0a0a0a;
    border-color: #0a0a0a;
    color: #ffffff;
}

.feed-main-pref {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #ededed;
    color: #525252;
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color .15s ease, color .15s ease;
}
.feed-main-pref:hover { border-color: #0a0a0a; color: #0a0a0a; }

/* Section */
.feed-section {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.feed-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}
.feed-section-title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0a0a0a;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.feed-section-spark { color: #7c3aed; }
.feed-section-deck {
    margin: 4px 0 0;
    font-size: 13px;
    color: #737373;
}
.feed-section-all {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #ededed;
    color: #525252;
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.feed-section-all:hover { border-color: #0a0a0a; color: #0a0a0a; background: #fafafa; }

/* ════════════════ KART GRİD ════════════════ */
.outfit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

/* ════════════════════════════════════════════════════════════════════
   PREMIUM FASHION FEED CARD v3 — minimal & editorial
   Görsel = baş aktör. Yazılar küçük ve incelikli. Ürün strip kart altında
   yatay, sade. Hover ile öne çıkar.
   ════════════════════════════════════════════════════════════════════ */

.outfit-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: transparent;
    min-width: 0;
}

/* ─── 1. GÖRSEL BLOĞU ─────────────────────────────────────────────── */
.outfit-card-link {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    border-radius: 20px;
    overflow: hidden;
    background: #f5f5f5;
    text-decoration: none;
    isolation: isolate;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transition: transform .3s ease, box-shadow .3s ease;
}
.outfit-card:hover .outfit-card-link {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.outfit-card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform .6s ease;
}
.outfit-card:hover .outfit-card-bg { transform: scale(1.04); }

.outfit-card-bg--fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fafafa, #ededed);
    color: #d4d4d4;
}

/* Eyebrow — sol üst, küçük, narin */
.outfit-card-eyebrow {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 4;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    color: #0a0a0a;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Bookmark — sağ üst minimal */
.outfit-card-bookmark {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    color: #0a0a0a;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .15s ease, transform .15s ease;
}
.outfit-card-bookmark:hover {
    background: #ffffff;
    transform: scale(1.08);
}
.outfit-card-bookmark[data-saved="true"] {
    background: #0a0a0a;
    color: #ffffff;
}
.outfit-card-bookmark[data-saved="true"] svg {
    fill: currentColor;
}

/* Alt gradient — minimal, sadece son %35'i kapla */
.outfit-card-veil {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 60px 16px 16px;
    background: linear-gradient(180deg,
        transparent 0%,
        rgba(0, 0, 0, 0.0) 35%,
        rgba(0, 0, 0, 0.55) 75%,
        rgba(0, 0, 0, 0.85) 100%);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 6px;
    pointer-events: none;
}

/* Kullanıcı satırı — küçük, tek satır */
.outfit-card-author {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
}
.outfit-card-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.18);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.outfit-card-author-name {
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}
.outfit-card-time {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.65);
    font-size: 10.5px;
    flex-shrink: 0;
}
.outfit-card-verified {
    color: #facc15;
    flex-shrink: 0;
}

/* Başlık — küçük ve narin */
.outfit-card-title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: #ffffff;
    letter-spacing: -0.005em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ─── AKSİYON ŞERİDİ — beğen / yorum / kombini dene ──────────────── */
.outfit-card-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 10px;
    padding: 10px 12px;
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 12px;
}

.outfit-action {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: none;
    border: none;
    padding: 0;
    color: #525252;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    transition: color .15s ease, transform .15s ease;
}
.outfit-action svg {
    transition: fill .15s ease, stroke .15s ease;
}
.outfit-action:hover { color: #0a0a0a; }
.outfit-action--like:hover svg { stroke: #fb7185; }
.outfit-action--like[data-liked="true"] {
    color: #fb7185;
}
.outfit-action--like[data-liked="true"] svg {
    fill: #fb7185;
    stroke: #fb7185;
}

/* "Kombini Dene" — primary, sağa hizalı */
.outfit-action--tryon {
    margin-left: auto;
    padding: 7px 14px;
    border-radius: 999px;
    background: #0a0a0a;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: transform .15s ease, background .15s ease;
}
.outfit-action--tryon svg { color: #facc15; }
.outfit-action--tryon:hover {
    background: #1a1a1a;
    transform: translateY(-1px);
    color: #ffffff;
}

@media (max-width: 480px) {
    .outfit-card-actions { gap: 10px; padding: 9px 10px; }
    .outfit-action--tryon { padding: 7px 12px; font-size: 11.5px; }
    .outfit-action--tryon span { display: none; }
    .outfit-action--tryon::after { content: 'Dene'; }
}

/* ─── 2. YATAY ÜRÜN STRIP ─────────────────────────────────────────── */
.outfit-card-products {
    display: flex;
    gap: 6px;
    margin-top: 10px;
    padding: 0 2px;
}
.outfit-product {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px 6px 6px;
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    min-width: 0;
    transition: border-color .15s ease, transform .15s ease;
}
.outfit-product:hover {
    border-color: #0a0a0a;
    transform: translateY(-1px);
}
.outfit-product-thumb {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
}
.outfit-product-info {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
    overflow: hidden;
}
.outfit-product-name {
    font-size: 10.5px;
    font-weight: 600;
    color: #0a0a0a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
}
.outfit-product-price {
    font-size: 10.5px;
    font-weight: 700;
    color: #525252;
    line-height: 1.2;
}

/* ════════════════ ALT CTA ════════════════ */
.feed-cta-bottom {
    margin-top: 12px;
}
.feed-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 28px;
    border-radius: 22px;
    background: linear-gradient(135deg, #0a0a0a 0%, #7c3aed 100%);
    color: #fff;
}
.feed-cta-inner > div:first-child {
    display: flex;
    align-items: center;
    gap: 14px;
}
.feed-cta-inner svg { color: #ffffff; opacity: .9; }
.feed-cta-inner strong {
    display: block;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #ffffff;
}
.feed-cta-inner em {
    font-style: normal;
    display: block;
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 3px;
}
.feed-cta-bottom-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 11px 22px;
    border-radius: 999px;
    background: #fff;
    color: #0a0a0a;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}
.feed-cta-bottom-btn:hover { transform: translateY(-1px); }

/* ════════════════ SAĞ SIDEBAR ════════════════ */
.feed-rightbar {
    position: sticky;
    top: 90px;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.feed-rightbar-card {
    padding: 18px 20px 20px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 18px;
}

.feed-rightbar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.feed-rightbar-head h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #0a0a0a;
}
.feed-rightbar-head a {
    font-size: 11.5px;
    font-weight: 600;
    color: #7c3aed;
    text-decoration: none;
}
.feed-rightbar-head a:hover { color: #6d28d9; }

/* Trend Tags */
.feed-tag-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.feed-tag-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
    text-decoration: none;
    color: #0a0a0a;
    min-width: 0;
}
.feed-tag-row-name {
    font-size: 13.5px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
}
.feed-tag-row-count {
    font-size: 11.5px;
    color: #737373;
    flex-shrink: 0;
    white-space: nowrap;
}
.feed-tag-row:hover .feed-tag-row-name { color: #7c3aed; }

/* Daily combo */
.feed-daily-card {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    background: #fafafa;
    text-decoration: none;
    color: inherit;
    transition: transform .25s ease, box-shadow .25s ease;
}
.feed-daily-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10);
}
.feed-daily-cover {
    display: block;
    position: relative;
    aspect-ratio: 4 / 5;
    background-size: cover;
    background-position: center;
}
.feed-daily-pill {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0a0a0a;
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 0.12em;
}
.feed-daily-body { padding: 12px 14px 14px; }
.feed-daily-body h4 {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #0a0a0a;
}
.feed-daily-body p {
    margin: 0 0 12px;
    font-size: 12px;
    color: #737373;
    line-height: 1.5;
}
.feed-daily-cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #7c3aed;
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
}

/* Editor list */
.feed-editor-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.feed-editor-row {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}
.feed-editor-thumb {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
.feed-editor-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.feed-editor-info strong {
    font-size: 13px;
    font-weight: 700;
    color: #0a0a0a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.feed-editor-info em {
    font-style: normal;
    font-size: 11.5px;
    color: #737373;
}
.feed-editor-row:hover .feed-editor-info strong { color: #7c3aed; }

/* Brand list */
.feed-brand-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.feed-brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.feed-brand-info {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}
.feed-brand-logo {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    color: #525252;
    font-size: 11px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.feed-brand-info strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #0a0a0a;
}
.feed-brand-info em {
    font-style: normal;
    font-size: 11px;
    color: #737373;
    display: block;
    margin-top: 1px;
}
.feed-brand-follow {
    flex-shrink: 0;
    padding: 6px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1.5px solid #7c3aed;
    color: #7c3aed;
    font-family: inherit;
    font-size: 11.5px;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}
.feed-brand-follow:hover { background: #7c3aed; color: #fff; }
.feed-brand-follow.is-following {
    background: #f5f5f5;
    border-color: #d4d4d4;
    color: #525252;
}

/* ════════════════════════════════════════════════════════════════════
   /kombinler/{section} — "Tümünü Gör" liste sayfası
   ════════════════════════════════════════════════════════════════════ */
.kombinler-list-shell {
    max-width: 1240px;
    margin: 0 auto;
    padding: 32px 24px 80px;
}

.kombinler-list-breadcrumb {
    margin-bottom: 18px;
    font-size: 12.5px;
    color: #737373;
}
.kombinler-list-breadcrumb a {
    color: inherit;
    text-decoration: none;
    transition: color .15s ease;
}
.kombinler-list-breadcrumb a:hover { color: #0a0a0a; }
.kombinler-list-breadcrumb span[aria-hidden] { margin: 0 8px; color: #d4d4d4; }
.kombinler-list-breadcrumb > span:last-child { color: #0a0a0a; font-weight: 600; }

.kombinler-list-head {
    margin-bottom: 32px;
}
.kombinler-list-head h1 {
    margin: 0 0 8px;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #0a0a0a;
}
.kombinler-list-head p {
    margin: 0;
    color: #737373;
    font-size: 15px;
}

.kombinler-list-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kombinler-list-empty {
    text-align: center;
    padding: 80px 20px;
    color: #737373;
}
.kombinler-list-empty p { margin: 0 0 18px; font-size: 15px; }
.kombinler-list-empty-cta {
    display: inline-block;
    padding: 11px 22px;
    border-radius: 999px;
    background: #0a0a0a;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .kombinler-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .kombinler-list-shell { padding: 20px 14px 60px; }
    .kombinler-list-grid { grid-template-columns: 1fr; gap: 18px; }
}

/* ════════════════ GENİŞ EKRAN ════════════════ */
@media (min-width: 1600px) {
    .feed-grid {
        max-width: 1640px;
        grid-template-columns: 240px minmax(0, 1fr) 320px;
        gap: 32px;
    }
}
@media (min-width: 1900px) {
    .feed-grid {
        max-width: 1840px;
        grid-template-columns: 260px minmax(0, 1fr) 340px;
    }
}

/* ════════════════ TABLET ════════════════ */
@media (max-width: 1180px) {
    .feed-grid {
        grid-template-columns: 220px 1fr;
        gap: 26px;
    }
    .feed-rightbar { display: none; }
    .outfit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ════════════════ MOBİL ════════════════ */
@media (max-width: 760px) {
    .feed-grid {
        grid-template-columns: 1fr;
        padding: 16px 12px 60px;
        gap: 24px;
    }
    .feed-leftbar { display: none; }

    .feed-main { gap: 32px; }
    .feed-main-controls { flex-direction: column; align-items: stretch; gap: 10px; }
    .feed-main-tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 2px;
    }
    .feed-main-tabs::-webkit-scrollbar { display: none; }

    .feed-section-head { flex-direction: column; align-items: stretch; gap: 8px; }
    .feed-section-all { align-self: flex-start; }

    .outfit-grid { grid-template-columns: 1fr; gap: 18px; }

    .outfit-card-link { aspect-ratio: 4 / 5; }
    .outfit-card-title { font-size: 15px; }

    .feed-cta-inner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        padding: 22px;
    }
    .feed-cta-inner > div:first-child { flex-direction: column; gap: 8px; }
    .feed-cta-bottom-btn { justify-content: center; }
}

/* ════════════════════════════════════════════════════════════════════
   STORIES RAIL — Instagram tarzı yatay strip
   ════════════════════════════════════════════════════════════════════ */
.feed-stories {
    margin-bottom: 28px;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}
.feed-stories-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 4px 4px;
}
.feed-stories-track::-webkit-scrollbar { display: none; }

.feed-story {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 70px;
    text-decoration: none;
}
.feed-story-ring {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(135deg, #8b5cf6, #7c3aed, #6d28d9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease;
}
.feed-story:hover .feed-story-ring { transform: scale(1.05); }
.feed-story-ring--add {
    background: #ffffff;
    border: 1.5px dashed #d4d4d4;
    padding: 0;
}

.feed-story-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    border: 2.5px solid #ffffff;
    color: #525252;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.feed-story-add-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fafafa;
    color: #7c3aed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feed-story-name {
    font-size: 11.5px;
    color: #525252;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70px;
    text-align: center;
}

/* ════════════════════════════════════════════════════════════════════
   DISCOVERY FEED — sonsuz scroll
   ════════════════════════════════════════════════════════════════════ */
.feed-discovery {
    margin-top: 8px;
}
.feed-discovery-grid {
    /* Aynı outfit-grid; varsayılan 3 kolon, sonsuz scroll'da kullanıcı uzun
       süre kalacak — kart sayısı arttıkça düzeni bozmasın. */
}

/* Kart entrance — fade in + hafif yukarı kayış */
.outfit-card-enter {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .35s ease, transform .35s ease;
}
.outfit-card {
    transition: opacity .35s ease, transform .35s ease;
}

/* Sentinel — observer için görünmez nokta */
.feed-discovery-sentinel {
    width: 100%;
    height: 1px;
}

/* Loader skeleton */
.feed-discovery-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 36px 0 24px;
    color: #737373;
    font-size: 13px;
}
.feed-discovery-loader[hidden] { display: none; }
.feed-discovery-spinner {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid #ededed;
    border-top-color: #7c3aed;
    animation: feedDiscSpin .7s linear infinite;
}
@keyframes feedDiscSpin {
    to { transform: rotate(360deg); }
}

/* End state */
.feed-discovery-end {
    margin-top: 24px;
    text-align: center;
    color: #737373;
    font-size: 13px;
}
.feed-discovery-end[hidden] { display: none; }
.feed-discovery-end-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 16px;
}
.feed-discovery-end-line {
    height: 1px;
    width: 60px;
    background: #ededed;
}
.feed-discovery-totop {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #ededed;
    color: #525252;
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color .15s ease, color .15s ease;
}
.feed-discovery-totop:hover { border-color: #0a0a0a; color: #0a0a0a; }

/* ════════════════════════════════════════════════════════════════════
   INTERSTITIAL PROMO CARDS — keşfet akışında her 8 kartta 1
   ════════════════════════════════════════════════════════════════════ */
.outfit-promo {
    grid-column: span 1;
    /* Aspect ratio kart ile eşit kalsın */
    aspect-ratio: 3 / 4;
    border-radius: 20px;
    padding: 24px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}
.outfit-promo-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 200px;
}
.outfit-promo h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #ffffff;
    font-family: var(--font-display, "Playfair Display", Georgia, serif);
    font-style: italic;
}
.outfit-promo p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
}
.outfit-promo-eyebrow,
.outfit-promo-badge {
    display: inline-block;
    padding: 4px 11px;
    border-radius: 999px;
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.outfit-promo-eyebrow {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    backdrop-filter: blur(8px);
}
.outfit-promo-badge {
    background: rgba(255, 255, 255, 0.92);
    color: #0a0a0a;
}
.outfit-promo-cta {
    margin-top: 4px;
    display: inline-block;
    padding: 9px 18px;
    border-radius: 999px;
    background: #ffffff;
    color: #0a0a0a;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .15s ease;
}
.outfit-promo-cta:hover { transform: translateY(-1px); }

.outfit-promo--styletest {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 50%, #5b21b6 100%);
}
.outfit-promo--landings {
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
}
.outfit-promo--share {
    background: linear-gradient(135deg, #e7dcc2 0%, #c8a86b 100%);
    color: #111111;
}
.outfit-promo--share h4,
.outfit-promo--share .outfit-promo-eyebrow { color: #111111; }
.outfit-promo--share p { color: rgba(17, 17, 17, 0.75); }
.outfit-promo--share .outfit-promo-eyebrow {
    background: rgba(17, 17, 17, 0.10);
    color: #111111;
}
.outfit-promo--share .outfit-promo-cta {
    background: #111111;
    color: #ffffff;
}

/* Mobil */
@media (max-width: 760px) {
    .feed-stories { margin-bottom: 18px; padding: 12px 0; }
    .feed-story { width: 60px; }
    .feed-story-ring { width: 56px; height: 56px; }
    .feed-story-avatar, .feed-story-add-icon { width: 52px; height: 52px; }
    .feed-story-name { width: 60px; font-size: 11px; }
    .outfit-promo { aspect-ratio: 4 / 5; }
    .outfit-promo h4 { font-size: 19px; }
}

