/* ──────────────────────────────────────────────────
   Anketör Blog — Editöryel Kurumsal Sistem
   ────────────────────────────────────────────────── */
:root {
  /* Brand */
  --ink: #0B1F2A;          /* derin gece */
  --ink-2: #1F2D38;
  --paper: #F5F1EA;        /* krem kâğıt */
  --paper-2: #ECE6DA;
  --line: #DCD4C4;         /* kâğıt çizgisi */
  --line-2: #E8E2D4;
  --rule: #C9BFAB;
  --muted: #6B7280;
  --muted-2: #8B8678;

  /* Marka yeşili (mevcut) */
  --emerald: #1FA97C;
  --emerald-d: #0F6B4E;
  --emerald-l: #DDF1EC;
  --emerald-50: #F0F9F5;

  /* Kurumsal aksanlar */
  --copper: #B7693A;       /* HBR-vari aksent */
  --copper-l: #F1E2D4;
  --navy: #0E2A3A;
  --gold: #C8A24B;

  /* Kategori renkleri (sade, editöryel) */
  --cat-research: #0E5A8A;
  --cat-design: #B7693A;
  --cat-data: #1FA97C;
  --cat-ethics: #6B3FA0;
  --cat-trends: #0B1F2A;

  /* Type scale */
  --serif: "Source Serif 4", "Source Serif Pro", "Charter", "Iowan Old Style", Georgia, serif;
  --sans: "Inter", "Söhne", -apple-system, system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }

.anketor-blog-editorial {
  margin: 0;
  padding: 92px 0 80px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
}

.anketor-blog-editorial a { color: inherit; text-decoration: none; }
.anketor-blog-editorial img { display: block; max-width: 100%; }

body.webview-mode .anketor-blog-editorial {
  padding-top: 0;
}

@media (max-width: 640px) {
  .anketor-blog-editorial {
    padding-top: 82px;
  }
}

/* ───── Üst Etiket Şeridi (HBR-vari) ───── */
.top-strip {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.top-strip__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.top-strip__inner span { opacity: 0.85; }
.top-strip__inner .dot {
  display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--emerald);
  margin: 0 10px;
  vertical-align: middle;
}

/* ───── Header (Masthead) ───── */
.masthead {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.masthead__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 22px 32px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.masthead__nav {
  display: flex;
  gap: 28px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ink-2);
}
.masthead__nav a:hover { color: var(--emerald-d); }
.masthead__brand {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
}
.masthead__brand-mark {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  display: grid; place-items: center;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.04em;
}
.masthead__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.18s ease;
  text-decoration: none;
}
.btn--ghost { color: var(--ink); border-color: var(--rule); background: transparent; }
.btn--ghost:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn--solid { background: var(--ink); color: var(--paper); }
.btn--solid:hover { background: var(--emerald-d); }
.btn--emerald { background: var(--emerald); color: #fff; }
.btn--emerald:hover { background: var(--emerald-d); }
.btn--icon { padding: 9px; }

/* ───── Içerik kapsayıcı ───── */
.shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ───── Department / Header Bar ───── */
.dept-bar {
  border-bottom: 1px solid var(--rule);
  padding: 28px 0 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.dept-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper);
}
.dept-eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: var(--copper);
}
.dept-title {
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 12px 0 0;
}
.dept-title em { font-style: italic; color: var(--emerald-d); font-weight: 600; }
.dept-sub {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.dept-meta {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: right;
  flex-shrink: 0;
  padding-bottom: 6px;
}
.dept-meta strong { display: block; color: var(--ink); font-size: 32px; font-family: var(--serif); font-weight: 700; letter-spacing: -0.02em; margin-top: 4px; }

/* ───── Hero / Featured ───── */
.hero {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 48px;
  padding: 40px 0 56px;
  border-bottom: 1px solid var(--rule);
}
.hero--single {
  grid-template-columns: minmax(0, 1fr);
}
.hero--single .hero-feature {
  max-width: 900px;
}
.hero-feature__media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: var(--paper-2);
  overflow: hidden;
  display: block;
}
.hero-feature__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.03);
  transition: transform 0.6s cubic-bezier(.2,.8,.24,1);
}
.hero-feature__media:hover img { transform: scale(1.02); }
.hero-feature__media--icon { display: grid; place-items: center; }
.hero-feature__glyph {
  font-size: 88px;
  line-height: 1;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -0.04em;
}
.hero-feature__tag {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--paper);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-feature__tag::before {
  content: "";
  width: 6px; height: 6px;
  background: var(--copper);
  display: inline-block;
}
.hero-feature__body { padding: 24px 0 0; }
.hero-feature__cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--copper);
}
.hero-feature__title {
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 10px 0 14px;
  color: var(--ink);
  max-width: 720px;
}
.hero-feature__title:hover { color: var(--emerald-d); }
.hero-feature__excerpt {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-2);
  max-width: 640px;
  margin: 0 0 18px;
}
.hero-feature__byline {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--muted);
  flex-wrap: wrap;
}
.hero-feature__byline strong { color: var(--ink); font-weight: 600; }
.hero-feature__byline .dot-sep { color: var(--rule); }
.hero-feature__read {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
}
.hero-feature__read:hover { color: var(--emerald-d); border-color: var(--emerald-d); }
.hero-feature__avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--emerald-l);
  display: grid; place-items: center;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 14px;
  color: var(--emerald-d);
  border: 1px solid var(--line);
}

/* Hero side — secondary picks */
.hero-side {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 1px solid var(--rule);
  padding-left: 48px;
}
.hero-side__head {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--ink);
  margin-bottom: 4px;
}
.hero-side__head .pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--emerald);
  box-shadow: 0 0 0 4px rgba(31, 169, 124, 0.18);
}
.hero-side__item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.hero-side__item:last-child { border-bottom: none; }
.hero-side__num {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 20px;
  color: var(--copper);
  line-height: 1;
  font-variant-numeric: lining-nums tabular-nums;
}
.hero-side__cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.hero-side__title {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 8px;
}
.hero-side__title:hover { color: var(--emerald-d); }
.hero-side__meta {
  font-size: 12px;
  color: var(--muted);
}

/* ───── Section Heading (genel) ───── */
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 56px 0 24px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 32px;
  gap: 24px;
}
.section-head__title {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
}
.section-head__sub {
  font-size: 13px;
  color: var(--muted);
  margin: 6px 0 0;
}
.section-head__link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
}
.section-head__link:hover { color: var(--emerald-d); border-color: var(--emerald-d); }

/* ───── Kategori Sekmeleri ───── */
.cat-tabs {
  display: flex;
  gap: 4px;
  padding: 16px 0 0;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--line);
}
.cat-tab {
  display: inline-flex;
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 10px 18px;
  font-size: 13px;
  font-family: inherit;
  font-weight: 600;
  color: var(--muted);
  transition: all 0.18s ease;
  cursor: pointer;
  margin-bottom: -1px;
}
.cat-tab:hover { color: var(--ink); }
.cat-tab--active {
  color: var(--ink);
  border-bottom-color: var(--ink);
}
.cat-tab__count {
  display: inline-block;
  margin-left: 6px;
  font-size: 11px;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.cat-tab--active .cat-tab__count { color: var(--copper); }

.blog-empty-state {
  padding: 48px 0;
  border-top: 1px solid var(--rule);
}
.blog-empty-state h2 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 18px;
  color: var(--ink);
}

/* ───── Grid ───── */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  margin-top: 0;
}
.post-card {
  display: flex;
  flex-direction: column;
  padding: 32px 28px 32px 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  transition: background 0.2s ease;
  position: relative;
}
.post-card:nth-child(3n) { border-right: none; padding-right: 0; }
.post-card:nth-child(3n+1) { padding-left: 0; }
.post-card:nth-child(3n+2) { padding-left: 28px; padding-right: 28px; }
.post-card:hover { background: rgba(255, 255, 255, 0.5); }

.post-card__media {
  aspect-ratio: 16 / 10;
  background: var(--paper-2);
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  display: block;
}
.post-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.03);
  transition: transform 0.5s cubic-bezier(.2,.8,.24,1);
}
.post-card__media:hover img { transform: scale(1.03); }
.post-card__media--graphic { display: grid; place-items: center; border: 1px solid var(--line); }
.post-card__glyph { font-size: 56px; line-height: 1; font-family: var(--serif); font-weight: 700; }

.post-card__cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post-card__cat--research { color: var(--cat-research); }
.post-card__cat--design { color: var(--cat-design); }
.post-card__cat--data { color: var(--cat-data); }
.post-card__cat--ethics { color: var(--cat-ethics); }
.post-card__cat--trends { color: var(--cat-trends); }
.post-card__cat--emerald { color: var(--cat-data); }
.post-card__cat--blue { color: var(--cat-research); }
.post-card__cat--amber { color: var(--cat-design); }
.post-card__cat--purple { color: var(--cat-ethics); }

.post-card__title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 10px;
}
.post-card__title:hover { color: var(--emerald-d); }
.post-card__excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 18px;
  flex: 1;
}
.post-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
}
.post-card__byline {
  display: flex; align-items: center; gap: 8px;
}
.post-card__byline-name { color: var(--ink); font-weight: 600; }
.post-card__time { letter-spacing: 0.04em; }

/* Decorative graphic placeholder svg styles */
.graphic-pad {
  width: 100%; height: 100%;
  display: grid; place-items: center;
  position: relative;
}

/* ───── Two-column rail (Most Read + Authors) ───── */
.two-col {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  padding: 64px 0;
  border-top: 1px solid var(--rule);
}

/* Most Read */
.most-read {}
.most-read__list { display: flex; flex-direction: column; }
.most-read__item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 20px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.most-read__item:last-child { border-bottom: none; }
.most-read__num {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 700;
  line-height: 0.9;
  color: var(--ink);
  letter-spacing: -0.04em;
  font-variant-numeric: lining-nums tabular-nums;
}
.most-read__num--small { color: var(--copper); }
.most-read__cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.most-read__title {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ink);
  margin: 0;
}
.most-read__title:hover { color: var(--emerald-d); }
.most-read__views {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.most-read__views strong { color: var(--ink); display: block; font-size: 16px; font-family: var(--serif); }

/* Authors */
.authors__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 16px;
}
.author-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
}
.author-card__head { display: flex; align-items: center; gap: 12px; }
.author-card__avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--paper-2);
  border: 1px solid var(--line);
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.author-card__name { font-family: var(--serif); font-size: 16px; font-weight: 700; color: var(--ink); margin: 0; line-height: 1.2; }
.author-card__role { font-size: 11px; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 3px; }
.author-card__bio { font-size: 12px; color: var(--ink-2); line-height: 1.5; margin: 0; }
.author-card__count { font-size: 11px; color: var(--copper); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding-top: 8px; border-top: 1px solid var(--line); }

/* ───── Report CTA strip ───── */
.report-cta {
  background: var(--ink);
  color: var(--paper);
  padding: 56px 48px;
  display: grid;
  grid-template-columns: 1fr 1.2fr 280px;
  align-items: center;
  gap: 48px;
  margin-top: 0;
}
.report-cta__cover {
  position: relative;
  aspect-ratio: 3 / 4;
  background: var(--paper);
  color: var(--ink);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: var(--serif);
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
  transform: rotate(-2deg);
  border: 1px solid rgba(255,255,255,0.08);
}
.report-cta__cover-eyebrow { font-family: var(--sans); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--copper); }
.report-cta__cover-title { font-size: 22px; line-height: 1.15; font-weight: 700; letter-spacing: -0.02em; }
.report-cta__cover-foot { font-family: var(--sans); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.report-cta__cover-rule { height: 1px; background: var(--ink); opacity: 0.85; margin: 12px 0; }

.report-cta__body h3 {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}
.report-cta__body em { color: var(--emerald); font-style: italic; }
.report-cta__body p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(245, 241, 234, 0.7);
  margin: 0 0 20px;
  max-width: 480px;
}
.report-cta__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.report-cta__eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--copper); }
.report-cta__stats { display: flex; gap: 32px; }
.report-cta__stat .v { font-family: var(--serif); font-size: 28px; font-weight: 700; color: var(--paper); }
.report-cta__stat .l { font-size: 11px; color: rgba(245,241,234,0.55); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 4px; }

.report-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.btn--paper {
  background: var(--paper);
  color: var(--ink);
  padding: 14px 18px;
  font-weight: 700;
  justify-content: space-between;
  width: 100%;
}
.btn--paper:hover { background: var(--emerald); color: #fff; }
.btn--outline-paper {
  border: 1px solid rgba(245,241,234,0.3);
  color: var(--paper);
  padding: 14px 18px;
  font-weight: 600;
  background: transparent;
  justify-content: space-between;
  width: 100%;
}
.btn--outline-paper:hover { border-color: var(--paper); }

/* ───── Newsletter ───── */
.newsletter {
  padding: 80px 0 96px;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.newsletter__lead {}
.newsletter__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper);
}
.newsletter__title {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 14px 0 16px;
}
.newsletter__title em { font-style: italic; color: var(--emerald-d); }
.newsletter__sub { font-size: 15px; color: var(--muted); line-height: 1.6; max-width: 460px; margin: 0; }

.newsletter__form {
  background: #fff;
  border: 1px solid var(--line);
  padding: 32px;
}
.newsletter__form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.newsletter__input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.18s ease;
}
.newsletter__input:focus { border-color: var(--ink); }
.newsletter__chips {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px;
}
.newsletter__chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-2);
  cursor: pointer;
}
.newsletter__chip--on { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.newsletter__legal { font-size: 11px; color: var(--muted); margin-top: 16px; line-height: 1.5; }

.btn--full { width: 100%; padding: 14px 18px; justify-content: center; font-size: 14px; }

/* ───── Footer ───── */
.footer {
  background: var(--ink);
  color: var(--paper);
  padding: 56px 0 32px;
}
.footer__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
}
.footer__brand {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.footer__tag { font-size: 13px; color: rgba(245,241,234,0.6); margin-top: 12px; max-width: 320px; line-height: 1.6; }
.footer__col h4 { font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--copper); margin: 0 0 16px; }
.footer__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer__col a { color: rgba(245,241,234,0.7); font-size: 13px; }
.footer__col a:hover { color: var(--paper); }
.footer__bot {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 24px 32px 0;
  border-top: 1px solid rgba(245,241,234,0.08);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(245,241,234,0.5);
}

/* ───── Show page-specific ───── */
.read-progress {
  position: sticky;
  top: 0;
  height: 3px;
  background: transparent;
  z-index: 50;
}
.read-progress__bar { height: 100%; background: var(--emerald); width: 0%; transition: width 0.1s linear; }

.breadcrumb {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.04em;
  padding: 24px 0 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.breadcrumb a:hover { color: var(--emerald-d); }
.breadcrumb__sep { opacity: 0.5; }
.breadcrumb__current { color: var(--ink); font-weight: 600; }

/* Article hero */
.article-head {
  padding: 32px 0 0;
  max-width: 920px;
}
.article-head__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper);
  display: flex; align-items: center; gap: 12px;
}
.article-head__eyebrow::before {
  content: ""; width: 28px; height: 1px; background: var(--copper);
}
.article-head__title {
  font-family: var(--serif);
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 18px 0 32px;
}
.article-head__deck {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--ink-2);
  font-style: italic;
  max-width: 760px;
  margin: 0 0 32px;
}
.article-head__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.article-head__meta .author {
  display: flex; align-items: center; gap: 12px;
}
.article-head__meta .avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background-size: cover; background-position: center;
  border: 1px solid var(--line);
}
.article-head__meta .name { font-weight: 600; color: var(--ink); }
.article-head__meta .role { color: var(--muted); font-size: 12px; }
.article-head__meta .div { width: 1px; align-self: stretch; background: var(--line); }
.article-head__meta time { color: var(--muted); }
.article-head__meta .read { color: var(--muted); }

.article-cover {
  margin: 32px 0 48px;
  position: relative;
}
.article-cover img {
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.02);
}
.article-cover--photo {
  aspect-ratio: 21 / 9;
  overflow: hidden;
}
.article-cover--photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.02);
}
.article-cover--graphic {
  aspect-ratio: 21 / 9;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  position: relative;
}
.article-cover--graphic::before,
.article-cover--graphic::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(11,31,42,0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(11,31,42,0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.article-cover__glyph {
  position: relative;
  font-family: var(--serif);
  font-size: 168px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  z-index: 1;
}
.article-cover__caption {
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
  font-style: italic;
  max-width: 760px;
}

/* ───── Article meta cells (yazar yerine) ───── */
.article-head__meta {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 48px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  justify-content: start;
}
.meta-cell { display: flex; flex-direction: column; gap: 4px; }
.meta-cell__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.meta-cell__value {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
}

/* ───── Article grid: TOC kaldırıldı, body + share ───── */
.article-grid {
  grid-template-columns: minmax(0, 1fr) 200px !important;
}
@media (max-width: 1024px) {
  .article-grid { grid-template-columns: minmax(0, 1fr) !important; }
}

/* ───── CTA band (HBR-tarzı koyu zemin) ───── */
.cta-band {
  background: var(--ink);
  color: var(--paper);
  padding: 56px 56px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  margin: 64px 0 0;
}
.cta-band__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cta-band__eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--copper); }
.cta-band__title {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--paper);
  margin: 14px 0 12px;
}
.cta-band__title em { color: var(--emerald); font-style: italic; }
.cta-band__sub {
  font-size: 15px;
  color: rgba(245,241,234,0.7);
  max-width: 520px;
  margin: 0;
  line-height: 1.6;
}
.cta-band__actions { display: flex; gap: 12px; }

/* ───── Category chips (show sayfası) ───── */
.cat-chips-wrap {
  padding: 56px 0 24px;
  border-top: 1px solid var(--rule);
  margin-top: 32px;
}
.section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper);
  margin: 0 0 16px;
}
.cat-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.cat-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 94px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: var(--ink-2);
  background: #fff;
  border: 1px solid var(--line);
}
.cat-chip:hover {
  color: var(--emerald-d);
  border-color: var(--emerald);
  background: var(--emerald-50);
}
.cat-chip--active {
  background: var(--emerald-l);
  color: var(--emerald-d) !important;
  border-color: var(--emerald);
  box-shadow: inset 0 0 0 1px rgba(31, 169, 124, 0.18);
}
.cat-chip--active:visited,
.cat-chip--active:hover {
  color: var(--emerald-d) !important;
}

/* ───── Back row ───── */
.back-row {
  padding: 32px 0 0;
  display: flex;
}

@media (max-width: 640px) {
  .cta-band { grid-template-columns: 1fr; padding: 36px 28px; }
  .cta-band__title { font-size: 28px; }
  .article-cover__glyph { font-size: 96px; }
  .hero-feature__glyph { font-size: 64px; }
  .article-head__meta { grid-template-columns: 1fr; gap: 16px; }
}

/* Article body grid */
.article-grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 220px;
  gap: 48px;
  padding: 0 0 80px;
  align-items: start;
}

/* Sticky TOC */
.toc {
  position: sticky;
  top: 24px;
  font-size: 13px;
}
.toc__title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--ink);
  margin-bottom: 12px;
}
.toc__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 2px; }
.toc__item {
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: baseline;
  gap: 4px;
}
.toc__item:last-child { border-bottom: none; }
.toc__num { font-family: var(--serif); color: var(--muted-2); font-size: 13px; font-weight: 600; }
.toc__link {
  color: var(--ink-2);
  font-weight: 500;
  line-height: 1.4;
  font-size: 13px;
  transition: color 0.15s;
}
.toc__link:hover { color: var(--emerald-d); }
.toc__item--active .toc__link { color: var(--ink); font-weight: 700; }
.toc__item--active .toc__num { color: var(--copper); }

/* Sticky share rail */
.share-rail {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.share-rail__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--ink);
  margin-bottom: 8px;
}
.share-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  transition: all 0.18s ease;
}
.share-btn:hover { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.share-btn svg { flex-shrink: 0; }
.share-rail__stats {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.share-rail__stats strong { display: block; font-family: var(--serif); font-size: 22px; color: var(--ink); margin-top: 4px; letter-spacing: -0.02em; }

/* Article body */
.article-body {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.7;
  color: var(--ink-2);
  max-width: 720px;
}
.article-body p { margin: 0 0 22px; }
.article-body p.dropcap::first-letter {
  font-family: var(--serif);
  font-size: 76px;
  font-weight: 700;
  float: left;
  line-height: 0.85;
  margin: 8px 12px 0 0;
  color: var(--ink);
}
.article-body h2 {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 48px 0 16px;
  line-height: 1.2;
}
.article-body h2::before {
  content: attr(data-num);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--copper);
  font-family: var(--sans);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.article-body h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin: 32px 0 12px;
}
.article-body a { color: var(--emerald-d); border-bottom: 1px solid var(--emerald-l); }
.article-body a:hover { background: var(--emerald-l); }
.article-body strong { color: var(--ink); font-weight: 700; }
.article-body em { font-style: italic; }
.article-body ul, .article-body ol { padding-left: 0; list-style: none; }
.article-body ul li, .article-body ol li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.65;
}
.article-body ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 14px;
  width: 16px; height: 1px;
  background: var(--copper);
}
.article-body ol { counter-reset: lst; }
.article-body ol li {
  counter-increment: lst;
}
.article-body ol li::before {
  content: counter(lst, decimal-leading-zero);
  position: absolute;
  left: 0; top: 0;
  font-family: var(--serif);
  color: var(--copper);
  font-weight: 700;
  font-size: 14px;
}

/* Pull quote */
.pull-quote {
  margin: 40px -32px;
  padding: 32px 32px 32px 48px;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--ink);
  border-left: 3px solid var(--copper);
  background: linear-gradient(90deg, rgba(255,255,255,0.6), transparent);
  position: relative;
}
.pull-quote::before {
  content: "“";
  position: absolute;
  left: 14px; top: -8px;
  font-size: 80px;
  color: var(--copper);
  font-family: var(--serif);
  line-height: 1;
  opacity: 0.6;
}
.pull-quote cite {
  display: block;
  font-family: var(--sans);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  color: var(--muted);
  margin-top: 16px;
  letter-spacing: 0.04em;
}

/* Stat block */
.stat-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  margin: 40px 0;
  padding: 0;
  font-family: var(--sans);
}
.stat-block__cell {
  padding: 24px 20px 24px 0;
  border-right: 1px solid var(--line);
}
.stat-block__cell:nth-child(1) { padding-right: 24px; }
.stat-block__cell:nth-child(2) { padding-left: 24px; padding-right: 24px; }
.stat-block__cell:nth-child(3) { padding-left: 24px; border-right: none; }
.stat-block__num {
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.stat-block__num em { color: var(--copper); font-style: normal; }
.stat-block__lbl {
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.5;
  font-family: var(--sans);
}
.stat-block__src {
  font-size: 11px;
  color: var(--copper);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 8px;
  font-weight: 600;
}

/* Inline image */
.fig {
  margin: 36px 0;
}
.fig img {
  width: 100%;
  filter: saturate(0.94) contrast(1.02);
}
.fig__caption {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
  line-height: 1.5;
}
.fig__caption strong { color: var(--ink); font-weight: 600; }

/* Author bio at end */
.author-end {
  margin-top: 48px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
}
.author-end__avatar {
  width: 72px; height: 72px;
  border-radius: 50%;
  background-size: cover; background-position: center;
}
.author-end__role { font-size: 11px; color: var(--copper); letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; }
.author-end__name { font-family: var(--serif); font-size: 22px; font-weight: 700; color: var(--ink); margin: 4px 0 8px; }
.author-end__bio { font-size: 14px; color: var(--ink-2); line-height: 1.6; margin: 0 0 12px; max-width: 600px; }
.author-end__more {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  display: inline-block;
  padding-bottom: 2px;
}
.author-end__more:hover { color: var(--emerald-d); border-color: var(--emerald-d); }

/* Related posts on show page */
.related {
  border-top: 1px solid var(--rule);
  padding: 56px 0 80px;
}

@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; gap: 32px; }
  .hero-side { border-left: none; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 32px; }
  .posts-grid { grid-template-columns: repeat(2, 1fr); }
  .post-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .post-card:nth-child(2n) { border-right: none; }
  .article-grid { grid-template-columns: minmax(0, 1fr); }
  .toc, .share-rail { position: static; }
  .two-col { grid-template-columns: 1fr; gap: 40px; }
  .newsletter { grid-template-columns: 1fr; gap: 32px; }
  .report-cta { grid-template-columns: 1fr; padding: 40px 28px; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .posts-grid { grid-template-columns: 1fr; }
  .post-card { padding: 28px 0 !important; border-right: none !important; }
  .dept-title { font-size: 38px; }
  .hero-feature__title { font-size: 30px; }
  .article-head__title { font-size: 38px; }
  .pull-quote { font-size: 22px; margin: 32px 0; }
  .shell { padding: 0 20px; }
  .top-strip__inner { padding: 8px 20px; font-size: 10px; }
  .masthead__inner { grid-template-columns: 1fr auto; }
  .masthead__nav { display: none; }
  .footer__inner { grid-template-columns: 1fr; }
  .stat-block { grid-template-columns: 1fr; border: 0; }
  .stat-block__cell { border-right: none; border-bottom: 1px solid var(--line); padding: 18px 0 !important; }
}

/* Blog soft-card refresh */
:root {
  --ink: #07123f;
  --ink-2: #31415f;
  --paper: #f7fbfa;
  --paper-2: #edf8f4;
  --line: rgba(7, 18, 63, 0.12);
  --line-2: rgba(35, 214, 194, 0.18);
  --rule: rgba(7, 18, 63, 0.16);
  --muted: #5f6d86;
  --muted-2: #77839a;
  --emerald: #23d6c2;
  --emerald-d: #128777;
  --emerald-l: #dff8f2;
  --emerald-50: #f0fbf8;
  --copper: #ff637f;
  --copper-l: #ffe9ee;
  --cat-research: #2467d8;
  --cat-design: #f0a11f;
  --cat-data: #128777;
  --cat-ethics: #7a5af8;
  --cat-trends: #07123f;
  --soft-shadow: 0 16px 34px rgba(7, 18, 63, 0.08);
  --lift-shadow: 0 20px 42px rgba(7, 18, 63, 0.10);
}

.anketor-blog-editorial {
  background:
    linear-gradient(180deg, #dff3ee 0%, #f8fcfb 42%, #edf8f4 100%);
  color: var(--ink);
}

.anketor-blog-editorial .dept-title,
.anketor-blog-editorial .hero-feature__title,
.anketor-blog-editorial .hero-side__title,
.anketor-blog-editorial .section-head__title,
.anketor-blog-editorial .post-card__title,
.anketor-blog-editorial .article-head__title,
.anketor-blog-editorial .article-head__deck,
.anketor-blog-editorial .meta-cell__value,
.anketor-blog-editorial .cta-band__title,
.anketor-blog-editorial .article-body h2,
.anketor-blog-editorial .article-body h3,
.anketor-blog-editorial .author-end__name {
  letter-spacing: 0;
}

.anketor-blog-editorial .dept-bar {
  align-items: center;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(10px);
}

.anketor-blog-editorial .dept-eyebrow,
.anketor-blog-editorial .hero-feature__cat,
.anketor-blog-editorial .hero-side__cat,
.anketor-blog-editorial .section-eyebrow,
.anketor-blog-editorial .meta-cell__label,
.anketor-blog-editorial .share-rail__label,
.anketor-blog-editorial .cta-band__eyebrow {
  color: var(--copper);
}

.anketor-blog-editorial .dept-eyebrow::before,
.anketor-blog-editorial .hero-feature__tag::before,
.anketor-blog-editorial .cta-band__eyebrow::before,
.anketor-blog-editorial .article-body ul li::before {
  background: var(--copper);
}

.anketor-blog-editorial .dept-title {
  font-family: "Sora", var(--sans);
  font-size: clamp(38px, 4.4vw, 56px);
}

.anketor-blog-editorial .dept-title em {
  color: var(--emerald-d);
}

.anketor-blog-editorial .dept-meta strong {
  font-family: "Sora", var(--sans);
  color: var(--ink);
}

.anketor-blog-editorial .hero {
  border-bottom: 0;
}

.anketor-blog-editorial .hero-feature,
.anketor-blog-editorial .hero-side {
  border: 1px solid rgba(7, 18, 63, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--lift-shadow);
  overflow: hidden;
}

.anketor-blog-editorial .hero-feature {
  padding: 16px;
}

.anketor-blog-editorial .hero-side {
  gap: 0;
  padding: 22px;
  max-height: min(660px, calc(100vh - 160px));
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
  overscroll-behavior: contain;
}

.anketor-blog-editorial .hero-side::-webkit-scrollbar {
  width: 8px;
}

.anketor-blog-editorial .hero-side::-webkit-scrollbar-track {
  background: rgba(7, 18, 63, 0.06);
  border-radius: 999px;
}

.anketor-blog-editorial .hero-side::-webkit-scrollbar-thumb {
  background: rgba(7, 18, 63, 0.28);
  border-radius: 999px;
}

.anketor-blog-editorial .hero-feature__media,
.anketor-blog-editorial .post-card__media,
.anketor-blog-editorial .article-cover--graphic,
.anketor-blog-editorial .article-cover--photo img {
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(35, 214, 194, 0.18), rgba(36, 103, 216, 0.10)),
    #fff;
  border: 1px solid rgba(7, 18, 63, 0.10);
}

.anketor-blog-editorial .hero-feature__media img,
.anketor-blog-editorial .post-card__media img,
.anketor-blog-editorial .article-cover img {
  filter: saturate(1.02) contrast(1.02);
}

.anketor-blog-editorial .hero-feature__tag,
.anketor-blog-editorial .post-card__cat,
.anketor-blog-editorial .hero-feature__cat {
  width: max-content;
  border-radius: 999px;
  border: 1px solid rgba(7, 18, 63, 0.10);
  background: var(--emerald-50);
  color: var(--ink);
  padding: 7px 12px;
}

.anketor-blog-editorial .hero-feature__body {
  padding: 22px 6px 4px;
}

.anketor-blog-editorial .hero-feature__title,
.anketor-blog-editorial .post-card__title,
.anketor-blog-editorial .hero-side__title,
.anketor-blog-editorial .article-head__title {
  font-family: "Sora", var(--sans);
  color: var(--ink);
  overflow-wrap: anywhere;
}

.anketor-blog-editorial .hero-feature__read,
.anketor-blog-editorial .section-head__link,
.anketor-blog-editorial .author-end__more {
  border-bottom: 0;
  border-radius: 999px;
  background: var(--emerald);
  color: var(--ink);
  padding: 9px 14px;
}

.anketor-blog-editorial .hero-feature__read:hover,
.anketor-blog-editorial .section-head__link:hover,
.anketor-blog-editorial .author-end__more:hover {
  background: var(--ink);
  color: #fff;
}

.anketor-blog-editorial .hero-side__head {
  border-bottom: 1px solid var(--line);
}

.anketor-blog-editorial .hero-side__num,
.anketor-blog-editorial .article-body h2::before,
.anketor-blog-editorial .article-body ol li::before {
  color: var(--copper);
}

.anketor-blog-editorial .section-head {
  border-bottom: 0;
}

.anketor-blog-editorial .cat-tabs {
  gap: 10px;
  padding: 18px 0 28px;
  border-bottom: 0;
}

.anketor-blog-editorial .cat-tab {
  min-height: 42px;
  margin-bottom: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink-2);
  box-shadow: 0 8px 18px rgba(7, 18, 63, 0.04);
}

.anketor-blog-editorial .cat-tab:hover {
  border-color: rgba(35, 214, 194, 0.55);
  color: var(--ink);
}

.anketor-blog-editorial .cat-tab--active {
  color: var(--ink);
  border-color: var(--ink);
  background: var(--emerald);
}

.anketor-blog-editorial .cat-tab__count,
.anketor-blog-editorial .cat-tab--active .cat-tab__count {
  color: currentColor;
}

.anketor-blog-editorial .posts-grid {
  gap: 24px;
  border-top: 0;
}

.anketor-blog-editorial .post-card,
.anketor-blog-editorial .post-card:nth-child(3n),
.anketor-blog-editorial .post-card:nth-child(3n+1),
.anketor-blog-editorial .post-card:nth-child(3n+2),
.anketor-blog-editorial .post-card:nth-child(2n) {
  min-width: 0;
  padding: 18px !important;
  border: 1px solid rgba(7, 18, 63, 0.12) !important;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--lift-shadow);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.anketor-blog-editorial .post-card:hover {
  transform: translateY(-3px);
  border-color: rgba(35, 214, 194, 0.42) !important;
  background: #fff;
  box-shadow: 0 24px 48px rgba(7, 18, 63, 0.13);
}

.anketor-blog-editorial .post-card__media {
  margin-bottom: 18px;
}

.anketor-blog-editorial .post-card__cat {
  display: inline-flex;
  margin-bottom: 12px;
  font-size: 10px;
}

.anketor-blog-editorial .post-card__cat--research { background: rgba(36, 103, 216, 0.10); color: #164ea9; }
.anketor-blog-editorial .post-card__cat--design { background: rgba(240, 161, 31, 0.14); color: #87520b; }
.anketor-blog-editorial .post-card__cat--data,
.anketor-blog-editorial .post-card__cat--emerald { background: rgba(35, 214, 194, 0.14); color: #0e766b; }
.anketor-blog-editorial .post-card__cat--ethics,
.anketor-blog-editorial .post-card__cat--purple { background: rgba(122, 90, 248, 0.12); color: #5a3ed6; }
.anketor-blog-editorial .post-card__cat--trends,
.anketor-blog-editorial .post-card__cat--blue { background: rgba(7, 18, 63, 0.08); color: var(--ink); }

.anketor-blog-editorial .post-card__title {
  font-size: clamp(19px, 1.6vw, 23px);
}

.anketor-blog-editorial .post-card__excerpt {
  color: var(--ink-2);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.anketor-blog-editorial .post-card__foot {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.anketor-blog-editorial .blog-empty-state,
.anketor-blog-editorial .breadcrumb,
.anketor-blog-editorial .article-head,
.anketor-blog-editorial .cat-chips-wrap,
.anketor-blog-editorial .author-end {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--soft-shadow);
}

.anketor-blog-editorial .blog-empty-state {
  padding: 34px;
}

.anketor-blog-editorial .breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  width: auto;
  padding: 10px 16px;
  margin-bottom: 24px;
}

.anketor-blog-editorial .article-head {
  padding: 30px;
}

.anketor-blog-editorial .article-head__title {
  font-size: clamp(36px, 5vw, 66px);
}

.anketor-blog-editorial .article-head__deck {
  font-family: var(--sans);
  font-style: normal;
  color: var(--ink-2);
}

.anketor-blog-editorial .article-head__meta {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 16px 18px;
}

.anketor-blog-editorial .article-cover {
  margin: 32px 0 42px;
}

.anketor-blog-editorial .article-cover--photo {
  aspect-ratio: auto;
  overflow: visible;
}

.anketor-blog-editorial .article-cover--photo img,
.anketor-blog-editorial .article-cover img {
  width: 100%;
  height: auto;
  aspect-ratio: 21 / 9;
  object-fit: cover;
}

.anketor-blog-editorial .article-cover__caption {
  padding-left: 6px;
}

.anketor-blog-editorial .article-body {
  font-family: var(--sans);
  color: var(--ink-2);
}

.anketor-blog-editorial .article-body h2,
.anketor-blog-editorial .article-body h3,
.anketor-blog-editorial .article-body strong {
  font-family: "Sora", var(--sans);
  color: var(--ink);
}

.anketor-blog-editorial .article-body a {
  color: var(--emerald-d);
  border-bottom-color: rgba(35, 214, 194, 0.45);
}

.anketor-blog-editorial .article-body img,
.anketor-blog-editorial .article-body iframe,
.anketor-blog-editorial .article-body video {
  max-width: 100%;
  border-radius: 18px;
}

.anketor-blog-editorial .article-body table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  border-spacing: 0;
  border-collapse: separate;
  font-family: var(--sans);
  font-size: 14px;
}

.anketor-blog-editorial .article-body th,
.anketor-blog-editorial .article-body td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.anketor-blog-editorial .article-body th {
  color: var(--ink);
  background: var(--emerald-50);
  font-weight: 800;
}

.anketor-blog-editorial .article-body tr:last-child td {
  border-bottom: 0;
}

.anketor-blog-editorial .pull-quote,
.anketor-blog-editorial .stat-block {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--soft-shadow);
}

.anketor-blog-editorial .pull-quote {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid var(--line);
  border-left: 5px solid var(--copper);
}

.anketor-blog-editorial .stat-block {
  overflow: hidden;
  border: 1px solid var(--line);
}

.anketor-blog-editorial .share-rail {
  top: 104px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--soft-shadow);
}

.anketor-blog-editorial .share-rail__label {
  border-bottom-color: var(--line);
}

.anketor-blog-editorial .share-btn {
  border-radius: 999px;
  background: #fff;
}

.anketor-blog-editorial .share-btn:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.anketor-blog-editorial .cat-chips-wrap {
  padding: 28px;
  border-top: 0;
}

.anketor-blog-editorial .cat-chip {
  border-radius: 999px;
  background: #fff;
}

.anketor-blog-editorial .cat-chip:hover,
.anketor-blog-editorial .cat-chip--active {
  background: var(--emerald);
  color: var(--ink) !important;
  border-color: var(--ink);
}

.anketor-blog-editorial .related {
  border-top: 0;
}

.anketor-blog-editorial .cta-band {
  border: 1px solid rgba(7, 18, 63, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(135deg, #07123f 0%, #12346a 58%, #128777 100%);
  box-shadow: var(--lift-shadow);
}

.anketor-blog-editorial .cta-band__sub {
  color: rgba(255, 255, 255, 0.76);
}

.anketor-blog-editorial .btn {
  min-height: 42px;
  border-radius: 999px;
  font-weight: 800;
}

.anketor-blog-editorial .btn--ghost {
  color: var(--ink);
  border-color: var(--ink);
  background: #fff;
}

.anketor-blog-editorial .btn--ghost:hover,
.anketor-blog-editorial .btn--solid:hover {
  background: var(--emerald);
  color: var(--ink);
  border-color: var(--ink);
}

.anketor-blog-editorial .btn--solid,
.anketor-blog-editorial .btn--emerald {
  background: var(--emerald);
  color: var(--ink);
  border-color: var(--ink);
}

.anketor-blog-editorial .read-progress {
  background: rgba(255, 255, 255, 0.75);
}

.anketor-blog-editorial .read-progress__bar {
  background: var(--emerald);
}

@media (max-width: 1024px) {
  .anketor-blog-editorial .hero-side {
    border-top: 1px solid rgba(7, 18, 63, 0.12);
    padding: 22px;
  }

  .anketor-blog-editorial .posts-grid {
    gap: 20px;
  }

  .anketor-blog-editorial .article-grid {
    gap: 32px;
  }

  .anketor-blog-editorial .share-rail {
    position: static;
  }
}

@media (max-width: 640px) {
  .anketor-blog-editorial .dept-bar {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }

  .anketor-blog-editorial .dept-meta {
    text-align: left;
  }

  .anketor-blog-editorial .hero {
    gap: 22px;
    padding-bottom: 34px;
  }

  .anketor-blog-editorial .hero-feature,
  .anketor-blog-editorial .hero-side,
  .anketor-blog-editorial .post-card,
  .anketor-blog-editorial .post-card:nth-child(3n),
  .anketor-blog-editorial .post-card:nth-child(3n+1),
  .anketor-blog-editorial .post-card:nth-child(3n+2),
  .anketor-blog-editorial .post-card:nth-child(2n) {
    padding: 14px !important;
    border-radius: 22px;
  }

  .anketor-blog-editorial .hero-feature__body {
    padding: 18px 2px 2px;
  }

  .anketor-blog-editorial .hero-feature__byline {
    align-items: flex-start;
  }

  .anketor-blog-editorial .hero-feature__read {
    margin-left: 0;
  }

  .anketor-blog-editorial .cat-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 18px;
  }

  .anketor-blog-editorial .cat-tab {
    flex: 0 0 auto;
  }

  .anketor-blog-editorial .article-head {
    padding: 22px;
  }

  .anketor-blog-editorial .article-cover--photo img,
  .anketor-blog-editorial .article-cover img {
    aspect-ratio: 16 / 10;
  }

  .anketor-blog-editorial .article-body {
    font-size: 17px;
  }

  .anketor-blog-editorial .article-body ul li,
  .anketor-blog-editorial .article-body ol li {
    font-size: 16px;
  }

  .anketor-blog-editorial .cta-band,
  .anketor-blog-editorial .cat-chips-wrap {
    padding: 24px;
  }
}
