.blog-page,
.blog-detail {
  background: #0a0a0c;
  color: #d8d9dd;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Final blog polish. */
.blog-week__stage {
  background: linear-gradient(180deg, #fbf7f1 0%, #fff 42%, #f8fafc 100%) !important;
}

.blog-week__hero h1 br,
.blog-week__down {
  display: none !important;
}

.blog-week__hero h1 {
  white-space: normal !important;
  max-width: 100% !important;
}

@media (min-width: 760px) {
  .blog-week__hero h1 {
    white-space: nowrap !important;
  }
}

.blog-page *,
.blog-detail * {
  box-sizing: border-box;
}

.blog-page a,
.blog-detail a {
  color: inherit;
  text-decoration: none;
  transition: color .22s ease, opacity .22s ease;
}

/* === Hero ============================================================ */

.blog-page__hero {
  position: relative;
  padding: 140px 24px 30px;
  text-align: center;
  background: linear-gradient(180deg, #0a0a0c 0%, #0a0a0c 70%, transparent);
}

.blog-page__hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 6vw, 84px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.blog-page__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .55);
  font-size: 14px;
}

.blog-page__breadcrumb a:hover {
  color: #d0ff3a;
}

.blog-page__hero-arrow {
  display: inline-flex;
  margin-top: 22px;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  color: rgba(255, 255, 255, .7);
  animation: blog-bounce 2.2s ease-in-out infinite;
}

@keyframes blog-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

.blog-page__body {
  padding: 24px 16px 96px;
}

.blog-page__shell {
  width: min(100% - 12px, 1240px);
  margin: 0 auto;
}

.blog-page__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: start;
}

.blog-page__main {
  min-width: 0;
  display: grid;
  gap: 36px;
}

.blog-page__filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  color: rgba(255, 255, 255, .82);
  font-size: 13.5px;
}

.blog-page__filter-bar strong {
  color: #fff;
  margin-right: 4px;
}

.blog-page__filter-clear {
  margin-left: auto;
  color: #d0ff3a;
  font-weight: 700;
}

.blog-page__empty {
  padding: 48px 24px;
  text-align: center;
  background: rgba(255, 255, 255, .04);
  border: 1px dashed rgba(255, 255, 255, .14);
  border-radius: 18px;
}

.blog-page__btn {
  display: inline-flex;
  margin-top: 14px;
  padding: 12px 22px;
  background: #d0ff3a;
  color: #0a0a0c;
  font-weight: 700;
  border-radius: 999px;
}

/* === Blog Card ======================================================== */

.blog-page__list {
  display: grid;
  gap: 28px;
}

.blog-card {
  overflow: hidden;
  background: #131316;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 22px;
}

.blog-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 24px;
}

.blog-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-card__avatar {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #d0ff3a, #76a800);
  color: #0a0a0c;
  font-weight: 800;
  font-size: 14px;
}

.blog-card__author strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.blog-card__author span {
  display: block;
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
}

.blog-card__date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
}

.blog-card__date svg {
  width: 16px;
  height: 16px;
}

.blog-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16 / 9;
}

.blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.blog-card:hover .blog-card__media img {
  transform: scale(1.04);
}

.blog-card__body {
  padding: 24px 24px 28px;
  display: grid;
  gap: 12px;
}

.blog-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .65);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.blog-card__tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d0ff3a;
}

.blog-card__body h2 {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.2;
}

.blog-card__body h2 a {
  color: #fff;
  transition: color .22s ease;
}

.blog-card__body h2 a:hover {
  color: #d0ff3a;
}

.blog-card__body p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 15px;
  line-height: 1.65;
}

.blog-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  align-self: flex-start;
  transition: background .22s ease, border-color .22s ease, color .22s ease;
}

.blog-card__btn svg {
  width: 14px;
  height: 14px;
}

.blog-card__btn:hover {
  background: #d0ff3a;
  border-color: #d0ff3a;
  color: #0a0a0c;
}

/* === Sidebar ========================================================== */

.blog-page__sidebar,
.blog-detail__sidebar {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.blog-sidebar__search {
  display: grid;
  grid-template-columns: 1fr auto;
  background: #131316;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  overflow: hidden;
}

.blog-sidebar__search input {
  min-width: 0;
  padding: 14px 18px;
  background: transparent;
  border: 0;
  color: #fff;
  font: inherit;
  font-size: 14px;
  outline: 0;
}

.blog-sidebar__search input::placeholder {
  color: rgba(255, 255, 255, .42);
}

.blog-sidebar__search button {
  width: 46px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .78);
  cursor: pointer;
}

.blog-sidebar__search button:hover {
  color: #d0ff3a;
}

.blog-sidebar__search svg {
  width: 18px;
  height: 18px;
}

.blog-sidebar__card {
  padding: 24px 22px;
  background: #131316;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 22px;
}

.blog-sidebar__author {
  text-align: center;
  padding: 30px 22px 26px;
}

.blog-sidebar__avatar {
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #d0ff3a, #76a800);
  color: #0a0a0c;
  font-size: 26px;
  font-weight: 800;
}

.blog-sidebar__author strong {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.blog-sidebar__author-role {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .55);
  font-size: 12.5px;
}

.blog-sidebar__author p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .65);
  font-size: 13.5px;
  line-height: 1.6;
}

.blog-sidebar__title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
}

.blog-sidebar__recent {
  display: grid;
  gap: 14px;
}

.blog-sidebar__recent-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
}

.blog-sidebar__recent-thumb {
  width: 72px;
  height: 56px;
  background: #1d1d22 center / cover no-repeat;
  border-radius: 12px;
}

.blog-sidebar__recent-meta small {
  display: block;
  color: rgba(255, 255, 255, .52);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.blog-sidebar__recent-meta strong {
  display: block;
  margin: 4px 0 4px;
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.3;
  transition: color .22s ease;
}

.blog-sidebar__recent-meta em {
  color: rgba(255, 255, 255, .42);
  font-style: normal;
  font-size: 12px;
}

.blog-sidebar__recent-item:hover .blog-sidebar__recent-meta strong {
  color: #d0ff3a;
}

.blog-sidebar__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-sidebar__tag {
  padding: 6px 14px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 600;
  transition: background .22s ease, color .22s ease, border-color .22s ease;
}

.blog-sidebar__tag:hover,
.blog-sidebar__tag.is-active {
  background: #d0ff3a;
  border-color: #d0ff3a;
  color: #0a0a0c;
}

/* === Blog detail ====================================================== */

.blog-detail__article {
  background: #0a0a0c;
}

.blog-detail__hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 200px 24px 60px;
  color: #fff;
}

.blog-detail__hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.blog-detail__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 10, 12, .58) 0%, rgba(10, 10, 12, .82) 60%, #0a0a0c 100%);
}

.blog-detail__hero-inner {
  min-width: 0;
  position: relative;
  z-index: 2;
  width: min(100%, 1080px);
  margin: 0 auto;
}

.blog-detail__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
}

.blog-detail__breadcrumb a:hover {
  color: #d0ff3a;
}

.blog-detail__category {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 14px;
  background: #d0ff3a;
  color: #0a0a0c;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.blog-detail__hero h1 {
  max-width: 880px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.blog-detail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, .7);
  font-size: 13.5px;
}

.blog-detail__meta-author {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.blog-detail__avatar {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #d0ff3a, #76a800);
  color: #0a0a0c;
  font-size: 14px;
  font-weight: 800;
}

.blog-detail__meta-author strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.blog-detail__meta-author em {
  display: block;
  color: rgba(255, 255, 255, .55);
  font-style: normal;
  font-size: 12px;
}

.blog-detail__meta-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.blog-detail__meta-line svg {
  width: 16px;
  height: 16px;
}

.blog-detail__meta-divider {
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, .3);
  border-radius: 50%;
}

.blog-detail__shell {
  padding: 60px 16px 80px;
}

.blog-detail__layout {
  width: min(100%, 1240px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

.blog-detail__content {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, .82);
}

.blog-detail__lead {
  margin: 0 0 30px;
  padding: 22px 24px;
  background: rgba(208, 255, 58, .06);
  border-left: 3px solid #d0ff3a;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.blog-detail__content p {
  margin: 0 0 22px;
}

.blog-detail__list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.blog-detail__list li {
  position: relative;
  padding: 6px 0 6px 24px;
  color: rgba(255, 255, 255, .8);
}

.blog-detail__list li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d0ff3a;
}

.blog-detail__share {
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  font-weight: 600;
}

.blog-detail__share a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: background .22s ease, color .22s ease;
}

.blog-detail__share a svg {
  width: 16px;
  height: 16px;
}

.blog-detail__share a:hover {
  background: #d0ff3a;
  color: #0a0a0c;
}

.blog-detail__bottom-bar {
  padding: 0 16px 80px;
  text-align: center;
}

.blog-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background .22s ease, color .22s ease, border-color .22s ease;
}

.blog-detail__back svg {
  width: 16px;
  height: 16px;
}

.blog-detail__back:hover {
  background: #d0ff3a;
  border-color: #d0ff3a;
  color: #0a0a0c;
}

@media (min-width: 960px) {
  .blog-page__layout {
    grid-template-columns: minmax(0, 1.8fr) minmax(280px, 360px);
    gap: 40px;
  }

  .blog-detail__layout {
    grid-template-columns: minmax(0, 1.8fr) minmax(280px, 360px);
  }

  .blog-page__body {
    padding-top: 48px;
  }
}

/* === Magazine Blog ==================================================== */

.blog-page.blog-mag {
  background: #fff;
  color: #191919;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.blog-mag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-mag__shell {
  width: min(100% - 32px, 1240px);
  margin: 0 auto;
}

.blog-mag__masthead {
  padding: 104px 0 34px;
  background: #fff;
}

.blog-mag__brand-row {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #ececec;
}

.blog-mag__brand {
  color: #191919;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .02em;
}

.blog-mag__brand::after {
  content: ".";
  color: #da1018;
}

.blog-mag__search {
  display: grid;
  grid-template-columns: minmax(120px, 220px) auto;
  border: 1px solid #ececec;
}

.blog-mag__search input {
  min-width: 0;
  border: 0;
  padding: 10px 12px;
  color: #191919;
  font: inherit;
  font-size: 13px;
  outline: 0;
}

.blog-mag__search button {
  border: 0;
  border-left: 1px solid #ececec;
  padding: 0 14px;
  background: #f8f3ef;
  color: #191919;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.blog-mag__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 18px 0 0;
  color: #6d6d6d;
  font-size: 13px;
}

.blog-mag__filter a {
  color: #da1018;
  font-weight: 800;
}

.blog-mag__hero-card {
  position: relative;
  display: block;
  min-height: clamp(340px, 45vw, 470px);
  margin-top: 34px;
  color: #191919;
  overflow: hidden;
}

.blog-mag__hero-image {
  position: absolute;
  inset: 0;
  display: block;
  background: #111;
}

.blog-mag__hero-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(100%, 430px);
  display: grid;
  gap: 12px;
  padding: clamp(22px, 3vw, 34px);
  background: #f5efe9;
  box-shadow: 0 18px 42px rgba(25, 25, 25, .08);
}

.blog-mag__hero-panel strong {
  color: #191919;
  font-size: clamp(24px, 3.3vw, 34px);
  font-weight: 900;
  line-height: 1.02;
}

.blog-mag__hero-panel em {
  max-width: 440px;
  color: #5f5f5f;
  font-size: 14px;
  font-style: normal;
  line-height: 1.6;
}

.blog-mag__section {
  padding: 30px 0;
  background: #fff;
}

.blog-mag__section--compact {
  padding-top: 18px;
}

.blog-mag__section--articles {
  padding: 42px 0 76px;
}

.blog-mag__section-title {
  margin: 0 0 22px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.blog-mag__section-title--red {
  color: #da1018;
}

.blog-mag__section-title--purple {
  color: #7f5bc4;
}

.blog-mag__article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.blog-mag__article-card {
  min-width: 0;
  max-width: 100%;
  display: grid;
  background: #fff;
  color: #191919;
  border: 1px solid #ececec;
  box-shadow: 0 14px 34px rgba(25, 25, 25, .08);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.blog-mag__article-card:hover {
  transform: translateY(-3px);
  border-color: rgba(218, 16, 24, .22);
  box-shadow: 0 20px 48px rgba(25, 25, 25, .13);
}

.blog-mag__article-image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f2f2f2;
}

.blog-mag__article-image img {
  transition: transform .55s ease, filter .55s ease;
}

.blog-mag__article-card:hover .blog-mag__article-image img {
  transform: scale(1.045);
  filter: saturate(1.05);
}

.blog-mag__article-copy {
  min-width: 0;
  display: grid;
  gap: 9px;
  padding: 18px 18px 20px;
}

.blog-mag__article-copy strong {
  min-width: 0;
  max-width: 100%;
  color: #191919;
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 900;
  line-height: 1.16;
  overflow-wrap: anywhere;
  transition: color .22s ease;
}

.blog-mag__article-copy em {
  min-width: 0;
  max-width: 100%;
  color: #666;
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.blog-mag__article-card:hover .blog-mag__article-copy strong {
  color: #da1018;
}

.blog-mag__editor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.blog-mag__post-card,
.blog-mag__mini-card {
  min-width: 0;
  display: grid;
  gap: 9px;
  color: #191919;
}

.blog-mag__thumb {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #101010;
}

.blog-mag__post-card img,
.blog-mag__mini-card img {
  transition: transform .55s ease, filter .55s ease;
}

.blog-mag__post-card:hover img,
.blog-mag__mini-card:hover img {
  transform: scale(1.05);
  filter: saturate(1.08);
}

.blog-mag__meta {
  color: #9a9a9a;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}

.blog-mag__post-card strong,
.blog-mag__mini-card strong {
  display: block;
  max-width: 100%;
  color: #191919;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: break-word;
  white-space: normal;
  transition: color .22s ease;
}

.blog-mag__post-card:hover strong,
.blog-mag__mini-card:hover strong,
.blog-mag__ranked:hover strong {
  color: #da1018;
}

.blog-mag__two-col {
  display: grid;
  gap: 34px;
}

.blog-mag__small-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 18px;
}

.blog-mag__mini-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #101010;
}

.blog-mag__most-read {
  display: grid;
  gap: 12px;
  align-content: start;
}

.blog-mag__ranked {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px 14px;
  padding: 16px 18px;
  background: #fbf7f2;
  color: #191919;
}

.blog-mag__ranked span {
  grid-row: span 2;
  color: #c8c8c8;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.blog-mag__ranked strong {
  display: block;
  max-width: 100%;
  color: #191919;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
  overflow-wrap: break-word;
  white-space: normal;
  transition: color .22s ease;
}

.blog-mag__ranked em {
  color: #aaa;
  font-size: 11px;
  font-style: normal;
}

@media (max-width: 640px) {
  .blog-mag__masthead {
    padding-top: 88px;
  }

  .blog-mag__brand-row {
    align-items: stretch;
    flex-direction: column;
    padding-bottom: 18px;
  }

  .blog-mag__search {
    width: 100%;
    grid-template-columns: 1fr auto;
  }

  .blog-mag__hero-card {
    min-height: 480px;
  }

  .blog-mag__hero-panel {
    right: 0;
    width: auto;
  }

  .blog-mag__editor-grid,
  .blog-mag__small-grid,
  .blog-mag__article-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 760px) {
  .blog-mag__article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-mag__editor-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (min-width: 980px) {
  .blog-mag__two-col {
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: start;
  }
}

@media (min-width: 1120px) {
  .blog-mag__article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* === Blog detail · light inner page =================================== */

.blog-detail {
  background: #fff;
  color: #191919;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.blog-detail__article,
.blog-detail__shell,
.blog-detail__bottom-bar {
  background: #fff;
}

.blog-detail__hero {
  position: relative;
  min-height: 0;
  display: block;
  padding: 0;
  overflow: visible;
  background: #fff;
  color: #191919;
}

.blog-detail__hero-image {
  position: relative;
  inset: auto;
  z-index: 0;
  width: 100%;
  height: clamp(280px, 34vw, 440px);
  object-fit: cover;
}

.blog-detail__hero-overlay {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: clamp(280px, 34vw, 440px);
  background: linear-gradient(180deg, rgba(5, 10, 18, .62) 0%, rgba(5, 10, 18, .28) 42%, rgba(5, 10, 18, 0) 100%);
}

.blog-detail__hero-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, 1120px);
  margin: -78px auto 0;
  padding: clamp(24px, 3.5vw, 44px);
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 22px 64px rgba(25, 25, 25, .12);
}

.blog-detail__breadcrumb {
  color: #777;
}

.blog-detail__hero h1 {
  min-width: 0;
  max-width: 940px;
  color: #191919;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.06;
  overflow-wrap: anywhere;
}

.blog-detail__meta {
  color: #6f6f6f;
}

.blog-detail__meta-author,
.blog-detail__meta-line {
  min-width: 0;
}

.blog-detail__meta-author strong {
  color: #191919;
}

.blog-detail__meta-author em {
  color: #777;
}

.blog-detail__meta-divider {
  background: #d6d6d6;
}

.blog-detail__shell {
  padding: 44px 16px 56px;
}

.blog-detail__layout {
  width: min(100%, 1120px);
  gap: 34px;
}

.blog-detail__category,
.blog-detail__avatar,
.blog-sidebar__avatar {
  background: #da1018;
  color: #fff;
}

.blog-detail__breadcrumb a:hover {
  color: #da1018;
}

.blog-detail__content {
  min-width: 0;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 1.78;
  overflow-wrap: anywhere;
}

.blog-detail__lead {
  max-width: 100%;
  margin-bottom: 26px;
  background: #fbf7f2;
  color: #191919;
  border-left-color: #da1018;
  overflow-wrap: anywhere;
}

.blog-detail__content p {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.blog-detail__subheading {
  margin: 30px 0 12px;
  color: #191919;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
}

.blog-detail__list {
  gap: 10px;
  margin-bottom: 28px;
}

.blog-detail__list li {
  min-width: 0;
  color: #2b2b2b;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.blog-detail__list li::before {
  background: #da1018;
}

.blog-detail__share {
  border-top-color: #ececec;
  color: #5f5f5f;
}

.blog-detail__share a,
.blog-detail__back {
  border-color: #e5e5e5;
  background: #fff;
  color: #191919;
}

.blog-detail__share a:hover,
.blog-detail__back:hover {
  background: #da1018;
  border-color: #da1018;
  color: #fff;
}

.blog-sidebar__card {
  min-width: 0;
  background: #fff;
  border: 1px solid #ececec;
  color: #191919;
  box-shadow: 0 14px 34px rgba(25, 25, 25, .08);
}

.blog-sidebar__author strong,
.blog-sidebar__title,
.blog-sidebar__recent-meta strong {
  color: #191919;
}

.blog-sidebar__author-role,
.blog-sidebar__author p,
.blog-sidebar__recent-meta small,
.blog-sidebar__recent-meta em {
  color: #737373;
}

.blog-sidebar__recent-item {
  grid-template-columns: 72px minmax(0, 1fr);
}

.blog-sidebar__recent-meta {
  min-width: 0;
}

.blog-sidebar__recent-meta strong {
  overflow-wrap: anywhere;
}

.blog-sidebar__recent-item:hover .blog-sidebar__recent-meta strong {
  color: #da1018;
}

.blog-sidebar__tag {
  background: #fbf7f2;
  border-color: #ececec;
  color: #555;
}

.blog-sidebar__tag:hover,
.blog-sidebar__tag.is-active {
  background: #da1018;
  border-color: #da1018;
  color: #fff;
}

@media (min-width: 960px) {
  .blog-detail__layout {
    grid-template-columns: minmax(0, 720px) minmax(300px, 360px);
    gap: clamp(42px, 5vw, 76px);
  }

  .blog-detail__sidebar {
    position: sticky;
    top: 112px;
  }
}

@media (max-width: 640px) {
  .blog-detail__hero-image,
  .blog-detail__hero-overlay {
    height: 260px;
  }

  .blog-detail__hero-inner {
    width: min(100% - 24px, 560px);
    margin-top: -46px;
    padding: 22px 18px;
  }

  .blog-detail__breadcrumb {
    font-size: 12px;
  }

  .blog-detail__hero h1 {
    margin-bottom: 18px;
    font-size: clamp(26px, 9vw, 36px);
  }

  .blog-detail__meta {
    display: grid;
    gap: 10px;
  }

  .blog-detail__meta-divider {
    display: none;
  }

  .blog-detail__shell {
    padding: 34px 12px 44px;
  }
}

/* === Blog list white news skin · mobile first ========================= */

.blog-page.blog-mag {
  background: #fff;
  color: #111827;
}

.blog-mag__masthead {
  background: #fff;
}

.blog-mag__section--articles {
  padding: 48px 0 88px;
  background: #fff;
}

.blog-mag__section--articles > .blog-mag__shell > .blog-mag__section-title {
  display: none;
}

.blog-mag__news-head {
  max-width: 680px;
  margin: 0 auto 34px;
  text-align: center;
}

.blog-mag__news-head span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #da1018;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.blog-mag__news-head span::before,
.blog-mag__news-head span::after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: .55;
}

.blog-mag__news-head h2 {
  margin: 10px 0 0;
  color: #08182a;
  font-size: clamp(34px, 8vw, 58px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.blog-mag__news-head p {
  margin: 12px auto 0;
  max-width: 520px;
  color: #667085;
  font-size: 15px;
  line-height: 1.65;
}

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

.blog-mag__article-card {
  display: grid;
  grid-template-columns: minmax(112px, 38%) minmax(0, 1fr);
  min-height: 146px;
  border: 0;
  background: #fff;
  box-shadow: none;
  overflow: visible;
}

.blog-mag__article-card:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

.blog-mag__article-image {
  aspect-ratio: auto;
  min-height: 146px;
  border-radius: 0;
  background: #eef1f4;
}

.blog-mag__article-copy {
  align-content: center;
  gap: 8px;
  padding: 14px 0 14px 16px;
}

.blog-mag__meta {
  color: #da1018;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.blog-mag__article-copy strong {
  color: #08182a;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.22;
}

.blog-mag__article-copy em {
  color: #667085;
  font-size: 12px;
  line-height: 1.46;
}

.blog-mag__read-more {
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  padding: 7px 13px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #08182a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.blog-mag__article-card:hover .blog-mag__read-more {
  border-color: #da1018;
  background: #da1018;
  color: #fff;
}

.blog-mag__article-card:hover .blog-mag__article-copy strong {
  color: #da1018;
}

@media (max-width: 640px) {
  .blog-mag__article-card {
    grid-template-columns: 1fr;
  }

  .blog-mag__article-image {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .blog-mag__article-copy {
    padding: 14px 0 8px;
  }
}

@media (min-width: 760px) {
  .blog-mag__article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 34px;
  }
}

@media (min-width: 1120px) {
  .blog-mag__article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 48px;
  }

  .blog-mag__article-card {
    grid-template-columns: 180px minmax(0, 1fr);
    min-height: 132px;
  }

  .blog-mag__article-image {
    min-height: 132px;
  }

  .blog-mag__article-copy {
    padding-left: 22px;
  }
}

/* === Blog week full-page skin · mobile first ========================== */

.blog-page.blog-week {
  --blog-red: #da1018;
  --blog-ink: #07080a;
  --blog-panel: #101114;
  --blog-line: rgba(255, 255, 255, .10);
  --blog-muted: rgba(255, 255, 255, .62);
  position: relative;
  min-height: 100svh;
  background: var(--blog-ink);
  color: #fff;
  overflow-x: hidden;
}

.blog-week img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-week__stage {
  position: relative;
  min-height: 100svh;
  padding: 104px 18px 76px;
  background:
    linear-gradient(180deg, rgba(218, 16, 24, .10), transparent 22%),
    linear-gradient(135deg, #111216 0%, #07080a 52%, #050607 100%);
  overflow: hidden;
}

.blog-week__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .18));
  pointer-events: none;
}

.blog-week__shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1280px);
  margin: 0 auto;
}

.blog-week__topbar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 34px;
}

.blog-week__brand {
  width: max-content;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .14em;
}

.blog-week__brand::after {
  content: ".";
  color: var(--blog-red);
}

.blog-week__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  width: min(100%, 420px);
  border: 1px solid var(--blog-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
  overflow: hidden;
}

.blog-week__search input {
  min-width: 0;
  height: 44px;
  border: 0;
  padding: 0 16px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 13px;
  outline: 0;
}

.blog-week__search input::placeholder {
  color: rgba(255, 255, 255, .45);
}

.blog-week__search button {
  display: grid;
  place-items: center;
  border: 0;
  border-left: 1px solid var(--blog-line);
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.blog-week__search button:hover {
  color: var(--blog-red);
}

.blog-week__search svg {
  width: 18px;
  height: 18px;
}

.blog-week__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 22px;
  color: var(--blog-muted);
  font-size: 13px;
}

.blog-week__filter span,
.blog-week__filter a {
  padding: 7px 11px;
  border: 1px solid var(--blog-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
}

.blog-week__filter a {
  color: #fff;
  font-weight: 800;
}

.blog-week__hero {
  position: relative;
  display: grid;
  gap: 20px;
  align-items: end;
  min-height: 220px;
  margin-bottom: 34px;
}

.blog-week__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.blog-week__kicker span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blog-red);
  box-shadow: 0 0 0 5px rgba(218, 16, 24, .12);
}

.blog-week__hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 13vw, 96px);
  font-weight: 900;
  line-height: .92;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.blog-week__hero h1 mark {
  display: none;
}

.blog-week__hero p:not(.blog-week__kicker) {
  max-width: 570px;
  margin: 18px 0 0;
  color: var(--blog-muted);
  font-size: 15px;
  line-height: 1.65;
}

.blog-week__down {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
  border: 1px solid var(--blog-line);
  color: #fff;
}

.blog-week__down:hover {
  background: var(--blog-red);
  border-color: var(--blog-red);
}

.blog-week__down svg {
  width: 18px;
  height: 18px;
}

.blog-week__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.blog-week__card {
  min-width: 0;
  border: 1px solid var(--blog-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  overflow: hidden;
  transition: transform .26s ease, border-color .26s ease, background .26s ease;
}

.blog-week__card:hover {
  transform: translateY(-4px);
  border-color: rgba(218, 16, 24, .55);
  background: rgba(255, 255, 255, .055);
}

.blog-week__card a {
  min-width: 0;
  display: grid;
  gap: 14px;
  padding: 14px;
}

.blog-week__card-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.blog-week__author {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.blog-week__avatar {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blog-red);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.blog-week__author strong,
.blog-week__author em {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-week__author strong {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.blog-week__author em {
  color: rgba(255, 255, 255, .50);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.blog-week__date {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  font-weight: 700;
}

.blog-week__date svg {
  width: 15px;
  height: 15px;
}

.blog-week__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
  background: #17181c;
}

.blog-week__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, .28));
  pointer-events: none;
}

.blog-week__media img {
  transition: transform .62s ease, filter .62s ease;
}

.blog-week__card:hover .blog-week__media img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.blog-week__category {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  max-width: 100%;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  font-weight: 800;
}

.blog-week__category svg {
  width: 15px;
  height: 15px;
  color: var(--blog-red);
}

.blog-week__title {
  min-width: 0;
  color: #fff;
  font-size: clamp(18px, 5vw, 22px);
  font-weight: 900;
  line-height: 1.18;
  overflow-wrap: anywhere;
  transition: color .22s ease;
}

.blog-week__excerpt {
  min-width: 0;
  color: var(--blog-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.blog-week__read {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  transition: color .22s ease;
}

.blog-week__read svg {
  width: 15px;
  height: 15px;
}

.blog-week__card:hover .blog-week__title,
.blog-week__card:hover .blog-week__read {
  color: var(--blog-red);
}

.blog-week__empty {
  display: grid;
  gap: 16px;
  padding: 34px 22px;
  border: 1px dashed var(--blog-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  text-align: center;
}

.blog-week__empty p {
  margin: 0;
  color: var(--blog-muted);
}

.blog-week__empty a {
  width: max-content;
  margin: 0 auto;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--blog-red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.blog-week__social {
  position: fixed;
  z-index: 80;
  left: 50%;
  bottom: calc(16px + env(safe-area-inset-bottom));
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(10, 10, 12, .74);
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.blog-week__social-link {
  display: inline-grid;
  place-items: center;
  width: 34px;
  aspect-ratio: 1;
  border: 2px solid rgb(255 255 255 / 0.98);
  border-radius: 50%;
  background: rgb(0 0 0 / 0.08);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 0.08), 0 10px 24px rgb(0 0 0 / 0.24);
  filter: drop-shadow(0 2px 7px rgb(0 0 0 / 0.72));
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.blog-week__social-link svg {
  width: 17px;
  height: 17px;
  color: #fff;
  filter: drop-shadow(0 1px 3px rgb(0 0 0 / 0.88));
}

.blog-week__social-link svg * {
  stroke-width: 2.6;
}

.blog-week__social-link span {
  display: inline-block;
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 1px 4px rgb(0 0 0 / 0.9);
}

.blog-week__social-link:hover,
.blog-week__social-link:focus-visible {
  border-color: rgb(255 255 255 / 0.68);
  background: transparent;
  color: #fff;
  opacity: .78;
  transform: translateX(2px);
}

@media (min-width: 640px) {
  .blog-week__stage {
    padding-right: 30px;
    padding-left: 30px;
  }

  .blog-week__topbar {
    grid-template-columns: auto minmax(260px, 420px);
    justify-content: space-between;
  }

  .blog-week__search {
    justify-self: end;
  }

  .blog-week__card-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (min-width: 760px) {
  .blog-week__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {
  .blog-week__stage {
    padding: 120px 72px 80px;
  }

  .blog-week__hero {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 260px;
  }

  .blog-week__down {
    align-self: center;
    justify-self: start;
    margin-left: -4px;
  }

  .blog-week__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .blog-week__card a {
    padding: 16px;
  }

  .blog-week__social {
    left: 18px;
    top: 50svh;
    bottom: auto;
    position: fixed;
    display: grid;
    justify-items: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    transform: translateY(-50%);
    backdrop-filter: none;
    width: 42px;
    gap: 10px;
  }

  .blog-week__social-link {
    width: 36px;
    font-size: 15px;
  }

  .blog-week__social-link svg {
    width: 19px;
    height: 19px;
  }
}

@media (min-width: 1440px) {
  .blog-week__stage {
    padding-right: 96px;
    padding-left: 96px;
  }

  .blog-week__social {
    left: 20px;
    width: 44px;
  }

  .blog-week__social-link {
    width: 38px;
  }
}

/* Blog renk revizyonu: sayfalama yok, zemin Akol kırmızısı/moru ile daha canlı. */
.blog-page.blog-week {
  --blog-ink: #13070d;
  --blog-panel: #171017;
  --blog-line: rgba(255, 255, 255, .13);
  background:
    radial-gradient(circle at 18% 12%, rgba(218, 16, 24, .24), transparent 34%),
    radial-gradient(circle at 84% 6%, rgba(48, 44, 116, .32), transparent 32%),
    linear-gradient(135deg, #1b0810 0%, #10070b 46%, #0a0d18 100%);
}

.blog-week__stage {
  background:
    radial-gradient(circle at 18% 16%, rgba(218, 16, 24, .28), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(48, 44, 116, .36), transparent 30%),
    linear-gradient(155deg, #220a12 0%, #13070d 48%, #0a1020 100%);
}

.blog-week__stage::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  opacity: .9;
}

.blog-week__card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .026)),
    rgba(14, 10, 18, .72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.blog-week__card:hover {
  background:
    linear-gradient(180deg, rgba(218, 16, 24, .08), rgba(255, 255, 255, .038)),
    rgba(18, 12, 20, .84);
}

/* Final requested blog polish. */
.blog-week__stage { background: linear-gradient(180deg, #fbf7f1 0%, #fff 42%, #f8fafc 100%) !important; }
.blog-week__hero h1 br, .blog-week__down { display: none !important; }
.blog-week__hero h1 { white-space: normal !important; max-width: 100% !important; }
@media (min-width: 760px) {
  .blog-week__hero h1 { white-space: nowrap !important; }
}

.blog-page.blog-week,
.blog-week__stage {
  color: #18202d !important;
}

.blog-week__hero h1,
.blog-week__hero p,
.blog-week__brand,
.blog-week__card,
.blog-week__title,
.blog-week__excerpt {
  letter-spacing: 0 !important;
}

.blog-week__hero h1 {
  font-size: clamp(34px, 8vw, 82px) !important;
}

.blog-week__card {
  border-color: rgba(23,32,47,.10) !important;
  background: rgba(255,255,255,.88) !important;
  color: #17202f !important;
}

.blog-week__read svg {
  display: none !important;
}

@media (max-width: 759px) {
  .blog-week__hero h1 {
    white-space: nowrap !important;
    font-size: clamp(31px, 9vw, 42px) !important;
  }
}

/* Blog final mood: dark background, clean white cards, readable hero. */
.blog-page.blog-week {
  --blog-ink: #0d1118;
  --blog-panel: #ffffff;
  --blog-muted: rgba(255, 255, 255, .72);
  background:
    radial-gradient(circle at 18% 12%, rgba(218, 16, 24, .26), transparent 30%),
    radial-gradient(circle at 84% 4%, rgba(48, 44, 116, .30), transparent 28%),
    linear-gradient(145deg, #111827 0%, #100a12 48%, #070b12 100%) !important;
  color: #fff !important;
}

.blog-week__stage {
  background:
    linear-gradient(180deg, rgba(8, 12, 18, .82) 0%, rgba(8, 12, 18, .94) 34%, #f5f7fb 34.1%, #ffffff 100%) !important;
  color: #fff !important;
}

.blog-week__stage::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px) !important;
  opacity: .52 !important;
}

.blog-week__brand,
.blog-week__hero h1,
.blog-week__hero p,
.blog-week__kicker,
.blog-week__filter {
  color: #fff !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .34) !important;
}

.blog-week__hero h1 {
  opacity: 1 !important;
}

.blog-week__hero p {
  color: rgba(255, 255, 255, .78) !important;
}

.blog-week__search {
  border-color: rgba(255, 255, 255, .18) !important;
  background: rgba(255, 255, 255, .08) !important;
}

.blog-week__search input {
  color: #fff !important;
}

.blog-week__search input::placeholder {
  color: rgba(255, 255, 255, .62) !important;
}

.blog-week__card {
  border-color: rgba(23, 32, 47, .10) !important;
  background: rgba(255, 255, 255, .96) !important;
  color: #17202f !important;
  box-shadow: 0 24px 72px rgba(8, 12, 18, .18) !important;
}

.blog-week__card:hover {
  border-color: rgba(218, 16, 24, .22) !important;
  background: #fff !important;
}

.blog-week__title,
.blog-week__excerpt,
.blog-week__date,
.blog-week__category,
.blog-week__read {
  color: #17202f !important;
  text-shadow: none !important;
}

.blog-week__excerpt,
.blog-week__date,
.blog-week__category {
  color: #667085 !important;
}

@media (max-width: 759px) {
  .blog-week__stage {
    background:
      linear-gradient(180deg, rgba(8, 12, 18, .88) 0%, rgba(8, 12, 18, .96) 28%, #f5f7fb 28.1%, #ffffff 100%) !important;
  }

  .blog-week__hero {
    min-height: 210px !important;
  }

  .blog-week__hero h1 {
    white-space: normal !important;
    color: #fff !important;
  }
}
