.mm-brief-hero-cover {
  display: none;
}

.mm-brief-page-header {
  max-width: none;
}

.mm-brief-article-shell {
  width: 100%;
}

/* MMM Insights brief article typography (web edition — not WeChat long image) */

.mm-brief-prose {
  --brief-text: rgba(10, 10, 10, 0.82);
  --brief-muted: rgba(10, 10, 10, 0.52);
  --brief-line: rgba(10, 10, 10, 0.08);
  --brief-brand: #ff4f2a;
  color: var(--brief-text);
  font-size: 1.0625rem;
  line-height: 1.8;
  font-weight: 300;
  width: 100%;
  max-width: none;
}

.mm-brief-prose > * + * {
  margin-top: 2.5rem;
}

.mm-brief-h2 {
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0a0a0a;
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--brief-line);
}

.mm-brief-h3 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brief-muted);
  margin: 1.75rem 0 0.85rem;
}

.mm-brief-body p {
  margin: 0 0 1rem;
}

.mm-brief-body p:last-child {
  margin-bottom: 0;
}

.mm-brief-foreword .mm-brief-h2 {
  color: var(--brief-brand);
  border-bottom-color: rgba(255, 79, 42, 0.2);
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
}

.mm-brief-overview {
  padding: 1.5rem 1.5rem 1.25rem;
  border-radius: 1.5rem;
  border: 1px solid var(--brief-line);
  background: rgba(255, 255, 255, 0.55);
}

.mm-brief-lead {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.65;
  color: var(--brief-brand);
  border-left: 3px solid var(--brief-brand);
  padding-left: 1rem;
  margin: 0 0 1.25rem !important;
}

.mm-brief-insight-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0a0a0a;
  margin: 0 0 0.5rem !important;
}

.mm-brief-support {
  color: var(--brief-muted);
  margin: 0 0 1rem !important;
}

.mm-brief-insight {
  padding: 1.35rem 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid var(--brief-line);
  background: rgba(255, 255, 255, 0.45);
}

.mm-brief-callout {
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 79, 42, 0.18);
  background: rgba(255, 79, 42, 0.05);
}

.mm-brief-callout-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brief-brand);
  margin: 0 0 0.35rem !important;
}

.mm-brief-callout p:last-child {
  margin: 0;
  font-weight: 450;
  color: #0a0a0a;
}

.mm-brief-table-wrap {
  overflow-x: auto;
  margin: 1rem 0;
  -webkit-overflow-scrolling: touch;
}

.mm-brief-table {
  width: 100%;
  min-width: 280px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--brief-line);
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.875rem;
}

.mm-brief-table th,
.mm-brief-table td {
  padding: 0.65rem 0.85rem;
  border-bottom: 1px solid var(--brief-line);
  vertical-align: top;
  text-align: left;
}

.mm-brief-table th {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brief-muted);
  background: rgba(0, 0, 0, 0.02);
}

.mm-brief-table tr:last-child td {
  border-bottom: none;
}

.mm-brief-verdict,
.mm-brief-takeaway {
  padding: 1.35rem 1.5rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(255, 79, 42, 0.06), rgba(255, 255, 255, 0.5));
  border: 1px solid rgba(255, 79, 42, 0.12);
}

.mm-brief-takeaway .mm-brief-body p {
  font-size: 1.15rem;
  font-weight: 500;
  color: #0a0a0a;
  margin: 0;
  text-align: center;
}

.mm-brief-checklist {
  padding: 1.25rem 1.35rem;
  border-radius: 1.25rem;
  border: 1px solid var(--brief-line);
  background: rgba(255, 255, 255, 0.7);
}

.mm-brief-check-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.mm-brief-check-items li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--brief-line);
}

.mm-brief-check-items li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mm-brief-check-num {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--brief-brand);
  letter-spacing: 0.05em;
}

.mm-brief-risk-list {
  margin: 0.5rem 0 0;
  padding-left: 1.15rem;
}

.mm-brief-risk-list li {
  margin: 0.65rem 0;
}

.mm-brief-cta-box {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 1.5rem;
  border: 2px solid rgba(255, 79, 42, 0.28);
  background: linear-gradient(180deg, rgba(255, 79, 42, 0.1) 0%, rgba(255, 255, 255, 0.92) 100%);
  box-shadow: 0 10px 36px -14px rgba(255, 79, 42, 0.28);
}

.mm-brief-cta-text {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brief-brand);
  margin: 0 0 0.75rem !important;
}

.mm-brief-cta-link {
  margin: 0 0 0.85rem !important;
}

.mm-brief-report-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: min(100%, 22rem);
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 650;
  color: #fff !important;
  text-decoration: none !important;
  background: #ff4f2a;
  box-shadow: 0 8px 24px -8px rgba(255, 79, 42, 0.55);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.mm-brief-report-link:hover {
  background: #e03c19;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -8px rgba(255, 79, 42, 0.62);
}

.mm-brief-cta-note {
  font-size: 0.82rem;
  color: var(--brief-muted);
  margin: 0 !important;
}

.mm-brief-sticky-toolbar {
  position: relative;
  z-index: 40;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mm-brief-sticky-toolbar.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 4px 24px -8px rgba(0, 0, 0, 0.08);
}

.mm-brief-sticky-toolbar-placeholder {
  height: 0;
}

.mm-brief-top-bar {
  min-height: 2.75rem;
  padding: 0.65rem 0;
}

.mm-brief-header-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 10px 18px;
  border-radius: 999px;
  background: #0a0a0f;
  color: #fff !important;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.mm-brief-header-buy-btn:hover {
  background: #ff4f2a;
  transform: translateY(-1px);
}

.mm-brief-buy-block--bottom {
  margin: 2.5rem 0 0;
}

.mm-brief-buy-block__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.85rem;
  padding: 2rem 1.5rem;
  border-radius: 1.5rem;
  border: 2px solid rgba(255, 79, 42, 0.45);
  background: linear-gradient(165deg, #141414 0%, #0a0a0a 100%);
  box-shadow: 0 18px 48px -20px rgba(0, 0, 0, 0.45);
}

.mm-brief-buy-block__kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 129, 98, 0.95);
}

.mm-brief-buy-block__title {
  margin: 0;
  max-width: 36rem;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
}

.mm-brief-buy-block__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  max-width: 26rem;
  margin-top: 0.25rem;
  padding: 1.05rem 2rem;
  border-radius: 999px;
  background: #ff4f2a;
  color: #fff !important;
  font-size: 1.08rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  box-shadow: 0 10px 28px -10px rgba(255, 79, 42, 0.62);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.mm-brief-buy-block__btn:hover {
  background: #e03c19;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -10px rgba(255, 79, 42, 0.72);
}

.mm-brief-buy-block__icon {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
}

.mm-brief-buy-block__note {
  margin: 0;
  max-width: 30rem;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
}

@media (min-width: 768px) {
  .mm-brief-buy-block__inner {
    padding: 2rem 2.25rem;
  }

  .mm-brief-buy-block__title {
    font-size: 1.3rem;
  }
}

.mm-brief-about {
  padding-top: 0.5rem;
  border-top: 1px solid var(--brief-line);
  font-size: 0.875rem;
  line-height: 1.7;
}

.mm-brief-bundle {
  padding: 1.4rem 1.35rem;
  border: 1px solid rgba(49, 92, 115, 0.22);
  border-radius: 1.25rem;
  background: linear-gradient(145deg, rgba(49, 92, 115, 0.08), rgba(255, 255, 255, 0.82));
}

.mm-brief-bundle-action {
  margin: 1.35rem 0 0 !important;
}

.mm-brief-bundle-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.75rem 1.15rem;
  border: 1.5px solid #315c73;
  border-radius: 0.85rem;
  color: #315c73 !important;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.mm-brief-bundle-link:hover {
  background: #315c73;
  color: #fff !important;
  transform: translateY(-1px);
}

.mm-brief-about .mm-brief-h2 {
  font-size: 0.95rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.55rem;
}

.mm-brief-about .mm-brief-body p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.mm-brief-about .mm-brief-h3 {
  font-size: 0.68rem;
  margin-top: 1rem;
}

.mm-brief-about .mm-brief-tags li {
  font-size: 0.72rem;
  padding: 0.28rem 0.65rem;
}

.mm-brief-tags {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.mm-brief-tags li {
  font-size: 0.8rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--brief-line);
  background: rgba(255, 255, 255, 0.6);
  color: var(--brief-muted);
}

.mm-brief-disclaimer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--brief-line);
}

.mm-brief-disclaimer-line {
  font-size: 0.75rem;
  color: var(--brief-muted);
  margin: 0 0 0.35rem !important;
  letter-spacing: 0.04em;
}


@media (min-width: 1024px) {
  .mm-brief-prose {
    font-size: 1.125rem;
    line-height: 1.78;
  }

  .mm-brief-h2 {
    font-size: 1.55rem;
  }

  .mm-brief-overview,
  .mm-brief-insight {
    padding: 1.5rem 1.75rem;
  }
}

@media (min-width: 768px) {
  .mm-brief-prose {
    font-size: 1.125rem;
  }

  .mm-brief-h2 {
    font-size: 1.5rem;
  }
}

/* 2026-08-21 · Insights archive and Issue 006 editorial layout refresh */

.mm-insights-card {
  overflow: hidden;
  border: 1px solid rgba(10, 10, 10, 0.07);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 42px -34px rgba(10, 10, 10, 0.45);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.mm-insights-card:hover {
  transform: translateY(-4px);
  border-color: rgba(10, 10, 10, 0.14);
  box-shadow: 0 24px 54px -34px rgba(10, 10, 10, 0.5);
}

.mm-insights-card__link {
  display: block;
  height: 100%;
}

.mm-insights-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ecebea;
}

.mm-insights-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2,.75,.25,1);
}

.mm-insights-card:hover .mm-insights-card__image {
  transform: scale(1.025);
}

.mm-insights-card__body {
  padding: 1.35rem 1.35rem 1.5rem;
}

.mm-insights-card__title {
  margin: 0 0 0.45rem;
  color: #0a0a0a;
  font-size: 1.15rem;
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.mm-insights-card__summary {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(10, 10, 10, 0.54);
  font-size: 0.875rem;
  font-weight: 350;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mm-insights-card__read {
  margin: 1.1rem 0 0;
  color: #ff4f2a;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mm-brief-detail-hero {
  margin: 0 0 3.5rem;
  overflow: hidden;
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 80px -58px rgba(10, 10, 10, 0.62);
}

.mm-brief-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.mm-brief-hero-copy {
  padding: 1.65rem 1.35rem 1.5rem;
}

.mm-brief-hero-title {
  margin: 1rem 0 0.85rem;
  color: #0a0a0a;
  font-size: clamp(2rem, 6.8vw, 3.7rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.mm-brief-hero-title span {
  display: block;
  margin-top: 0.75rem;
  color: rgba(10, 10, 10, 0.53);
  font-size: 0.48em;
  font-weight: 480;
  letter-spacing: -0.025em;
  line-height: 1.28;
}

html[lang^="zh"] .mm-brief-hero-title,
html[data-lang="CN"] .mm-brief-hero-title,
html[data-lang="TW"] .mm-brief-hero-title {
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.mm-brief-hero-summary {
  max-width: 46rem;
  margin: 0;
  color: rgba(10, 10, 10, 0.58);
  font-size: 1rem;
  font-weight: 350;
  line-height: 1.65;
}

.mm-brief-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.mm-brief-hero-bundle-btn,
.mm-brief-hero-single-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none !important;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.mm-brief-hero-bundle-btn {
  gap: 0.55rem;
  border: 1px solid #0a0a0a;
  background: #0a0a0a;
  color: #fff !important;
  box-shadow: 0 14px 28px -18px rgba(10, 10, 10, 0.85);
}

.mm-brief-hero-bundle-btn svg {
  width: 1rem;
  height: 1rem;
}

.mm-brief-hero-bundle-btn:hover {
  transform: translateY(-2px);
  background: #242424;
}

.mm-brief-hero-single-btn {
  border: 1px solid rgba(10, 10, 10, 0.22);
  background: rgba(255, 255, 255, 0.72);
  color: #0a0a0a !important;
}

.mm-brief-hero-single-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(10, 10, 10, 0.48);
  background: #fff;
}

.mm-brief-hero-bundle-note {
  flex-basis: 100%;
  max-width: 44rem;
  margin: 0.1rem 0 0;
  color: rgba(10, 10, 10, 0.47);
  font-size: 0.75rem;
  line-height: 1.55;
}

.mm-brief-hero-bundle-contents {
  flex-basis: 100%;
  max-width: 48rem;
  margin: 0.15rem 0 0;
  color: rgba(10, 10, 10, 0.78);
  font-size: 0.78rem;
  font-weight: 620;
  line-height: 1.55;
}

.mm-brief-hero-media {
  position: relative;
  min-height: 18rem;
  margin: 0;
  overflow: hidden;
  background: #e8e8e5;
}

.mm-brief-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 79, 42, 0.1), transparent 48%);
  content: '';
  pointer-events: none;
}

.mm-brief-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
  object-position: 50% 42%;
}

.mm-brief-hero-media figcaption {
  position: absolute;
  right: 0.75rem;
  bottom: 0.65rem;
  z-index: 1;
  padding: 0.3rem 0.5rem;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.62);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.6rem;
  letter-spacing: 0.03em;
}

.mm-brief-article-shell {
  max-width: 74rem;
  margin: 0 auto;
}

.mm-brief-prose {
  max-width: 74rem;
  margin: 0 auto;
}

.mm-brief-prose > * + * {
  margin-top: 2rem;
}

.mm-brief-foreword {
  padding: clamp(1.5rem, 3vw, 2.6rem);
  border-radius: 1.75rem;
  background: linear-gradient(145deg, #151515 0%, #050505 100%);
  box-shadow: 0 24px 55px -38px rgba(10, 10, 10, 0.85);
}

.mm-brief-foreword .mm-brief-h2 {
  color: #ff7658;
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.mm-brief-foreword .mm-brief-body {
  color: rgba(255, 255, 255, 0.76);
}

.mm-brief-foreword .mm-brief-body p:first-child {
  color: #fff;
  font-size: 1.18em;
  font-weight: 480;
  line-height: 1.62;
}

.mm-brief-foreword strong {
  color: #fff;
  font-weight: 650;
}

.mm-brief-overview {
  padding: clamp(1.4rem, 2.5vw, 2rem);
  border-color: rgba(10, 10, 10, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 50px -44px rgba(10, 10, 10, 0.55);
}

.mm-brief-table td:nth-child(2) {
  color: #0a0a0a;
  font-weight: 650;
  white-space: nowrap;
}

.mm-brief-insight {
  padding: clamp(1.45rem, 2.8vw, 2.1rem);
  border-color: rgba(10, 10, 10, 0.08);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 48px -44px rgba(10, 10, 10, 0.52);
}

.mm-brief-insight .mm-brief-h2 {
  color: #0a0a0a;
  border-bottom-color: rgba(255, 79, 42, 0.24);
}

.mm-brief-callout {
  border-left: 3px solid #ff4f2a;
  border-radius: 0 1rem 1rem 0;
  background: linear-gradient(90deg, rgba(255, 79, 42, 0.08), rgba(255, 79, 42, 0.025));
}

.mm-brief-bundle {
  position: relative;
  overflow: hidden;
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 0;
  border-radius: 2rem;
  background: linear-gradient(145deg, #161616 0%, #050505 100%);
  color: rgba(255, 255, 255, 0.74);
  box-shadow: 0 34px 80px -46px rgba(10, 10, 10, 0.9);
}

.mm-brief-bundle::before {
  position: absolute;
  top: -8rem;
  right: -5rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 79, 42, 0.22), transparent 68%);
  content: '';
  pointer-events: none;
}

.mm-brief-bundle-eyebrow {
  position: relative;
  margin: 0 0 0.7rem !important;
  color: #ff7658;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mm-brief-bundle .mm-brief-h2 {
  position: relative;
  margin-bottom: 1.25rem;
  border-bottom-color: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
}

.mm-brief-bundle-intro {
  position: relative;
  max-width: 64rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.02rem;
}

.mm-brief-bundle-intro strong,
.mm-brief-bundle-promise strong {
  color: #fff;
}

.mm-brief-bundle-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1.35rem 0;
}

.mm-brief-bundle-item {
  display: flex;
  flex-direction: column;
  min-height: 8.5rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.055);
}

.mm-brief-bundle-item.is-available {
  border-color: rgba(255, 118, 88, 0.52);
  background: rgba(255, 79, 42, 0.12);
}

.mm-brief-bundle-item span {
  margin-bottom: 1rem;
  color: #ff7658;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.mm-brief-bundle-item strong {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 620;
  line-height: 1.35;
}

.mm-brief-bundle-item small {
  margin-top: auto;
  padding-top: 0.55rem;
  color: rgba(255, 255, 255, 0.47);
  font-size: 0.67rem;
  line-height: 1.35;
}

.mm-brief-bundle-promise {
  position: relative;
  max-width: 54rem;
  margin: 1.35rem 0 0 !important;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

.mm-brief-bundle-status {
  position: relative;
  max-width: 54rem;
  margin: 0.65rem 0 0 !important;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.76rem;
  line-height: 1.55;
}

.mm-brief-bundle-action {
  position: relative;
}

.mm-brief-bundle-link {
  min-height: 3.35rem;
  padding: 0.9rem 1.5rem;
  border: 1px solid #ff6342;
  border-radius: 999px;
  background: #ff4f2a;
  color: #fff !important;
  font-size: 0.95rem;
  box-shadow: 0 14px 30px -18px rgba(255, 79, 42, 0.9);
}

.mm-brief-bundle-link:hover {
  border-color: #ff7658;
  background: #ff6342;
}

@media (min-width: 768px) {
  .mm-insights-card--featured {
    grid-column: 1 / -1;
  }

  .mm-insights-card--featured .mm-insights-card__link {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(20rem, 0.82fr);
  }

  .mm-insights-card--featured .mm-insights-card__media {
    min-height: 24rem;
    aspect-ratio: auto;
  }

  .mm-insights-card--featured .mm-insights-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 4vw, 3.5rem);
  }

  .mm-insights-card--featured .mm-insights-card__title {
    font-size: clamp(1.75rem, 3vw, 2.6rem);
    line-height: 1.18;
  }

  .mm-insights-card--featured .mm-insights-card__summary {
    max-width: 35rem;
    font-size: 1rem;
  }

  .mm-brief-hero-copy {
    padding: 2.25rem 2.35rem 2rem;
  }

  .mm-brief-bundle-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mm-brief-bundle-item {
    min-height: 10rem;
    padding: 1.15rem;
  }
}

@media (min-width: 1024px) {
  .mm-brief-hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(22rem, 0.88fr);
  }

  .mm-brief-hero-copy {
    padding: 3rem 3rem 2.6rem;
  }

  .mm-brief-hero-media,
  .mm-brief-hero-media img {
    min-height: 34rem;
  }

  .mm-brief-insight .mm-brief-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 1.6rem;
  }

  .mm-brief-insight .mm-brief-callout {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .mm-brief-detail-hero {
    border-radius: 1.5rem;
  }

  .mm-brief-hero-actions {
    align-items: stretch;
  }

  .mm-brief-hero-bundle-btn,
  .mm-brief-hero-single-btn {
    width: 100%;
  }

  .mm-brief-header-buy-btn {
    max-width: 12.5rem;
    padding: 0.65rem 0.9rem;
    overflow: hidden;
    font-size: 0.72rem;
    text-overflow: ellipsis;
  }

  .mm-brief-prose {
    font-size: 1rem;
  }

  .mm-brief-bundle-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mm-brief-bundle-item {
    min-height: 7.2rem;
  }
}
