body.page-template-main-page,
.mrh-home,
.growth-page {
  --mrh-black: #050505;
  --mrh-ink: #141414;
  --mrh-muted: #686868;
  --mrh-line: rgba(5, 5, 5, .14);
  --mrh-soft: #f3f3f1;
  --mrh-paper: #fbfaf6;
  --mrh-red: #c20d19;
  --mrh-red-dark: #8f0711;
  --mrh-steel: #dfe5e1;
  --mrh-radius: 8px;
  --mrh-shadow: 0 28px 70px rgba(5, 5, 5, .18);
  background: var(--mrh-paper);
  color: var(--mrh-ink);
}

.mrh-home,
.growth-page {
  overflow-x: clip;
  text-rendering: geometricPrecision;
}

.mrh-home *,
.mrh-home *::before,
.mrh-home *::after,
.growth-page *,
.growth-page *::before,
.growth-page *::after {
  box-sizing: border-box;
}

body.page-template-main-page .header {
  min-height: 72px;
  border-bottom: 1px solid rgba(5, 5, 5, .08);
  background: rgba(251, 250, 246, .9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.page-template-main-page .header__container {
  width: 100%;
  max-width: 1480px;
  min-height: 72px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

body.page-template-main-page .header__logo {
  width: auto;
  margin: 0;
}

body.page-template-main-page .header__logo img {
  width: 96px;
  height: auto;
  display: block;
}

body.page-template-main-page .right__part.desk-only,
body.page-template-main-page .right__part.desk-only.hide,
body.page-template-main-page .right__part.desk-only.fixed {
  width: auto;
  position: static;
  right: auto;
  top: auto;
  margin: 0;
  padding: 0;
  border-top: 0;
  transform: none;
  display: none;
  align-items: center;
  gap: 28px;
}

body.page-template-main-page .tagline {
  display: none;
}

body.page-template-main-page .menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-template-main-page .menu li,
body.page-template-main-page .menu ul li {
  margin: 0;
}

body.page-template-main-page .menu li > div:first-child,
body.page-template-main-page .menu ul li > div {
  height: auto;
  overflow: visible;
}

body.page-template-main-page .menu .nav-link + .nav-link,
body.page-template-main-page .menu .nav-line {
  display: none;
}

body.page-template-main-page .menu a {
  color: var(--mrh-black);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}

body.page-template-main-page .burger.hide.desk-only {
  display: none;
}

body.page-template-main-page .burger.mob-only {
  position: static;
  width: 46px;
  min-width: 46px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 1px solid rgba(5, 5, 5, .16);
  border-radius: var(--mrh-radius);
  background: var(--mrh-paper);
}

body.page-template-main-page .burger.mob-only span {
  width: 24px;
  height: 2px;
  background: var(--mrh-black);
}

body.page-template-main-page.lock {
  overflow: hidden;
}

.mrh-shell {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding-inline: 20px;
}

.mrh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--mrh-red);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mrh-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  flex: 0 0 30px;
  background: currentColor;
}

.mrh-hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: var(--mrh-black);
  color: #fff;
}

.mrh-hero__media,
.mrh-hero__scrim {
  position: absolute;
  inset: 0;
}

.mrh-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: .42;
  filter: saturate(.74) contrast(1.08);
}

.mrh-hero__scrim {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .94) 0%, rgba(5, 5, 5, .8) 42%, rgba(5, 5, 5, .28) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, .2) 0%, rgba(5, 5, 5, .9) 100%);
}

.mrh-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 34px;
  padding-top: 120px;
  padding-bottom: 34px;
}

.mrh-hero h1,
.mrh-section h2,
.mrh-final h2,
.growth-page h1,
.growth-page h2 {
  margin: 0;
  font-size: 42px;
  line-height: .98;
  font-weight: 860;
  letter-spacing: 0;
}

.mrh-hero h1 {
  max-width: 920px;
  margin-top: 18px;
  color: #fff;
}

.mrh-hero__copy p,
.mrh-section__head p,
.mrh-system__intro p,
.mrh-work__body p,
.mrh-formats p,
.mrh-industries span,
.mrh-faq p,
.mrh-final p,
.growth-page p {
  margin: 18px 0 0;
  color: var(--mrh-muted);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 520;
}

.mrh-hero__copy p {
  max-width: 720px;
  color: rgba(255, 255, 255, .82);
  font-size: 19px;
  line-height: 1.46;
}

.mrh-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
}

.mrh-button {
  min-height: 52px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid currentColor;
  border-radius: var(--mrh-radius);
  background: transparent;
  color: inherit;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.mrh-button::after,
.mrh-formats a::after,
.mrh-industries a::after,
.mrh-hero__case::after {
  content: ">";
  font-weight: 850;
}

.mrh-button:hover,
.mrh-formats a:hover,
.mrh-industries a:hover,
.mrh-work__item:hover {
  transform: translateY(-3px);
}

.mrh-button:focus-visible,
.mrh-formats a:focus-visible,
.mrh-formats button:focus-visible,
.mrh-industries a:focus-visible,
.mrh-work__item:focus-visible {
  outline: 3px solid rgba(194, 13, 25, .42);
  outline-offset: 3px;
}

.mrh-button--red {
  border-color: var(--mrh-red);
  background: var(--mrh-red);
  color: #fff;
  box-shadow: 0 18px 44px rgba(194, 13, 25, .24);
}

.mrh-button--red:hover {
  border-color: #fff;
  background: #fff;
  color: var(--mrh-red-dark);
}

.mrh-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--mrh-black);
}

.mrh-button--dark {
  border-color: var(--mrh-black);
  background: var(--mrh-black);
  color: #fff;
}

.mrh-hero__aside {
  max-width: 480px;
  padding-top: 18px;
  border-top: 2px solid var(--mrh-red);
}

.mrh-hero__aside p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 560;
}

.mrh-hero__case {
  min-height: 76px;
  display: grid;
  gap: 7px;
  margin-top: 22px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: var(--mrh-radius);
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
}

.mrh-hero__case span,
.mrh-work__body span,
.mrh-system__rows span {
  color: var(--mrh-red);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mrh-hero__case strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 800;
}

.mrh-hero__proof {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  padding-bottom: 20px;
}

.mrh-hero__proof div {
  min-height: 102px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .13);
  backdrop-filter: blur(10px);
}

.mrh-hero__proof strong {
  color: #fff;
  font-size: 36px;
  line-height: .9;
  font-weight: 860;
}

.mrh-hero__proof span {
  max-width: 240px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.28;
  font-weight: 650;
}

.mrh-services-strip {
  overflow: hidden;
  border-bottom: 1px solid var(--mrh-line);
  background: #fff;
}

.mrh-services-strip .mrh-shell {
  display: flex;
  gap: 18px;
  padding-block: 18px;
  overflow-x: auto;
}

.mrh-services-strip span {
  flex: 0 0 auto;
  color: var(--mrh-black);
  font-size: 28px;
  line-height: 1;
  font-weight: 860;
  text-transform: uppercase;
}

.mrh-services-strip span:nth-child(even) {
  color: var(--mrh-red);
}

.mrh-section {
  padding: 66px 0;
  background: var(--mrh-paper);
}

.mrh-section__head {
  display: grid;
  gap: 20px;
  margin-bottom: 34px;
}

.mrh-section__head h2,
.mrh-final h2 {
  margin-top: 14px;
  color: var(--mrh-black);
  font-size: 34px;
  line-height: 1;
}

.mrh-section__head p {
  max-width: 620px;
  font-size: 17px;
}

.mrh-work {
  background: #fff;
}

.mrh-work__grid {
  display: grid;
  gap: 14px;
}

.mrh-work__item {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--mrh-line);
  border-radius: var(--mrh-radius);
  background: var(--mrh-paper);
  color: var(--mrh-ink);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.mrh-work__item:hover {
  border-color: rgba(194, 13, 25, .36);
  box-shadow: var(--mrh-shadow);
}

.mrh-work__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--mrh-steel);
}

.mrh-work__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .5s ease;
}

.mrh-work__item:hover .mrh-work__image img {
  transform: scale(1.04);
}

.mrh-work__body {
  padding: 18px;
}

.mrh-work__body h3,
.mrh-formats h3,
.mrh-system__rows h3,
.mrh-faq h3 {
  margin: 8px 0 0;
  color: var(--mrh-black);
  font-size: 23px;
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: 0;
}

.mrh-system {
  background: var(--mrh-black);
  color: #fff;
}

.mrh-system__layout {
  display: grid;
  gap: 36px;
}

.mrh-system .mrh-eyebrow,
.mrh-team .mrh-eyebrow,
.mrh-final .mrh-eyebrow {
  color: #fff;
}

.mrh-system .mrh-eyebrow::before,
.mrh-team .mrh-eyebrow::before,
.mrh-final .mrh-eyebrow::before {
  background: #fff;
}

.mrh-system__intro h2,
.mrh-team h2,
.mrh-final h2 {
  margin: 14px 0 0;
  color: #fff;
}

.mrh-system__intro p {
  max-width: 680px;
  color: rgba(255, 255, 255, .72);
}

.mrh-system__intro .mrh-button {
  margin-top: 26px;
}

.mrh-system__rows {
  display: grid;
  gap: 1px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.mrh-system__rows article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.mrh-system__rows span {
  color: rgba(255, 255, 255, .56);
}

.mrh-system__rows h3 {
  color: #fff;
}

.mrh-system__rows p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  line-height: 1.5;
}

.mrh-formats {
  background: var(--mrh-paper);
}

.mrh-formats__grid {
  display: grid;
  gap: 14px;
}

.mrh-formats article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--mrh-line);
  border-radius: var(--mrh-radius);
  background: #fff;
}

.mrh-formats p {
  flex: 1 1 auto;
}

.mrh-formats article > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.mrh-formats a,
.mrh-formats button,
.mrh-industries a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid var(--mrh-line);
  border-radius: var(--mrh-radius);
  background: transparent;
  color: var(--mrh-black);
  padding: 10px 13px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}

.mrh-formats button {
  border-color: var(--mrh-black);
  background: var(--mrh-black);
  color: #fff;
}

.mrh-industries {
  background: #fff;
}

.mrh-industries__list {
  display: grid;
  gap: 1px;
  border-top: 1px solid var(--mrh-line);
}

.mrh-industries__list a {
  display: grid;
  gap: 12px;
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid var(--mrh-line);
  border-radius: 0;
  background: transparent;
  text-decoration: none;
}

.mrh-industries strong {
  color: var(--mrh-black);
  font-size: 26px;
  line-height: 1.08;
  font-weight: 850;
}

.mrh-industries span {
  margin: 0;
}

.mrh-team {
  background: var(--mrh-black);
  color: #fff;
}

.mrh-team__layout {
  display: grid;
  gap: 28px;
}

.mrh-team__roles {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: start;
}

.mrh-team__roles span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--mrh-radius);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 760;
}

.mrh-faq {
  background: var(--mrh-paper);
}

.mrh-faq__grid {
  display: grid;
  gap: 1px;
  border-top: 1px solid var(--mrh-line);
}

.mrh-faq article {
  padding: 22px 0;
  border-bottom: 1px solid var(--mrh-line);
}

.mrh-faq h3 {
  margin: 0;
}

.mrh-final {
  padding: 66px 0;
  background: var(--mrh-red);
  color: #fff;
}

.mrh-final__layout {
  display: grid;
  gap: 26px;
  align-items: center;
}

.mrh-final p {
  max-width: 720px;
  color: rgba(255, 255, 255, .86);
}

.mrh-final .mrh-button {
  width: 100%;
}

.mrh-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}

.mrh-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#floating-cta {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 35;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .22s ease, transform .22s ease;
}

#floating-cta.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#floating-cta .fcta-btn {
  min-height: 48px;
  padding: 14px 18px;
  border: 1px solid var(--mrh-black);
  border-radius: var(--mrh-radius);
  background: var(--mrh-black);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 850;
  cursor: pointer;
  box-shadow: var(--mrh-shadow);
}

body.page-template-main-page .footer {
  margin-top: 0;
}

body.page-template-main-page .footer__container.desk-only {
  border-top-color: rgba(5, 5, 5, .16);
}

@media (prefers-reduced-motion: reduce) {
  .mrh-button,
  .mrh-work__item,
  .mrh-work__image img,
  .mrh-formats a,
  .mrh-formats button,
  .mrh-industries a,
  .mrh-reveal,
  #floating-cta {
    transition: none;
  }

  .mrh-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 560px) {
  .mrh-shell {
    padding-inline: 28px;
  }

  .mrh-hero__actions {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

  .mrh-button {
    width: auto;
  }

  .mrh-hero__proof,
  .mrh-formats__grid,
  .mrh-faq__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  body.page-template-main-page .header {
    min-height: 82px;
  }

  body.page-template-main-page .header__container {
    min-height: 82px;
    padding-inline: 34px;
  }

  body.page-template-main-page .right__part.desk-only {
    display: flex;
  }

  body.page-template-main-page .burger.mob-only {
    display: none;
  }

  body.page-template-main-page .tagline {
    display: block;
    color: var(--mrh-muted);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 650;
  }

  .mrh-hero__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .55fr);
    align-items: end;
    padding-top: 150px;
    padding-bottom: 44px;
  }

  .mrh-hero h1 {
    font-size: 66px;
  }

  .mrh-hero__copy p {
    font-size: 22px;
  }

  .mrh-hero__proof {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-bottom: 28px;
  }

  .mrh-services-strip span {
    font-size: 42px;
  }

  .mrh-section,
  .mrh-final {
    padding: 92px 0;
  }

  .mrh-section__head,
  .mrh-team__layout,
  .mrh-final__layout {
    grid-template-columns: minmax(0, .92fr) minmax(0, .74fr);
    align-items: start;
  }

  .mrh-section__head h2,
  .mrh-final h2 {
    font-size: 52px;
  }

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

  .mrh-work__item--lead {
    grid-row: span 2;
  }

  .mrh-work__item--lead .mrh-work__image {
    aspect-ratio: 16 / 13;
  }

  .mrh-system__layout {
    grid-template-columns: minmax(0, .86fr) minmax(0, 1fr);
    align-items: start;
  }

  .mrh-formats__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mrh-industries__list a {
    grid-template-columns: minmax(180px, .5fr) minmax(0, 1fr);
    align-items: start;
  }

  .mrh-faq__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    border-top: 0;
  }

  .mrh-faq article {
    padding: 22px;
    border: 1px solid var(--mrh-line);
    border-radius: var(--mrh-radius);
    background: #fff;
  }

  .mrh-final .mrh-button {
    width: auto;
    justify-self: end;
  }
}

@media (min-width: 1120px) {
  body.page-template-main-page .header__container,
  .mrh-shell {
    padding-inline: 58px;
  }

  body.page-template-main-page .menu ul {
    gap: 24px;
  }

  body.page-template-main-page .menu a {
    font-size: 15px;
  }

  .mrh-hero h1 {
    font-size: 86px;
  }

  .mrh-section__head h2,
  .mrh-final h2 {
    font-size: 64px;
  }

  .mrh-work__grid {
    grid-template-columns: 1.14fr .86fr .86fr;
  }

  .mrh-work__item:not(.mrh-work__item--lead) {
    grid-template-columns: 164px minmax(0, 1fr);
  }

  .mrh-work__item:not(.mrh-work__item--lead) .mrh-work__image {
    aspect-ratio: auto;
    min-height: 100%;
  }
}

@media (max-width: 1040px) {
  body.page-template-main-page .right__part.desk-only {
    display: none;
  }

  body.page-template-main-page .burger.mob-only {
    display: flex;
  }
}

@media (max-width: 767px) {
  body.page-template-main-page {
    overflow-x: hidden;
  }

  body.page-template-main-page .mobile-menu {
    z-index: 60;
  }

  body.page-template-main-page .footer {
    margin-bottom: 78px;
  }

  body.page-template-main-page .footer__container.desk-only {
    display: none;
  }

  body.page-template-main-page .footer__container.mob-only {
    display: flex;
    padding-inline: 16px;
  }

  body.page-template-main-page .footer__col {
    width: 100%;
    justify-content: flex-start;
    gap: 14px 18px;
  }

  body.page-template-main-page .footer__logo img {
    max-width: min(205px, 58vw);
    height: auto;
  }

  body.page-template-main-page #floating-cta {
    display: none;
  }
}

@media (max-width: 380px) {
  .mrh-hero h1 {
    font-size: 37px;
  }

  .mrh-section__head h2,
  .mrh-final h2 {
    font-size: 30px;
  }
}

/* Minimal compatibility for secondary growth pages that share this stylesheet. */
.growth-page .growth-section__container,
.growth-page .growth-hero__container,
.growth-page .growth-proof__container,
.growth-page .growth-final-cta__container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding-inline: 20px;
}

.growth-page-hero {
  padding: 112px 0 64px;
}

.growth-page-hero__layout,
.growth-process__list,
.growth-deliverables {
  display: grid;
  gap: 14px;
}

.growth-page .growth-button,
.growth-page .growth-inline-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  border: 1px solid var(--mrh-black);
  border-radius: var(--mrh-radius);
  background: var(--mrh-black);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.growth-page .growth-section,
.growth-page .growth-final-cta {
  padding: 64px 0;
}

.growth-page .growth-process__step,
.growth-deliverable,
.growth-page-hero__aside {
  padding: 18px;
  border: 1px solid var(--mrh-line);
  border-radius: var(--mrh-radius);
  background: #fff;
}

@media (min-width: 768px) {
  .growth-page .growth-section__container,
  .growth-page .growth-hero__container,
  .growth-page .growth-proof__container,
  .growth-page .growth-final-cta__container {
    padding-inline: 58px;
  }

  .growth-page-hero__layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .8fr);
  }

  .growth-process__list,
  .growth-deliverables {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
