.mbm-product-card,
.mbm-comparison-wrap,
.mbm-disclosure,
.mbm-lead,
.mbm-market-selector,
.mbm-quiz {
  --mbm-border: #e6e9ef;
  --mbm-muted: #5f6878;
  --mbm-surface: #ffffff;
  --mbm-soft: #f7f8fb;
  box-sizing: border-box;
  color: var(--mbm-navy, #17233c);
  font: inherit;
}

.mbm-product-card *,
.mbm-comparison-wrap *,
.mbm-disclosure *,
.mbm-lead *,
.mbm-market-selector *,
.mbm-quiz * {
  box-sizing: border-box;
}

.mbm-product-card {
  display: grid;
  grid-template-columns: minmax(220px, 34%) 1fr;
  gap: 24px;
  margin: 28px 0;
  overflow: hidden;
  border: 1px solid var(--mbm-border);
  border-radius: 18px;
  background: var(--mbm-surface);
  box-shadow: 0 12px 32px rgba(23, 35, 60, 0.08);
}

.mbm-product-card-no-image {
  grid-template-columns: 1fr;
}

.mbm-product-card-no-image .mbm-product-content {
  padding: 24px;
}

.mbm-product-card[hidden],
.mbm-quiz-results[hidden],
.mbm-quiz-empty[hidden] {
  display: none !important;
}

.mbm-product-media {
  min-height: 300px;
  background: #fbfaf7;
}

.mbm-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  padding: clamp(0.75rem, 2vw, 1.5rem);
}

.mbm-product-content {
  align-self: center;
  padding: 24px 24px 24px 0;
}

.mbm-product-eyebrow,
.mbm-product-actions,
.mbm-other-markets {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.mbm-evidence,
.mbm-score,
.mbm-price-tier {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.mbm-evidence-researched {
  color: #345065;
  background: #edf4f8;
}

.mbm-evidence-tested {
  color: #1f6849;
  background: #e8f7ef;
}

.mbm-score {
  color: var(--mbm-navy, #17233c);
  background: #fff2df;
}

.mbm-score strong {
  margin-right: 2px;
  font-size: 15px;
}

.mbm-product-title {
  margin: 14px 0 8px;
  color: var(--mbm-navy, #17233c);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.15;
}

.mbm-best-for,
.mbm-verdict {
  margin: 8px 0;
}

.mbm-verdict {
  color: var(--mbm-muted);
}

.mbm-product-actions {
  margin-top: 18px;
}

.mbm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.mbm-button:hover,
.mbm-button:focus-visible {
  transform: translateY(-1px);
}

.mbm-button:focus-visible,
.mbm-market-select:focus-visible,
.mbm-quiz select:focus-visible {
  outline: 3px solid rgba(239, 111, 97, 0.35);
  outline-offset: 2px;
}

.mbm-button-primary {
  color: #fff !important;
  background: var(--mbm-primary, #ef6f61);
  box-shadow: 0 7px 16px rgba(239, 111, 97, 0.24);
}

.mbm-button-market {
  min-height: 34px;
  padding: 7px 10px;
  color: var(--mbm-navy, #17233c) !important;
  border-color: var(--mbm-border);
  background: var(--mbm-surface);
  font-size: 12px;
}

.mbm-price-tier {
  color: var(--mbm-muted);
  background: var(--mbm-soft);
  letter-spacing: 1px;
}

.mbm-other-markets {
  margin-top: 14px;
}

.mbm-other-markets > span {
  color: var(--mbm-muted);
  font-size: 12px;
  font-weight: 700;
}

.mbm-comparison-wrap {
  width: 100%;
  margin: 28px 0;
  overflow-x: auto;
  border: 1px solid var(--mbm-border);
  border-radius: 14px;
}

.mbm-comparison {
  width: 100%;
  min-width: 720px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: var(--mbm-surface);
}

.mbm-comparison th,
.mbm-comparison td {
  padding: 15px;
  border: 0;
  border-bottom: 1px solid var(--mbm-border);
  text-align: left;
  vertical-align: middle;
}

.mbm-comparison thead th {
  color: var(--mbm-navy, #17233c);
  background: var(--mbm-soft);
  font-size: 13px;
}

.mbm-comparison tbody tr:last-child th,
.mbm-comparison tbody tr:last-child td {
  border-bottom: 0;
}

.mbm-comparison tbody th {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.mbm-comparison tbody th img {
  width: 56px;
  height: 56px;
  margin: 0;
  border-radius: 10px;
  object-fit: cover;
}

.mbm-disclosure {
  margin: 22px 0;
  padding: 16px 18px;
  border-left: 4px solid var(--mbm-primary, #ef6f61);
  border-radius: 0 10px 10px 0;
  color: #465064;
  background: #fff8f4;
  font-size: 14px;
  line-height: 1.6;
}

.mbm-lead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 32px 0;
  padding: 28px;
  border-radius: 18px;
  color: #fff;
  background: var(--mbm-navy, #17233c);
}

.mbm-lead span,
.mbm-quiz-intro > span {
  color: var(--mbm-primary, #ef6f61);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mbm-lead h3,
.mbm-lead p {
  margin: 4px 0;
  color: inherit;
}

.mbm-market-selector {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
  padding: 14px 16px;
  border: 1px solid var(--mbm-border);
  border-radius: 12px;
  background: var(--mbm-soft);
}

.mbm-market-selector label {
  font-weight: 750;
}

.mbm-market-selector small {
  flex-basis: 100%;
  color: var(--mbm-muted);
}

.mbm-market-select,
.mbm-quiz select {
  min-height: 44px;
  padding: 8px 36px 8px 12px;
  border: 1px solid #cfd5df;
  border-radius: 9px;
  color: var(--mbm-navy, #17233c);
  background: #fff;
  font: inherit;
}

.mbm-quiz {
  margin: 32px 0;
  padding: clamp(22px, 5vw, 42px);
  border: 1px solid var(--mbm-border);
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, #f8f9fc);
  box-shadow: 0 18px 42px rgba(23, 35, 60, 0.08);
}

.mbm-quiz-intro h2 {
  margin: 7px 0;
  color: var(--mbm-navy, #17233c);
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.1;
}

.mbm-quiz-intro p {
  margin: 8px 0 0;
  color: var(--mbm-muted);
}

.mbm-quiz-form {
  margin-top: 26px;
}

.mbm-quiz-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.mbm-quiz-grid p {
  margin: 0;
}

.mbm-quiz-grid label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 750;
}

.mbm-quiz-grid select {
  width: 100%;
}

.mbm-quiz-results {
  scroll-margin-top: 24px;
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid var(--mbm-border);
}

.mbm-quiz-results > h3 {
  margin-top: 0;
  font-size: clamp(22px, 3vw, 30px);
}

.mbm-quiz-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mbm-quiz-product {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.mbm-quiz-product .mbm-product-media {
  min-height: 180px;
  max-height: 210px;
}

.mbm-quiz-product .mbm-product-content {
  padding: 20px;
}

.mbm-quiz-product .mbm-product-title {
  font-size: 21px;
}

.mbm-editor-message {
  margin: 16px 0;
  padding: 12px 14px;
  border: 1px dashed #c97700;
  border-radius: 8px;
  color: #704400;
  background: #fff8e5;
}

@media (max-width: 860px) {
  .mbm-quiz-results-grid {
    grid-template-columns: 1fr;
  }

  .mbm-quiz-product {
    display: grid;
  }
}

@media (max-width: 680px) {
  .mbm-product-card {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mbm-product-content {
    padding: 20px;
  }

  .mbm-product-media {
    min-height: 260px;
    max-height: 340px;
  }

  .mbm-quiz-grid {
    grid-template-columns: 1fr;
  }

  .mbm-lead {
    align-items: stretch;
    flex-direction: column;
  }

  .mbm-lead .mbm-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mbm-button,
  .mbm-home-popular a,
  .mbm-home-popular a::after,
  .mbm-hub-card--goal,
  .mbm-home-pillar,
  .mbm-home-pillar__media img {
    transition: none;
  }
}

.mbm-breed-archive {
  background: #f8fafc;
  padding: clamp(2rem, 5vw, 4.5rem) 1rem;
}

.mbm-breed-archive__inner {
  margin: 0 auto;
  max-width: 1180px;
}

.mbm-breed-archive__header {
  background: linear-gradient(135deg, #fff5f0 0%, #ffe8de 100%);
  border-radius: 18px;
  margin-bottom: 2rem;
  padding: clamp(1.75rem, 5vw, 3.5rem);
  text-align: center;
}

.mbm-breed-archive__header h1 {
  color: #2d3142;
  font-size: clamp(2rem, 5vw, 3.25rem);
  margin: 0.25rem 0 1rem;
}

.mbm-breed-archive__header p:last-child {
  color: #4b5563;
  font-size: 1.08rem;
  margin: 0 auto;
  max-width: 760px;
}

.mbm-breed-archive__eyebrow {
  color: #c2410c;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}

.mbm-breed-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mbm-breed-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(45, 49, 66, 0.07);
  overflow: hidden;
}

.mbm-breed-card__image {
  align-items: center;
  background: #fff5f0;
  display: flex;
  height: 210px;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
}

.mbm-breed-card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mbm-breed-card__image span {
  color: #465166;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mbm-breed-card__body {
  padding: 1.25rem;
}

.mbm-breed-card__body h2 {
  font-size: 1.25rem;
  line-height: 1.35;
  margin: 0 0 0.75rem;
}

.mbm-breed-card__body h2 a {
  color: #2d3142;
  text-decoration: none;
}

.mbm-breed-card__body p {
  color: #596275;
  margin-bottom: 1rem;
}

.mbm-breed-card__link {
  color: #c2410c;
  font-weight: 700;
}

@media (max-width: 900px) {
  .mbm-breed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .mbm-breed-grid {
    grid-template-columns: 1fr;
  }
}

.mbm-author-archive {
  background: #f8fafc;
  padding: clamp(2rem, 5vw, 4.5rem) 1rem;
}

.mbm-author-archive__inner {
  margin: 0 auto;
  max-width: 960px;
}

.mbm-author-archive__header {
  background: #fff;
  border-left: 5px solid #ff6b35;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(45, 49, 66, 0.07);
  margin-bottom: 1.5rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.mbm-author-archive__header h1 {
  color: #2d3142;
  margin: 0.25rem 0 0.75rem;
}

.mbm-author-archive__eyebrow,
.mbm-author-card__meta {
  color: #c2410c;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.mbm-author-grid {
  display: grid;
  gap: 1rem;
}

.mbm-author-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.4rem;
}

.mbm-author-card h2 {
  font-size: 1.35rem;
  margin: 0.35rem 0 0.65rem;
}

.mbm-author-card h2 a {
  color: #2d3142;
  text-decoration: none;
}

.mbm-author-card__link {
  color: #c2410c;
  font-weight: 700;
}

/* MeowBay 1.1 positioning and homepage. */
.main-navigation .mbm-positioning-nav {
  align-items: center;
  display: flex;
  gap: clamp(0.65rem, 1.4vw, 1.35rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation .mbm-positioning-nav li {
  margin: 0;
}

.main-navigation .mbm-positioning-nav a {
  color: #263044;
  display: block;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.25;
  max-width: 140px;
  text-decoration: none;
}

.main-navigation .mbm-positioning-nav a:hover,
.main-navigation .mbm-positioning-nav a:focus-visible {
  color: var(--mbm-primary, #ef6f61);
}

.mbm-home {
  --mbm-coral: #e96f5f;
  --mbm-navy: #17233c;
  --mbm-teal: #6da9a2;
  background: #fbfaf7;
  color: #20283b;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mbm-home-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.mbm-home-hero {
  background:
    radial-gradient(circle at 88% 12%, rgba(109, 169, 162, 0.28), transparent 31%),
    radial-gradient(circle at 72% 92%, rgba(233, 111, 95, 0.18), transparent 34%),
    linear-gradient(135deg, #17233c 0%, #253354 100%);
  color: #fff;
  overflow: hidden;
  padding: clamp(2.5rem, 5.2vw, 4.75rem) 0;
  position: relative;
}

.mbm-home-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  position: relative;
  z-index: 2;
}

.mbm-home-hero__content {
  min-width: 0;
  position: relative;
  z-index: 2;
}

.mbm-home-eyebrow,
.mbm-pillar-eyebrow {
  color: #d95447;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.mbm-home-hero .mbm-home-eyebrow,
.mbm-home-finder .mbm-home-eyebrow {
  color: #ffb3a9;
}

.mbm-home-hero h1 {
  color: #fff;
  font-size: clamp(2.7rem, 5.2vw, 4.65rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0;
  max-width: 900px;
}

.mbm-home-lead {
  color: #e9edf6;
  font-size: clamp(1.05rem, 2.1vw, 1.28rem);
  line-height: 1.65;
  margin: 1.05rem 0 0;
  max-width: 760px;
}

.mbm-home-actions,
.mbm-pillar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.mbm-home-popular {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 1.15rem;
  padding-top: 0.9rem;
}

.mbm-home-popular > strong {
  color: #fff;
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}

.mbm-home-popular__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.mbm-home-popular a {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #f7f8fb;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.45rem;
  min-height: 2.45rem;
  line-height: 1.2;
  padding: 0.55rem 0.75rem;
  position: relative;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.mbm-home-popular a::after {
  content: "\2192";
  display: inline-block;
  margin-left: -0.25rem;
  opacity: 0;
  overflow: hidden;
  transform: translateX(-0.25rem);
  transition: margin-left 180ms ease, opacity 180ms ease, transform 180ms ease, width 180ms ease;
  width: 0;
}

.mbm-home-popular a:hover,
.mbm-home-popular a:focus-visible {
  background: rgba(255, 122, 105, 0.2);
  border-color: #ff9b8f;
  box-shadow: 0 8px 22px rgba(8, 18, 38, 0.18);
  color: #fff;
}

.mbm-home-popular a:focus-visible {
  outline: 3px solid rgba(255, 179, 169, 0.48);
  outline-offset: 2px;
}

.mbm-home-popular a:hover::after,
.mbm-home-popular a:focus-visible::after {
  margin-left: 0;
  opacity: 1;
  transform: translateX(0);
  width: 0.8rem;
}

.mbm-home-popular a span {
  color: #ffb3a9;
  font-size: 0.68rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}

.mbm-button-secondary {
  background: #fff;
  border: 1px solid #d9dee8;
  color: #253354;
}

.mbm-home-hero .mbm-button-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
}

.mbm-home-visual {
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  margin: 0;
  max-height: 440px;
  overflow: hidden;
}

.mbm-home-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  width: 100%;
}

.mbm-home-trust {
  background: #fff;
  border-bottom: 1px solid #e4e6ea;
}

.mbm-home-trust__inner {
  padding-bottom: clamp(1.8rem, 4vw, 3rem);
  padding-top: clamp(1.8rem, 4vw, 3rem);
}

.mbm-home-trust__head {
  align-items: end;
  display: grid;
  gap: 0.35rem clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(260px, 0.75fr) minmax(300px, 1.25fr);
}

.mbm-home-trust__head .mbm-home-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.mbm-home-trust__head h2 {
  color: #17233c;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0;
}

.mbm-home-trust__head > p:last-child {
  color: #596275;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
}

.mbm-home-trust__grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.4rem;
}

.mbm-home-trust__card {
  background: #fbfaf7;
  border: 1px solid #e1e5eb;
  border-radius: 16px;
  padding: 1rem;
}

.mbm-home-trust__card > span {
  align-items: center;
  background: #fff0ed;
  border-radius: 999px;
  color: #d95447;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 850;
  height: 2rem;
  justify-content: center;
  letter-spacing: 0.06em;
  width: 2rem;
}

.mbm-home-trust__card h3 {
  color: #17233c;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0.8rem 0 0.4rem;
}

.mbm-home-trust__card p {
  color: #596275;
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
}

.mbm-home-principles {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.mbm-home-principles p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  margin: 0;
  padding: 1rem 0;
}

.mbm-home-principles p:first-child {
  padding-top: 0;
}

.mbm-home-principles p:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.mbm-home-principles strong,
.mbm-home-principles span {
  display: block;
}

.mbm-home-principles strong {
  color: #fff;
  margin-bottom: 0.28rem;
}

.mbm-home-principles span {
  color: #d8deeb;
  font-size: 0.94rem;
  line-height: 1.5;
}

.mbm-home-section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.mbm-home-section__heading {
  margin-bottom: 2rem;
  max-width: 760px;
}

.mbm-home-section__heading h2,
.mbm-home-finder h2,
.mbm-home-health h2 {
  color: #20283b;
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 0;
}

.mbm-home-pillar-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mbm-home-pillar-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
}

.mbm-home-pillar-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mbm-home-pillar {
  background: #fff;
  border: 1px solid #e2e6ee;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(31, 43, 69, 0.06);
  color: #4a5569;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 1.45rem;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mbm-home-pillar--with-image {
  min-height: 440px;
  overflow: hidden;
  padding: 0;
}

.mbm-home-pillar__media {
  aspect-ratio: 16 / 9;
  background: #eef2f3;
  display: block;
  overflow: hidden;
  position: relative;
}

.mbm-home-pillar__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
  width: 100%;
}

.mbm-home-pillar:hover .mbm-home-pillar__media img,
.mbm-home-pillar:focus-visible .mbm-home-pillar__media img {
  transform: scale(1.025);
}

.mbm-home-pillar__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem 1.45rem 1.45rem;
}

.mbm-home-pillar:hover,
.mbm-home-pillar:focus-visible {
  border-color: var(--mbm-primary, #ef6f61);
  box-shadow: 0 20px 50px rgba(31, 43, 69, 0.12);
  transform: translateY(-3px);
}

.mbm-home-pillar__icon {
  align-items: center;
  background: #fff1ed;
  border-radius: 999px;
  color: #c7473b;
  display: flex;
  font-size: 0.78rem;
  font-weight: 850;
  height: 48px;
  justify-content: center;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
  width: 48px;
}

.mbm-home-pillar__media .mbm-home-pillar__icon {
  box-shadow: 0 8px 24px rgba(31, 43, 69, 0.14);
  left: 1rem;
  margin: 0;
  position: absolute;
  top: 1rem;
}

.mbm-home-pillar:nth-child(even) .mbm-home-pillar__icon {
  background: #e9f3f1;
  color: #346d67;
}

.mbm-home-pillar__eyebrow {
  color: #c7473b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mbm-home-pillar h3 {
  color: #20283b;
  font-size: 1.35rem;
  line-height: 1.25;
  margin: 0.4rem 0 0.75rem;
}

.mbm-home-pillar p {
  flex: 1;
  line-height: 1.58;
  margin: 0 0 1rem;
}

.mbm-home-pillar strong {
  color: #c7473b;
  font-size: 0.9rem;
}

.mbm-home-finder {
  background: #f0dfda;
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.mbm-home-finder__inner,
.mbm-home-health__inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.mbm-home-finder__inner > div,
.mbm-home-health__inner > div {
  max-width: 780px;
}

.mbm-home-finder p:not(.mbm-home-eyebrow),
.mbm-home-health p:not(.mbm-home-eyebrow) {
  color: #4f586b;
  font-size: 1.04rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.mbm-home-latest {
  background: #fff;
}

.mbm-home-article-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mbm-home-article {
  background: #fff;
  border: 1px solid #e2e6ee;
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(31, 43, 69, 0.05);
  overflow: hidden;
}

.mbm-home-article__image {
  background: #f4f2ed;
  display: block;
  height: 240px;
  overflow: hidden;
}

.mbm-home-article__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mbm-home-article__body {
  padding: 1.3rem;
}

.mbm-home-article__meta {
  color: #c7473b;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: 0;
  text-transform: uppercase;
}

.mbm-home-article h3 {
  font-size: 1.25rem;
  line-height: 1.35;
  margin: 0.4rem 0 0.7rem;
}

.mbm-home-article h3 a {
  color: #20283b;
  text-decoration: none;
}

.mbm-home-article__body > p:not(.mbm-home-article__meta) {
  color: #5a6375;
}

.mbm-home-article__link,
.mbm-home-health a {
  color: #c7473b;
  font-weight: 750;
}

.mbm-home-health {
  background: #eaf3f1;
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

/* Defensive Latest Articles index. */
.mbm-blog-archive {
  background: #fbfaf7;
  color: #20283b;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mbm-blog-hero {
  background:
    radial-gradient(circle at 90% 10%, rgba(109, 169, 162, 0.24), transparent 30%),
    linear-gradient(135deg, #17233c 0%, #253354 100%);
  color: #fff;
  padding: clamp(3.2rem, 7vw, 6rem) 0;
}

.mbm-blog-hero__inner {
  max-width: 920px;
}

.mbm-blog-hero .mbm-home-eyebrow {
  color: #ffb3a9;
}

.mbm-blog-hero h1 {
  color: #fff;
  font-size: clamp(2.4rem, 5.8vw, 4.8rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 0;
  max-width: 880px;
}

.mbm-blog-hero p:last-child {
  color: #e8edf5;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.65;
  margin: 1.25rem 0 0;
  max-width: 760px;
}

.mbm-blog-results {
  padding: clamp(3rem, 6vw, 5.5rem) 0;
}

.mbm-blog-results__heading {
  align-items: end;
  display: flex;
  gap: 1rem 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.mbm-blog-results__heading h2 {
  color: #20283b;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 0;
}

.mbm-blog-results__heading p {
  color: #5a6375;
  margin: 0;
}

.mbm-blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.mbm-blog-card .mbm-home-article__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.mbm-blog-card .mbm-home-article__body > p:not(.mbm-home-article__meta) {
  flex: 1;
  line-height: 1.6;
}

.mbm-blog-card .mbm-home-article__image img {
  transition: transform 280ms ease;
}

.mbm-blog-card:hover .mbm-home-article__image img,
.mbm-blog-card:focus-within .mbm-home-article__image img {
  transform: scale(1.025);
}

.mbm-blog-pagination {
  margin-top: 2.5rem;
}

.mbm-blog-pagination .nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

.mbm-blog-pagination .page-numbers {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe3ea;
  border-radius: 999px;
  color: #253354;
  display: inline-flex;
  font-weight: 750;
  justify-content: center;
  min-height: 42px;
  min-width: 42px;
  padding: 0.55rem 0.8rem;
  text-decoration: none;
}

.mbm-blog-pagination .page-numbers.current,
.mbm-blog-pagination .page-numbers:hover,
.mbm-blog-pagination .page-numbers:focus-visible {
  background: #17233c;
  border-color: #17233c;
  color: #fff;
}

.mbm-blog-empty {
  background: #fff;
  border: 1px solid #e2e6ee;
  border-radius: 18px;
  padding: clamp(1.5rem, 5vw, 3rem);
}

.mbm-blog-empty h2 {
  color: #20283b;
  margin-top: 0;
}

@media (max-width: 620px) {
  .mbm-blog-hero {
    padding: 2.6rem 0;
  }

  .mbm-blog-hero h1 {
    font-size: clamp(2.15rem, 10.5vw, 3rem);
  }

  .mbm-blog-results__heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Shared styling for the four editorial hub pages. */
.mbm-pillar-page {
  color: #263044;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0 auto;
  max-width: 1080px;
}

.mbm-pillar-intro {
  background: linear-gradient(135deg, #fff4f0 0%, #f5f7fb 100%);
  border: 1px solid #e5e8ef;
  border-radius: 18px;
  margin-bottom: 2.5rem;
  padding: clamp(1.5rem, 5vw, 3.25rem);
}

.mbm-pillar-lead {
  color: #465166;
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  line-height: 1.7;
  margin: 0;
  max-width: 850px;
}

.mbm-pillar-section {
  margin: 3rem 0;
}

.mbm-pillar-section > h2,
.mbm-pillar-note h2,
.mbm-health-alert h2 {
  color: #20283b;
  font-size: clamp(1.65rem, 3vw, 2.3rem);
}

.mbm-pillar-section__eyebrow {
  color: #c7473b;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  margin: 0 0 0.55rem;
  text-transform: uppercase;
}

.mbm-pillar-section__intro {
  color: #566176;
  font-size: 1.02rem;
  line-height: 1.65;
  margin: -0.35rem 0 1.35rem;
  max-width: 720px;
}

.mbm-hub-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mbm-hub-card {
  background: #fff;
  border: 1px solid #e1e5ec;
  border-radius: 14px;
  color: #515b6d;
  display: flex;
  flex-direction: column;
  padding: 1.3rem;
  position: relative;
  text-decoration: none;
}

.mbm-hub-card--goal {
  min-height: 280px;
  padding: 1.5rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mbm-hub-card--goal:hover,
.mbm-hub-card--goal:focus-within {
  border-color: var(--mbm-primary, #ef6f61);
  box-shadow: 0 12px 32px rgba(31, 43, 69, 0.09);
  transform: translateY(-2px);
}

.mbm-hub-card--goal:focus-within {
  outline: 3px solid rgba(239, 111, 97, 0.2);
  outline-offset: 3px;
}

.mbm-hub-card > span {
  color: #c7473b;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mbm-hub-card h3 {
  color: #263044;
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 0.45rem 0 0.65rem;
}

.mbm-hub-card--goal h3 {
  font-size: 1.3rem;
  margin-top: 1.1rem;
}

.mbm-hub-card p {
  line-height: 1.58;
  margin-bottom: 0;
}

.mbm-hub-card__meta {
  align-items: center;
  display: flex;
  gap: 0.7rem;
}

.mbm-hub-card__number {
  align-items: center;
  background: #fff0ec;
  border-radius: 999px;
  color: #c7473b;
  display: inline-flex;
  flex: 0 0 2.15rem;
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
  font-weight: 850;
  height: 2.15rem;
  justify-content: center;
}

.mbm-hub-card__eyebrow {
  color: #c7473b;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mbm-hub-card__link {
  color: inherit;
  text-decoration: none;
}

.mbm-hub-card__link::after {
  content: "";
  inset: 0;
  position: absolute;
}

.mbm-hub-card__link:focus-visible {
  outline: 0;
}

.mbm-hub-card__cta {
  color: #c7473b;
  font-size: 0.84rem;
  font-weight: 800;
  margin-top: auto;
  padding-top: 1.25rem;
}

.mbm-pillar-note,
.mbm-health-alert {
  border-radius: 14px;
  margin: 2rem 0;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.mbm-pillar-note {
  background: #f3f5f8;
  border-left: 5px solid #56627a;
}

.mbm-health-alert {
  background: #fff2ef;
  border: 1px solid #f1c6bd;
  border-left: 5px solid #c7473b;
}

/* Research-led commercial articles and their supporting cluster pages. */
.mbm-money-page,
.mbm-support-page {
  --mbm-commerce-coral: #e96f5f;
  --mbm-commerce-navy: #17233c;
  --mbm-commerce-teal: #6da9a2;
  color: #30394b;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mbm-commerce-hero,
.mbm-commerce-verdict,
.mbm-commerce-method,
.mbm-commerce-safety,
.mbm-support-cta {
  border-radius: 18px;
  margin: 1.5rem 0 2rem;
  padding: clamp(1.25rem, 4vw, 2rem);
}

.mbm-commerce-hero {
  background: linear-gradient(135deg, #fff6f2 0%, #edf4f2 100%);
  border: 1px solid #e2e7e5;
}

.mbm-commerce-eyebrow,
.mbm-pick-label {
  color: #b9473c;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mbm-commerce-hero > p:last-child,
.mbm-commerce-method > p:last-child,
.mbm-commerce-safety > p:last-child,
.mbm-support-cta > p:last-child {
  margin-bottom: 0;
}

.mbm-commerce-image {
  margin: 1.75rem 0;
}

.mbm-commerce-image img {
  aspect-ratio: 3 / 2;
  border-radius: 18px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.mbm-commerce-image figcaption {
  color: #697183;
  font-size: 0.78rem;
  margin-top: 0.55rem;
  text-align: left;
}

.mbm-commerce-verdict {
  background: #17233c;
  color: #eaf0f5;
}

.mbm-commerce-verdict h2,
.mbm-commerce-verdict strong {
  color: #fff;
}

.mbm-commerce-verdict a {
  color: #ffb3a9;
}

.mbm-commerce-method {
  background: #f4f5f7;
  border-left: 5px solid #56627a;
}

.mbm-commerce-safety {
  background: #fff1ed;
  border: 1px solid #f0c7bf;
  border-left: 5px solid #d95447;
}

.mbm-commerce-table-wrap {
  margin: 1.5rem 0 2.5rem;
  overflow-x: auto;
}

.mbm-commerce-table-wrap table {
  border-collapse: collapse;
  min-width: 760px;
  width: 100%;
}

.mbm-commerce-table-wrap th,
.mbm-commerce-table-wrap td {
  border: 1px solid #dfe3e8;
  padding: 0.85rem;
  text-align: left;
  vertical-align: top;
}

.mbm-commerce-table-wrap th {
  background: #17233c;
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mbm-commerce-table-wrap tbody tr:nth-child(even) {
  background: #fbfaf7;
}

.mbm-pick-card {
  background: #fff;
  border: 1px solid #e0e4e9;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(31, 43, 69, 0.06);
  margin: 1.5rem 0;
  padding: clamp(1.25rem, 4vw, 2rem);
}

.mbm-pick-card h2,
.mbm-pick-card h3 {
  color: #17233c;
  margin-top: 0.35rem;
}

.mbm-pick-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1.25rem 0;
}

.mbm-pick-pros,
.mbm-pick-cons {
  border-radius: 12px;
  padding: 1rem 1rem 0.3rem;
}

.mbm-pick-pros {
  background: #edf5f3;
}

.mbm-pick-cons {
  background: #fff3ef;
}

.mbm-pick-pros strong,
.mbm-pick-cons strong {
  color: #17233c;
}

.mbm-market-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.mbm-market-links a,
.mbm-support-cta a {
  align-items: center;
  background: #17233c;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  min-height: 42px;
  padding: 0.65rem 1rem;
  text-decoration: none;
}

.mbm-market-links a:hover,
.mbm-market-links a:focus-visible,
.mbm-support-cta a:hover,
.mbm-support-cta a:focus-visible {
  background: #e96f5f;
  color: #17233c;
}

.mbm-cluster-links {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.25rem 0 2rem;
}

.mbm-cluster-links a {
  background: #fbfaf7;
  border: 1px solid #e1e4e8;
  border-radius: 12px;
  color: #17233c;
  font-weight: 750;
  padding: 1rem;
  text-decoration: none;
}

.mbm-cluster-links a:hover,
.mbm-cluster-links a:focus-visible {
  border-color: #6da9a2;
  box-shadow: 0 10px 28px rgba(31, 43, 69, 0.08);
}

.mbm-support-cta {
  background: #eaf3f1;
  border: 1px solid #cfe1dd;
}

.mbm-source-list {
  font-size: 0.9rem;
}

.mbm-source-list li {
  margin-bottom: 0.55rem;
}

@media (max-width: 720px) {
  .mbm-pick-grid,
  .mbm-cluster-links {
    grid-template-columns: 1fr;
  }

  .mbm-market-links a,
  .mbm-support-cta a {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 1020px) {
	.mbm-home-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

  .mbm-home-pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mbm-home-pillar {
    min-height: 280px;
  }

  .mbm-home-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-navigation .mbm-positioning-nav {
    gap: 0.7rem;
  }

  .main-navigation .mbm-positioning-nav a {
    font-size: 0.78rem;
    max-width: 115px;
  }
}

@media (max-width: 820px) {
  .mbm-home-hero__grid,
  .mbm-hub-grid {
    grid-template-columns: 1fr;
  }

  .mbm-hub-card--goal {
    min-height: 0;
  }

  .mbm-home-visual {
    border: 0;
    border-radius: 0;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    opacity: 0.46;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
  }

  .mbm-home-visual img {
    filter: brightness(0.78) saturate(0.9);
    object-position: 72% center;
  }

  .mbm-home-hero::after {
	background: linear-gradient(90deg, rgba(23, 35, 60, 0.96) 0%, rgba(23, 35, 60, 0.8) 58%, rgba(23, 35, 60, 0.35) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
  }

  .mbm-home-trust__head {
	align-items: start;
	grid-template-columns: 1fr;
  }

  .mbm-home-trust__head .mbm-home-eyebrow {
	grid-column: auto;
  }

  .mbm-home-finder__inner,
  .mbm-home-health__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-navigation {
    order: 3;
    width: 100%;
  }

  .main-navigation .mbm-positioning-nav {
    display: grid;
    gap: 0.35rem 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0.8rem 0;
  }

  .main-navigation .mbm-positioning-nav a {
    max-width: none;
  }
}

@media (max-width: 620px) {
	.mbm-home-hero {
		padding: 1.35rem 0 1.15rem;
	}

	.mbm-home-hero .mbm-home-eyebrow {
		font-size: 0.68rem;
		letter-spacing: 0.09em;
		margin-bottom: 0.45rem;
	}

	.mbm-home-hero h1 {
		font-size: clamp(2rem, 9.8vw, 2.55rem);
		line-height: 1.02;
	}

	.mbm-home-lead {
		font-size: 0.92rem;
		line-height: 1.45;
		margin-top: 0.7rem;
	}

	.mbm-home-actions {
		display: grid;
		gap: 0.65rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 0.85rem;
	}

	.mbm-home-actions .mbm-button {
		font-size: 0.84rem;
		min-width: 0;
		padding-left: 0.65rem;
		padding-right: 0.65rem;
		width: auto;
	}

	.mbm-home-popular {
		margin-top: 0.8rem;
		padding-top: 0.7rem;
	}

	.mbm-home-popular__links {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 0.2rem;
		scroll-snap-type: x proximity;
	}

	.mbm-home-popular a {
		flex: 0 0 auto;
		font-size: 0.74rem;
		justify-content: flex-start;
		min-height: 2.45rem;
		padding: 0.5rem 0.6rem;
		scroll-snap-align: start;
		white-space: nowrap;
	}

	.mbm-home-popular a::after {
		display: none;
	}

	.mbm-home-trust__inner {
		padding-bottom: 1.5rem;
		padding-top: 1.5rem;
	}

	.mbm-home-trust__head h2 {
		font-size: 1.6rem;
	}

	.mbm-home-trust__head > p:last-child {
		font-size: 0.92rem;
	}

	.mbm-home-trust__grid {
		display: grid;
		grid-auto-columns: minmax(250px, 86%);
		grid-auto-flow: column;
		grid-template-columns: none;
		margin-right: -1.25rem;
		overflow-x: auto;
		padding-bottom: 0.35rem;
		padding-right: 1.25rem;
		scroll-snap-type: x mandatory;
	}

	.mbm-home-trust__card {
		scroll-snap-align: start;
	}

  .mbm-home-pillar-grid,
  .mbm-home-article-grid {
    grid-template-columns: 1fr;
  }

  .mbm-home-pillar {
    min-height: 0;
  }

  .mbm-home-article__image {
    height: 220px;
  }

  .mbm-pillar-actions .mbm-button,
  .mbm-home-finder .mbm-button {
    justify-content: center;
    width: 100%;
  }

  .main-navigation .mbm-positioning-nav {
    grid-template-columns: 1fr;
  }
}
