.mmh01 {
  --mmh01-red: #c20024;
  --mmh01-ink: #151515;
  --mmh01-muted: #5b5b5b;
  --mmh01-line: #ded8d2;
  --mmh01-paper: #f7f3ef;
  background: var(--mmh01-paper);
  color: var(--mmh01-ink);
  padding: clamp(3.5rem, 7vw, 6.5rem) 1.25rem;
}

.mmh01 *,
.mmh01 *::before,
.mmh01 *::after {
  box-sizing: border-box;
}

.mmh01__frame {
  margin: 0 auto;
  max-width: 1180px;
}

.mmh01__intro {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.75fr);
  margin-bottom: 2.25rem;
}

.mmh01__eyebrow {
  color: var(--mmh01-red);
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.mmh01 h2,
.mmh01 h3,
.mmh01 p {
  margin-top: 0;
}

.mmh01 h2 {
  font-size: clamp(2rem, 4.4vw, 4rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin-bottom: 1rem;
  max-width: 820px;
}

.mmh01__lede {
  color: var(--mmh01-muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 760px;
}

.mmh01__rule {
  border-left: 4px solid var(--mmh01-red);
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
  padding: 0.3rem 0 0.3rem 1.25rem;
}

.mmh01__rule strong {
  display: block;
  font-size: 1.12rem;
  margin-bottom: 0.3rem;
}

.mmh01__scopes {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 2.25rem;
  overflow: hidden;
}

.mmh01__scope {
  background: #fff;
  border: 1px solid var(--mmh01-line);
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: 1.65rem;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.mmh01__scope:hover,
.mmh01__scope:focus-visible {
  border-color: var(--mmh01-red);
  outline: 0;
  transform: translateY(-2px);
}

.mmh01__scope-index {
  color: var(--mmh01-red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.mmh01__scope h3 {
  font-size: 1.25rem;
  line-height: 1.15;
  margin-bottom: 0.65rem;
}

.mmh01__scope p {
  color: var(--mmh01-muted);
  line-height: 1.55;
  margin-bottom: 1rem;
}

.mmh01__scope-action {
  color: var(--mmh01-red);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-top: auto;
  text-transform: uppercase;
}

.mmh01__addresses {
  background: var(--mmh01-ink);
  color: #fff;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr);
}

.mmh01__addresses-title {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding: clamp(1.7rem, 4vw, 2.7rem);
}

.mmh01__addresses-title h3 {
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  line-height: 1.08;
  margin-bottom: 0.8rem;
}

.mmh01__addresses-title p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  margin-bottom: 0;
}

.mmh01__address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mmh01__address {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 1.35rem 1.55rem;
}

.mmh01__address:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.mmh01__address:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.mmh01__address strong {
  display: block;
  margin-bottom: 0.35rem;
}

.mmh01__address span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 0.92rem;
  line-height: 1.5;
}

.mmh01__next {
  color: var(--mmh01-muted);
  line-height: 1.65;
  margin: 1.35rem auto 0;
  max-width: 920px;
  text-align: center;
}

.mmh01__next a {
  color: var(--mmh01-red);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .mmh01__intro,
  .mmh01__addresses {
    grid-template-columns: 1fr;
  }

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

  .mmh01__addresses-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 0;
  }
}

@media (max-width: 560px) {
  .mmh01 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mmh01__scopes,
  .mmh01__address-grid {
    grid-template-columns: 1fr;
  }

  .mmh01__scope {
    min-height: 0;
  }

  .mmh01__address,
  .mmh01__address:nth-child(odd),
  .mmh01__address:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 0;
  }

  .mmh01__address:last-child {
    border-bottom: 0;
  }
}
