body.mch-directory-showcase-page article > .hero-meta,
body.mch-directory-showcase-page .entry-header,
body.mch-directory-showcase-page .page-title {
  display: none !important;
}

body.mch-directory-showcase-page .entry-content {
  margin: 0 !important;
  padding: 0 !important;
}

.mch-directory-showcase {
  --mch-directory-dark: #151515;
  --mch-directory-ink: var(--mch-color-ink, #1c1c1c);
  --mch-directory-red: var(--mch-color-red, #c6102e);
  --mch-directory-green: var(--mch-color-green, #00843d);
  --mch-directory-paper: var(--mch-color-paper, #f6f6f4);
  --mch-directory-line: var(--mch-color-line, #e2ddd4);
  --mch-directory-white: var(--mch-color-white, #fff);
  background: var(--mch-directory-paper);
  color: var(--mch-directory-ink);
  font-family: var(--mch-font-body, "Inter", Arial, sans-serif);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}

.mch-directory-showcase__hero {
  background: var(--mch-directory-dark);
  color: #fff;
  overflow: hidden;
  padding: clamp(22px, 2.5vw, 30px) 24px;
  position: relative;
  text-align: center;
}

.mch-directory-showcase__hero::before {
  display: none;
}

.mch-directory-showcase__hero::after {
  display: none;
}

.mch-directory-showcase__hero-inner {
  margin: 0 auto;
  max-width: var(--mch-content-width, 1170px);
  position: relative;
  z-index: 1;
}

.mch-directory-showcase__eyebrow {
  color: #d4d4d4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .19em;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.mch-directory-showcase__hero h1 {
  color: #fff !important;
  display: block;
  font-family: var(--mch-font-body, "Inter", Arial, sans-serif) !important;
  font-size: clamp(34px, 3.8vw, 50px);
  font-weight: 800 !important;
  letter-spacing: .08em;
  line-height: 1.05;
  margin: 0 !important;
  text-transform: none !important;
}

.mch-directory-showcase__hero h1::before,
.mch-directory-showcase__hero h1::after {
  display: none;
}

.mch-directory-showcase__hero-inner > p:last-child {
  color: #d0d0d0;
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.65;
  margin: 20px auto 0;
  max-width: 720px;
}

.mch-directory-showcase__content {
  margin: 0 auto;
  max-width: var(--mch-content-width, 1170px);
  padding: clamp(38px, 4.5vw, 56px) 24px clamp(54px, 6vw, 80px);
}

.mch-directory-showcase__intro {
  align-items: end;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  margin: 0 0 clamp(32px, 4vw, 46px);
  padding-bottom: 24px;
  border-bottom: 1px solid #d8d2c8;
}

.mch-directory-showcase__intro span {
  color: var(--mch-directory-red);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.mch-directory-showcase__intro h2 {
  color: var(--mch-directory-ink) !important;
  font-family: var(--mch-font-display, "Inter", Arial, sans-serif) !important;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 650;
  line-height: 1.15;
  margin: 0;
  text-transform: none !important;
}

.mch-directory-showcase__intro > p {
  color: #5b5b5b;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.mch-directory-showcase__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mch-directory-showcase__card {
  background: #fff;
  border: 1px solid var(--mch-directory-line);
  border-top: 4px solid var(--mch-directory-red);
  box-shadow: 0 12px 30px rgba(28, 28, 28, .065);
  color: var(--mch-directory-ink) !important;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 340px;
  overflow: hidden;
  text-decoration: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.mch-directory-showcase__card:nth-child(even) {
  border-top-color: var(--mch-directory-green);
}

.mch-directory-showcase__card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc(50% - 12px);
}

.mch-directory-showcase__card:hover,
.mch-directory-showcase__card:focus-visible {
  border-right-color: #d3cdc2;
  border-bottom-color: #d3cdc2;
  border-left-color: #d3cdc2;
  box-shadow: 0 18px 42px rgba(28, 28, 28, .12);
  color: var(--mch-directory-ink) !important;
  outline: none;
  transform: translateY(-4px);
}

.mch-directory-showcase__visual {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  min-height: 118px;
  position: relative;
}

.mch-directory-showcase__card:nth-child(even) .mch-directory-showcase__visual {
  background: #fff;
}

.mch-directory-showcase__number {
  display: none;
}

.mch-directory-showcase__icon {
  align-items: center;
  background: #f2efe9;
  border: 0;
  box-shadow: none;
  display: flex;
  height: 76px;
  justify-content: center;
  width: 76px;
  border-radius: 50%;
}

.mch-directory-showcase__card:nth-child(even) .mch-directory-showcase__icon {
  box-shadow: none;
}

.mch-directory-showcase__icon svg {
  fill: none;
  height: 44px;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 44px;
}

.mch-directory-showcase__icon i {
  color: var(--mch-directory-red);
  font-size: 35px;
  line-height: 1;
}

.mch-directory-showcase__card:nth-child(even) .mch-directory-showcase__icon i {
  color: var(--mch-directory-green);
}

.mch-directory-showcase__body {
  display: flex;
  min-width: 0;
  padding: 0 26px 24px;
  flex-direction: column;
}

.mch-directory-showcase__kicker {
  color: var(--mch-directory-red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.mch-directory-showcase__card:nth-child(even) .mch-directory-showcase__kicker {
  color: var(--mch-directory-green);
}

.mch-directory-showcase__body h2 {
  align-items: center;
  color: var(--mch-directory-ink) !important;
  font-family: var(--mch-font-body, "Inter", Arial, sans-serif) !important;
  display: flex;
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 800 !important;
  gap: 13px;
  justify-content: center;
  letter-spacing: .055em;
  line-height: 1.18;
  margin: 0 0 17px;
  text-align: center;
  text-transform: none !important;
}

.mch-directory-showcase__body h2::before,
.mch-directory-showcase__body h2::after {
  background: repeating-linear-gradient(to bottom, #d5d1ca 0, #d5d1ca 1px, transparent 1px, transparent 3px);
  content: "";
  flex: 1 1 30px;
  height: 6px;
  min-width: 16px;
}

.mch-directory-showcase__description {
  color: #5d5d5d;
  font-size: 13px;
  line-height: 1.58;
  margin: 0 0 18px;
  text-align: center;
}

.mch-directory-showcase__footer {
  align-items: center;
  border-top: 1px solid var(--mch-directory-line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
}

.mch-directory-showcase__footer > span {
  color: #777;
  font-size: 10px;
}

.mch-directory-showcase__footer strong {
  background: var(--mch-directory-red);
  color: #fff;
  display: inline-flex;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .05em;
  padding: 5px 7px;
  text-transform: uppercase;
}

.mch-directory-showcase__card:nth-child(even) .mch-directory-showcase__footer strong {
  background: var(--mch-directory-green);
}

.mch-directory-showcase__footer strong span {
  color: #fff;
  font-size: 10px;
  margin-left: 2px;
  transition: margin .2s ease;
}

.mch-directory-showcase__card:nth-child(even) .mch-directory-showcase__footer strong span {
  color: #fff;
}

.mch-directory-showcase__card:hover .mch-directory-showcase__footer strong span,
.mch-directory-showcase__card:focus-visible .mch-directory-showcase__footer strong span {
  margin-left: 9px;
}

.mch-directory-showcase__back {
  border-top: 1px solid #d8d2c8;
  margin-top: clamp(36px, 5vw, 54px);
  padding-top: 22px;
  text-align: center;
}

.mch-directory-showcase__back a {
  color: #4c4c4c !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
}

.mch-directory-showcase__back a:hover,
.mch-directory-showcase__back a:focus-visible {
  color: var(--mch-directory-red) !important;
}

@media (max-width: 980px) {
  .mch-directory-showcase__grid {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 720px;
  }

  .mch-directory-showcase__card:last-child:nth-child(odd) {
    grid-column: auto;
    justify-self: stretch;
    width: auto;
  }
}

@media (max-width: 700px) {
  .mch-directory-showcase__intro {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .mch-directory-showcase__card {
    grid-template-columns: 1fr;
  }

  .mch-directory-showcase__icon {
    height: 70px;
    width: 70px;
  }

  .mch-directory-showcase__icon svg {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 520px) {
  .mch-directory-showcase__hero {
    padding-right: 18px;
    padding-left: 18px;
  }

  .mch-directory-showcase__content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .mch-directory-showcase__hero h1 {
    font-size: clamp(28px, 9vw, 38px);
    letter-spacing: .07em;
  }

  .mch-directory-showcase__card {
    grid-template-columns: 1fr;
  }

  .mch-directory-showcase__visual {
    min-height: 108px;
  }

  .mch-directory-showcase__body {
    padding: 23px 21px 21px;
  }

  .mch-directory-showcase__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mch-directory-showcase__card,
  .mch-directory-showcase__footer strong span {
    transition: none;
  }
}
