:root {
  --mh-blog-navy: #061225;
  --mh-blog-navy-2: #0a2741;
  --mh-blog-gold: #e7b455;
  --mh-blog-gold-2: #d39b37;
  --mh-blog-cream: #fbf8f2;
  --mh-blog-soft: #f4efe6;
  --mh-blog-text: #172236;
  --mh-blog-muted: #657287;
  --mh-blog-line: rgba(9, 34, 57, 0.10);
  --mh-blog-shadow: 0 24px 60px rgba(8, 27, 45, 0.12);
  --mh-blog-radius: 28px;
  --mh-blog-shell: 1400px;
}

.mh-blog-page,
.mh-blog-single {
  background: linear-gradient(180deg, #edf4f8 0%, #fbf8f2 42%, #ffffff 100%);
  color: var(--mh-blog-text);
  overflow: hidden;
}

.mh-blog-shell {
  width: min(var(--mh-blog-shell), calc(100% - 48px));
  margin: 0 auto;
}

.mh-blog-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--mh-blog-gold-2);
  font-size: 0.78rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mh-blog-eyebrow::before {
  content: '';
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mh-blog-gold), rgba(231, 180, 85, 0));
}

.mh-blog-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(255,255,255,0.78);
  font-size: 0.92rem;
  margin-bottom: 38px;
}

.mh-blog-breadcrumb a {
  color: #fff;
  font-weight: 700;
}

.mh-blog-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: stretch;
  padding: 172px 0 86px;
  background-image: linear-gradient(110deg, rgba(6, 18, 37, 0.90), rgba(6, 18, 37, 0.48)), url('https://images.unsplash.com/photo-1540202404-a2f29016b523?auto=format&fit=crop&w=2200&q=80');
  background-size: cover;
  background-position: center;
}

.mh-blog-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(251,248,242,0), #fbf8f2);
}

.mh-blog-hero__inner {
  position: relative;
  z-index: 2;
  width: min(var(--mh-blog-shell), calc(100% - 48px));
}

.mh-blog-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.62fr);
  gap: 42px;
  align-items: end;
}

.mh-blog-hero__copy {
  max-width: 820px;
}

.mh-blog-hero h1,
.mh-blog-single-hero h1 {
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(3.8rem, 7vw, 8.4rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
  font-weight: 900;
}

.mh-blog-hero__lead,
.mh-blog-single-hero__copy > p {
  color: rgba(255,255,255,0.92);
  font-size: clamp(1.18rem, 2vw, 1.72rem);
  line-height: 1.42;
  max-width: 780px;
  margin: 0 0 18px;
}

.mh-blog-hero__copy > p:not(.mh-blog-hero__lead) {
  color: rgba(255,255,255,0.76);
  font-size: 1.05rem;
  line-height: 1.82;
  max-width: 720px;
  margin: 0;
}

.mh-blog-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.mh-blog-hero__card {
  padding: 34px;
  border-radius: var(--mh-blog-radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.08));
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 24px 60px rgba(0,0,0,0.22);
  backdrop-filter: blur(14px);
}

.mh-blog-hero__card span {
  display: inline-flex;
  color: var(--mh-blog-gold);
  font-weight: 900;
  font-size: 0.82rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.mh-blog-hero__card h2 {
  color: #fff;
  font-size: clamp(1.7rem, 2.4vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0 0 16px;
}

.mh-blog-hero__card p {
  color: rgba(255,255,255,0.76);
  line-height: 1.78;
  margin: 0;
}

.mh-blog-section {
  padding: 92px 0;
}

.mh-blog-section--white {
  background: #fff;
}

.mh-blog-section--soft {
  background: linear-gradient(180deg, var(--mh-blog-cream), var(--mh-blog-soft));
}

.mh-blog-section-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.mh-blog-section-head h2,
.mh-blog-bottom-grid h2,
.mh-blog-cta h2 {
  margin: 14px 0 16px;
  color: var(--mh-blog-navy);
  font-size: clamp(2.15rem, 4vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.mh-blog-section-head p,
.mh-blog-bottom-grid p,
.mh-blog-cta p {
  margin: 0;
  color: var(--mh-blog-muted);
  font-size: 1.03rem;
  line-height: 1.78;
}

.mh-blog-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(135deg, #071a2c, #103958);
  box-shadow: var(--mh-blog-shadow);
  margin-bottom: 34px;
}

.mh-blog-featured-card__image,
.mh-blog-card__image {
  min-height: 420px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.mh-blog-featured-card__image::after,
.mh-blog-card__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,18,37,0), rgba(6,18,37,0.16));
}

.mh-blog-featured-card__content {
  padding: clamp(34px, 5vw, 66px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mh-blog-card-kicker {
  color: var(--mh-blog-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mh-blog-featured-card h3 {
  margin: 16px 0;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.mh-blog-featured-card p {
  margin: 0;
  color: rgba(255,255,255,0.76);
  line-height: 1.8;
  font-size: 1.05rem;
}

.mh-blog-card-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  color: rgba(255,255,255,0.65);
  font-weight: 700;
}

.mh-blog-read-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mh-blog-gold-2);
  font-weight: 900;
}

.mh-blog-read-link::after {
  content: '→';
}

.mh-blog-featured-card .mh-blog-read-link {
  color: #fff;
}

.mh-blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.mh-blog-card {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--mh-blog-line);
  box-shadow: 0 18px 42px rgba(8, 27, 45, 0.08);
}

.mh-blog-card__image {
  min-height: 250px;
}

.mh-blog-card__body {
  padding: 28px;
}

.mh-blog-card h3 {
  margin: 12px 0 12px;
  color: var(--mh-blog-navy);
  font-size: 1.55rem;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.mh-blog-card p {
  margin: 0 0 20px;
  color: var(--mh-blog-muted);
  line-height: 1.72;
}

.mh-blog-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 38px;
}

.mh-blog-pagination .page-numbers {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--mh-blog-line);
  color: var(--mh-blog-navy);
  font-weight: 900;
  background: #fff;
}

.mh-blog-pagination .page-numbers.current {
  background: var(--mh-blog-navy);
  color: #fff;
}

.mh-blog-empty-card {
  padding: 44px;
  border-radius: 28px;
  background: var(--mh-blog-cream);
  border: 1px solid var(--mh-blog-line);
}

.mh-blog-empty-card h3 {
  margin: 0 0 10px;
  color: var(--mh-blog-navy);
  font-size: 1.8rem;
}

.mh-blog-empty-card p {
  margin: 0;
  color: var(--mh-blog-muted);
}

.mh-blog-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 46px;
  align-items: center;
}

.mh-blog-topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mh-blog-topic-list a {
  display: inline-flex;
  padding: 12px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--mh-blog-line);
  color: var(--mh-blog-navy);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(8,27,45,0.05);
}

.mh-blog-cta {
  padding: 82px 0;
  background: #fff;
}

.mh-blog-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 32px;
  background: linear-gradient(135deg, #071a2c, #113e60);
  box-shadow: var(--mh-blog-shadow);
}

.mh-blog-cta__inner h2,
.mh-blog-cta__inner p {
  color: #fff;
}

.mh-blog-cta__inner p {
  color: rgba(255,255,255,0.76);
  max-width: 720px;
}

/* Single post */
.mh-blog-single-hero {
  position: relative;
  padding: 172px 0 100px;
  min-height: 650px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
}

.mh-blog-single-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff);
}

.mh-blog-single-hero .mh-blog-shell {
  position: relative;
  z-index: 2;
}

.mh-blog-single-hero__copy {
  max-width: 980px;
}

.mh-blog-single-hero h1 {
  font-size: clamp(2.8rem, 6vw, 6.5rem);
}

.mh-blog-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.mh-blog-single-meta span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.14);
  font-weight: 900;
}

.mh-blog-single-section {
  padding: 86px 0;
  background: #fff;
}

.mh-blog-single-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(310px, 0.28fr);
  gap: 42px;
  align-items: start;
}

.mh-blog-single-article {
  padding: clamp(26px, 4vw, 54px);
  border-radius: 32px;
  border: 1px solid var(--mh-blog-line);
  background: #fff;
  box-shadow: 0 18px 48px rgba(8, 27, 45, 0.07);
}

.mh-blog-single-article p,
.mh-blog-single-article li {
  color: #445267;
  font-size: 1.08rem;
  line-height: 1.88;
}

.mh-blog-single-article p:first-child {
  margin-top: 0;
}

.mh-blog-single-article h2,
.mh-blog-single-article h3,
.mh-blog-single-article h4 {
  color: var(--mh-blog-navy);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-top: 34px;
}

.mh-blog-single-article h2 {
  font-size: clamp(2rem, 3vw, 3.4rem);
}

.mh-blog-single-sidebar {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 18px;
}

.mh-blog-sidebar-card {
  padding: 26px;
  border-radius: 28px;
  border: 1px solid var(--mh-blog-line);
  background: var(--mh-blog-cream);
}

.mh-blog-sidebar-card--cta {
  background: linear-gradient(135deg, #071a2c, #113e60);
  color: #fff;
}

.mh-blog-sidebar-card span {
  color: var(--mh-blog-gold);
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mh-blog-sidebar-card h2,
.mh-blog-sidebar-card h3 {
  margin: 10px 0 12px;
  color: var(--mh-blog-navy);
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.mh-blog-sidebar-card h2 {
  font-size: 2rem;
}

.mh-blog-sidebar-card--cta h2,
.mh-blog-sidebar-card--cta p {
  color: #fff;
}

.mh-blog-sidebar-card p {
  color: var(--mh-blog-muted);
  line-height: 1.7;
}

.mh-blog-topic-list--sidebar a {
  box-shadow: none;
  padding: 10px 13px;
  font-size: 0.9rem;
}

.mh-blog-related-list {
  display: grid;
  gap: 14px;
}

.mh-blog-related-list a {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--mh-blog-line);
}

.mh-blog-related-list a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.mh-blog-related-list span {
  color: var(--mh-blog-gold-2);
}

.mh-blog-related-list strong {
  color: var(--mh-blog-navy);
  line-height: 1.25;
}

.mh-blog-post-nav {
  padding: 0 0 84px;
  background: #fff;
}

.mh-blog-post-nav__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--mh-blog-line);
  background: var(--mh-blog-cream);
}

.mh-blog-post-nav__inner a {
  color: var(--mh-blog-navy);
  font-weight: 900;
}

.mh-blog-post-nav__inner div:last-child {
  text-align: right;
}

@media (max-width: 1080px) {
  .mh-blog-hero__grid,
  .mh-blog-featured-card,
  .mh-blog-bottom-grid,
  .mh-blog-single-grid {
    grid-template-columns: 1fr;
  }

  .mh-blog-single-sidebar {
    position: static;
  }

  .mh-blog-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .mh-blog-shell,
  .mh-blog-hero__inner {
    width: min(94%, var(--mh-blog-shell));
  }

  .mh-blog-hero,
  .mh-blog-single-hero {
    min-height: auto;
    padding: 132px 0 70px;
  }

  .mh-blog-breadcrumb {
    margin-bottom: 28px;
  }

  .mh-blog-hero h1,
  .mh-blog-single-hero h1 {
    font-size: clamp(3rem, 16vw, 4.7rem);
    letter-spacing: -0.075em;
  }

  .mh-blog-hero__card,
  .mh-blog-featured-card__content,
  .mh-blog-card__body,
  .mh-blog-sidebar-card,
  .mh-blog-single-article {
    padding: 24px;
  }

  .mh-blog-section,
  .mh-blog-single-section {
    padding: 64px 0;
  }

  .mh-blog-featured-card__image,
  .mh-blog-card__image {
    min-height: 260px;
  }

  .mh-blog-card-grid {
    grid-template-columns: 1fr;
  }

  .mh-blog-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .mh-blog-post-nav__inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .mh-blog-post-nav__inner div:last-child {
    text-align: left;
  }
}


/* ucc179: Clean blog listing after removing featured intro block */
.mh-blog-page .mh-blog-section--white {
  padding-top: 72px;
}

.mh-blog-card-grid {
  align-items: stretch;
}

.mh-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mh-blog-card__image {
  display: block;
  width: 100%;
  height: 255px;
  min-height: 0;
  overflow: hidden;
  background: #e8eef2;
}

.mh-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

.mh-blog-card:hover .mh-blog-card__image img {
  transform: scale(1.045);
}

.mh-blog-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mh-blog-card__body .mh-blog-read-link {
  margin-top: auto;
}

@media (max-width: 760px) {
  .mh-blog-page .mh-blog-section--white {
    padding-top: 54px;
  }
  .mh-blog-card__image {
    height: 235px;
  }
}
