/* Magazine listing + article detail — editorial paper theme */
.rb-magazine-page {
  background:
    radial-gradient(ellipse 55% 32% at 100% 8%, rgba(225, 29, 46, 0.1), transparent 55%),
    radial-gradient(ellipse 45% 28% at 0% 42%, rgba(196, 162, 101, 0.12), transparent 50%),
    var(--rb-mist);
}

.rb-magazine-hero {
  position: relative;
  z-index: 24;
  padding: 128px 0 0;
  overflow: visible;
  min-height: 460px;
  isolation: isolate;
}
.rb-magazine-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: #1a1012;
  z-index: 0;
}
.rb-magazine-hero__photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--rb-hero-focus, center center);
  display: block;
}
.rb-magazine-hero__bg::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 56px;
  background: linear-gradient(180deg, transparent, var(--rb-mist));
  pointer-events: none;
}
.rb-magazine-hero__veil,
.rb-magazine-hero__glow {
  position: absolute;
  pointer-events: none;
}
.rb-magazine-hero__veil {
  inset: 0;
  z-index: 1;
  background: linear-gradient(108deg, rgba(18, 10, 12, 0.68) 0%, rgba(28, 16, 18, 0.32) 48%, rgba(18, 10, 12, 0.22) 100%);
}
.rb-magazine-hero__glow {
  inset: auto -10% -20% 35%;
  z-index: 2;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 29, 46, 0.42), transparent 70%);
  filter: blur(10px);
  animation: rb-magazine-pulse 7s ease-in-out infinite alternate;
}
@keyframes rb-magazine-pulse {
  from { opacity: .55; transform: scale(1); }
  to { opacity: 1; transform: scale(1.08); }
}
.rb-magazine-hero .container {
  position: relative;
  z-index: 3;
  overflow: visible;
}
.rb-magazine-hero__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: end;
  gap: 28px;
  margin-bottom: 8px;
}
.rb-magazine-hero__intro {
  max-width: 680px;
  margin-bottom: 12px;
  color: #fff;
  position: relative;
}
.rb-magazine-hero__intro::before {
  content: "";
  position: absolute;
  right: -22px;
  top: 38px;
  width: 3px;
  height: 72px;
  border-radius: 3px;
  background: linear-gradient(180deg, #f3b4ba, transparent);
}
.rb-magazine-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.rb-magazine-hero__title {
  margin: 0 0 12px;
  font-size: clamp(30px, 4.4vw, 52px);
  font-weight: 900;
  line-height: 1.22;
  color: #fff;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.32);
}
.rb-magazine-hero__title em {
  font-style: normal;
  color: #ffd6db;
}
.rb-magazine-hero__desc {
  margin: 0 0 18px;
  font-size: 15.5px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.84);
  max-width: 34em;
}
.rb-magazine-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rb-magazine-hero__stats li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.rb-magazine-hero__stats strong { font-weight: 900; }

.rb-magazine-hero__collage {
  position: relative;
  height: 248px;
  margin-bottom: 8px;
}
.rb-magazine-hero__shot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.rb-magazine-hero__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rb-magazine-hero__shot figcaption {
  position: absolute;
  right: 8px;
  left: 8px;
  bottom: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(12, 8, 10, 0.55);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.rb-magazine-hero__shot--1 {
  width: 168px;
  height: 214px;
  right: 118px;
  top: 8px;
  transform: rotate(-7deg);
  z-index: 1;
}
.rb-magazine-hero__shot--2 {
  width: 176px;
  height: 228px;
  right: -8px;
  top: 0;
  transform: rotate(7deg);
  z-index: 2;
}
.rb-magazine-hero__shot--3 {
  width: 150px;
  height: 188px;
  right: 72px;
  top: 52px;
  transform: rotate(-2deg);
  z-index: 3;
}

.rb-magazine-page .rb-magazine-search,
.rb-magazine-search {
  position: relative;
  z-index: 30;
  margin-top: 18px;
  margin-bottom: -28px;
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  overflow: visible;
}
.rb-magazine-page .rb-search { z-index: 30; overflow: visible; }
.rb-magazine-page .rb-search__tabs { display: none !important; }
.rb-magazine-page .rb-search__shell {
  border-radius: 28px !important;
  border: 0 !important;
  box-shadow: 0 18px 40px rgba(12, 8, 10, 0.12) !important;
  overflow: visible !important;
}

.rb-magazine-body {
  position: relative;
  z-index: 1;
  padding-top: 64px !important;
  padding-bottom: 88px !important;
  background: transparent;
}
.rb-magazine-body::after { display: none; }

.rb-magazine-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 26px;
}
.rb-magazine-promise {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 112px;
  padding: 20px 20px 20px 18px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(26, 28, 30, 0.06);
  box-shadow: 0 14px 32px rgba(26, 28, 30, 0.05);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s ease, border-color .2s ease;
}
.rb-magazine-promise::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  right: 0;
  width: 4px;
  border-radius: 4px 0 0 4px;
}
.rb-magazine-promise:nth-child(1)::before { background: linear-gradient(180deg, var(--rb-red), #f45d6f); }
.rb-magazine-promise:nth-child(2)::before { background: linear-gradient(180deg, var(--rb-gold), #d4b36f); }
.rb-magazine-promise:nth-child(3)::before { background: linear-gradient(180deg, var(--rb-navy), #3d6b8c); }
.rb-magazine-promise:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(26, 28, 30, 0.1);
}
.rb-magazine-promise__ico {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}
.rb-magazine-promise:nth-child(1) {
  background: radial-gradient(120% 90% at 100% 0%, rgba(225, 29, 46, 0.1), transparent 58%), #fff;
}
.rb-magazine-promise:nth-child(1) .rb-magazine-promise__ico {
  color: var(--rb-red);
  background: var(--rb-red-soft);
}
.rb-magazine-promise:nth-child(2) {
  background: radial-gradient(120% 90% at 100% 0%, rgba(196, 162, 101, 0.16), transparent 58%), #fff;
}
.rb-magazine-promise:nth-child(2) .rb-magazine-promise__ico {
  color: var(--rb-gold-dark);
  background: var(--rb-gold-soft);
}
.rb-magazine-promise:nth-child(3) {
  background: radial-gradient(120% 90% at 100% 0%, rgba(28, 42, 58, 0.1), transparent 58%), #fff;
}
.rb-magazine-promise:nth-child(3) .rb-magazine-promise__ico {
  color: var(--rb-navy);
  background: #eef2f6;
}
.rb-magazine-promise:nth-child(1):hover { border-color: rgba(225, 29, 46, 0.28); }
.rb-magazine-promise:nth-child(2):hover { border-color: rgba(196, 162, 101, 0.42); }
.rb-magazine-promise:nth-child(3):hover { border-color: rgba(28, 42, 58, 0.22); }
.rb-magazine-promise__copy strong {
  display: block;
  font-size: 16px;
  font-weight: 850;
  color: var(--rb-ink);
  line-height: 1.4;
}
.rb-magazine-promise__copy p {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 650;
  color: #6b6e6a;
  line-height: 1.7;
}

.rb-magazine-rail {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 12px 14px 12px 12px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #fbf7f1);
  border: 1px solid rgba(225, 29, 46, 0.12);
  box-shadow: 0 12px 32px rgba(225, 29, 46, 0.06);
}
.rb-magazine-rail__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
  padding: 4px 10px 4px 4px;
}
.rb-magazine-rail__copy strong {
  font-size: 13.5px;
  font-weight: 850;
  color: var(--rb-ink);
  white-space: nowrap;
}
.rb-magazine-rail__copy small {
  font-size: 11.5px;
  font-weight: 650;
  color: #8a9098;
  white-space: nowrap;
}
.rb-magazine-chips {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.rb-magazine-chips::-webkit-scrollbar { display: none; }
.rb-magazine-chips__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  height: 42px;
  padding: 0 14px 0 8px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(26, 28, 30, 0.08);
  color: var(--rb-ink);
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.rb-magazine-chips__item--plain { padding: 0 16px; }
.rb-magazine-chips__item:hover,
.rb-magazine-chips__item.is-active {
  background: var(--rb-red);
  color: #fff;
  border-color: transparent;
  transform: translateY(-1px);
}
.rb-magazine-chips__av {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--rb-red-soft);
  color: var(--rb-red);
  font-size: 12px;
  font-weight: 900;
}
.rb-magazine-chips__item.is-active .rb-magazine-chips__av,
.rb-magazine-chips__item:hover .rb-magazine-chips__av {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.rb-magazine-chips__count {
  font-size: 11px;
  font-weight: 800;
  opacity: .62;
}

.rb-magazine-block__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}
.rb-magazine-block__eyebrow {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  color: var(--rb-red);
}
.rb-magazine-block__title {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 900;
  color: var(--rb-ink);
  line-height: 1.25;
}
.rb-magazine-block__side {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.rb-magazine-block__badge {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--rb-navy);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(28, 42, 58, 0.16);
}
.rb-magazine-block__more {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(225, 29, 46, 0.22);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  color: var(--rb-red);
  text-decoration: none !important;
}
.rb-magazine-block__more:hover {
  background: var(--rb-red);
  color: #fff;
  border-color: transparent;
}

.rb-mag-lead {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 420px;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(26, 28, 30, 0.06);
  box-shadow: 0 18px 44px rgba(26, 28, 30, 0.08);
  text-decoration: none !important;
  color: inherit;
  isolation: isolate;
}
.rb-mag-lead__media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #1a1012;
}
.rb-mag-lead__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
}
.rb-mag-lead:hover .rb-mag-lead__media img { transform: scale(1.06); }
.rb-mag-lead__cat {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--rb-red);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(225, 29, 46, 0.28);
}
.rb-mag-lead__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 36px 32px;
}
.rb-mag-lead__kicker {
  align-self: flex-start;
  font-size: 12px;
  font-weight: 850;
  color: var(--rb-red);
  letter-spacing: 0.04em;
}
.rb-mag-lead__title {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 900;
  line-height: 1.4;
  color: var(--rb-ink);
}
.rb-mag-lead:hover .rb-mag-lead__title { color: var(--rb-red); }
.rb-mag-lead__excerpt {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 550;
  color: #5c6168;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rb-mag-lead__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #8a8c8a;
}
.rb-mag-lead__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  margin-top: 6px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.08);
  color: var(--rb-red);
  font-size: 14px;
  font-weight: 850;
  transition: background .2s ease, color .2s ease, gap .2s ease;
}
.rb-mag-lead:hover .rb-mag-lead__cta {
  background: var(--rb-red);
  color: #fff;
  gap: 10px;
}

.rb-magazine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.rb-magazine-grid .rb-article-card {
  height: 100%;
}
.rb-magazine-grid .rb-article-card__excerpt {
  display: -webkit-box;
}
.rb-magazine-grid .rb-article-card__media {
  aspect-ratio: 16 / 10;
}

.rb-magazine-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 56px 24px;
  text-align: center;
  background: #fff;
  border-radius: 22px;
  border: 1px dashed #e4dfde;
}
.rb-magazine-empty strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: var(--rb-ink);
}
.rb-magazine-empty p {
  margin: 8px 0 18px;
  font-weight: 650;
  color: #8a8c8a;
}
.rb-magazine-empty a {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--rb-red);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
}

.rb-magazine-pagination { margin-top: 28px; }

.rb-magazine-guide {
  margin-top: 48px;
  padding: 28px 28px 24px;
  border-radius: 28px;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(225, 29, 46, 0.08), transparent 55%),
    #fff;
  border: 1px solid rgba(26, 28, 30, 0.06);
  box-shadow: 0 16px 36px rgba(26, 28, 30, 0.05);
}
.rb-magazine-guide__head { margin-bottom: 18px; }
.rb-magazine-guide__head h2 {
  margin: 4px 0 8px;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 900;
  color: var(--rb-ink);
}
.rb-magazine-guide__head p {
  margin: 0;
  max-width: 42em;
  font-size: 14.5px;
  line-height: 1.85;
  font-weight: 600;
  color: #5c6168;
}
.rb-magazine-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.rb-magazine-guide__grid section {
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #fbf6f4);
  border: 1px solid rgba(26, 28, 30, 0.05);
}
.rb-magazine-guide__grid h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 850;
  color: var(--rb-ink);
}
.rb-magazine-guide__grid p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.9;
  font-weight: 600;
  color: #5c6168;
}

.rb-magazine-faq { margin-top: 42px; }
.rb-magazine-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rb-magazine-faq__item {
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(26, 28, 30, 0.06);
  overflow: hidden;
}
.rb-magazine-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 850;
  color: var(--rb-ink);
}
.rb-magazine-faq__item summary::-webkit-details-marker { display: none; }
.rb-magazine-faq__item summary::after {
  content: "+";
  float: left;
  color: var(--rb-red);
  font-weight: 900;
}
.rb-magazine-faq__item[open] summary::after { content: "−"; }
.rb-magazine-faq__item p {
  margin: 0;
  padding: 0 18px 16px;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 600;
  color: #4a4d4a;
}

/* ——— News / article detail ——— */
.rb-news {
  background:
    radial-gradient(ellipse 50% 28% at 0% 8%, rgba(225, 29, 46, 0.07), transparent 55%),
    var(--rb-mist);
}
.rb-news-progress {
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 70;
  height: 3px;
  pointer-events: none;
  background: transparent;
}
.rb-news-progress span {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--rb-red);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .08s linear;
}

.rb-news-hero {
  position: relative;
  min-height: 560px;
  padding: 118px 0 120px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  cursor: default;
}
.rb-news-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #1a1012;
  cursor: default;
}
.rb-news-hero__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.rb-news-hero__veil,
.rb-news-hero__glow {
  position: absolute;
  pointer-events: none;
}
.rb-news-hero__veil {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to left, rgba(12, 8, 10, 0.68) 0%, rgba(18, 10, 12, 0.28) 46%, rgba(12, 8, 10, 0.06) 100%),
    linear-gradient(to top, rgba(12, 8, 10, 0.42) 0%, rgba(12, 8, 10, 0.04) 52%, rgba(12, 8, 10, 0.16) 100%);
}
.rb-news-hero__glow {
  z-index: 1;
  right: -8%;
  bottom: -18%;
  width: 52%;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 29, 46, 0.16), transparent 70%);
  filter: blur(6px);
}
.rb-news-hero .container {
  position: relative;
  z-index: 2;
}
.rb-news-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 72px;
  pointer-events: none;
  background: linear-gradient(to top, var(--rb-mist), transparent);
}
.rb-news-hero__copy {
  position: relative;
  max-width: 760px;
  padding-right: 18px;
}
.rb-news-hero__copy::before {
  content: "";
  position: absolute;
  right: 0;
  top: 38px;
  width: 3px;
  height: 78px;
  border-radius: 3px;
  background: linear-gradient(180deg, #f3b4ba, transparent);
}
.rb-news-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 28px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}
.rb-news-crumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none !important;
}
.rb-news-crumb a:hover { color: #fff; }
.rb-news-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.rb-news-kicker a,
.rb-news-kicker span {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--rb-red);
  color: #fff !important;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none !important;
  box-shadow: 0 10px 20px rgba(225, 29, 46, 0.28);
}
.rb-news-kicker span { background: rgba(255, 255, 255, 0.14); box-shadow: none; }
.rb-news-eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #e8d4a8;
}
.rb-news-title {
  margin: 0 0 14px;
  max-width: 16em;
  font-size: clamp(30px, 4.4vw, 50px);
  font-weight: 900;
  line-height: 1.28;
  color: #fff;
  letter-spacing: -0.03em;
  text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}
.rb-news-dek {
  margin: 0 0 18px;
  max-width: 38em;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 550;
  color: rgba(255, 255, 255, 0.86);
}
.rb-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rb-news-meta li {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  font-size: 13px;
  font-weight: 750;
  color: #fff;
}

.rb-news-body {
  position: relative;
  z-index: 3;
  margin-top: -56px;
  padding: 0 0 80px !important;
}
.rb-news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 22px;
}
.rb-news-paper {
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(26, 28, 30, 0.06);
  box-shadow: 0 24px 48px rgba(26, 28, 30, 0.1);
  padding: 40px 44px 32px;
}
.rb-news-prose {
  font-size: 17px;
  line-height: 2.08;
  font-weight: 500;
  color: #2d3236;
  overflow-wrap: anywhere;
}
.rb-news-prose > *:first-child { margin-top: 0; }
.rb-news-prose p { margin: 0 0 18px; }
.rb-news-drop {
  float: right;
  padding: 8px 0 0 12px;
  font-size: 3.15em;
  font-weight: 900;
  line-height: .82;
  color: var(--rb-red);
  user-select: none;
  pointer-events: none;
}
.rb-news-prose h2,
.rb-news-prose h3,
.rb-news-prose h4 {
  margin: 30px 0 12px;
  font-weight: 900;
  color: var(--rb-ink);
  line-height: 1.45;
  scroll-margin-top: 120px;
}
.rb-news-prose h2 { font-size: 26px; }
.rb-news-prose h3 { font-size: 20px; }
.rb-news-prose ul,
.rb-news-prose ol {
  margin: 0 0 16px;
  padding-right: 22px;
}
.rb-news-prose li { margin: 0 0 8px; }
.rb-news-prose a {
  color: var(--rb-red);
  font-weight: 750;
  text-underline-offset: 3px;
}
.rb-news-prose blockquote {
  margin: 20px 0;
  padding: 16px 18px;
  border-right: 4px solid var(--rb-red);
  background: var(--rb-red-soft);
  border-radius: 0 16px 16px 0;
  font-weight: 650;
  color: #4a3034;
}
.rb-news-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 12px 0;
}

.rb-news-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #f1ece8;
}
.rb-news-tags span {
  font-size: 13px;
  font-weight: 850;
  color: #8a8c8a;
}
.rb-news-tags a {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f7f2ea;
  color: var(--rb-ink) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}
.rb-news-tags a:hover {
  background: var(--rb-red);
  color: #fff !important;
}
.rb-news-source {
  margin: 16px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #8a8c8a;
}
.rb-news-source a { color: var(--rb-navy); }

.rb-news-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}
.rb-news-share__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(26, 28, 30, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--rb-ink);
  font-size: 13px;
  font-weight: 850;
  font-family: inherit;
  text-decoration: none !important;
  cursor: pointer;
}
.rb-news-share__btn:hover,
.rb-news-share__btn.is-copied {
  background: var(--rb-navy);
  color: #fff;
  border-color: transparent;
}
.rb-news-share__btn.is-telegram:hover {
  background: #2aabee;
  border-color: transparent;
}
.rb-news-share__back {
  margin-right: auto;
  font-size: 13px;
  font-weight: 800;
  color: var(--rb-red);
  text-decoration: none !important;
}

.rb-news-nextprev {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}
.rb-news-nextprev__card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 110px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #fbf6f4);
  border: 1px solid rgba(26, 28, 30, 0.06);
  text-decoration: none !important;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease;
}
.rb-news-nextprev__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(26, 28, 30, 0.08);
}
.rb-news-nextprev__card small {
  font-size: 11.5px;
  font-weight: 850;
  color: var(--rb-red);
}
.rb-news-nextprev__card strong {
  font-size: 15px;
  font-weight: 850;
  line-height: 1.55;
  color: var(--rb-ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rb-news-nextprev__card.is-empty {
  background: transparent;
  border: 0;
  min-height: 0;
  pointer-events: none;
}

.rb-news-aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.rb-news-pass {
  position: sticky;
  top: 110px;
  overflow: hidden;
  background: #fff;
  border-radius: 26px;
  border: 1px solid rgba(26, 28, 30, 0.06);
  box-shadow: 0 22px 48px rgba(28, 42, 58, 0.1);
}
.rb-news-pass__stamp {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  color: #fff;
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(225, 29, 46, 0.28), transparent 58%),
    linear-gradient(165deg, #2a1418 0%, #141012 100%);
}
.rb-news-pass__mark {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(180deg, #ff6b78, var(--rb-red));
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(8, 10, 14, 0.28);
  transform: rotate(-8deg);
}
.rb-news-pass__stamp small {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #f3b4ba;
}
.rb-news-pass__stamp strong {
  display: block;
  margin-top: 3px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}
.rb-news-pass__stamp em {
  display: block;
  margin-top: 3px;
  font-style: normal;
  font-size: 13px;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.72);
}
.rb-news-toc {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 16px 8px;
}
.rb-news-toc strong {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 850;
  color: var(--rb-ink);
}
.rb-news-toc a {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  color: #5c6168;
  text-decoration: none !important;
}
.rb-news-toc a.is-sub { padding-right: 12px; font-weight: 600; }
.rb-news-toc a:hover { color: var(--rb-red); }
.rb-news-places {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 16px 10px;
}
.rb-news-places strong {
  font-size: 13px;
  font-weight: 850;
  color: var(--rb-ink);
}
.rb-news-places a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 16px;
  background: #fbf7f1;
  text-decoration: none !important;
  color: inherit;
}
.rb-news-places a:hover { background: var(--rb-red-soft); }
.rb-news-places img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}
.rb-news-places small {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: var(--rb-red);
}
.rb-news-places b {
  display: block;
  margin-top: 2px;
  font-size: 14.5px;
  font-weight: 850;
  color: var(--rb-ink);
}
.rb-news-pass__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 16px 18px;
}
.rb-news-pass__cta,
.rb-news-pass__alt,
.rb-news-pass__help {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none !important;
}
.rb-news-pass__cta {
  background: linear-gradient(145deg, #ff3142, var(--rb-red));
  color: #fff !important;
  box-shadow: 0 12px 22px rgba(225, 29, 46, 0.22);
}
.rb-news-pass__alt {
  border: 1px solid rgba(31, 122, 110, 0.22);
  background: var(--rb-teal-soft);
  color: var(--rb-teal-dark) !important;
}
.rb-news-pass__help {
  border: 1px solid rgba(26, 28, 30, 0.08);
  background: #fff;
  color: var(--rb-ink) !important;
}
.rb-news-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 18px;
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(26, 28, 30, 0.06);
}
.rb-news-topics strong {
  width: 100%;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 850;
  color: var(--rb-ink);
}
.rb-news-topics a {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--rb-red-soft);
  color: var(--rb-red) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}
.rb-news-topics a:hover {
  background: var(--rb-red);
  color: #fff !important;
}
.rb-news-related { margin-top: 48px; }
.rb-magazine-grid--related { grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (prefers-reduced-motion: reduce) {
  .rb-magazine-hero__glow { display: none; }
  .rb-magazine-promise:hover,
  .rb-mag-lead:hover .rb-mag-lead__media img { transform: none; }
  .rb-news-hero__glow { display: none; }
  .rb-news-progress span { transition: none; }
}

@media (max-width: 1199px) {
  .rb-magazine-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rb-magazine-grid--related { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rb-magazine-hero__top { grid-template-columns: minmax(0, 1fr) 260px; }
  .rb-magazine-hero__shot--1 { width: 140px; height: 180px; right: 96px; }
  .rb-magazine-hero__shot--2 { width: 148px; height: 192px; }
  .rb-magazine-hero__shot--3 { width: 128px; height: 160px; right: 58px; }
}
@media (max-width: 991px) {
  .rb-magazine-page { max-width: 100%; overflow-x: clip; }
  .rb-magazine-hero { padding: 118px 0 0; max-width: 100%; }
  .rb-magazine-hero__top { grid-template-columns: 1fr; overflow: hidden; }
  .rb-magazine-hero__collage { display: none; }
  .rb-magazine-hero__intro::before { display: none; }
  .rb-magazine-hero__glow { display: none; }
  .rb-magazine-search { margin-bottom: -12px; }
  .rb-magazine-promises { grid-template-columns: 1fr; }
  .rb-magazine-rail {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px;
  }
  .rb-mag-lead {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .rb-mag-lead__media {
    min-height: 240px;
    aspect-ratio: 16 / 9;
  }
  .rb-mag-lead__body { padding: 22px 20px 24px; }
  .rb-magazine-guide__grid { grid-template-columns: 1fr; }
  .rb-news-hero { padding: 108px 0 96px; min-height: 460px; }
  .rb-news-hero__copy { padding-right: 0; }
  .rb-news-hero__copy::before { display: none; }
  .rb-news-body { margin-top: -40px; }
  .rb-news-layout { grid-template-columns: 1fr; }
  .rb-news-pass { position: static; }
  .rb-news-paper { padding: 24px 20px 20px; }
  .rb-news-nextprev { grid-template-columns: 1fr; }
  .rb-news-nextprev__card.is-empty { display: none; }
  .rb-news-progress { top: 64px; }
}
@media (max-width: 575px) {
  .rb-magazine-grid,
  .rb-magazine-grid--related { grid-template-columns: 1fr; }
  .rb-magazine-block__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .rb-magazine-hero__title { font-size: 30px; }
  .rb-magazine-guide { padding: 20px 16px; }
  .rb-news-hero { padding: 100px 0 72px; min-height: 420px; }
  .rb-news-body { margin-top: -28px; }
  .rb-news-crumb { font-size: 12px; padding: 6px 10px; gap: 5px; }
  .rb-news-crumb__home { display: none; }
  .rb-news-title { font-size: 28px; max-width: none; }
  .rb-news-dek { font-size: 15.5px; }
  .rb-news-meta li { height: 30px; font-size: 12px; padding: 0 10px; }
  .rb-news-prose { font-size: 15.5px; }
  .rb-news-drop { font-size: 2.6em; }
  .rb-news-share__back { margin-right: 0; }
}
