/* ═══════════════════════════════════════════════════════
   FashionTV Magazine — news.css  v6.0
   Dengeli Kategori Dağılımı · Premium Türkçe Dergi
   Astroloji = eşit kategorilerden biri
   style.css token'ları miras alınır
═══════════════════════════════════════════════════════ */

/* ── SAYFA SEVİYESİ OVERRIDE ─────────────────────────
   Header hemen beyaz görünsün (video yok)
──────────────────────────────────────────────────── */

/* Aktif menü linki */
.nav-current {
  color: var(--ink) !important;
  position: relative;
}
.nav-current::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0; right: 0;
  height: 1px;
  background: var(--gold);
}

/* ── ORTAK YARDIMCILAR ─────────────────────────────── */
.sec-label {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.sec-title {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--ink);
}

.sec-head { margin-bottom: 44px; }
.sec-head--between {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}
.sec-more-link {
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: opacity .2s;
}
.sec-more-link:hover { opacity: .6; }

/* Kategori pill — standart, tüm kategoriler eşit */
.cat-pill {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 5px 12px;
  background: var(--white);
  color: var(--ink);
  line-height: 1;
}
.cat-pill--dark { background: var(--ink); color: var(--white); }

/* Scroll reveal */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity  .9s var(--ease-out) var(--delay,0s),
    transform .9s var(--ease-out) var(--delay,0s);
}
.fade-up.visible { opacity: 1; transform: none; }


/* ═══════════════════════════════════════════════════
   BÖLÜM 1 — GİRİŞ (KAPAK STİLİ)
═══════════════════════════════════════════════════ */

/* Üst ince bant */
.cover-entry__tape {
  background: var(--ink);
  padding: 10px 0;
}
.cover-entry__tape-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  font-family: var(--font-display);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.42);
  white-space: nowrap;
}
.cover-entry__tape-inner::-webkit-scrollbar { display: none; }
.tape-sep { color: var(--gold); }

/* Ana kapak */
.cover-entry__main {
  background: var(--white);
  padding: calc(62px + clamp(48px,7vw,88px)) 0 clamp(48px,7vw,80px);
  border-bottom: 1px solid var(--border);
}

/* 3 sütun: başlık | büyük kart | mini stack */
.cover-entry__grid {
  display: grid;
  grid-template-columns: 320px 1fr 280px;
  gap: clamp(24px,4vw,52px);
  align-items: center;
}

/* Sol başlık */
.cover-kicker {
  display: block;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.cover-title {
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.02em;
  color: var(--ink);
  margin-bottom: 22px;
}
.cover-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--gold);
}
.cover-desc {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--ink-50);
  margin-bottom: 32px;
}
.cover-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.btn-cover-primary {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 14px 28px;
  background: var(--ink);
  color: var(--white);
  border: 1px solid var(--ink);
  transition: background .2s;
  text-align: center;
}
.btn-cover-primary:hover { background: var(--dark, #1a1a1a); }
.btn-cover-ghost {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 14px 28px;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--border);
  transition: border-color .2s, background .2s;
  text-align: center;
}
.btn-cover-ghost:hover { border-color: var(--ink); background: var(--off-white); }

.cover-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-50);
}
.cover-meta-sep {
  display: block;
  width: 28px; height: 1px;
  background: var(--border);
}

/* Büyük orta kart */
.cover-hero-card { display: block; }
.chc-img {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}
/* Moda kapak görseli — zengin koyu ton */
.chc-bg-moda {
  background-image: url("../images/minimalizm1.jpg");
  background-size: cover;
  background-position: center top;
}
.chc-bg-moda::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -48deg, transparent 0 38px,
    rgba(255,255,255,.016) 38px 39px
  );
  z-index: 0;
}
.chc-img__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(0,0,0,.90) 0%, rgba(0,0,0,.1) 52%, transparent 68%);
  transition: background .4s;
}
.cover-hero-card:hover .chc-img__overlay {
  background: linear-gradient(to top, rgba(0,0,0,.95) 0%, rgba(0,0,0,.28) 56%, rgba(0,0,0,.05) 76%);
}
.chc-img__content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 28px 28px 34px;
}
.cover-tag {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  padding: 5px 12px;
  margin-bottom: 14px;
}
.cover-tag--default { background: var(--white); color: var(--ink); }

.chc-title {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--white);
  margin-bottom: 12px;
}
.chc-excerpt {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255,255,255,.55);
  margin-bottom: 18px;
}
.chc-link {
  font-family: var(--font-display);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-lt);
  border-bottom: 1px solid rgba(200,168,120,.4);
  padding-bottom: 2px;
  display: inline-block;
  transition: color .2s, border-color .2s;
}
.cover-hero-card:hover .chc-link { color: var(--white); border-color: rgba(255,255,255,.4); }

/* Sağ mini stack */
.cover-side-stack { display: flex; flex-direction: column; gap: 14px; }

.css-item {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid var(--border);
  background: var(--white);
  transition: border-color .2s, box-shadow .2s;
}
.css-item:hover { border-color: var(--ink-20); box-shadow: 0 6px 22px rgba(0,0,0,.06); }

.css-item__img { width: 68px; height: 68px; flex-shrink: 0; }
/* Mini kart görselleri — farklı kategoriler, farklı tonlar */
.css-bg-guzellik { background-image: url("../images/isiltilicilt.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.css-bg-wellness { background-image: url("../images/wellness.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.css-bg-astro    { background-image: url("../images/burc.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }

.css-item__body { flex: 1; }
.css-tag {
  display: block;
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.css-title {
  font-family: var(--font-serif);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
  margin-bottom: 8px;
  transition: color .2s;
}
.css-item:hover .css-title { color: var(--ink-80, #333); }
.css-link {
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  transition: opacity .2s;
}
.css-link:hover { opacity: .6; }


/* ═══════════════════════════════════════════════════
   BÖLÜM 2 — KATEGORİ ŞERİDİ (tüm eşit)
═══════════════════════════════════════════════════ */
.cat-strip {
  background: var(--off-white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.cat-strip__inner {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cat-strip__inner::-webkit-scrollbar { display: none; }

/* Her item eşit görünüm — astroloji dahil */
.cat-strip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 18px 0;
  flex: 1;
  min-width: 100px;
  border-right: 1px solid var(--border);
  cursor: pointer;
  transition: background .2s;
  text-decoration: none;
}
.cat-strip__item:last-child { border-right: none; }
.cat-strip__item:hover { background: var(--white); }

.csi-label {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink);
}
.csi-count {
  font-family: var(--font-display);
  font-size: 8.5px;
  font-weight: 400;
  letter-spacing: .1em;
  color: var(--ink-50);
}


/* ═══════════════════════════════════════════════════
   BÖLÜM 3 — ÖNE ÇIKAN İÇERİKLER
═══════════════════════════════════════════════════ */
.spotlight-section {
  padding: var(--section-v) 0 clamp(40px,5vw,70px);
  background: var(--white);
}

/* Üst ızgara: büyük sol + 2 küçük sağ */
.spotlight-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 14px;
  margin-bottom: 14px;
}

.sp-card { display: block; overflow: hidden; }
.sp-card__img {
  position: relative;
  width: 100%; overflow: hidden;
}
.sp-card--hero .sp-card__img { height: 560px; }
.sp-card--sm   .sp-card__img { height: 271px; }

/* Spotlight görseller */
.sp-bg-guzellik { background-image: url("../images/ciltbakimi.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.sp-bg-moda     { background-image: url("../images/wardrobe.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.sp-bg-wellness { background-image: url("../images/wellness.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }

/* Grain texture */
.sp-card__img::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background: repeating-linear-gradient(
    45deg, transparent 0 36px,
    rgba(255,255,255,.018) 36px 37px
  );
}
.sp-card__img-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top,
    rgba(0,0,0,.86) 0%, rgba(0,0,0,.22) 48%, transparent 66%);
  transition: background .4s var(--ease-in-out);
}
.sp-card:hover .sp-card__img-overlay {
  background: linear-gradient(to top,
    rgba(0,0,0,.94) 0%, rgba(0,0,0,.40) 55%, rgba(0,0,0,.06) 76%);
}

/* Hover zoom */
.sp-card__img { transition: none; }
.sp-card__img > * { position: relative; z-index: 2; }

.sp-card__content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 3;
  padding: 22px 26px 30px;
}
.sp-card--hero .sp-card__content { padding: 30px 34px 38px; }
.sp-card__content .cat-pill { margin-bottom: 12px; }

.sp-card__title {
  font-family: var(--font-serif);
  color: var(--white);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 12px;
}
.sp-card--hero .sp-card__title { font-size: clamp(1.3rem, 2.2vw, 1.8rem); }
.sp-card--sm   .sp-card__title { font-size: clamp(1rem, 1.5vw, 1.15rem); }

.sp-card__excerpt {
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.78;
  color: rgba(255,255,255,.62);
  margin-bottom: 18px;
}
.sp-card__link {
  font-family: var(--font-display);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-lt);
  border-bottom: 1px solid rgba(200,168,120,.4);
  padding-bottom: 2px;
  display: inline-block;
  transition: color .2s, border-color .2s;
}
.sp-card:hover .sp-card__link { color: var(--white); border-color: rgba(255,255,255,.45); }

/* Sağ stack */
.sp-stack { display: flex; flex-direction: column; gap: 14px; }
.sp-stack .sp-card { flex: 1; }
.sp-stack .sp-card__img { height: 100%; min-height: 271px; }

/* Alt 3-kart şerit */
.spotlight-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ss-card {
  background: var(--white);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}
.ss-card:hover { transform: translateY(-5px); box-shadow: 0 16px 44px rgba(0,0,0,.07); }

.ss-card__img { aspect-ratio: 16/9; overflow: hidden; }
.ss-bg-yasam   { background-image: url("../images/luks.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.ss-bg-roportaj{ background-image: url("../images/roportaj2.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.ss-bg-astro   { background-image: url("../images/burc.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }

.ss-card__body { padding: 18px 20px 22px; }
.ss-card__body .cat-pill { margin-bottom: 10px; }
.ss-card__title {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
  margin-bottom: 9px;
  transition: color .2s;
}
.ss-card:hover .ss-card__title { color: var(--ink-80, #333); }
.ss-card__excerpt {
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--ink-50);
  margin-bottom: 14px;
}
.ss-card__link {
  font-family: var(--font-display);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  display: inline-block;
  transition: opacity .2s;
}
.ss-card__link:hover { opacity: .6; }


/* ═══════════════════════════════════════════════════
   BÖLÜM 4 — FİLTRE ÇUBUĞU
═══════════════════════════════════════════════════ */
.filter-bar-outer {
  position: sticky;
  top: 62px;
  z-index: 200;
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.filter-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.filter-bar {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.filter-bar::-webkit-scrollbar { display: none; }

/* Tüm filtre butonları eşit stil */
.f-btn {
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink-50);
  background: none;
  border: none;
  cursor: pointer;
  padding: 18px 22px;
  white-space: nowrap;
  position: relative;
  transition: color .2s;
}
.f-btn::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%; right: 50%;
  height: 2px;
  background: var(--gold);
  transition: left .3s var(--ease-out), right .3s var(--ease-out);
}
.f-btn:hover { color: var(--ink); }
.f-btn--on   { color: var(--ink); }
.f-btn--on::after { left: 0; right: 0; }

.filter-count {
  font-family: var(--font-display);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-50);
  white-space: nowrap;
  flex-shrink: 0;
}


/* ═══════════════════════════════════════════════════
   BÖLÜM 5 — CONTENT + SIDEBAR
═══════════════════════════════════════════════════ */
.content-wrap {
  padding: clamp(40px,6vw,80px) 0 var(--section-v);
  background: var(--off-white);
}
.content-layout {
  display: grid;
  grid-template-columns: 1fr 316px;
  gap: clamp(28px,4vw,52px);
  align-items: start;
}

/* Editör seçki şeridi */
.ng-wrap { min-width: 0; }
.editor-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 13px 16px;
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  margin-bottom: 26px;
  flex-wrap: wrap;
}
.editor-strip__label {
  font-family: var(--font-display);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold);
  flex-shrink: 0;
}
.editor-strip__items {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.editor-strip__items span { color: var(--ink-20); font-size: 10px; }
.es-link {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  color: var(--ink-50);
  transition: color .2s;
}
.es-link:hover { color: var(--ink); }

/* İçerik ızgarası */
.ng {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

/* Haber kartı — tüm kategoriler eşit görünüm */
.nc {
  background: var(--white);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}
.nc:hover { transform: translateY(-6px); box-shadow: 0 20px 52px rgba(0,0,0,.08); }
.nc--hidden { display: none; }

.nc__img-link { display: block; overflow: hidden; }
.nc__img {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  transition: transform .6s var(--ease-out);
}
.nc:hover .nc__img { transform: scale(1.04); }
.nc__img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.18), transparent 55%);
}
.nc__img .cat-pill { position: absolute; top: 14px; left: 14px; z-index: 1; }

/* Kart görselleri — her kategori için */
.img-m1 { background-image: url("../images/minimalizm1.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.img-m2 { background-image: url("../images/moda1.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.img-g1 { background-image: url("../images/isiltilicilt.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.img-g2 { background-image: url("../images/makyaj3.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.img-w1 { background-image: url("../images/luks.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.img-w2 { background-image: url("../images/uyku.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.img-y1 { background-image: url("../images/ciltbakimi.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.img-y2 { background-image: url("../images/seyahat.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.img-a1 { background-image: url("../images/burc.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.img-a2 { background-image: url("../images/burc.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.img-r1 { background-image: url("../images/roportaj2.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.img-r2 { background: linear-gradient(148deg, #c0c4c8 0%, #808490 100%); }

.nc__body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.nc__date {
  font-family: var(--font-display);
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-50);
  margin-bottom: 8px;
}
.nc__title {
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.42;
  color: var(--ink);
  margin-bottom: 10px;
  flex: 1;
  transition: color .2s;
}
.nc:hover .nc__title { color: var(--ink-80, #222); }
.nc__excerpt {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--ink-50);
  margin-bottom: 14px;
}
.nc__btn {
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  transition: opacity .2s;
}
.nc__btn:hover { opacity: .65; }

/* Daha Fazla Yükle */
.load-more-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding-top: 4px;
}
.load-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink);
  background: none;
  border: 1px solid var(--ink-20);
  padding: 15px 40px;
  cursor: pointer;
  transition: background .25s, color .25s, border-color .25s, opacity .4s;
}
.load-more:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.load-more svg { transition: transform .35s var(--ease-out); }
.load-more:hover svg { transform: translateY(3px); }
.load-more-info {
  font-family: var(--font-display);
  font-size: 9.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-50);
}


/* ═══════════════════════════════════════════════════
   SIDEBAR
═══════════════════════════════════════════════════ */
.sb {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: sticky;
  top: calc(62px + 56px + 16px);
  min-width: 0;
}
.sb-title {
  font-family: var(--font-display);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 16px;
}

/* Arama */
.sb-search {
  display: flex;
  border: 1px solid var(--border);
  background: var(--white);
  overflow: hidden;
}
.sb-search__input {
  flex: 1; min-width: 0;
  border: none; outline: none;
  padding: 12px 13px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 300;
  color: var(--ink);
  background: transparent;
}
.sb-search__input::placeholder { color: var(--ink-50); }
.sb-search__btn {
  background: none;
  border: none;
  border-left: 1px solid var(--border);
  padding: 0 12px;
  cursor: pointer;
  color: var(--ink-50);
  display: flex; align-items: center;
  flex-shrink: 0;
  transition: color .2s, background .2s;
}
.sb-search__btn:hover { color: var(--ink); background: var(--off-white); }

/* Popüler yazılar */
.sb-trending { display: flex; flex-direction: column; gap: 16px; }
.sbt-item { display: flex; gap: 12px; align-items: flex-start; }
.sbt-thumb { width: 64px; height: 64px; flex-shrink: 0; }
.sbt-t1 { background: linear-gradient(135deg, #c4b0a0 0%, #9a8070 100%); }
.sbt-t2 { background: linear-gradient(135deg, #c4b8c8 0%, #907898 100%); }
.sbt-t3 { background: linear-gradient(135deg, #a4bdb4 0%, #607870 100%); }
.sbt-t4 { background: linear-gradient(135deg, #1a1628 0%, #100e18 100%); }
.sbt-info { flex: 1; min-width: 0; }
.sbt-cat {
  display: block;
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px;
}
.sbt-title {
  display: block;
  font-family: var(--font-serif);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
  margin-bottom: 4px;
  transition: color .2s;
}
.sbt-title:hover { color: var(--gold); }
.sbt-date {
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-50);
}

/* Kategori listesi — tüm kategoriler eşit */
.sb-cats { display: flex; flex-direction: column; }
.sb-cats li { border-bottom: 1px solid var(--border); }
.sb-cats li:first-child { border-top: 1px solid var(--border); }
.sb-cat-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 11px 0;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  color: var(--ink-50);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: color .2s, padding-left .2s;
}
.sb-cat-btn:hover { color: var(--ink); padding-left: 4px; }
.sb-cat-btn span {
  font-size: 10px;
  font-family: var(--font-display);
  color: var(--ink-20);
  font-weight: 500;
  letter-spacing: .08em;
}

/* Editörün seçkileri */
.sb-edpick__list { display: flex; flex-direction: column; }
.sb-edpick__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--border);
  transition: opacity .2s;
}
.sb-edpick__item:hover { opacity: .7; }
.sb-edpick__num {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  flex-shrink: 0;
  opacity: .65;
}
.sb-edpick__txt {
  font-family: var(--font-serif);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ink);
  padding-top: 2px;
}

/* Abonelik */
.sb-newsletter { background: var(--ink); padding: 24px 20px 26px; }
.sb-newsletter .sec-label { color: var(--gold-lt); }
.sb-newsletter__title {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 11px;
}
.sb-newsletter__title em {
  font-style: italic;
  font-weight: 300;
  color: var(--gold-lt);
}
.sb-newsletter__desc {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,.4);
  margin-bottom: 16px;
}
.sb-newsletter__form { display: flex; flex-direction: column; gap: 8px; }
.sb-newsletter__input {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  padding: 11px 12px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 300;
  color: var(--white);
  outline: none;
  transition: border-color .2s;
}
.sb-newsletter__input::placeholder { color: rgba(255,255,255,.28); }
.sb-newsletter__input:focus { border-color: var(--gold); }
.sb-newsletter__btn {
  background: var(--gold);
  color: var(--white);
  border: none;
  padding: 13px;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .22s;
}
.sb-newsletter__btn:hover { background: var(--gold-lt); }


/* ═══════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════ */
@media (max-width: 1140px) {
  .cover-entry__grid  { grid-template-columns: 280px 1fr 250px; }
  .content-layout     { grid-template-columns: 1fr 280px; }
  .ng                 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 960px) {
  .cover-entry__grid  { grid-template-columns: 1fr 1fr; }
  .cover-side-stack   { display: none; }
  .spotlight-layout   { grid-template-columns: 1fr; }
  .sp-card--hero .sp-card__img { height: 420px; }
  .sp-stack { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .cover-entry__grid  { grid-template-columns: 1fr; }
  .cover-hero-card    { display: none; }
  .content-layout     { grid-template-columns: 1fr; }
  .sb {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .sb-newsletter { grid-column: span 2; }
}

@media (max-width: 640px) {
  .spotlight-strip    { grid-template-columns: 1fr; }
  .ng                 { grid-template-columns: 1fr 1fr; }
  .sp-stack           { grid-template-columns: 1fr; }
  .f-btn              { padding: 16px 14px; font-size: 9.5px; }
  .filter-count       { display: none; }
  .sb                 { grid-template-columns: 1fr; }
  .sb-newsletter      { grid-column: span 1; }
  .cat-strip__item    { min-width: 90px; }
}

@media (max-width: 480px) {
  .ng                 { grid-template-columns: 1fr; }
  .cover-title        { font-size: clamp(2.6rem, 12vw, 4rem); }
  .load-more          { width: 100%; justify-content: center; }
  .f-btn              { padding: 14px 12px; }
}