/* Shared final project CTA used by the home page and portfolio details. */
:is(body.page, body.zip-page) .project-closing {
  padding: 72px 0;
  color: #fff;
  background: #b7395a;
}

:is(body.page, body.zip-page) .project-closing__inner {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.6fr);
  align-items: end;
  gap: 80px;
}

body.zip-page .project-closing__inner {
  width: min(calc(100% - 96px), var(--msd-container, 1440px));
  max-width: none;
  padding-inline: 0;
  margin-inline: auto;
}

body.zip-page .project-closing .portfolio-closing-cta__copy {
  padding: 0;
  text-align: start;
}

:is(body.page, body.zip-page) .project-closing__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #fff;
  font-family: "MSD Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

:is(body.page, body.zip-page) .project-closing__eyebrow::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

:is(body.page, body.zip-page) .project-closing h2 {
  margin: 0;
  color: #fff;
  font-family: "MSD Inter", Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: uppercase;
}

:is(body.page, body.zip-page) .project-closing h2 span {
  color: inherit;
  font-family: "MSD Accent", Georgia, serif;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
}

:is(body.page, body.zip-page) .project-closing__action {
  display: grid;
  gap: 25px;
}

:is(body.page, body.zip-page) .project-closing__action > p {
  max-width: 440px;
  margin: 0;
  color: #fff;
  font-family: "MSD Source Sans", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.45;
}

:is(body.page, body.zip-page) .project-closing .msd-button,
:is(body.page, body.zip-page) .project-closing .btn-msd {
  width: min(100%, 414px);
  min-height: 58px;
  justify-content: center;
  gap: 24px;
  border-color: #fff;
  color: #111;
  background: #fff;
  letter-spacing: 0;
}

:is(body.page, body.zip-page) .project-closing .msd-button:hover,
:is(body.page, body.zip-page) .project-closing .msd-button:focus-visible,
:is(body.page, body.zip-page) .project-closing .btn-msd:hover,
:is(body.page, body.zip-page) .project-closing .btn-msd:focus-visible {
  border-color: #111;
  color: #fff;
  background: #111;
}

@media (max-width: 991.98px) {
  :is(body.page, body.zip-page) .project-closing__inner { gap: 42px; }
}

@media (max-width: 575.98px) {
  :is(body.page, body.zip-page) .project-closing { padding: 54px 0; }
  :is(body.page, body.zip-page) .project-closing__inner { grid-template-columns: 1fr; gap: 30px; }
  body.zip-page .project-closing__inner { width: min(calc(100% - 40px), var(--msd-container, 1440px)); }
  :is(body.page, body.zip-page) .project-closing h2 { font-size: 38px; }
  :is(body.page, body.zip-page) .project-closing__action > p { font-size: 18px; }
  :is(body.page, body.zip-page) .project-closing .msd-button,
  :is(body.page, body.zip-page) .project-closing .btn-msd { width: 100%; }
}
