:root {
  --mh-ink: #171a18;
  --mh-forest: #26342d;
  --mh-sand: #e9e4da;
  --mh-paper: #f5f3ed;
  --mh-line: rgba(23, 26, 24, .16);
  --mh-accent: #b4c26c;
  --mh-white: #fff;
  --mh-container: min(1440px, calc(100vw - 96px));
}

/* 2026 catalogue system: larger Manrope typography and editorial sales pages. */
@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope/manrope-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope/manrope-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope/manrope-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope/manrope-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope/manrope-800.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

body,
body button,
body input,
body textarea,
body select,
.mh-hero h1,
.mh-section h2,
.mh-materials h2,
.mh-final-cta h2,
.mh-project-info h3,
.mh-feature h3,
.mh-process-step h3,
.mh-footer-tagline,
.mh-inner-page h1,
.mh-contact-intro h1,
.mh-contact-form-wrap h2 {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

body {
  font-size: 18px;
  line-height: 1.6;
}

.mh-header-inner {
  height: 104px;
  grid-template-columns: 270px 1fr 270px;
}

.mh-brand-copy strong {
  font-size: 19px;
  font-weight: 800;
}

.mh-brand-copy small {
  font-size: 10px;
}

.mh-navigation a {
  margin: 0 18px;
  font-size: 15px;
  font-weight: 700;
}

.mh-header-cta {
  min-height: 50px;
  padding: 0 22px;
  font-size: 14px;
}

.mh-eyebrow,
.mh-kicker {
  font-size: 12px;
}

.mh-hero h1 {
  max-width: 970px;
  font-size: clamp(78px, 8.4vw, 138px);
  font-weight: 700;
  line-height: .9;
  letter-spacing: -.07em;
}

.mh-hero-content > p {
  max-width: 650px;
  font-size: 20px;
}

.mh-btn {
  min-height: 64px;
  padding: 0 26px;
  font-size: 15px;
}

.mh-hero-meta strong {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.mh-hero-meta span {
  font-size: 11px;
}

.mh-section h2,
.mh-materials h2 {
  font-size: clamp(60px, 5.8vw, 92px);
  font-weight: 700;
}

.mh-section-intro,
.mh-materials-content > p {
  font-size: 18px;
}

.mh-text-link {
  font-size: 15px;
}

.mh-project-info h3 {
  font-size: 38px;
  font-weight: 700;
}

.mh-project-info p,
.mh-feature p,
.mh-process-step p {
  font-size: 15px;
}

.mh-project-specs {
  min-width: 150px;
  font-size: 13px;
}

.mh-project-specs strong {
  margin-top: 13px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.mh-feature h3,
.mh-process-step h3 {
  font-size: 30px;
  font-weight: 700;
}

.mh-feature > span,
.mh-process-step > span {
  font-size: 12px;
}

.mh-materials-content li {
  font-size: 16px;
}

.mh-final-cta h2 {
  font-weight: 700;
}

.mh-final-cta p {
  max-width: 680px;
  font-size: 18px;
}

.mh-footer-tagline {
  font-size: 42px;
  font-weight: 650;
}

.mh-footer-links span,
.mh-footer-bottom {
  font-size: 11px;
}

.mh-footer a {
  font-size: 15px;
  text-decoration: none;
}

.mh-inner-hero {
  padding: 120px max(48px, calc((100vw - 1440px) / 2)) 90px;
  background: var(--mh-sand);
}

.mh-inner-hero h1,
.mh-info-hero h1,
.mh-product-summary h1 {
  margin: 0;
  color: var(--mh-ink);
  font-family: "Manrope", sans-serif;
  font-size: clamp(72px, 8vw, 138px);
  font-weight: 750;
  line-height: .9;
  letter-spacing: -.075em;
}

.mh-inner-hero-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid var(--mh-line);
}

.mh-inner-description {
  max-width: 780px;
  color: #565f58;
  font-size: 20px;
  line-height: 1.65;
}

.mh-inner-description p {
  margin: 0;
}

.mh-inner-hero-bottom > span {
  color: #6e766f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mh-catalog-content {
  padding: 110px max(48px, calc((100vw - 1440px) / 2)) 150px;
}

.mh-catalog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--mh-line);
}

.mh-catalog-toolbar > strong {
  font-size: 24px;
}

.mh-catalog-toolbar label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #697069;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.mh-catalog-toolbar select {
  min-width: 220px;
  padding: 10px 34px 10px 12px;
  border: 1px solid var(--mh-line);
  background-color: transparent;
  color: var(--mh-ink);
  font-size: 15px;
  text-transform: none;
}

.mh-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 90px 28px;
}

.mh-catalog-card {
  min-width: 0;
}

.mh-catalog-card-image {
  position: relative;
  display: block;
  aspect-ratio: 1.35 / 1;
  overflow: hidden;
  background: #d8d4ca;
}

.mh-catalog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.mh-catalog-card:hover .mh-catalog-card-image img {
  transform: scale(1.035);
}

.mh-catalog-card-arrow {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  background: var(--mh-white);
  font-size: 20px;
}

.mh-catalog-card-body {
  position: relative;
  padding: 30px 0 0;
}

.mh-catalog-card-copy > span {
  color: #778078;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.mh-catalog-card h2 {
  margin: 8px 0 12px;
  font-size: 46px;
  font-weight: 750;
  letter-spacing: -.055em;
}

.mh-catalog-card h2 a {
  color: inherit;
  text-decoration: none;
}

.mh-catalog-card p {
  max-width: 540px;
  color: #677068;
  font-size: 16px;
  line-height: 1.65;
}

.mh-catalog-price {
  margin-top: 28px;
  padding: 22px 0;
  border-top: 1px solid var(--mh-line);
  border-bottom: 1px solid var(--mh-line);
}

.mh-catalog-price small,
.mh-product-price span,
.mh-product-price small {
  display: block;
  color: #6f776f;
  font-size: 13px;
}

.mh-catalog-price strong {
  display: block;
  margin-top: 4px;
  color: var(--mh-ink);
  font-size: clamp(30px, 2.8vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.055em;
}

.mh-card-link {
  display: inline-flex;
  gap: 26px;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--mh-ink);
  color: var(--mh-ink);
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
}

.mh-catalog-results {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  color: #697069;
  font-size: 14px;
}

.mh-catalog-note,
.mh-info-cta {
  padding: 130px max(48px, calc((100vw - 1440px) / 2));
  background: var(--mh-forest);
  color: var(--mh-white);
}

.mh-catalog-note h2,
.mh-info-cta h2,
.mh-product-story-title h2 {
  margin: 0 0 45px;
  color: inherit;
  font-size: clamp(52px, 5vw, 82px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.06em;
}

.mh-product-breadcrumb {
  width: var(--mh-container);
  margin: 0 auto;
  padding: 25px 0;
  color: #777e78;
  font-size: 13px;
}

.mh-product-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.mh-product-breadcrumb span {
  margin: 0 8px;
  opacity: .45;
}

.mh-product-hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: 760px;
  border-top: 1px solid var(--mh-line);
  border-bottom: 1px solid var(--mh-line);
}

.mh-product-visual {
  min-height: 760px;
  overflow: hidden;
}

.mh-product-visual > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.mh-product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mh-product-visual span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 13px 17px;
  background: rgba(255,255,255,.92);
  color: var(--mh-ink);
  font-size: 12px;
  font-weight: 700;
}

.mh-product-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 75px clamp(48px, 6vw, 110px);
}

.mh-product-summary h1 {
  font-size: clamp(68px, 6.5vw, 112px);
}

.mh-product-intro {
  max-width: 580px;
  margin: 35px 0 0;
  color: #616a62;
  font-size: 18px;
  line-height: 1.7;
}

.mh-product-price {
  margin-top: 45px;
  padding-top: 25px;
  border-top: 1px solid var(--mh-line);
}

.mh-product-price strong {
  display: block;
  margin: 4px 0 10px;
  color: var(--mh-ink);
  font-size: clamp(42px, 4vw, 68px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.06em;
}

.mh-product-actions {
  display: flex;
  gap: 12px;
  margin-top: 38px;
}

.mh-dark-button,
.mh-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 62px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
}

.mh-dark-button {
  background: var(--mh-forest);
  border: 1px solid var(--mh-forest);
  color: var(--mh-white);
}

.mh-dark-button:hover {
  background: #111713;
  color: var(--mh-white);
}

.mh-outline-button {
  border: 1px solid var(--mh-line);
  color: var(--mh-ink);
}

.mh-product-specs-section {
  padding: 100px max(48px, calc((100vw - 1440px) / 2));
}

.mh-product-specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
  border-top: 1px solid var(--mh-line);
  border-left: 1px solid var(--mh-line);
}

.mh-product-specs-grid > div {
  min-height: 155px;
  padding: 24px;
  border-right: 1px solid var(--mh-line);
  border-bottom: 1px solid var(--mh-line);
}

.mh-product-specs-grid span {
  display: block;
  color: #747c75;
  font-size: 13px;
}

.mh-product-specs-grid strong {
  display: block;
  margin-top: 34px;
  font-size: 32px;
  font-weight: 750;
  letter-spacing: -.04em;
}

.mh-product-story {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 9vw;
  padding: 130px max(48px, calc((100vw - 1440px) / 2));
  background: var(--mh-sand);
}

.mh-product-story-content {
  font-size: 18px;
}

.mh-product-lead {
  margin: 0 0 70px;
  font-size: 28px;
  font-weight: 550;
  line-height: 1.5;
  letter-spacing: -.025em;
}

.mh-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}

.mh-story-grid span {
  color: #6e766f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mh-story-grid h3,
.mh-package-table h3 {
  margin: 18px 0;
  color: var(--mh-ink);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -.035em;
}

.mh-story-grid p,
.mh-story-grid li {
  color: #606860;
  line-height: 1.7;
}

.mh-package-table {
  margin-top: 70px;
}

.mh-package-table > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 25px;
  padding: 18px 0;
  border-top: 1px solid var(--mh-line);
  color: #5e675f;
}

.mh-info-hero {
  position: relative;
  min-height: 540px;
  padding: 125px max(48px, calc((100vw - 1440px) / 2)) 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--mh-forest);
  color: var(--mh-white);
}

.mh-info-hero h1 {
  color: var(--mh-white);
}

.mh-info-index {
  position: absolute;
  right: max(48px, calc((100vw - 1440px) / 2));
  bottom: 95px;
  color: rgba(255,255,255,.45);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mh-info-body {
  padding: 120px max(48px, calc((100vw - 1440px) / 2)) 150px;
}

.mh-info-lead {
  max-width: 1050px;
  margin-bottom: 120px;
}

.mh-info-lead p {
  margin: 0;
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -.05em;
}

.mh-info-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  padding-top: 50px;
  border-top: 1px solid var(--mh-line);
}

.mh-info-split span {
  color: #747c75;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mh-info-split h2 {
  margin-top: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.045em;
}

.mh-info-split p {
  color: #5f675f;
  font-size: 19px;
  line-height: 1.75;
}

.mh-info-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 110px;
  border-top: 1px solid var(--mh-line);
}

.mh-info-stats > div {
  padding: 40px 30px 0 0;
}

.mh-info-stats strong {
  display: block;
  font-size: 68px;
  font-weight: 750;
  letter-spacing: -.06em;
}

.mh-info-stats span {
  color: #697169;
  font-size: 15px;
}

.mh-tech-list > div,
.mh-timeline > div {
  display: grid;
  grid-template-columns: 90px .75fr 1fr;
  gap: 40px;
  padding: 42px 0;
  border-top: 1px solid var(--mh-line);
}

.mh-tech-list span,
.mh-timeline span,
.mh-package-cards > div > span {
  color: #7a827b;
  font-size: 13px;
  font-weight: 700;
}

.mh-tech-list h2,
.mh-timeline h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -.04em;
}

.mh-tech-list p,
.mh-timeline p {
  margin: 0;
  color: #5e675f;
  font-size: 18px;
  line-height: 1.7;
}

.mh-package-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mh-package-cards > div {
  min-height: 530px;
  padding: 38px;
  border: 1px solid var(--mh-line);
  background: #ece8df;
}

.mh-package-cards > div.is-featured {
  background: var(--mh-forest);
  color: var(--mh-white);
}

.mh-package-cards h2 {
  margin: 90px 0 8px;
  color: inherit;
  font-size: 46px;
  font-weight: 750;
}

.mh-package-cards strong {
  color: #697069;
  font-size: 15px;
}

.mh-package-cards .is-featured strong {
  color: var(--mh-accent);
}

.mh-package-cards ul {
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
}

.mh-package-cards li {
  padding: 14px 0;
  border-top: 1px solid var(--mh-line);
  font-size: 16px;
}

.mh-package-cards .is-featured li {
  border-color: rgba(255,255,255,.16);
}

.mh-faq details {
  border-top: 1px solid var(--mh-line);
}

.mh-faq details:last-child {
  border-bottom: 1px solid var(--mh-line);
}

.mh-faq summary {
  position: relative;
  padding: 32px 65px 32px 0;
  cursor: pointer;
  font-size: 27px;
  font-weight: 650;
  letter-spacing: -.03em;
  list-style: none;
}

.mh-faq summary::after {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 30px;
  font-weight: 400;
}

.mh-faq details[open] summary::after {
  content: "−";
}

.mh-faq details p {
  max-width: 850px;
  padding: 0 0 35px;
  color: #5f675f;
  font-size: 18px;
  line-height: 1.7;
}

.mh-info-cta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  background: var(--mh-sand);
  color: var(--mh-ink);
}

.mh-info-cta h2 {
  margin-bottom: 0;
}

.mh-contact-intro h1,
.mh-contact-form-wrap h2 {
  font-weight: 700;
}

.mh-contact-intro > p,
.mh-contact-details a,
.mh-contact-details p,
.mh-contact-form .form-control {
  font-size: 17px;
}

.mh-contact-details span,
.mh-contact-form label {
  font-size: 11px;
}

@media (max-width: 1099px) {
  .mh-header-inner {
    height: 92px;
  }

  .mh-navigation {
    top: 92px;
  }

  .mh-product-hero {
    grid-template-columns: 1fr;
  }

  .mh-product-visual {
    min-height: 650px;
  }

  .mh-product-summary {
    padding: 85px 6vw;
  }

  .mh-product-story {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 17px;
  }

  .mh-header-inner {
    height: 78px;
  }

  .mh-navigation {
    top: 78px;
  }

  .mh-brand-copy strong {
    font-size: 17px;
  }

  .mh-hero h1 {
    font-size: clamp(58px, 17vw, 76px);
  }

  .mh-hero-content > p,
  .mh-section-intro,
  .mh-materials-content > p,
  .mh-final-cta p {
    font-size: 17px;
  }

  .mh-section h2,
  .mh-materials h2,
  .mh-promise-main > h2,
  .mh-final-cta h2 {
    font-size: 48px;
  }

  .mh-project-info {
    grid-template-columns: 1fr;
  }

  .mh-project-info h3 {
    font-size: 36px;
  }

  .mh-project-info p {
    font-size: 16px;
  }

  .mh-project-specs {
    align-items: flex-start;
    font-size: 14px;
  }

  .mh-project-specs strong {
    font-size: 25px;
  }

  .mh-inner-hero,
  .mh-info-hero {
    padding: 85px 16px 60px;
  }

  .mh-inner-hero h1,
  .mh-info-hero h1 {
    font-size: 58px;
  }

  .mh-inner-hero-bottom {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 45px;
  }

  .mh-inner-description {
    font-size: 18px;
  }

  .mh-catalog-content,
  .mh-info-body,
  .mh-product-specs-section,
  .mh-product-story {
    padding: 75px 16px 90px;
  }

  .mh-catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .mh-catalog-toolbar label {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }

  .mh-catalog-toolbar select {
    width: 100%;
  }

  .mh-catalog-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .mh-catalog-card h2 {
    font-size: 40px;
  }

  .mh-catalog-price strong {
    font-size: 34px;
  }

  .mh-catalog-note,
  .mh-info-cta {
    padding: 90px 16px;
  }

  .mh-catalog-note h2,
  .mh-info-cta h2,
  .mh-product-story-title h2 {
    font-size: 46px;
  }

  .mh-product-breadcrumb {
    padding: 20px 0;
  }

  .mh-product-visual {
    min-height: 430px;
  }

  .mh-product-summary {
    padding: 70px 16px 80px;
  }

  .mh-product-summary h1 {
    font-size: 62px;
  }

  .mh-product-price strong {
    font-size: 43px;
  }

  .mh-product-actions {
    flex-direction: column;
  }

  .mh-product-specs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mh-product-specs-grid > div {
    min-height: 135px;
    padding: 18px;
  }

  .mh-product-specs-grid strong {
    font-size: 25px;
  }

  .mh-product-lead {
    font-size: 25px;
  }

  .mh-story-grid,
  .mh-info-split,
  .mh-info-stats,
  .mh-package-cards {
    grid-template-columns: 1fr;
  }

  .mh-info-hero {
    min-height: 420px;
  }

  .mh-info-index {
    display: none;
  }

  .mh-info-lead {
    margin-bottom: 75px;
  }

  .mh-info-lead p {
    font-size: 34px;
  }

  .mh-info-split h2 {
    font-size: 38px;
  }

  .mh-info-stats {
    margin-top: 70px;
  }

  .mh-tech-list > div,
  .mh-timeline > div {
    grid-template-columns: 45px 1fr;
    gap: 20px;
  }

  .mh-tech-list p,
  .mh-timeline p {
    grid-column: 2;
  }

  .mh-package-cards > div {
    min-height: 440px;
  }

  .mh-info-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--mh-paper);
  color: var(--mh-ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: -.01em;
}

body, button, input, textarea, select {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

a {
  color: inherit;
}

#container.mh-site {
  position: relative;
  min-height: 100vh;
  margin: 0;
}

#container.mh-site main {
  display: block;
}

#content, #column-left, #column-right {
  padding-bottom: 80px;
}

.mh-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: var(--mh-paper);
  border-bottom: 1px solid var(--mh-line);
}

.mh-home-page .mh-header {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--mh-white);
  background: transparent;
  border-color: rgba(255,255,255,.24);
}

.mh-header-inner {
  width: var(--mh-container);
  height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  align-items: center;
  gap: 30px;
}

.mh-brand,
.mh-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  color: inherit;
  text-decoration: none;
}

.mh-brand-mark {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 13px);
  gap: 4px;
  width: 30px;
  height: 34px;
}

.mh-brand-mark i {
  display: block;
  background: currentColor;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 100%, 0 100%);
}

.mh-brand-mark i:last-child {
  transform: translateY(7px);
}

.mh-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.mh-brand-copy strong {
  font-size: 17px;
  font-weight: 750;
  letter-spacing: .18em;
}

.mh-brand-copy small {
  margin-top: 7px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .32em;
  opacity: .75;
}

.mh-navigation {
  justify-self: center;
}

.mh-navigation.collapse:not(.show) {
  display: flex;
}

.mh-navigation a {
  margin: 0 15px;
  color: inherit;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  opacity: .82;
  transition: opacity .2s ease;
}

.mh-navigation a:hover {
  opacity: 1;
}

.mh-header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

.mh-currency .dropdown-toggle {
  color: inherit;
  background: transparent;
  border: 0;
  font-size: 12px;
}

.mh-currency .dropdown-toggle strong,
.mh-currency .dropdown-toggle span,
.mh-currency .dropdown-toggle i {
  display: none !important;
}

.mh-currency .dropdown-toggle::before {
  content: "ALL";
  font-weight: 700;
  letter-spacing: .06em;
}

.mh-currency .dropdown-toggle::after {
  margin-left: 7px;
}

.mh-header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 19px;
  background: var(--mh-accent);
  color: var(--mh-ink);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.mh-header-cta:hover {
  background: #c6d47b;
  color: var(--mh-ink);
}

.mh-header-cta i {
  font-size: 10px;
}

.mh-nav-toggle {
  display: none;
  background: transparent;
  border: 0;
}

.mh-hero {
  position: relative;
  min-height: 860px;
  height: 100vh;
  color: var(--mh-white);
  overflow: hidden;
}

.mh-hero-image,
.mh-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mh-hero-image {
  object-fit: cover;
}

.mh-hero-shade {
  background:
    linear-gradient(90deg, rgba(10,16,15,.72) 0%, rgba(10,16,15,.43) 37%, rgba(10,16,15,.06) 68%),
    linear-gradient(0deg, rgba(10,16,15,.5) 0%, transparent 38%);
}

.mh-hero-content {
  position: relative;
  z-index: 2;
  width: var(--mh-container);
  margin: 0 auto;
  padding-top: clamp(210px, 25vh, 290px);
}

.mh-eyebrow,
.mh-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
  color: #526159;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.mh-eyebrow {
  color: rgba(255,255,255,.76);
}

.mh-eyebrow span {
  width: 28px;
  height: 1px;
  background: var(--mh-accent);
}

.mh-hero h1,
.mh-section h2,
.mh-materials h2,
.mh-final-cta h2 {
  margin: 0;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.055em;
}

.mh-hero h1 {
  max-width: 790px;
  font-size: clamp(72px, 7.8vw, 126px);
  line-height: .88;
}

.mh-hero-content > p {
  max-width: 540px;
  margin: 36px 0 0;
  color: rgba(255,255,255,.8);
  font-size: 17px;
  line-height: 1.65;
}

.mh-hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 40px;
}

.mh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 190px;
  min-height: 58px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.45);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.mh-btn-light {
  background: var(--mh-white);
  border-color: var(--mh-white);
  color: var(--mh-ink);
}

.mh-btn-light:hover {
  background: var(--mh-accent);
  border-color: var(--mh-accent);
  color: var(--mh-ink);
}

.mh-btn-ghost {
  color: var(--mh-white);
  backdrop-filter: blur(6px);
}

.mh-btn-ghost:hover {
  background: rgba(255,255,255,.12);
  color: var(--mh-white);
}

.mh-hero-meta {
  position: absolute;
  z-index: 2;
  right: max(48px, calc((100vw - 1440px) / 2));
  bottom: 48px;
  display: flex;
  gap: 45px;
}

.mh-hero-meta > div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.mh-hero-meta strong {
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
}

.mh-hero-meta span {
  color: rgba(255,255,255,.66);
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
}

.mh-scroll-note {
  position: absolute;
  z-index: 2;
  left: 48px;
  bottom: 54px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,.62);
  font-size: 9px;
  letter-spacing: .23em;
  text-decoration: none;
  transform: rotate(-90deg);
  transform-origin: left center;
}

.mh-scroll-note span {
  width: 48px;
  height: 1px;
  background: rgba(255,255,255,.42);
}

.mh-section {
  padding: 140px max(48px, calc((100vw - 1440px) / 2));
}

.mh-section-head {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 72px;
}

.mh-section h2,
.mh-materials h2 {
  font-size: clamp(52px, 5.4vw, 84px);
  line-height: .98;
}

.mh-section-intro {
  max-width: 440px;
  margin: 0 0 7px auto;
  color: #606760;
  font-size: 15px;
  line-height: 1.75;
}

.mh-section-intro p {
  margin-bottom: 28px;
}

.mh-text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  color: var(--mh-ink);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .03em;
  text-decoration: none;
}

.mh-text-link:hover {
  color: #5e6d2c;
}

.mh-project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mh-project-card {
  min-width: 0;
}

.mh-project-image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 4.65;
  overflow: hidden;
  background: #d8d4ca;
}

.mh-project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.mh-project-card:hover .mh-project-image img {
  transform: scale(1.035);
}

.mh-project-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  background: var(--mh-white);
  color: var(--mh-ink);
  font-size: 12px;
}

.mh-project-info {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 24px 0 0;
}

.mh-project-info h3 {
  margin: 0 0 9px;
  color: var(--mh-ink);
  font-family: Georgia, serif;
  font-size: 29px;
  font-weight: 400;
}

.mh-project-info p {
  max-width: 290px;
  color: #767b76;
  font-size: 12px;
  line-height: 1.55;
}

.mh-project-specs {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  color: #747a74;
  font-size: 10px;
}

.mh-project-specs strong {
  margin-top: 7px;
  color: var(--mh-ink);
  font-size: 13px;
}

.mh-promise {
  display: grid;
  grid-template-columns: .34fr 1fr;
  min-height: 850px;
  background: var(--mh-forest);
  color: var(--mh-white);
}

.mh-kicker-light {
  color: rgba(255,255,255,.56);
}

.mh-promise-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 70px;
  border-right: 1px solid rgba(255,255,255,.14);
}

.mh-promise-number {
  color: rgba(255,255,255,.4);
  font-size: 10px;
  letter-spacing: .14em;
}

.mh-promise-main {
  padding-left: 9vw;
}

.mh-promise-main > h2 {
  font-size: clamp(58px, 6vw, 92px);
}

.mh-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 90px;
  border-top: 1px solid rgba(255,255,255,.15);
}

.mh-feature {
  min-height: 190px;
  padding: 30px 35px 26px 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.mh-feature:nth-child(odd) {
  border-right: 1px solid rgba(255,255,255,.15);
}

.mh-feature:nth-child(even) {
  padding-left: 35px;
}

.mh-feature span {
  color: var(--mh-accent);
  font-size: 10px;
}

.mh-feature h3 {
  margin: 26px 0 12px;
  color: var(--mh-white);
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 400;
}

.mh-feature p {
  max-width: 310px;
  margin: 0;
  color: rgba(255,255,255,.57);
  font-size: 12px;
  line-height: 1.65;
}

.mh-process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--mh-line);
}

.mh-process-step {
  min-height: 310px;
  padding: 30px 28px;
  border-right: 1px solid var(--mh-line);
}

.mh-process-step:first-child {
  padding-left: 0;
}

.mh-process-step:last-child {
  border-right: 0;
}

.mh-process-step > span {
  color: #888e87;
  font-size: 10px;
}

.mh-process-step h3 {
  margin: 96px 0 18px;
  color: var(--mh-ink);
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
}

.mh-process-step p {
  max-width: 260px;
  color: #747a74;
  font-size: 12px;
  line-height: 1.7;
}

.mh-materials {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 830px;
  background: var(--mh-sand);
}

.mh-materials-image {
  min-height: 720px;
  overflow: hidden;
}

.mh-materials-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mh-materials-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 9vw;
}

.mh-materials-content > p {
  max-width: 500px;
  margin: 36px 0;
  color: #656b65;
  font-size: 14px;
  line-height: 1.8;
}

.mh-materials-content ul {
  margin: 0 0 45px;
  padding: 0;
  border-top: 1px solid var(--mh-line);
  list-style: none;
}

.mh-materials-content li {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--mh-line);
  font-size: 12px;
}

.mh-materials-content li span {
  color: #8a9089;
  font-size: 9px;
}

.mh-final-cta {
  padding: 150px 48px;
  background: #1b201d;
  color: var(--mh-white);
  text-align: center;
}

.mh-final-cta .mh-kicker {
  justify-content: center;
}

.mh-final-cta h2 {
  font-size: clamp(65px, 7vw, 108px);
  line-height: .92;
}

.mh-final-cta p {
  max-width: 540px;
  margin: 35px auto;
  color: rgba(255,255,255,.6);
  font-size: 14px;
  line-height: 1.75;
}

.mh-final-cta .mh-btn {
  margin: 0 auto;
  min-width: 260px;
}

.mh-footer {
  position: static;
  width: 100%;
  padding: 0;
  border: 0;
  background: #111411;
  color: var(--mh-white);
}

.mh-footer-main {
  width: var(--mh-container);
  margin: 0 auto;
  padding: 90px 0 80px;
  display: grid;
  grid-template-columns: .75fr 1fr 1.15fr;
  gap: 70px;
  align-items: start;
}

.mh-footer-tagline {
  font-family: Georgia, serif;
  font-size: 38px;
  line-height: 1.12;
}

.mh-footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}

.mh-footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.mh-footer-links span {
  margin-bottom: 10px;
  color: rgba(255,255,255,.4);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.mh-footer a {
  color: rgba(255,255,255,.72);
  font-size: 12px;
}

.mh-footer a:hover {
  color: var(--mh-white);
}

.mh-footer-bottom {
  width: var(--mh-container);
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.4);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mh-inner-page main > .container {
  padding-top: 60px;
}

.mh-inner-page .breadcrumb {
  border: 0;
  border-bottom: 1px solid var(--mh-line);
  border-radius: 0;
  background: transparent;
}

.mh-inner-page h1 {
  color: var(--mh-ink);
  font-family: Georgia, serif;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: -.045em;
}

.mh-inner-page .btn-primary {
  background: var(--mh-forest);
  border-color: var(--mh-forest);
}

.mh-contact-page {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  min-height: 760px;
}

.mh-contact-intro {
  padding: 120px max(60px, calc((100vw - 1440px) / 2));
  padding-right: 8vw;
  background: var(--mh-forest);
  color: var(--mh-white);
}

.mh-contact-intro h1 {
  margin: 0;
  color: var(--mh-white);
  font-family: Georgia, serif;
  font-size: clamp(60px, 6vw, 92px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.055em;
}

.mh-contact-intro > p {
  max-width: 510px;
  margin: 38px 0 80px;
  color: rgba(255,255,255,.62);
  font-size: 14px;
  line-height: 1.8;
}

.mh-contact-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.16);
}

.mh-contact-details > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mh-contact-details span,
.mh-contact-form label {
  color: rgba(255,255,255,.45);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mh-contact-details a,
.mh-contact-details p {
  margin: 0;
  color: var(--mh-white);
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
}

.mh-contact-form-wrap {
  padding: 120px 8vw;
  background: var(--mh-paper);
}

.mh-contact-form-wrap h2 {
  margin: 0 0 55px;
  color: var(--mh-ink);
  font-family: Georgia, serif;
  font-size: clamp(48px, 4vw, 68px);
  font-weight: 400;
  letter-spacing: -.045em;
}

.mh-contact-form {
  max-width: 680px;
}

.mh-form-field {
  margin-bottom: 25px;
}

.mh-contact-form label {
  display: block;
  margin-bottom: 10px;
  color: #697069;
}

.mh-contact-form .form-control {
  min-height: 54px;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--mh-line);
  border-radius: 0;
  background: transparent;
  color: var(--mh-ink);
  box-shadow: none;
}

.mh-contact-form textarea.form-control {
  resize: vertical;
}

.mh-contact-form .form-control:focus {
  border-color: var(--mh-forest);
}

.mh-form-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 60px;
  margin-top: 35px;
  padding: 0 22px;
  border: 0;
  background: var(--mh-forest);
  color: var(--mh-white);
  font-size: 12px;
  font-weight: 750;
}

.mh-form-submit:hover {
  background: #35483e;
}

@media (max-width: 1100px) {
  :root {
    --mh-container: calc(100vw - 48px);
  }

  .mh-header-inner {
    grid-template-columns: 220px 1fr auto;
  }

  .mh-nav-toggle {
    justify-self: end;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 10px 5px;
    align-content: center;
    gap: 7px;
  }

  .mh-nav-toggle span {
    display: block;
    height: 1px;
    background: currentColor;
  }

  .mh-navigation.collapse:not(.show) {
    display: none;
  }

  .mh-navigation {
    position: absolute;
    top: 92px;
    left: 0;
    width: 100%;
    padding: 20px 24px 28px;
    background: var(--mh-forest);
    color: var(--mh-white);
  }

  .mh-navigation.show {
    display: flex;
    flex-direction: column;
  }

  .mh-navigation a {
    margin: 8px 0;
    font-size: 15px;
  }

  .mh-header-actions {
    display: none;
  }

  .mh-hero-meta {
    right: 24px;
  }

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

  .mh-promise-aside {
    display: block;
    padding: 0 0 40px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .mh-promise-number {
    display: none;
  }

  .mh-promise-main {
    padding: 60px 0 0;
  }

  .mh-materials-content {
    padding: 70px 6vw;
  }

  .mh-contact-page {
    grid-template-columns: 1fr;
  }

  .mh-contact-intro,
  .mh-contact-form-wrap {
    padding: 90px 6vw;
  }
}

@media (max-width: 767px) {
  :root {
    --mh-container: calc(100vw - 32px);
  }

  .mh-header-inner {
    height: 74px;
    grid-template-columns: 1fr auto;
  }

  .mh-navigation {
    top: 74px;
  }

  .mh-hero {
    min-height: 760px;
    height: 100svh;
  }

  .mh-hero-image {
    object-position: 66% center;
  }

  .mh-hero-shade {
    background: linear-gradient(90deg, rgba(10,16,15,.78), rgba(10,16,15,.18)), linear-gradient(0deg, rgba(10,16,15,.72), transparent 56%);
  }

  .mh-hero-content {
    padding-top: 180px;
  }

  .mh-hero h1 {
    font-size: clamp(58px, 18vw, 78px);
  }

  .mh-hero-content > p {
    max-width: 92%;
    font-size: 14px;
  }

  .mh-hero-actions {
    flex-direction: column;
    width: max-content;
  }

  .mh-hero-meta {
    right: 16px;
    bottom: 25px;
    left: 16px;
    justify-content: space-between;
    gap: 10px;
  }

  .mh-hero-meta > div {
    gap: 7px;
  }

  .mh-hero-meta strong {
    font-size: 24px;
  }

  .mh-hero-meta span {
    font-size: 8px;
  }

  .mh-scroll-note {
    display: none;
  }

  .mh-section {
    padding: 90px 16px;
  }

  .mh-section-head {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 45px;
  }

  .mh-section-intro {
    margin: 0;
  }

  .mh-section h2,
  .mh-materials h2 {
    font-size: 48px;
  }

  .mh-project-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .mh-project-image {
    aspect-ratio: 4 / 4.2;
  }

  .mh-promise-main > h2 {
    font-size: 52px;
  }

  .mh-feature-grid {
    grid-template-columns: 1fr;
    margin-top: 55px;
  }

  .mh-feature,
  .mh-feature:nth-child(even) {
    min-height: 160px;
    padding: 25px 0;
    border-right: 0;
  }

  .mh-process-list {
    grid-template-columns: 1fr;
  }

  .mh-process-step,
  .mh-process-step:first-child {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--mh-line);
  }

  .mh-process-step h3 {
    margin: 35px 0 12px;
  }

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

  .mh-materials-image {
    min-height: 480px;
  }

  .mh-materials-content {
    padding: 75px 20px;
  }

  .mh-final-cta {
    padding: 100px 18px;
  }

  .mh-final-cta h2 {
    font-size: 58px;
  }

  .mh-footer-main {
    padding: 70px 0 55px;
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .mh-footer-links {
    gap: 25px;
  }

  .mh-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .mh-contact-intro,
  .mh-contact-form-wrap {
    padding: 75px 20px;
  }

  .mh-contact-intro h1 {
    font-size: 54px;
  }

  .mh-contact-details {
    grid-template-columns: 1fr;
  }
}

/* Keep the new type scale after the legacy responsive rules above. */
body,
body button,
body input,
body textarea,
body select,
.mh-hero h1,
.mh-section h2,
.mh-materials h2,
.mh-final-cta h2,
.mh-project-info h3,
.mh-feature h3,
.mh-process-step h3,
.mh-footer-tagline,
.mh-inner-page h1,
.mh-contact-intro h1,
.mh-contact-form-wrap h2 {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

body {
  font-size: 18px;
  line-height: 1.6;
}

.mh-header-inner {
  height: 104px;
  grid-template-columns: 270px 1fr 270px;
}

.mh-brand-copy strong { font-size: 19px; font-weight: 800; }
.mh-brand-copy small { font-size: 10px; }
.mh-navigation a { margin: 0 18px; font-size: 15px; font-weight: 700; }
.mh-header-cta { min-height: 50px; padding: 0 22px; font-size: 14px; }
.mh-eyebrow, .mh-kicker { font-size: 12px; }
.mh-hero h1 { max-width: 970px; font-size: clamp(78px, 8.4vw, 138px); font-weight: 700; line-height: .9; letter-spacing: -.07em; }
.mh-hero-content > p { max-width: 650px; font-size: 20px; }
.mh-btn { min-height: 64px; padding: 0 26px; font-size: 15px; }
.mh-hero-meta strong { font-family: "Manrope", sans-serif; font-size: 40px; font-weight: 700; }
.mh-hero-meta span { font-size: 11px; }
.mh-section h2, .mh-materials h2 { font-size: clamp(60px, 5.8vw, 92px); font-weight: 700; }
.mh-section-intro, .mh-materials-content > p { font-size: 18px; }
.mh-text-link { font-size: 15px; }
.mh-project-info h3 { font-size: 38px; font-weight: 700; }
.mh-project-info p, .mh-feature p, .mh-process-step p { font-size: 15px; }
.mh-project-specs { min-width: 150px; font-size: 13px; }
.mh-project-specs strong { margin-top: 13px; font-size: 22px; font-weight: 800; letter-spacing: -.04em; white-space: nowrap; }
.mh-feature h3, .mh-process-step h3 { font-size: 30px; font-weight: 700; }
.mh-feature > span, .mh-process-step > span { font-size: 12px; }
.mh-materials-content li { font-size: 16px; }
.mh-final-cta h2 { font-weight: 700; }
.mh-final-cta p { max-width: 680px; font-size: 18px; }
.mh-footer-tagline { font-size: 42px; font-weight: 650; }
.mh-footer-links span, .mh-footer-bottom { font-size: 11px; }
.mh-footer a { font-size: 15px; text-decoration: none; }
.mh-inner-hero h1, .mh-info-hero h1, .mh-product-summary h1 { font-family: "Manrope", sans-serif; font-weight: 750; }
.mh-info-hero h1 { color: var(--mh-white); }
.mh-contact-intro h1, .mh-contact-form-wrap h2 { font-weight: 700; }
.mh-contact-intro > p, .mh-contact-details a, .mh-contact-details p, .mh-contact-form .form-control { font-size: 17px; }
.mh-contact-details span, .mh-contact-form label { font-size: 11px; }

@media (max-width: 1099px) {
  .mh-header-inner { height: 92px; }
  .mh-navigation { top: 92px; }
}

@media (max-width: 767px) {
  body { font-size: 17px; }
  .mh-header-inner { height: 78px; grid-template-columns: 1fr auto; }
  .mh-navigation { top: 78px; }
  .mh-brand-copy strong { font-size: 17px; }
  .mh-hero h1 { font-size: clamp(58px, 17vw, 76px); }
  .mh-hero-content > p, .mh-section-intro, .mh-materials-content > p, .mh-final-cta p { font-size: 17px; }
  .mh-section h2, .mh-materials h2, .mh-promise-main > h2, .mh-final-cta h2 { font-size: 48px; }
  .mh-project-info { grid-template-columns: 1fr; }
  .mh-project-info h3 { font-size: 36px; }
  .mh-project-info p { font-size: 16px; }
  .mh-project-specs { align-items: flex-start; font-size: 14px; }
  .mh-project-specs strong { font-size: 25px; }
}

#mh-house-list.mh-catalog-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 1280px) {
  #mh-house-list.mh-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  #mh-house-list.mh-catalog-grid {
    grid-template-columns: 1fr !important;
  }
}

/* MODULA-style navigation and photographic hero. */
.mh-header,
.mh-home-page .mh-header {
  position: relative;
  inset: auto;
  background: #171918;
  color: var(--mh-white);
  border-color: rgba(255,255,255,.08);
}

.mh-header-inner {
  width: min(1480px, calc(100vw - 64px));
  height: 98px;
  grid-template-columns: 270px 1fr 440px;
  gap: 26px;
}

.mh-modula-mark {
  width: 55px;
  height: 52px;
  fill: none;
  stroke: #d9a532;
  stroke-width: 3;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.mh-brand {
  gap: 15px;
}

.mh-brand-copy strong {
  color: var(--mh-white);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .045em;
}

.mh-brand-copy small {
  margin-top: 5px;
  color: rgba(255,255,255,.55);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
}

.mh-navigation {
  white-space: nowrap;
}

.mh-navigation a {
  margin: 0 17px;
  color: var(--mh-white);
  font-size: 14px;
  font-weight: 650;
  opacity: .9;
}

.mh-header-actions {
  gap: 25px;
}

.mh-header-phone {
  color: var(--mh-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.mh-header-phone:hover {
  color: #e8b53f;
}

.mh-header-language {
  color: var(--mh-white);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.mh-header-cta {
  min-height: 54px;
  padding: 0 23px;
  border: 1px solid #d9a532;
  border-radius: 5px;
  background: transparent;
  color: #e8b53f;
  font-size: 14px;
  white-space: nowrap;
}

.mh-header-cta:hover {
  background: #e8b53f;
  color: #171918;
}

.mh-hero {
  min-height: 730px;
  height: calc(100vh - 98px);
  max-height: 900px;
}

.mh-hero-image {
  object-position: center center;
}

.mh-hero-shade {
  background:
    linear-gradient(90deg, rgba(7,10,8,.84) 0%, rgba(7,10,8,.63) 29%, rgba(7,10,8,.16) 58%, rgba(7,10,8,.08) 100%),
    linear-gradient(0deg, rgba(7,10,8,.67) 0%, rgba(7,10,8,.08) 48%);
}

.mh-hero-content {
  padding-top: clamp(82px, 11vh, 125px);
}

.mh-hero h1 {
  max-width: 810px;
  color: var(--mh-white);
  font-size: clamp(54px, 4.45vw, 72px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.mh-hero-content > p {
  max-width: 560px;
  margin-top: 28px;
  color: rgba(255,255,255,.88);
  font-size: 17px;
  line-height: 1.48;
}

.mh-hero-actions {
  gap: 18px;
  margin-top: 34px;
}

.mh-hero .mh-btn {
  min-width: 250px;
  min-height: 62px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 750;
}

.mh-btn-gold {
  border-color: #e8b53f;
  background: #e8b53f;
  color: #171918;
}

.mh-btn-gold:hover {
  border-color: #f4c75a;
  background: #f4c75a;
  color: #171918;
}

.mh-btn-outline {
  border-color: rgba(255,255,255,.78);
  background: rgba(8,10,9,.18);
  color: var(--mh-white);
}

.mh-btn-outline:hover {
  background: rgba(255,255,255,.12);
  color: var(--mh-white);
}

.mh-hero-benefits {
  position: absolute;
  z-index: 3;
  right: max(48px, calc((100vw - 1440px) / 2));
  bottom: 34px;
  left: max(48px, calc((100vw - 1440px) / 2));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 900px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,.35);
}

.mh-hero-benefits > div {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 58px;
  padding-right: 34px;
  border-right: 1px solid rgba(255,255,255,.28);
}

.mh-hero-benefits > div + div {
  padding-left: 42px;
}

.mh-hero-benefits > div:last-child {
  border-right: 0;
}

.mh-hero-benefits i {
  width: 38px;
  color: #e8b53f;
  font-size: 31px;
  text-align: center;
}

.mh-hero-benefits p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.mh-hero-benefits strong {
  color: var(--mh-white);
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.mh-hero-benefits span {
  margin-top: 2px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  white-space: nowrap;
}

@media (max-width: 1280px) {
  .mh-header-inner {
    grid-template-columns: 245px 1fr 225px;
  }

  .mh-header-phone,
  .mh-header-language {
    display: none;
  }

  .mh-navigation a {
    margin: 0 12px;
  }
}

@media (max-width: 1099px) {
  .mh-header-inner {
    height: 84px;
    grid-template-columns: 1fr auto;
  }

  .mh-navigation {
    top: 84px;
    background: #171918;
  }

  .mh-header-actions {
    display: none;
  }

  .mh-hero {
    height: calc(100vh - 84px);
  }
}

@media (max-width: 767px) {
  .mh-header-inner {
    width: calc(100vw - 32px);
    height: 78px;
  }

  .mh-modula-mark {
    width: 42px;
    height: 40px;
  }

  .mh-brand-copy strong {
    font-size: 19px;
  }

  .mh-brand-copy small {
    font-size: 8px;
  }

  .mh-nav-toggle span {
    background: var(--mh-white);
  }

  .mh-navigation {
    top: 78px;
  }

  .mh-hero {
    min-height: 900px;
    height: calc(100svh - 78px);
    max-height: none;
  }

  .mh-hero-image {
    object-position: 62% center;
  }

  .mh-hero-shade {
    background:
      linear-gradient(90deg, rgba(7,10,8,.88), rgba(7,10,8,.25)),
      linear-gradient(0deg, rgba(7,10,8,.85), rgba(7,10,8,.1) 58%);
  }

  .mh-hero-content {
    padding-top: 62px;
  }

  .mh-hero h1 {
    max-width: 355px;
    font-size: 43px;
    line-height: 1.06;
  }

  .mh-hero-content > p {
    max-width: 340px;
    margin-top: 24px;
    font-size: 16px;
  }

  .mh-hero-actions {
    gap: 12px;
    margin-top: 28px;
  }

  .mh-hero .mh-btn {
    width: min(100%, 340px);
    min-height: 56px;
  }

  .mh-hero-benefits {
    right: 16px;
    bottom: 26px;
    left: 16px;
    grid-template-columns: 1fr;
    max-width: none;
    gap: 12px;
    padding-top: 18px;
  }

  .mh-hero-benefits > div,
  .mh-hero-benefits > div + div {
    min-height: 45px;
    padding: 0;
    border-right: 0;
  }

  .mh-hero-benefits i {
    width: 31px;
    font-size: 25px;
  }

  .mh-hero-benefits strong {
    font-size: 15px;
  }

  .mh-hero-benefits span {
    font-size: 12px;
  }
}

/* Guided model finder and compact home catalogue. */
.mh-home-finder {
  background: #f8f6f1;
}

.mh-finder-top,
.mh-home-catalog {
  padding-right: max(48px, calc((100vw - 1440px) / 2));
  padding-left: max(48px, calc((100vw - 1440px) / 2));
}

.mh-finder-top {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 70px;
  padding-top: 72px;
  padding-bottom: 68px;
}

.mh-gold-kicker {
  margin-bottom: 22px;
  color: #c89224;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mh-finder-intro h2 {
  margin: 0;
  color: var(--mh-ink);
  font-size: 46px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.045em;
}

.mh-finder-intro > p {
  max-width: 330px;
  margin: 20px 0 34px;
  color: #656b66;
  font-size: 15px;
  line-height: 1.55;
}

.mh-finder-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  min-width: 220px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 5px;
  background: #e8b53f;
  color: #171918;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.mh-finder-button:hover {
  background: #f1c353;
  color: #171918;
}

.mh-finder-panel {
  min-width: 0;
}

.mh-finder-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.mh-finder-filters label {
  position: relative;
  display: grid;
  grid-template-columns: 30px 1fr 18px;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  margin: 0;
  padding: 8px 12px;
  overflow: hidden;
  border: 1px solid #d8d3ca;
  border-radius: 7px;
  background: rgba(255,255,255,.38);
}

.mh-finder-filters label::after {
  content: "⌄";
  color: #757b76;
  font-size: 15px;
}

.mh-finder-filters i {
  color: #d09a2c;
  font-size: 21px;
  text-align: center;
}

.mh-finder-filters span {
  display: flex;
  flex-direction: column;
  color: #3c403d;
  font-size: 11px;
  line-height: 1.2;
}

.mh-finder-filters strong {
  margin-top: 3px;
  color: var(--mh-ink);
  font-size: 13px;
  font-weight: 550;
}

.mh-finder-filters select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

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

.mh-purpose-card {
  position: relative;
  display: block;
  min-height: 205px;
  overflow: hidden;
  border: 1px solid #d8d3ca;
  border-radius: 7px;
  background: #fff;
  color: var(--mh-ink);
  text-decoration: none;
}

.mh-purpose-card.is-active {
  border-color: #dba42e;
  box-shadow: inset 0 0 0 1px rgba(219,164,46,.1);
}

.mh-purpose-card img {
  position: absolute;
  right: -8%;
  bottom: -13%;
  width: 84%;
  height: 83%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92);
  mask-image: linear-gradient(90deg, transparent 0%, #000 24%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 24%);
  transition: transform .5s ease;
}

.mh-purpose-card:hover img {
  transform: scale(1.025);
}

.mh-purpose-icon {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #f2ead9;
  color: #986c13;
  font-size: 17px;
}

.mh-purpose-card.is-active .mh-purpose-icon {
  background: #e8b53f;
  color: #171918;
}

.mh-purpose-card > strong {
  position: absolute;
  z-index: 2;
  top: 85px;
  left: 18px;
  max-width: 135px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
}

.mh-home-catalog {
  padding-top: 26px;
  padding-bottom: 72px;
  border-top: 1px solid #dedad2;
}

.mh-home-catalog-head {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-bottom: 23px;
}

.mh-home-catalog-head h2 {
  margin: 0;
  color: var(--mh-ink);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.025em;
}

.mh-home-catalog-head a {
  display: inline-flex;
  gap: 15px;
  color: #b77d0c;
  font-size: 13px;
  text-underline-offset: 4px;
}

.mh-home-model-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mh-home-model-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d8d3ca;
  border-radius: 8px;
  background: #fff;
}

.mh-home-model-image {
  position: relative;
  display: block;
  height: 185px;
  overflow: hidden;
  background: #d5d3cc;
}

.mh-home-model-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.mh-home-model-card:hover .mh-home-model-image img {
  transform: scale(1.035);
}

.mh-model-favourite {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: rgba(18,21,19,.28);
  color: #fff;
  font-size: 18px;
  backdrop-filter: blur(4px);
}

.mh-home-model-body {
  padding: 15px 15px 14px;
}

.mh-home-model-title {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.mh-home-model-title h3,
.mh-home-model-title strong {
  margin: 0;
  color: var(--mh-ink);
  font-size: 15px;
  font-weight: 750;
  text-transform: uppercase;
}

.mh-home-model-title strong {
  white-space: nowrap;
}

.mh-home-model-meta {
  display: flex;
  gap: 18px;
  margin-top: 13px;
  color: #6d736e;
}

.mh-home-model-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
}

.mh-home-model-meta i {
  color: #8e948f;
}

.mh-home-model-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 20px;
}

.mh-home-model-footer > strong {
  color: var(--mh-ink);
  font-size: 15px;
  font-weight: 650;
  white-space: nowrap;
}

.mh-home-model-footer a {
  display: inline-flex;
  min-height: 38px;
  padding: 0 17px;
  align-items: center;
  border: 1px solid #dba42e;
  border-radius: 5px;
  color: var(--mh-ink);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

.mh-home-model-footer a:hover {
  background: #e8b53f;
}

@media (max-width: 1199px) {
  .mh-finder-top {
    grid-template-columns: 300px 1fr;
    gap: 40px;
  }

  .mh-finder-filters {
    grid-template-columns: repeat(2, 1fr);
  }

  .mh-home-model-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .mh-finder-top,
  .mh-home-catalog {
    padding-right: 16px;
    padding-left: 16px;
  }

  .mh-finder-top {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 65px;
    padding-bottom: 60px;
  }

  .mh-finder-intro h2 {
    font-size: 42px;
  }

  .mh-finder-intro > p {
    font-size: 16px;
  }

  .mh-finder-button {
    width: 100%;
  }

  .mh-finder-filters,
  .mh-purpose-grid,
  .mh-home-model-grid {
    grid-template-columns: 1fr;
  }

  .mh-purpose-card {
    min-height: 190px;
  }

  .mh-home-catalog {
    padding-top: 45px;
  }

  .mh-home-catalog-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .mh-home-catalog-head h2 {
    font-size: 28px;
  }

  .mh-home-model-image {
    height: 230px;
  }

  .mh-home-model-title h3,
  .mh-home-model-title strong,
  .mh-home-model-footer > strong {
    font-size: 17px;
  }

  .mh-home-model-meta span {
    font-size: 13px;
  }
}

/* Advantages and completed-project feature. */
.mh-advantages {
  padding: 64px max(48px, calc((100vw - 1440px) / 2)) 74px;
  background: #faf8f4;
  color: var(--mh-ink);
  border-top: 1px solid #dedad2;
}

.mh-advantages-top {
  display: grid;
  grid-template-columns: 395px 1fr;
  gap: 48px;
}

.mh-advantages-intro h2 {
  margin: 0;
  font-size: 43px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.mh-advantages-intro > p {
  max-width: 385px;
  margin: 20px 0 28px;
  color: #626963;
  font-size: 14px;
  line-height: 1.55;
}

.mh-advantages-stats {
  display: grid;
  grid-template-columns: .75fr .72fr 1.2fr;
  gap: 18px;
}

.mh-advantages-stats > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.mh-advantages-stats i {
  margin-top: 2px;
  color: #d49a25;
  font-size: 21px;
}

.mh-advantages-stats p,
.mh-realized-specs p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.mh-advantages-stats strong {
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.mh-advantages-stats span {
  margin-top: 6px;
  color: #747a75;
  font-size: 10px;
  line-height: 1.35;
}

.mh-advantage-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.mh-advantage-cards article {
  min-height: 270px;
  padding: 21px 18px;
  border: 1px solid #d9d5ce;
  border-radius: 8px;
  background: rgba(255,255,255,.34);
}

.mh-advantage-cards article > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: #f2eadc;
  color: #d2941d;
  font-size: 27px;
}

.mh-advantage-cards h3 {
  margin: 26px 0 16px;
  color: var(--mh-ink);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.2;
}

.mh-advantage-cards p {
  margin: 0;
  color: #656b66;
  font-size: 13px;
  line-height: 1.5;
}

.mh-realized-project {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  gap: 28px;
  margin-top: 64px;
  padding-top: 27px;
  border-top: 1px solid #dedad2;
}

.mh-realized-gallery {
  display: grid;
  grid-template-columns: 2.2fr .88fr;
  gap: 12px;
  min-height: 390px;
}

.mh-realized-gallery > div {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  min-width: 0;
}

.mh-realized-gallery img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 7px;
  object-fit: cover;
}

.mh-realized-main-image {
  object-position: 67% center;
}

.mh-realized-card {
  display: flex;
  flex-direction: column;
  padding: 24px 28px 16px;
  border: 1px solid #d8d3ca;
  border-radius: 8px;
  background: rgba(255,255,255,.42);
}

.mh-realized-card .mh-gold-kicker {
  margin-bottom: 10px;
}

.mh-realized-card h2 {
  margin: 0;
  color: var(--mh-ink);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -.025em;
}

.mh-realized-lead {
  margin: 10px 0 22px;
  color: #666d67;
  font-size: 13px;
  line-height: 1.5;
}

.mh-realized-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px 25px;
  margin-bottom: 20px;
}

.mh-realized-specs > div {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
}

.mh-realized-specs i {
  margin-top: 2px;
  color: #bd8420;
  font-size: 20px;
  text-align: center;
}

.mh-realized-specs strong {
  font-size: 14px;
  font-weight: 750;
}

.mh-realized-specs span {
  margin-top: 4px;
  color: #747a75;
  font-size: 10px;
}

.mh-realized-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  border-top: 1px solid #d8d3ca;
  border-bottom: 1px solid #d8d3ca;
}

.mh-realized-price p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.mh-realized-price p span {
  font-size: 12px;
}

.mh-realized-price p strong {
  margin-top: 2px;
  font-size: 24px;
  font-weight: 800;
}

.mh-realized-price > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  min-width: 225px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 5px;
  background: #e8b53f;
  color: #171918;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.mh-realized-price > a:hover {
  background: #f1c353;
}

.mh-realized-quote {
  display: grid;
  grid-template-columns: 25px 1fr 155px 32px;
  gap: 12px;
  align-items: center;
  margin-top: auto;
  padding-top: 12px;
}

.mh-realized-quote > i:first-child {
  align-self: start;
  color: #d49a25;
  font-size: 21px;
}

.mh-realized-quote > p {
  margin: 0;
  color: #5f6660;
  font-size: 10px;
  line-height: 1.45;
}

.mh-realized-quote > span {
  display: flex;
  flex-direction: column;
  color: #686f69;
  font-size: 9px;
  text-align: right;
}

.mh-realized-quote > span strong {
  color: var(--mh-ink);
  font-size: 10px;
}

.mh-realized-quote > i:last-child {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid #d49a25;
  border-radius: 50%;
  color: #c1871f;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .mh-advantages-top {
    grid-template-columns: 1fr;
  }

  .mh-advantage-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .mh-realized-project {
    grid-template-columns: 1fr;
  }

  .mh-realized-card {
    min-height: 440px;
  }
}

@media (max-width: 767px) {
  .mh-advantages {
    padding: 65px 16px;
  }

  .mh-advantages-intro h2 {
    font-size: 42px;
  }

  .mh-advantages-intro > p {
    font-size: 16px;
  }

  .mh-advantages-stats,
  .mh-advantage-cards {
    grid-template-columns: 1fr;
  }

  .mh-advantages-stats {
    gap: 20px;
  }

  .mh-advantages-stats strong {
    font-size: 16px;
  }

  .mh-advantages-stats span {
    font-size: 12px;
  }

  .mh-advantage-cards article {
    min-height: 235px;
    padding: 24px;
  }

  .mh-advantage-cards h3 {
    font-size: 22px;
  }

  .mh-advantage-cards p {
    font-size: 15px;
  }

  .mh-realized-project {
    margin-top: 55px;
  }

  .mh-realized-gallery {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .mh-realized-gallery > div {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .mh-realized-main-image {
    height: 360px !important;
  }

  .mh-realized-gallery > div img {
    height: 175px;
  }

  .mh-realized-card {
    min-height: auto;
    padding: 25px 18px 18px;
  }

  .mh-realized-card h2 {
    font-size: 29px;
  }

  .mh-realized-lead {
    font-size: 15px;
  }

  .mh-realized-specs {
    grid-template-columns: repeat(2, 1fr);
  }

  .mh-realized-specs strong {
    font-size: 15px;
  }

  .mh-realized-specs span {
    font-size: 11px;
  }

  .mh-realized-price {
    align-items: stretch;
    flex-direction: column;
  }

  .mh-realized-price p strong {
    font-size: 25px;
  }

  .mh-realized-price > a {
    width: 100%;
  }

  .mh-realized-quote {
    grid-template-columns: 25px 1fr;
    margin-top: 16px;
  }

  .mh-realized-quote > p {
    font-size: 12px;
  }

  .mh-realized-quote > span,
  .mh-realized-quote > i:last-child {
    display: none;
  }
}

/* Base completion and optional services. */
.mh-completion {
  background: #faf8f4;
  color: var(--mh-ink);
}

.mh-completion-top,
.mh-extra-services {
  padding-right: max(48px, calc((100vw - 1440px) / 2));
  padding-left: max(48px, calc((100vw - 1440px) / 2));
}

.mh-completion-top {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 54px;
  padding-top: 66px;
  padding-bottom: 52px;
}

.mh-completion-copy h2,
.mh-extra-services-head h2 {
  margin: 0;
  color: var(--mh-ink);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.mh-completion-copy > p {
  max-width: 590px;
  margin: 14px 0 22px;
  color: #646b65;
  font-size: 13px;
  line-height: 1.55;
}

.mh-completion-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.mh-completion-features article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 11px;
  align-items: start;
  min-height: 84px;
  padding: 14px 12px;
  border: 1px solid #d8d3ca;
  border-radius: 7px;
  background: rgba(255,255,255,.28);
}

.mh-completion-features article > i {
  margin-top: 3px;
  color: #d18f16;
  font-size: 27px;
  text-align: center;
}

.mh-completion-features article > div {
  display: flex;
  flex-direction: column;
}

.mh-completion-features strong {
  font-size: 13px;
  font-weight: 800;
}

.mh-completion-features span {
  margin-top: 5px;
  color: #676e68;
  font-size: 10px;
  line-height: 1.4;
}

.mh-completion-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  margin-top: 16px;
  padding: 0 22px;
  border-radius: 5px;
  background: #e8b53f;
  color: #171918;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.mh-completion-button i {
  font-size: 18px;
}

.mh-completion-button:hover {
  background: #f1c353;
  color: #171918;
}

.mh-completion-visual {
  overflow: hidden;
  border: 1px solid #d8d3ca;
  border-radius: 8px;
  background: #fff;
}

.mh-completion-visual > img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.mh-included-list {
  padding: 15px 24px 18px;
}

.mh-included-list h3 {
  margin: 0 0 12px;
  color: var(--mh-ink);
  font-size: 15px;
  font-weight: 800;
}

.mh-included-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 35px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mh-included-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #555d56;
  font-size: 11px;
}

.mh-included-list i {
  color: #d18f16;
  font-size: 16px;
}

.mh-extra-services {
  padding-top: 27px;
  padding-bottom: 62px;
  border-top: 1px solid #dedad2;
}

.mh-extra-services-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 16px;
}

.mh-extra-services-head .mh-gold-kicker {
  margin-bottom: 9px;
}

.mh-extra-services-head h2 {
  font-size: 30px;
}

.mh-extra-services-head p {
  max-width: 620px;
  margin: 7px 0 0;
  color: #656c66;
  font-size: 12px;
  line-height: 1.5;
}

.mh-extra-services-head > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid #d49a25;
  border-radius: 5px;
  color: #a66f08;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.mh-extra-services-head > a:hover {
  background: #e8b53f;
  color: #171918;
}

.mh-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px 15px;
}

.mh-service-grid article {
  display: grid;
  grid-template-columns: 44% 1fr;
  min-width: 0;
  min-height: 103px;
  padding: 6px;
  border: 1px solid #d8d3ca;
  border-radius: 7px;
  background: rgba(255,255,255,.25);
}

.mh-service-grid article > img {
  width: 100%;
  height: 91px;
  border-radius: 5px;
  object-fit: cover;
}

.mh-service-grid article > div {
  display: flex;
  min-width: 0;
  padding: 5px 9px 3px 14px;
  flex-direction: column;
}

.mh-service-grid h3 {
  margin: 0;
  color: var(--mh-ink);
  font-size: 14px;
  font-weight: 800;
}

.mh-service-grid p {
  margin: 5px 0;
  color: #656c66;
  font-size: 10px;
  line-height: 1.35;
}

.mh-service-grid span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: #777d78;
  font-size: 9px;
}

.mh-service-grid span i {
  color: #d18f16;
  font-size: 13px;
}

@media (max-width: 1099px) {
  .mh-completion-top {
    grid-template-columns: 1fr;
  }

  .mh-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .mh-completion-top,
  .mh-extra-services {
    padding-right: 16px;
    padding-left: 16px;
  }

  .mh-completion-top {
    gap: 42px;
    padding-top: 65px;
  }

  .mh-completion-copy h2 {
    font-size: 40px;
  }

  .mh-completion-copy > p {
    font-size: 16px;
  }

  .mh-completion-features,
  .mh-service-grid {
    grid-template-columns: 1fr;
  }

  .mh-completion-features article {
    min-height: 102px;
    padding: 18px 15px;
  }

  .mh-completion-features strong {
    font-size: 16px;
  }

  .mh-completion-features span {
    font-size: 13px;
  }

  .mh-completion-button {
    width: 100%;
    justify-content: center;
  }

  .mh-completion-visual > img {
    height: 260px;
  }

  .mh-included-list ul {
    grid-template-columns: 1fr;
  }

  .mh-extra-services {
    padding-top: 55px;
  }

  .mh-extra-services-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .mh-extra-services-head h2 {
    font-size: 35px;
  }

  .mh-extra-services-head p {
    font-size: 15px;
  }

  .mh-extra-services-head > a {
    width: 100%;
    justify-content: center;
  }

  .mh-service-grid article {
    grid-template-columns: 41% 1fr;
    min-height: 140px;
  }

  .mh-service-grid article > img {
    height: 128px;
  }

  .mh-service-grid h3 {
    font-size: 16px;
  }

  .mh-service-grid p {
    font-size: 12px;
  }

  .mh-service-grid span {
    font-size: 10px;
  }
}

/* Interactive construction cutaway. */
.mh-cutaway-image-wrap {
  width: calc(100% - 48px);
  max-width: 820px;
  height: 410px;
  margin: 18px auto 0;
}

.mh-cutaway-image-wrap > img {
  object-position: center;
}

.mh-cutaway-marker {
  z-index: 4;
  cursor: help;
  outline: 0;
  transition: background-color .18s ease, box-shadow .18s ease, scale .18s ease;
}

.mh-cutaway-marker::before,
.mh-cutaway-marker::after {
  position: absolute;
  left: 50%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .16s ease, transform .16s ease;
}

.mh-cutaway-marker::after {
  content: attr(data-tooltip);
  bottom: calc(100% + 11px);
  width: max-content;
  max-width: 190px;
  padding: 9px 12px;
  border-radius: 6px;
  background: rgba(18, 21, 19, .94);
  color: #fff;
  box-shadow: 0 8px 22px rgba(12, 14, 13, .22);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, 5px);
}

.mh-cutaway-marker::before {
  content: "";
  bottom: calc(100% + 5px);
  border: 6px solid transparent;
  border-top-color: rgba(18, 21, 19, .94);
  transform: translate(-50%, 5px);
}

.mh-cutaway-marker:hover,
.mh-cutaway-marker:focus-visible {
  background: #171918;
  box-shadow: 0 0 0 5px rgba(213, 144, 16, .18), 0 8px 18px rgba(57, 42, 14, .28);
  scale: 1.08;
}

.mh-cutaway-marker:hover::before,
.mh-cutaway-marker:hover::after,
.mh-cutaway-marker:focus-visible::before,
.mh-cutaway-marker:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.mh-cutaway-marker.marker-5::after {
  right: -8px;
  left: auto;
  transform: translate(0, 5px);
}

.mh-cutaway-marker.marker-5:hover::after,
.mh-cutaway-marker.marker-5:focus-visible::after {
  transform: translate(0, 0);
}

@media (max-width: 767px) {
  .mh-cutaway-visual {
    min-height: 0;
  }

  .mh-cutaway-image-wrap {
    width: calc(100% - 24px);
    height: auto;
    aspect-ratio: 1672 / 941;
    margin-top: 12px;
  }

  .mh-cutaway-marker::after {
    max-width: 150px;
    padding: 7px 9px;
    font-size: 10px;
  }
}

/* Construction technology and material specification. */
.mh-technology-showcase {
  padding: 58px max(48px, calc((100vw - 1440px) / 2)) 68px;
  background: #faf8f4;
  color: var(--mh-ink);
  border-top: 1px solid #dedad2;
}

.mh-technology-main {
  display: grid;
  grid-template-columns: 38% 62%;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid #d8d3ca;
  border-radius: 9px;
  background: rgba(255,255,255,.3);
}

.mh-technology-copy {
  padding: 26px 28px;
}

.mh-technology-copy .mh-gold-kicker {
  margin-bottom: 7px;
}

.mh-technology-copy h2,
.mh-wall-section h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.mh-technology-copy > p {
  max-width: 500px;
  margin: 10px 0 15px;
  color: #606761;
  font-size: 12px;
  line-height: 1.5;
}

.mh-technology-points {
  display: grid;
  gap: 7px;
}

.mh-technology-points article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  align-items: center;
  min-height: 51px;
  padding: 8px 13px;
  border: 1px solid #d8d3ca;
  border-radius: 6px;
}

.mh-technology-points article > i {
  color: #d18f16;
  font-size: 27px;
  text-align: center;
}

.mh-technology-points article > div {
  display: flex;
  flex-direction: column;
}

.mh-technology-points strong {
  font-size: 13px;
  font-weight: 800;
}

.mh-technology-points span {
  margin-top: 2px;
  color: #686f69;
  font-size: 9px;
}

.mh-cutaway-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #fff;
}

.mh-cutaway-visual > img {
  position: absolute;
  inset: 0 auto 0 0;
  width: 83%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.mh-layer-labels {
  position: absolute;
  top: 27px;
  right: 16px;
  bottom: 27px;
  display: flex;
  width: 22%;
  flex-direction: column;
  justify-content: space-between;
}

.mh-layer-labels span {
  position: relative;
  color: #555c56;
  font-size: 9px;
  line-height: 1.15;
}

.mh-layer-labels span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
  width: 75px;
  border-top: 1px dashed #c8bba4;
}

.mh-layer-labels span::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: calc(100% + 82px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d49a25;
}

.mh-materials-panel {
  display: grid;
  grid-template-columns: 34% 49% 17%;
  margin-top: 15px;
  border: 1px solid #d8d3ca;
  border-radius: 9px;
  background: rgba(255,255,255,.28);
}

.mh-wall-section,
.mh-material-grid,
.mh-quality-list {
  padding: 18px 22px;
}

.mh-wall-section {
  border-right: 1px solid #dedad2;
}

.mh-wall-section .mh-gold-kicker {
  margin-bottom: 6px;
}

.mh-wall-section h2 {
  font-size: 25px;
}

.mh-wall-section-content {
  display: grid;
  grid-template-columns: 1fr 44%;
  gap: 12px;
  align-items: stretch;
  min-height: 185px;
  margin-top: 10px;
}

.mh-wall-section-content ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  justify-content: space-around;
  list-style: none;
}

.mh-wall-section-content li {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mh-wall-section-content li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 100%;
  width: 45px;
  border-top: 1px solid #d49a25;
}

.mh-wall-section-content li strong {
  font-size: 9px;
}

.mh-wall-section-content li span {
  color: #707671;
  font-size: 8px;
}

.mh-wall-layers {
  display: flex;
  align-items: stretch;
  padding: 10px 0;
  filter: drop-shadow(0 8px 8px rgba(18,20,18,.12));
}

.mh-wall-layers i {
  display: block;
  flex: 1;
}

.mh-wall-layers i:nth-child(1) {
  background: repeating-linear-gradient(90deg, #222827 0 13px, #3d4542 14px 16px);
}

.mh-wall-layers i:nth-child(2) {
  flex: .35;
  background: #d6b36f;
}

.mh-wall-layers i:nth-child(3) {
  flex: .25;
  background: #1d2422;
}

.mh-wall-layers i:nth-child(4) {
  flex: 1.3;
  background: repeating-linear-gradient(90deg, #d4b776 0 7px, #a58e5e 8px 9px);
}

.mh-wall-layers i:nth-child(5) {
  flex: .2;
  background: #e4c644;
}

.mh-wall-layers i:nth-child(6) {
  flex: .85;
  background: repeating-linear-gradient(90deg, #e0b471 0 17px, #c99d5d 18px 19px);
}

.mh-wall-section .mh-finder-button {
  min-width: 210px;
  min-height: 39px;
  margin-top: 9px;
  font-size: 11px;
}

.mh-material-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  border-right: 1px solid #dedad2;
}

.mh-material-grid article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dedad2;
  border-radius: 6px;
  background: rgba(255,255,255,.38);
}

.mh-material-grid img {
  display: block;
  width: 100%;
  height: 88px;
  object-fit: cover;
}

.mh-material-grid h3 {
  margin: 8px 9px 0;
  font-size: 10px;
  font-weight: 800;
}

.mh-material-grid p {
  margin: 4px 9px 9px;
  color: #696f6a;
  font-size: 8px;
  line-height: 1.35;
}

.mh-quality-list {
  display: flex;
  flex-direction: column;
}

.mh-quality-list > div {
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 11px;
  margin-bottom: 20px;
}

.mh-quality-list > div > i {
  color: #d18f16;
  font-size: 24px;
  text-align: center;
}

.mh-quality-list p {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.mh-quality-list strong {
  font-size: 10px;
}

.mh-quality-list span {
  margin-top: 4px;
  color: #686f69;
  font-size: 8px;
  line-height: 1.4;
}

.mh-quality-list > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 39px;
  margin-top: auto;
  border-radius: 5px;
  background: #e8b53f;
  color: #171918;
  font-size: 10px;
  font-weight: 750;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .mh-technology-main {
    grid-template-columns: 1fr;
  }

  .mh-cutaway-visual {
    min-height: 480px;
  }

  .mh-materials-panel {
    grid-template-columns: 1fr 1.5fr;
  }

  .mh-material-grid {
    border-right: 0;
  }

  .mh-quality-list {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr) 220px;
    gap: 20px;
    border-top: 1px solid #dedad2;
  }
}

@media (max-width: 767px) {
  .mh-technology-showcase {
    padding: 65px 16px;
  }

  .mh-technology-copy {
    padding: 25px 18px 32px;
  }

  .mh-technology-copy h2,
  .mh-wall-section h2 {
    font-size: 36px;
  }

  .mh-technology-copy > p {
    font-size: 15px;
  }

  .mh-technology-points article {
    grid-template-columns: 43px 1fr;
    min-height: 78px;
  }

  .mh-technology-points strong {
    font-size: 15px;
  }

  .mh-technology-points span {
    font-size: 12px;
  }

  .mh-cutaway-visual {
    min-height: 390px;
  }

  .mh-cutaway-visual > img {
    width: 100%;
    height: 76%;
  }

  .mh-layer-labels {
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    width: auto;
    height: 90px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .mh-layer-labels span {
    font-size: 9px;
  }

  .mh-layer-labels span::before,
  .mh-layer-labels span::after {
    display: none;
  }

  .mh-materials-panel {
    grid-template-columns: 1fr;
  }

  .mh-wall-section,
  .mh-material-grid,
  .mh-quality-list {
    padding: 25px 18px;
  }

  .mh-wall-section {
    border-right: 0;
    border-bottom: 1px solid #dedad2;
  }

  .mh-wall-section-content {
    grid-template-columns: 1fr 45%;
    min-height: 250px;
  }

  .mh-wall-section-content li strong {
    font-size: 12px;
  }

  .mh-wall-section-content li span {
    font-size: 10px;
  }

  .mh-material-grid {
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #dedad2;
  }

  .mh-material-grid img {
    height: 120px;
  }

  .mh-material-grid h3 {
    font-size: 13px;
  }

  .mh-material-grid p {
    font-size: 10px;
  }

  .mh-quality-list {
    grid-column: auto;
    display: flex;
  }

  .mh-quality-list strong {
    font-size: 14px;
  }

  .mh-quality-list span {
    font-size: 11px;
  }

  .mh-quality-list > a {
    min-height: 48px;
  }
}

/* Six-stage workflow and factory production feature. */
.mh-work-process {
  padding: 58px max(48px, calc((100vw - 1440px) / 2)) 72px;
  background: #faf8f4;
  color: var(--mh-ink);
  border-top: 1px solid #dedad2;
}

.mh-work-steps {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 42px;
  padding: 27px 28px 30px;
  border: 1px solid #d8d3ca;
  border-radius: 9px;
  background: rgba(255,255,255,.28);
}

.mh-work-steps-intro .mh-gold-kicker {
  margin-bottom: 7px;
}

.mh-work-steps-intro h2,
.mh-factory-copy h2 {
  margin: 0;
  color: var(--mh-ink);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.mh-work-steps-intro > p {
  max-width: 240px;
  margin: 14px 0 28px;
  color: #626963;
  font-size: 12px;
  line-height: 1.55;
}

.mh-work-steps-intro .mh-finder-button {
  min-width: 220px;
  min-height: 46px;
  font-size: 12px;
}

.mh-work-step-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 15px;
}

.mh-work-step-list article {
  position: relative;
  min-width: 0;
  padding-top: 7px;
}

.mh-work-step-list article::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 45px;
  width: calc(100% - 25px);
  border-top: 1px dashed #d5a64d;
}

.mh-work-step-list article:last-child::after {
  display: none;
}

.mh-work-step-list article > span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid #d49a25;
  border-radius: 50%;
  background: #faf8f4;
  color: #c28311;
  font-size: 12px;
  font-weight: 800;
}

.mh-work-step-list article > i {
  display: block;
  height: 53px;
  margin: 18px 0 7px;
  color: #d18f16;
  font-size: 39px;
}

.mh-work-step-list h3 {
  margin: 0 0 9px;
  color: var(--mh-ink);
  font-size: 13px;
  font-weight: 800;
}

.mh-work-step-list p {
  max-width: 130px;
  margin: 0;
  color: #5f6660;
  font-size: 9px;
  line-height: 1.45;
}

.mh-factory-feature {
  display: grid;
  grid-template-columns: 56% 44%;
  gap: 0;
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #d8d3ca;
  border-radius: 9px;
  background: rgba(255,255,255,.28);
}

.mh-factory-gallery {
  padding: 15px;
  border-right: 1px solid #dedad2;
}

.mh-factory-main-image {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 6px;
  object-fit: cover;
}

.mh-factory-gallery > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: 6px;
}

.mh-factory-gallery > div img {
  width: 100%;
  height: 88px;
  border-radius: 5px;
  object-fit: cover;
}

.mh-factory-copy {
  display: flex;
  padding: 25px 28px 18px;
  flex-direction: column;
}

.mh-factory-copy .mh-gold-kicker {
  margin-bottom: 6px;
}

.mh-factory-copy h2 {
  font-size: 29px;
}

.mh-factory-copy > p {
  margin: 9px 0 18px;
  color: #606761;
  font-size: 11px;
  line-height: 1.5;
}

.mh-factory-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mh-factory-benefits article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 11px;
  align-items: center;
  min-height: 78px;
  padding: 10px 12px;
  border: 1px solid #d8d3ca;
  border-radius: 6px;
}

.mh-factory-benefits article > i {
  color: #d18f16;
  font-size: 31px;
  text-align: center;
}

.mh-factory-benefits article > div {
  display: flex;
  flex-direction: column;
}

.mh-factory-benefits strong {
  font-size: 11px;
  font-weight: 800;
}

.mh-factory-benefits span {
  margin-top: 3px;
  color: #686f69;
  font-size: 8px;
  line-height: 1.4;
}

.mh-factory-metrics {
  display: grid;
  grid-template-columns: .72fr .72fr 1.15fr;
  gap: 12px;
  align-items: center;
  margin-top: auto;
  padding: 13px 0 0;
}

.mh-factory-metrics > div {
  display: flex;
  min-height: 46px;
  padding-left: 4px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #dedad2;
}

.mh-factory-metrics > div strong {
  color: #c28517;
  font-size: 27px;
  font-weight: 650;
  line-height: 1;
}

.mh-factory-metrics > div span {
  margin-top: 5px;
  color: #656c66;
  font-size: 8px;
}

.mh-factory-metrics > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  border-radius: 5px;
  background: #e8b53f;
  color: #171918;
  font-size: 10px;
  font-weight: 750;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .mh-work-steps {
    grid-template-columns: 1fr;
  }

  .mh-work-steps-intro > p {
    max-width: 600px;
  }

  .mh-work-step-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 25px;
  }

  .mh-work-step-list article:nth-child(3)::after,
  .mh-work-step-list article:nth-child(6)::after {
    display: none;
  }

  .mh-work-step-list p {
    max-width: 220px;
  }

  .mh-factory-feature {
    grid-template-columns: 1fr;
  }

  .mh-factory-gallery {
    border-right: 0;
    border-bottom: 1px solid #dedad2;
  }

  .mh-factory-copy {
    min-height: 430px;
  }
}

@media (max-width: 767px) {
  .mh-work-process {
    padding: 65px 16px;
  }

  .mh-work-steps {
    padding: 25px 18px 35px;
  }

  .mh-work-steps-intro h2,
  .mh-factory-copy h2 {
    font-size: 37px;
  }

  .mh-work-steps-intro > p {
    font-size: 15px;
  }

  .mh-work-steps-intro .mh-finder-button {
    width: 100%;
  }

  .mh-work-step-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mh-work-step-list article {
    display: grid;
    grid-template-columns: 45px 55px 1fr;
    grid-template-rows: auto auto;
    gap: 0 12px;
    min-height: 125px;
    padding: 20px 0;
    border-bottom: 1px solid #dedad2;
  }

  .mh-work-step-list article::after {
    top: 62px;
    left: 19px;
    width: 1px;
    height: 83px;
    border-top: 0;
    border-left: 1px dashed #d5a64d;
  }

  .mh-work-step-list article:last-child::after {
    display: none;
  }

  .mh-work-step-list article > span {
    grid-row: 1 / 3;
  }

  .mh-work-step-list article > i {
    grid-row: 1 / 3;
    height: auto;
    margin: 0;
    font-size: 35px;
  }

  .mh-work-step-list h3 {
    font-size: 17px;
  }

  .mh-work-step-list p {
    max-width: none;
    font-size: 13px;
  }

  .mh-factory-main-image {
    height: 260px;
  }

  .mh-factory-gallery > div {
    grid-template-columns: 1fr 1fr;
  }

  .mh-factory-gallery > div img {
    height: 130px;
  }

  .mh-factory-copy {
    min-height: auto;
    padding: 28px 18px 20px;
  }

  .mh-factory-copy > p {
    font-size: 15px;
  }

  .mh-factory-benefits {
    grid-template-columns: 1fr;
  }

  .mh-factory-benefits article {
    min-height: 95px;
  }

  .mh-factory-benefits strong {
    font-size: 15px;
  }

  .mh-factory-benefits span {
    font-size: 12px;
  }

  .mh-factory-metrics {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .mh-factory-metrics > a {
    grid-column: 1 / -1;
  }
}

/* Final home page: logistics, coverage, reviews, FAQ and estimate. */
.mh-logistics,
.mh-social-proof,
.mh-estimate {
  padding-right: max(48px, calc((100vw - 1440px) / 2));
  padding-left: max(48px, calc((100vw - 1440px) / 2));
  background: #faf8f4;
  color: var(--mh-ink);
}

.mh-logistics {
  padding-top: 58px;
  padding-bottom: 16px;
  border-top: 1px solid #dedad2;
}

.mh-logistics-feature,
.mh-albania-coverage,
.mh-social-proof,
.mh-home-faq,
.mh-estimate {
  border: 1px solid #d8d3ca;
  border-radius: 9px;
  background: rgba(255,255,255,.32);
}

.mh-logistics-feature {
  display: grid;
  grid-template-columns: 50% 50%;
  overflow: hidden;
}

.mh-logistics-gallery {
  padding: 15px;
  border-right: 1px solid #dedad2;
}

.mh-logistics-main-image {
  display: block;
  width: 100%;
  height: 286px;
  border-radius: 6px;
  object-fit: cover;
}

.mh-logistics-gallery > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 6px;
}

.mh-logistics-gallery > div img {
  display: block;
  width: 100%;
  height: 96px;
  border-radius: 5px;
  object-fit: cover;
}

.mh-logistics-copy {
  display: flex;
  padding: 17px 27px 17px;
  flex-direction: column;
}

.mh-logistics-copy h2,
.mh-coverage-copy h2,
.mh-reviews-head h2,
.mh-home-faq h2,
.mh-estimate h2 {
  margin: 4px 0 0;
  color: var(--mh-ink);
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.mh-logistics-copy > p {
  margin: 8px 0 12px;
  color: #606761;
  font-size: 10px;
  line-height: 1.5;
}

.mh-logistics-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.mh-logistics-benefits article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 82px;
  padding: 10px 11px;
  border: 1px solid #d8d3ca;
  border-radius: 6px;
}

.mh-logistics-benefits article > i {
  color: #d18f16;
  font-size: 31px;
  text-align: center;
}

.mh-logistics-benefits article > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.mh-logistics-benefits strong {
  color: #1b1e1c;
  font-size: 11px;
  font-weight: 800;
}

.mh-logistics-benefits span {
  margin-top: 4px;
  color: #646b65;
  font-size: 8px;
  line-height: 1.4;
}

.mh-logistics-metrics {
  display: grid;
  grid-template-columns: .76fr .8fr 1fr 1.12fr;
  align-items: center;
  min-height: 64px;
  margin-top: auto;
  padding: 8px 0 0;
}

.mh-logistics-metrics > div {
  display: grid;
  grid-template-columns: 29px 1fr;
  gap: 8px;
  min-height: 42px;
  padding: 3px 10px 3px 5px;
  align-items: center;
  border-right: 1px solid #dedad2;
}

.mh-logistics-metrics > div > i {
  color: #d18f16;
  font-size: 22px;
  text-align: center;
}

.mh-logistics-metrics p {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.mh-logistics-metrics strong {
  color: #252825;
  font-size: 9px;
  font-weight: 800;
}

.mh-logistics-metrics span {
  margin-top: 2px;
  color: #727771;
  font-size: 7px;
}

.mh-logistics-metrics > a,
.mh-coverage-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #d49114;
  border-radius: 5px;
  background: #e7ad2d;
  color: #1c1e1c;
  font-size: 9px;
  font-weight: 750;
  text-decoration: none;
}

.mh-albania-coverage {
  display: grid;
  grid-template-columns: 43% 57%;
  min-height: 315px;
  margin-top: 15px;
  overflow: hidden;
}

.mh-coverage-copy {
  z-index: 2;
  padding: 23px 28px;
}

.mh-coverage-copy h2 {
  font-size: 25px;
}

.mh-coverage-copy > p {
  max-width: 530px;
  margin: 7px 0 13px;
  color: #626963;
  font-size: 10px;
  line-height: 1.5;
}

.mh-city-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.mh-city-grid span {
  display: inline-flex;
  min-height: 31px;
  padding: 0 11px;
  align-items: center;
  gap: 9px;
  border: 1px solid #ddd8cf;
  border-radius: 5px;
  background: rgba(255,255,255,.25);
  color: #2d302d;
  font-size: 9px;
  font-weight: 750;
}

.mh-city-grid i {
  color: #d18f16;
}

.mh-coverage-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
  border: 1px solid #ddd8cf;
  border-radius: 5px;
}

.mh-coverage-stats div {
  display: flex;
  min-height: 43px;
  padding: 5px 12px;
  align-items: center;
  gap: 11px;
  border-right: 1px solid #ddd8cf;
}

.mh-coverage-stats div:last-child {
  border-right: 0;
}

.mh-coverage-stats strong {
  color: #d08d14;
  font-size: 24px;
  font-weight: 650;
  white-space: nowrap;
}

.mh-coverage-stats span {
  color: #656c66;
  font-size: 7px;
  line-height: 1.35;
}

.mh-coverage-button {
  min-height: 38px;
  margin-top: 12px;
  padding: 0 15px;
  background: transparent;
  color: #c17e0e;
}

.mh-albania-map {
  position: relative;
  min-height: 315px;
  background:
    radial-gradient(circle at 60% 52%, rgba(232,181,63,.13), transparent 39%),
    linear-gradient(90deg, rgba(250,248,244,1) 0%, rgba(250,248,244,.15) 34%);
}

.mh-albania-map svg {
  position: absolute;
  top: -24px;
  left: 50%;
  width: 330px;
  height: 365px;
  transform: translateX(-50%);
  filter: drop-shadow(0 12px 16px rgba(110,83,39,.08));
}

.mh-map-shadow {
  fill: rgba(155,121,67,.1);
}

.mh-map-country {
  fill: url(#albaniaFill);
  stroke: #e0bd79;
  stroke-width: 1.2;
}

.mh-map-lines {
  fill: none;
  stroke: rgba(191,145,64,.32);
  stroke-width: 1;
}

.mh-albania-map > span {
  position: absolute;
  top: var(--y);
  left: var(--x);
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
  color: #c9820b;
  font-size: 17px;
}

.mh-albania-map > span b {
  margin-top: -2px;
  padding: 2px 4px;
  border-radius: 3px;
  background: rgba(250,248,244,.72);
  color: #686157;
  font-size: 7px;
  font-weight: 650;
}

.mh-social-proof {
  padding-top: 16px;
  padding-bottom: 16px;
  border: 0;
  border-radius: 0;
}

.mh-reviews-head,
.mh-review-grid {
  padding-right: 27px;
  padding-left: 27px;
}

.mh-reviews-head {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 60px;
  padding-top: 25px;
}

.mh-reviews-head h2,
.mh-home-faq h2 {
  font-size: 29px;
}

.mh-reviews-head > div:first-child > p,
.mh-faq-main > p {
  max-width: 520px;
  margin: 7px 0 0;
  color: #626963;
  font-size: 10px;
  line-height: 1.5;
}

.mh-review-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mh-review-stats > div {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  min-width: 0;
  padding: 6px 23px;
  align-items: center;
  border-left: 1px solid #ddd8cf;
}

.mh-review-stats > div:first-child {
  border-left: 0;
}

.mh-review-stats > div > i {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid #d89b2e;
  border-radius: 50%;
  color: #d18f16;
  font-size: 25px;
}

.mh-review-stats p {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.mh-review-stats strong {
  font-size: 25px;
  line-height: 1;
}

.mh-review-stats span {
  margin-top: 5px;
  color: #646b65;
  font-size: 10px;
  line-height: 1.3;
}

.mh-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
  padding-bottom: 24px;
}

.mh-review-grid > article {
  position: relative;
  min-height: 216px;
  padding: 17px;
  border: 1px solid #d8d3ca;
  border-radius: 7px;
}

.mh-review-grid > article.is-featured {
  border-color: #d99b2c;
}

.mh-review-person {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 13px;
  align-items: center;
}

.mh-review-person img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.mh-review-person > div {
  display: flex;
  flex-direction: column;
}

.mh-review-person strong {
  color: #222522;
  font-size: 12px;
  font-weight: 800;
}

.mh-review-person span,
.mh-review-person small {
  margin-top: 3px;
  color: #686f69;
  font-size: 9px;
}

.mh-review-person span i {
  margin-right: 5px;
  color: #d18f16;
}

.mh-review-person > b {
  align-self: start;
  color: #db910b;
  font-size: 14px;
  letter-spacing: 2px;
}

.mh-verified {
  position: absolute;
  top: 58px;
  right: 17px;
  padding: 4px 7px;
  border: 1px solid #dfb15e;
  border-radius: 4px;
  color: #c67e09;
  font-size: 8px;
}

.mh-review-grid blockquote {
  position: relative;
  margin: 21px 0 0;
  padding-top: 17px;
  color: #353935;
  font-size: 11px;
  line-height: 1.5;
}

.mh-review-grid blockquote::before {
  content: "“";
  position: absolute;
  top: -18px;
  left: 0;
  color: rgba(220,151,29,.22);
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 1;
}

.mh-home-faq {
  display: grid;
  grid-template-columns: 1fr 225px;
  gap: 24px;
  margin-top: 16px;
  padding: 22px 26px;
}

.mh-faq-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 14px;
}

.mh-faq-columns details {
  margin-bottom: 7px;
  overflow: hidden;
  border: 1px solid #d8d3ca;
  border-radius: 5px;
  background: rgba(255,255,255,.18);
}

.mh-faq-columns details[open] {
  border-color: #d99b2c;
}

.mh-faq-columns summary {
  position: relative;
  display: flex;
  min-height: 42px;
  padding: 10px 34px 10px 13px;
  align-items: center;
  gap: 12px;
  color: #272a27;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  list-style: none;
}

.mh-faq-columns summary::-webkit-details-marker {
  display: none;
}

.mh-faq-columns summary i {
  min-width: 22px;
  color: #d18f16;
  font-size: 20px;
  text-align: center;
}

.mh-faq-columns summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 13px;
  color: #555b56;
  font-size: 17px;
  font-weight: 400;
  transform: translateY(-50%);
}

.mh-faq-columns details[open] summary::after {
  content: "−";
  color: #d18f16;
}

.mh-faq-columns details p {
  margin: -3px 0 0;
  padding: 0 35px 12px 47px;
  color: #616862;
  font-size: 9px;
  line-height: 1.5;
}

.mh-faq-contact {
  display: flex;
  padding: 19px 17px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #dba13a;
  border-radius: 7px;
}

.mh-faq-contact > i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #dba13a;
  border-radius: 50%;
  color: #d18f16;
  font-size: 22px;
}

.mh-faq-contact h3 {
  margin: 13px 0 0;
  font-size: 13px;
  font-weight: 800;
}

.mh-faq-contact p {
  margin: 7px 0 15px;
  color: #646b65;
  font-size: 9px;
  line-height: 1.45;
}

.mh-faq-contact > a {
  display: inline-flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #dc970f;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.mh-faq-contact > span {
  display: flex;
  margin-top: 14px;
  align-items: center;
  gap: 10px;
  color: #4e544f;
  font-size: 9px;
}

.mh-faq-contact > span i {
  color: #d18f16;
}

.mh-estimate {
  display: grid;
  grid-template-columns: 57% 43%;
  gap: 28px;
  margin: 42px max(48px, calc((100vw - 1440px) / 2)) 0;
  padding: 27px;
}

.mh-estimate-copy {
  display: flex;
  padding: 8px 10px 0;
  flex-direction: column;
}

.mh-estimate h2 {
  margin-top: 9px;
  font-size: 40px;
  line-height: 1.05;
}

.mh-estimate-copy > p {
  max-width: 620px;
  margin: 17px 0 27px;
  color: #5f6660;
  font-size: 14px;
  line-height: 1.5;
}

.mh-estimate-promises {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mh-estimate-promises > div {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  color: #555b56;
  font-size: 11px;
  text-align: center;
}

.mh-estimate-promises i {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid #dba13a;
  border-radius: 11px;
  color: #d18f16;
  font-size: 29px;
}

.mh-estimate-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: auto;
  padding: 14px 0;
  border: 1px solid #d8d3ca;
  border-radius: 6px;
}

.mh-estimate-facts > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 9px;
  padding: 0 16px;
  align-items: center;
  border-right: 1px solid #d8d3ca;
}

.mh-estimate-facts > div:last-child {
  border-right: 0;
}

.mh-estimate-facts i {
  color: #d18f16;
  font-size: 27px;
  text-align: center;
}

.mh-estimate-facts p {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.mh-estimate-facts strong {
  font-size: 12px;
  white-space: nowrap;
}

.mh-estimate-facts span {
  margin-top: 3px;
  color: #686f69;
  font-size: 8px;
}

.mh-estimate-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 16px;
  padding: 20px;
  border: 1px solid #d4cfc6;
  border-radius: 11px;
  background: rgba(255,255,255,.42);
  box-shadow: 0 7px 24px rgba(39,34,25,.04);
}

.mh-estimate-form > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mh-estimate-form .is-wide {
  grid-column: 1 / -1;
}

.mh-estimate-form label {
  color: #3d423e;
  font-size: 11px;
  font-weight: 600;
}

.mh-estimate-form input,
.mh-estimate-form select,
.mh-estimate-form textarea {
  width: 100%;
  min-height: 41px;
  padding: 0 12px;
  border: 1px solid #cac7c0;
  border-radius: 5px;
  outline: 0;
  background: rgba(255,255,255,.42);
  color: #343834;
  font: inherit;
  font-size: 10px;
}

.mh-estimate-form textarea {
  min-height: 62px;
  padding-top: 11px;
  resize: vertical;
}

.mh-estimate-form input:focus,
.mh-estimate-form select:focus,
.mh-estimate-form textarea:focus {
  border-color: #d7961d;
  box-shadow: 0 0 0 3px rgba(215,150,29,.1);
}

.mh-estimate-form button {
  min-height: 43px;
  border: 0;
  border-radius: 5px;
  background: #d88e05;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.mh-estimate-form button.is-success {
  background: #47755a;
}

.mh-estimate-form small {
  color: #737873;
  font-size: 9px;
  text-align: center;
}

.mh-estimate-form small i {
  margin-right: 7px;
  color: #d18f16;
}

/* Detailed footer for the completed landing page. */
.mh-footer {
  margin-top: 12px;
  padding: 0 max(48px, calc((100vw - 1440px) / 2));
  background:
    radial-gradient(circle at 12% 15%, rgba(225,166,46,.05), transparent 24%),
    #151716;
}

.mh-footer-main {
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 80px;
  max-width: 1440px;
  min-height: 235px;
  margin: 0 auto;
  padding: 27px 0 22px;
  align-items: start;
}

.mh-footer-about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mh-footer-brand {
  display: inline-flex;
  align-items: center;
}

.mh-footer-brand .mh-brand-copy strong {
  font-size: 24px;
}

.mh-footer-brand .mh-brand-copy small {
  color: #a3a7a4;
  font-size: 8px;
}

.mh-footer-about > p {
  max-width: 285px;
  margin: 14px 0 12px;
  color: #d2d4d2;
  font-size: 12px;
  line-height: 1.45;
}

.mh-footer-socials {
  display: flex;
  gap: 10px;
}

.mh-footer-socials a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #686c69;
  border-radius: 50%;
  color: #f0f0ef;
  font-size: 13px;
}

.mh-footer-links {
  display: grid;
  grid-template-columns: .8fr .8fr 1.3fr;
  gap: 50px;
  width: 100%;
}

.mh-footer-links > div {
  min-height: 180px;
  padding-left: 28px;
  border-left: 1px solid #343735;
}

.mh-footer-links span {
  margin-bottom: 15px;
  color: #f4f4f3;
  font-size: 13px;
  font-weight: 800;
  text-transform: none;
}

.mh-footer-links a {
  margin-bottom: 11px;
  color: #d4d6d4;
  font-size: 12px;
}

.mh-footer-contacts a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mh-footer-contacts a i {
  width: 17px;
  color: #e0a421;
  font-size: 15px;
  text-align: center;
}

.mh-footer-bottom {
  display: flex;
  min-height: 56px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #343735;
  color: #b9bcba;
  font-size: 10px;
}

.mh-footer-bottom > div {
  display: flex;
  align-items: center;
  gap: 22px;
}

.mh-footer-bottom > div i {
  display: block;
  width: 1px;
  height: 20px;
  background: #454845;
}

.mh-footer-bottom a {
  color: #c7c9c7;
  font-size: 10px;
}

@media (max-width: 1199px) {
  .mh-logistics-feature,
  .mh-albania-coverage,
  .mh-estimate {
    grid-template-columns: 1fr;
  }

  .mh-logistics-gallery {
    border-right: 0;
    border-bottom: 1px solid #dedad2;
  }

  .mh-logistics-copy {
    min-height: 450px;
  }

  .mh-albania-map {
    min-height: 390px;
  }

  .mh-reviews-head {
    grid-template-columns: 1fr;
    gap: 25px;
  }

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

  .mh-review-grid > article:last-child {
    grid-column: 1 / -1;
  }

  .mh-home-faq {
    grid-template-columns: 1fr;
  }

  .mh-faq-contact {
    display: grid;
    grid-template-columns: 60px 1fr auto;
    gap: 0 18px;
    align-items: center;
  }

  .mh-faq-contact > i {
    grid-row: 1 / 3;
  }

  .mh-faq-contact h3,
  .mh-faq-contact p {
    margin: 0;
  }

  .mh-faq-contact > a {
    grid-row: 1 / 3;
    grid-column: 3;
    min-width: 190px;
  }

  .mh-faq-contact > span {
    margin-top: 10px;
  }

  .mh-estimate-facts {
    margin-top: 30px;
  }

  .mh-footer-main {
    grid-template-columns: 280px 1fr;
    gap: 35px;
  }
}

@media (max-width: 767px) {
  .mh-logistics,
  .mh-social-proof {
    padding-right: 16px;
    padding-left: 16px;
  }

  .mh-logistics {
    padding-top: 45px;
  }

  .mh-logistics-main-image {
    height: 250px;
  }

  .mh-logistics-gallery > div {
    grid-template-columns: 1fr;
  }

  .mh-logistics-gallery > div img {
    height: 180px;
  }

  .mh-logistics-copy {
    min-height: auto;
    padding: 28px 18px;
  }

  .mh-logistics-copy h2,
  .mh-coverage-copy h2,
  .mh-reviews-head h2,
  .mh-home-faq h2 {
    font-size: 34px;
  }

  .mh-logistics-copy > p,
  .mh-coverage-copy > p,
  .mh-reviews-head > div:first-child > p,
  .mh-faq-main > p {
    font-size: 14px;
  }

  .mh-logistics-benefits,
  .mh-review-grid,
  .mh-faq-columns {
    grid-template-columns: 1fr;
  }

  .mh-logistics-benefits article {
    min-height: 105px;
  }

  .mh-logistics-benefits strong {
    font-size: 15px;
  }

  .mh-logistics-benefits span {
    font-size: 12px;
  }

  .mh-logistics-metrics {
    grid-template-columns: 1fr 1fr;
    gap: 10px 0;
    margin-top: 20px;
  }

  .mh-logistics-metrics > div {
    min-height: 58px;
  }

  .mh-logistics-metrics strong {
    font-size: 12px;
  }

  .mh-logistics-metrics span {
    font-size: 10px;
  }

  .mh-logistics-metrics > a {
    grid-column: 1 / -1;
    min-height: 48px;
    font-size: 13px;
  }

  .mh-albania-coverage {
    grid-template-columns: 1fr;
  }

  .mh-coverage-copy {
    padding: 28px 18px 10px;
  }

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

  .mh-city-grid span {
    min-height: 42px;
    font-size: 12px;
  }

  .mh-coverage-stats {
    grid-template-columns: 1fr;
  }

  .mh-coverage-stats div {
    border-right: 0;
    border-bottom: 1px solid #ddd8cf;
  }

  .mh-coverage-stats div:last-child {
    border-bottom: 0;
  }

  .mh-coverage-stats span {
    font-size: 11px;
  }

  .mh-coverage-button {
    width: 100%;
    min-height: 50px;
    font-size: 12px;
    text-align: center;
  }

  .mh-albania-map {
    min-height: 420px;
  }

  .mh-albania-map svg {
    top: 0;
    width: 310px;
  }

  .mh-reviews-head,
  .mh-review-grid {
    padding-right: 18px;
    padding-left: 18px;
  }

  .mh-review-stats {
    grid-template-columns: 1fr;
  }

  .mh-review-stats > div {
    min-height: 85px;
    border-left: 0;
    border-top: 1px solid #ddd8cf;
  }

  .mh-review-stats > div:first-child {
    border-top: 0;
  }

  .mh-review-stats span {
    font-size: 12px;
  }

  .mh-review-grid > article:last-child {
    grid-column: auto;
  }

  .mh-review-grid > article {
    min-height: 285px;
  }

  .mh-review-person {
    grid-template-columns: 66px 1fr;
  }

  .mh-review-person > b {
    grid-column: 2;
  }

  .mh-review-person img {
    width: 66px;
    height: 66px;
    grid-row: 1 / 3;
  }

  .mh-review-person strong {
    font-size: 16px;
  }

  .mh-review-person span,
  .mh-review-person small {
    font-size: 12px;
  }

  .mh-review-grid blockquote {
    font-size: 14px;
  }

  .mh-verified {
    position: static;
    display: inline-block;
    margin-top: 12px;
    font-size: 10px;
  }

  .mh-home-faq {
    padding: 25px 18px;
  }

  .mh-faq-columns summary {
    min-height: 62px;
    font-size: 13px;
  }

  .mh-faq-columns details p {
    padding: 0 20px 16px 47px;
    font-size: 12px;
  }

  .mh-faq-contact {
    display: flex;
    min-height: 295px;
    align-items: flex-start;
  }

  .mh-faq-contact h3 {
    margin-top: 14px;
    font-size: 18px;
  }

  .mh-faq-contact p,
  .mh-faq-contact > span {
    font-size: 13px;
  }

  .mh-faq-contact > a {
    min-width: 0;
    margin: 5px 0 10px;
  }

  .mh-estimate {
    margin: 45px 16px 0;
    padding: 24px 18px;
  }

  .mh-estimate h2 {
    font-size: 38px;
  }

  .mh-estimate-copy {
    padding: 0;
  }

  .mh-estimate-copy > p {
    font-size: 15px;
  }

  .mh-estimate-promises {
    grid-template-columns: 1fr 1fr;
  }

  .mh-estimate-promises > div {
    font-size: 12px;
  }

  .mh-estimate-facts {
    grid-template-columns: 1fr 1fr;
  }

  .mh-estimate-facts > div {
    min-height: 70px;
    border-right: 0;
    border-bottom: 1px solid #d8d3ca;
  }

  .mh-estimate-facts > div:nth-child(odd) {
    border-right: 1px solid #d8d3ca;
  }

  .mh-estimate-facts > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .mh-estimate-facts strong {
    font-size: 11px;
  }

  .mh-estimate-form {
    grid-template-columns: 1fr;
    padding: 18px 14px;
  }

  .mh-estimate-form .is-wide,
  .mh-estimate-form > div {
    grid-column: 1;
  }

  .mh-estimate-form label {
    font-size: 13px;
  }

  .mh-estimate-form input,
  .mh-estimate-form select {
    min-height: 50px;
    font-size: 13px;
  }

  .mh-estimate-form textarea {
    min-height: 100px;
    font-size: 13px;
  }

  .mh-estimate-form button {
    min-height: 51px;
    font-size: 14px;
  }

  .mh-footer {
    padding: 0 22px;
  }

  .mh-footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 38px 0 30px;
  }

  .mh-footer-about > p {
    font-size: 14px;
  }

  .mh-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }

  .mh-footer-links > div {
    min-height: auto;
    padding-left: 0;
    border-left: 0;
  }

  .mh-footer-links > .mh-footer-contacts {
    grid-column: 1 / -1;
    padding-top: 25px;
    border-top: 1px solid #343735;
  }

  .mh-footer-links span {
    font-size: 15px;
  }

  .mh-footer-links a {
    font-size: 13px;
  }

  .mh-footer-bottom {
    padding: 18px 0;
    flex-direction: column;
    gap: 13px;
    align-items: flex-start;
  }

  .mh-footer-bottom > div {
    flex-wrap: wrap;
    gap: 12px;
  }
}

/* 2026 coherence pass
   One scale, one grid and a calmer hierarchy across the complete home page. */
:root {
  --mh-page-gutter: max(48px, calc((100vw - 1440px) / 2));
  --mh-section-space: 112px;
  --mh-section-space-mobile: 72px;
  --mh-surface: #f7f5ef;
  --mh-surface-alt: #fcfbf8;
  --mh-card: #fff;
  --mh-copy: #5d655f;
  --mh-soft-shadow: 0 14px 40px rgba(32, 29, 23, .055);
  --mh-card-radius: 12px;
}

.mh-home {
  overflow: hidden;
  background: var(--mh-surface);
}

.mh-home .mh-gold-kicker {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.2;
}

.mh-home :is(
  .mh-finder-intro,
  .mh-advantages-intro,
  .mh-completion-copy,
  .mh-technology-copy,
  .mh-work-steps-intro,
  .mh-factory-copy,
  .mh-logistics-copy,
  .mh-coverage-copy,
  .mh-reviews-head,
  .mh-faq-main,
  .mh-estimate-copy
) h2 {
  font-size: clamp(42px, 3.4vw, 54px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.mh-home :is(
  .mh-finder-intro,
  .mh-advantages-intro,
  .mh-completion-copy,
  .mh-technology-copy,
  .mh-work-steps-intro,
  .mh-factory-copy,
  .mh-logistics-copy,
  .mh-coverage-copy,
  .mh-reviews-head,
  .mh-faq-main,
  .mh-estimate-copy
) > p {
  color: var(--mh-copy);
  font-size: 16px;
  line-height: 1.65;
}

/* The header is the reference grid for every section. */
.mh-header-inner {
  width: min(1440px, calc(100vw - 96px));
}

.mh-brand-logo {
  display: block;
  width: 225px;
  height: auto;
}

.mh-footer-brand .mh-brand-logo {
  width: 220px;
}

.mh-finder-top,
.mh-home-catalog,
.mh-advantages,
.mh-completion-top,
.mh-extra-services,
.mh-technology-showcase,
.mh-work-process,
.mh-logistics,
.mh-social-proof {
  padding-right: var(--mh-page-gutter);
  padding-left: var(--mh-page-gutter);
}

/* Model finder and catalogue: one generous section, no artificial split. */
.mh-home-finder {
  padding: var(--mh-section-space) 0;
  background: var(--mh-surface);
}

.mh-finder-top {
  grid-template-columns: 390px 1fr;
  gap: 80px;
  padding-top: 0;
  padding-bottom: 84px;
}

.mh-finder-intro > p {
  max-width: 370px;
  margin: 22px 0 34px;
}

.mh-finder-button {
  min-height: 58px;
  padding: 0 25px;
  border-radius: 7px;
  font-size: 15px;
}

.mh-finder-filters {
  gap: 16px;
  margin-bottom: 22px;
}

.mh-finder-filters label {
  min-height: 68px;
  padding: 10px 15px;
  border: 0;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(31, 29, 24, .055);
}

.mh-finder-filters span {
  font-size: 12px;
}

.mh-finder-filters strong {
  font-size: 14px;
}

.mh-finder-filters i {
  font-size: 23px;
}

.mh-purpose-grid {
  gap: 18px;
}

.mh-purpose-card {
  min-height: 250px;
  border: 0;
  border-radius: var(--mh-card-radius);
  box-shadow: var(--mh-soft-shadow);
}

.mh-purpose-card.is-active {
  border: 0;
  box-shadow: 0 0 0 2px #daa034, var(--mh-soft-shadow);
}

.mh-purpose-icon {
  top: 22px;
  left: 22px;
  width: 48px;
  height: 48px;
  font-size: 20px;
}

.mh-purpose-card > strong {
  top: 96px;
  left: 22px;
  max-width: 165px;
  font-size: 18px;
}

.mh-home-catalog {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
}

.mh-home-catalog-head {
  margin-bottom: 30px;
}

.mh-home-catalog-head h2 {
  font-size: 38px;
}

.mh-home-catalog-head a {
  font-size: 14px;
}

.mh-home-model-grid {
  gap: 22px;
}

.mh-home-model-card {
  border: 0;
  border-radius: var(--mh-card-radius);
  box-shadow: var(--mh-soft-shadow);
}

.mh-home-model-image {
  height: 225px;
}

.mh-home-model-body {
  padding: 20px;
}

.mh-home-model-title h3,
.mh-home-model-title strong {
  font-size: 18px;
}

.mh-home-model-meta {
  margin-top: 15px;
}

.mh-home-model-meta span {
  font-size: 13px;
}

.mh-home-model-footer {
  margin-top: 24px;
}

.mh-home-model-footer > strong {
  font-size: 17px;
}

.mh-home-model-footer a {
  min-height: 42px;
  padding: 0 18px;
  font-size: 13px;
}

/* Advantages: remove the section outline and let whitespace separate content. */
.mh-advantages {
  padding-top: var(--mh-section-space);
  padding-bottom: var(--mh-section-space);
  border-top: 0;
  background: var(--mh-surface-alt);
}

.mh-advantages-top {
  grid-template-columns: 400px 1fr;
  gap: 70px;
}

.mh-advantages-intro > p {
  margin: 22px 0 32px;
}

.mh-advantages-stats {
  gap: 24px;
}

.mh-advantages-stats strong {
  font-size: 15px;
}

.mh-advantages-stats span {
  font-size: 12px;
}

.mh-advantages-stats i {
  font-size: 24px;
}

.mh-advantage-cards {
  gap: 18px;
}

.mh-advantage-cards article {
  min-height: 300px;
  padding: 28px 23px;
  border: 0;
  border-radius: var(--mh-card-radius);
  background: var(--mh-card);
  box-shadow: var(--mh-soft-shadow);
}

.mh-advantage-cards article > span {
  width: 64px;
  height: 64px;
  font-size: 29px;
}

.mh-advantage-cards h3 {
  margin: 28px 0 15px;
  font-size: 20px;
}

.mh-advantage-cards p {
  font-size: 15px;
  line-height: 1.6;
}

.mh-realized-project {
  gap: 38px;
  margin-top: 96px;
  padding-top: 0;
  border-top: 0;
}

.mh-realized-gallery {
  min-height: 510px;
}

.mh-realized-gallery img {
  border-radius: var(--mh-card-radius);
}

.mh-realized-card {
  padding: 34px 36px 28px;
  border: 0;
  border-radius: var(--mh-card-radius);
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-realized-card h2 {
  font-size: 34px;
}

.mh-realized-lead {
  margin: 14px 0 27px;
  font-size: 15px;
}

.mh-realized-specs {
  gap: 22px 30px;
}

.mh-realized-specs i {
  font-size: 23px;
}

.mh-realized-specs strong {
  font-size: 16px;
}

.mh-realized-specs span {
  font-size: 12px;
}

.mh-realized-price {
  padding: 22px 0;
  border-top-color: #ebe7df;
  border-bottom-color: #ebe7df;
}

.mh-realized-price p span {
  font-size: 13px;
}

.mh-realized-price p strong {
  font-size: 28px;
}

.mh-realized-price > a {
  min-height: 50px;
  font-size: 13px;
}

.mh-realized-quote > p,
.mh-realized-quote > span,
.mh-realized-quote > span strong {
  font-size: 12px;
}

/* Completion: one uninterrupted content field. */
.mh-completion {
  padding: var(--mh-section-space) 0;
  background: var(--mh-surface);
}

.mh-completion-top {
  gap: 70px;
  padding-top: 0;
  padding-bottom: 92px;
}

.mh-completion-copy > p {
  margin-top: 22px;
}

.mh-completion-features {
  gap: 14px;
  margin-top: 30px;
}

.mh-completion-features article {
  min-height: 92px;
  padding: 17px 18px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(31,29,24,.045);
}

.mh-completion-features article > i {
  font-size: 30px;
}

.mh-completion-features strong {
  font-size: 15px;
}

.mh-completion-features span {
  font-size: 12px;
}

.mh-completion-button {
  min-height: 56px;
  margin-top: 26px;
  font-size: 14px;
}

.mh-completion-visual {
  overflow: hidden;
  border: 0;
  border-radius: var(--mh-card-radius);
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-completion-visual > img {
  height: 390px;
}

.mh-included-list {
  padding: 22px 26px 24px;
}

.mh-included-list h3 {
  font-size: 19px;
}

.mh-included-list li {
  font-size: 13px;
}

.mh-extra-services {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
}

.mh-extra-services-head {
  margin-bottom: 30px;
}

.mh-extra-services-head h2 {
  font-size: 38px;
}

.mh-extra-services-head p {
  font-size: 15px;
}

.mh-extra-services-head > a {
  min-height: 50px;
  font-size: 13px;
}

.mh-service-grid {
  gap: 18px;
}

.mh-extra-services-head > a {
  box-sizing: border-box;
}

.mh-service-grid article {
  min-height: 145px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(31,29,24,.045);
}

.mh-service-grid article img {
  width: 43%;
}

.mh-service-grid article > div {
  padding: 17px;
}

.mh-service-grid h3 {
  font-size: 17px;
}

.mh-service-grid p {
  font-size: 13px;
}

.mh-service-grid span {
  font-size: 11px;
}

/* Technology: remove the large bordered panel and scale up annotations. */
.mh-technology-showcase {
  padding-top: var(--mh-section-space);
  padding-bottom: var(--mh-section-space);
  border-top: 0;
  background: var(--mh-surface-alt);
}

.mh-technology-main {
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 56px;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}

.mh-technology-copy > p {
  margin-top: 22px;
}

.mh-technology-points {
  gap: 12px;
  margin-top: 28px;
}

.mh-technology-points article {
  min-height: 78px;
  padding: 13px 16px;
  border: 0;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(31,29,24,.04);
}

.mh-technology-points article > i {
  font-size: 30px;
}

.mh-technology-points strong {
  font-size: 15px;
}

.mh-technology-points span {
  font-size: 12px;
}

.mh-cutaway-visual {
  min-height: 590px;
  overflow: visible;
  border-radius: var(--mh-card-radius);
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-cutaway-image-wrap {
  position: relative;
  height: 420px;
}

.mh-cutaway-image-wrap > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mh-cutaway-marker {
  position: absolute;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #d59010;
  color: #fff;
  box-shadow: 0 5px 15px rgba(57,42,14,.25);
  font-size: 13px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}

.mh-cutaway-marker.marker-1 { top: 11%; left: 61%; }
.mh-cutaway-marker.marker-2 { top: 23%; left: 58%; }
.mh-cutaway-marker.marker-3 { top: 55%; left: 76%; }
.mh-cutaway-marker.marker-4 { top: 62%; left: 68%; }
.mh-cutaway-marker.marker-5 { top: 63%; left: 84%; }
.mh-cutaway-marker.marker-6 { top: 79%; left: 58%; }

.mh-materials-panel {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.55fr) minmax(0, .7fr);
  gap: 28px;
  margin-top: 90px;
  padding-top: 0;
  border: 0;
  background: transparent;
}

.mh-wall-section,
.mh-material-grid,
.mh-quality-list {
  border: 0;
  border-radius: var(--mh-card-radius);
}

.mh-wall-section {
  padding: 26px;
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-wall-section-content {
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 16px;
  min-height: 285px;
  align-items: center;
}

.mh-wall-section-content li::after {
  width: 25px;
}

.mh-wall-cutaway-image {
  display: block;
  width: 100%;
  height: 285px;
  object-fit: contain;
  object-position: center;
}

.mh-wall-section h2 {
  font-size: 35px;
}

.mh-wall-section li strong {
  font-size: 13px;
}

.mh-wall-section li span {
  font-size: 11px;
}

.mh-material-grid {
  gap: 14px;
}

.mh-material-grid article {
  overflow: hidden;
  border: 0;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(31,29,24,.04);
}

.mh-material-grid h3 {
  font-size: 14px;
}

.mh-material-grid p {
  font-size: 12px;
}

.mh-quality-list {
  padding: 25px 22px;
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-quality-list strong {
  font-size: 15px;
}

.mh-quality-list span {
  font-size: 12px;
}

.mh-quality-list > a {
  min-height: 50px;
  font-size: 12px;
}

/* Process and production: no frame around a frame. */
.mh-work-process {
  padding-top: var(--mh-section-space);
  padding-bottom: var(--mh-section-space);
  border-top: 0;
  background: var(--mh-surface);
}

.mh-work-steps {
  grid-template-columns: 310px 1fr;
  gap: 64px;
  padding: 0;
  border: 0;
  background: transparent;
}

.mh-work-steps-intro > p {
  max-width: 290px;
  margin: 20px 0 30px;
}

.mh-work-steps-intro .mh-finder-button {
  min-height: 56px;
  font-size: 14px;
}

.mh-work-step-list {
  gap: 20px;
}

.mh-work-step-list article > span {
  width: 44px;
  height: 44px;
  background: var(--mh-surface);
  font-size: 13px;
}

.mh-work-step-list article::after {
  top: 28px;
  left: 52px;
}

.mh-work-step-list article > i {
  margin-top: 22px;
  font-size: 42px;
}

.mh-work-step-list h3 {
  font-size: 17px;
}

.mh-work-step-list p {
  max-width: 150px;
  font-size: 13px;
  line-height: 1.55;
}

.mh-factory-feature {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 48px;
  margin-top: 96px;
  overflow: visible;
  border: 0;
  background: transparent;
}

.mh-factory-gallery {
  padding: 0;
  border-right: 0;
}

.mh-factory-main-image {
  height: 410px;
  border-radius: var(--mh-card-radius);
}

.mh-factory-gallery > div {
  gap: 10px;
  margin-top: 10px;
}

.mh-factory-gallery > div img {
  height: 105px;
  border-radius: 8px;
}

.mh-factory-copy {
  padding: 10px 0 0;
}

.mh-factory-copy > p {
  margin: 20px 0 25px;
}

.mh-factory-benefits {
  gap: 12px;
}

.mh-factory-benefits article {
  min-height: 100px;
  padding: 16px;
  border: 0;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(31,29,24,.04);
}

.mh-factory-benefits article > i {
  font-size: 34px;
}

.mh-factory-benefits strong {
  font-size: 14px;
}

.mh-factory-benefits span {
  font-size: 11px;
}

.mh-factory-metrics {
  gap: 18px;
  margin-top: 24px;
}

.mh-factory-metrics > div {
  border-right: 0;
}

.mh-factory-metrics > div strong {
  font-size: 31px;
}

.mh-factory-metrics > div span {
  font-size: 11px;
}

.mh-factory-metrics > a {
  min-height: 50px;
  font-size: 12px;
}

/* Logistics and geography: two layouts, not nested bordered panels. */
.mh-logistics {
  padding-top: var(--mh-section-space);
  padding-bottom: var(--mh-section-space);
  border-top: 0;
  background: var(--mh-surface-alt);
}

.mh-logistics-feature {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  overflow: visible;
  border: 0;
  background: transparent;
}

.mh-logistics-gallery {
  padding: 0;
  border-right: 0;
}

.mh-logistics-main-image {
  height: 390px;
  border-radius: var(--mh-card-radius);
}

.mh-logistics-gallery > div {
  gap: 10px;
  margin-top: 10px;
}

.mh-logistics-gallery > div img {
  height: 120px;
  border-radius: 8px;
}

.mh-logistics-copy {
  padding: 8px 0 0;
}

.mh-logistics-copy > p {
  margin: 20px 0 24px;
}

.mh-logistics-benefits {
  gap: 12px;
}

.mh-logistics-benefits article {
  min-height: 105px;
  padding: 16px;
  border: 0;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(31,29,24,.04);
}

.mh-logistics-benefits article > i {
  font-size: 34px;
}

.mh-logistics-benefits strong {
  font-size: 14px;
}

.mh-logistics-benefits span {
  font-size: 11px;
}

.mh-logistics-metrics {
  gap: 8px;
  margin-top: 24px;
}

.mh-logistics-metrics > div {
  min-height: 50px;
  border-right: 0;
}

.mh-logistics-metrics strong {
  font-size: 12px;
}

.mh-logistics-metrics span {
  font-size: 10px;
}

.mh-logistics-metrics > a {
  min-height: 48px;
  font-size: 11px;
}

.mh-albania-coverage {
  grid-template-columns: 48% 52%;
  min-height: 530px;
  margin-top: 104px;
  overflow: visible;
  border: 0;
  background: transparent;
}

.mh-coverage-copy {
  padding: 15px 0 0;
}

.mh-coverage-copy > p {
  margin: 20px 0 24px;
}

.mh-city-grid {
  gap: 10px;
}

.mh-city-grid span {
  min-height: 43px;
  border: 0;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(31,29,24,.04);
  font-size: 12px;
}

.mh-coverage-stats {
  gap: 10px;
  margin-top: 16px;
  border: 0;
}

.mh-coverage-stats div {
  min-height: 62px;
  padding: 8px 14px;
  border-right: 0;
  border-radius: 7px;
  background: #fff;
}

.mh-coverage-stats strong {
  font-size: 27px;
}

.mh-coverage-stats span {
  font-size: 10px;
}

.mh-coverage-button {
  min-height: 50px;
  margin-top: 18px;
  font-size: 12px;
}

.mh-albania-map {
  display: grid;
  min-height: 530px;
  place-items: center;
  background: transparent;
}

.mh-albania-map > img {
  display: block;
  width: min(100%, 500px);
  height: 530px;
  object-fit: contain;
}

/* Testimonials and FAQ: larger copy, quieter surfaces. */
.mh-social-proof {
  padding-top: var(--mh-section-space);
  padding-bottom: var(--mh-section-space);
  border: 0;
  background: var(--mh-surface);
}

.mh-reviews-head,
.mh-review-grid {
  padding-right: 0;
  padding-left: 0;
}

.mh-reviews-head {
  gap: 80px;
  padding-top: 0;
}

.mh-reviews-head > div:first-child > p {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.65;
}

.mh-review-stats > div {
  grid-template-columns: 64px 1fr;
  padding: 8px 24px;
  border-left: 0;
}

.mh-review-stats > div > i {
  width: 62px;
  height: 62px;
  font-size: 28px;
}

.mh-review-stats strong {
  font-size: 29px;
}

.mh-review-stats span {
  font-size: 12px;
}

.mh-review-grid {
  gap: 22px;
  margin-top: 36px;
  padding-bottom: 0;
}

.mh-review-grid > article {
  min-height: 285px;
  padding: 24px;
  border: 0;
  border-radius: var(--mh-card-radius);
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-review-grid > article.is-featured {
  border: 0;
  box-shadow: 0 0 0 2px #daa034, var(--mh-soft-shadow);
}

.mh-review-person {
  grid-template-columns: 68px 1fr auto;
}

.mh-review-person img {
  width: 68px;
  height: 68px;
}

.mh-review-person strong {
  font-size: 15px;
}

.mh-review-person span,
.mh-review-person small {
  font-size: 12px;
}

.mh-review-person > b {
  font-size: 15px;
}

.mh-verified {
  top: 67px;
  right: 24px;
  font-size: 10px;
}

.mh-review-grid blockquote {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.65;
}

.mh-home-faq {
  grid-template-columns: 1fr 280px;
  gap: 40px;
  margin-top: 96px;
  padding: 0;
  border: 0;
  background: transparent;
}

.mh-faq-main > p {
  margin-top: 18px;
}

.mh-faq-columns {
  gap: 16px;
  margin-top: 28px;
}

.mh-faq-columns details {
  margin-bottom: 10px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(31,29,24,.04);
}

.mh-faq-columns details[open] {
  border: 0;
}

.mh-faq-columns summary {
  min-height: 58px;
  padding: 13px 40px 13px 16px;
  font-size: 14px;
}

.mh-faq-columns summary i {
  font-size: 23px;
}

.mh-faq-columns details p {
  padding: 0 30px 18px 52px;
  font-size: 13px;
}

.mh-faq-contact {
  padding: 28px 24px;
  border: 0;
  border-radius: var(--mh-card-radius);
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-faq-contact > i {
  width: 56px;
  height: 56px;
  font-size: 26px;
}

.mh-faq-contact h3 {
  font-size: 18px;
}

.mh-faq-contact p,
.mh-faq-contact > span {
  font-size: 13px;
}

.mh-faq-contact > a {
  min-height: 48px;
  font-size: 13px;
}

/* Estimate is a full-width section; only the form remains a focused surface. */
.mh-estimate {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 70px;
  margin: 0;
  padding: var(--mh-section-space) var(--mh-page-gutter);
  border: 0;
  border-radius: 0;
  background: var(--mh-surface-alt);
}

.mh-estimate-copy {
  padding: 0;
}

.mh-estimate-copy > p {
  max-width: 650px;
  margin: 22px 0 34px;
}

.mh-estimate-promises {
  gap: 24px;
}

.mh-estimate-promises > div {
  gap: 13px;
  font-size: 13px;
}

.mh-estimate-promises i {
  width: 66px;
  height: 66px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(31,29,24,.045);
  font-size: 31px;
}

.mh-estimate-facts {
  gap: 10px;
  margin-top: auto;
  padding: 0;
  border: 0;
}

.mh-estimate-facts > div {
  min-height: 72px;
  padding: 12px;
  border-right: 0;
  border-radius: 8px;
  background: #fff;
}

.mh-estimate-facts strong {
  font-size: 14px;
}

.mh-estimate-facts span {
  font-size: 11px;
}

.mh-estimate-form {
  gap: 17px 18px;
  padding: 30px;
  border: 0;
  border-radius: var(--mh-card-radius);
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-estimate-form label {
  font-size: 13px;
}

.mh-estimate-form input,
.mh-estimate-form select,
.mh-estimate-form textarea {
  min-height: 50px;
  padding-right: 15px;
  padding-left: 15px;
  border-color: #ddd9d1;
  background: #faf9f6;
  font-size: 13px;
}

.mh-estimate-form textarea {
  min-height: 92px;
}

.mh-estimate-form button {
  min-height: 54px;
  font-size: 15px;
}

.mh-estimate-form small {
  font-size: 11px;
}

/* Footer follows the same 1440 px grid and drops decorative dividers. */
.mh-footer {
  margin-top: 0;
  padding-right: var(--mh-page-gutter);
  padding-left: var(--mh-page-gutter);
}

.mh-footer-main {
  min-height: 290px;
  padding: 48px 0 36px;
}

.mh-footer-about > p {
  font-size: 14px;
}

.mh-footer-links {
  gap: 65px;
}

.mh-footer-links > div {
  padding-left: 0;
  border-left: 0;
}

.mh-footer-links span {
  font-size: 15px;
}

.mh-footer-links a {
  font-size: 14px;
}

.mh-footer-bottom,
.mh-footer-bottom a {
  border-top: 0;
  font-size: 12px;
}

@media (max-width: 1199px) {
  :root {
    --mh-section-space: 88px;
  }

  .mh-technology-main,
  .mh-materials-panel {
    grid-template-columns: 1fr;
  }

  .mh-finder-top,
  .mh-advantages-top,
  .mh-work-steps {
    grid-template-columns: 1fr;
  }

  .mh-finder-intro > p,
  .mh-advantages-intro > p,
  .mh-work-steps-intro > p {
    max-width: 700px;
  }

  .mh-realized-project,
  .mh-completion-top,
  .mh-factory-feature,
  .mh-logistics-feature,
  .mh-albania-coverage,
  .mh-estimate {
    grid-template-columns: 1fr;
  }

  .mh-completion-top,
  .mh-factory-feature,
  .mh-logistics-feature,
  .mh-estimate {
    gap: 55px;
  }

  .mh-factory-copy,
  .mh-logistics-copy {
    min-height: auto;
  }

  .mh-footer-main {
    grid-template-columns: 270px 1fr;
  }
}

@media (max-width: 767px) {
  :root {
    --mh-page-gutter: 18px;
  }

  .mh-home :is(
    .mh-finder-intro,
    .mh-advantages-intro,
    .mh-completion-copy,
    .mh-technology-copy,
    .mh-work-steps-intro,
    .mh-factory-copy,
    .mh-logistics-copy,
    .mh-coverage-copy,
    .mh-reviews-head,
    .mh-faq-main,
    .mh-estimate-copy
  ) h2 {
    font-size: clamp(34px, 10vw, 42px);
  }

  .mh-home :is(
    .mh-finder-intro,
    .mh-advantages-intro,
    .mh-completion-copy,
    .mh-technology-copy,
    .mh-work-steps-intro,
    .mh-factory-copy,
    .mh-logistics-copy,
    .mh-coverage-copy,
    .mh-reviews-head,
    .mh-faq-main,
    .mh-estimate-copy
  ) > p {
    font-size: 15px;
  }

  .mh-header-inner {
    width: calc(100vw - 32px);
  }

  .mh-brand-logo {
    width: 158px;
  }

  .mh-footer-brand .mh-brand-logo {
    width: 205px;
  }

  .mh-home-finder,
  .mh-completion,
  .mh-advantages,
  .mh-technology-showcase,
  .mh-work-process,
  .mh-logistics,
  .mh-social-proof,
  .mh-estimate {
    padding-top: var(--mh-section-space-mobile);
    padding-bottom: var(--mh-section-space-mobile);
  }

  .mh-finder-top,
  .mh-home-catalog,
  .mh-advantages,
  .mh-completion-top,
  .mh-extra-services,
  .mh-technology-showcase,
  .mh-work-process,
  .mh-logistics,
  .mh-social-proof,
  .mh-estimate {
    padding-right: var(--mh-page-gutter);
    padding-left: var(--mh-page-gutter);
  }

  .mh-finder-top {
    gap: 55px;
    padding-top: 0;
    padding-bottom: 68px;
  }

  .mh-purpose-card {
    min-height: 230px;
  }

  .mh-home-catalog {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mh-home-catalog-head h2,
  .mh-extra-services-head h2 {
    font-size: 31px;
  }

  .mh-home-model-image {
    height: 255px;
  }

  .mh-advantages-top {
    gap: 55px;
  }

  .mh-advantage-cards article {
    min-height: 245px;
  }

  .mh-realized-project,
  .mh-materials-panel,
  .mh-factory-feature,
  .mh-albania-coverage,
  .mh-home-faq {
    margin-top: 72px;
  }

  .mh-realized-card {
    padding: 28px 21px;
  }

  .mh-realized-card h2 {
    font-size: 29px;
  }

  .mh-completion-top {
    padding-top: 0;
    padding-bottom: 72px;
  }

  .mh-completion-visual > img {
    height: 280px;
  }

  .mh-extra-services {
    padding-bottom: 0;
  }

  .mh-service-grid article {
    min-height: 160px;
  }

  .mh-technology-main {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 0;
  }

  .mh-cutaway-visual {
    min-height: 650px;
  }

  .mh-cutaway-image-wrap {
    height: 350px;
  }

  .mh-cutaway-marker {
    width: 27px;
    height: 27px;
    border-width: 2px;
    font-size: 12px;
  }

  .mh-wall-section-content {
    grid-template-columns: 125px minmax(0, 1fr);
    min-height: 300px;
  }

  .mh-wall-cutaway-image {
    height: 300px;
  }

  .mh-work-steps {
    padding: 0;
  }

  .mh-work-step-list p {
    max-width: none;
    font-size: 13px;
  }

  .mh-factory-main-image,
  .mh-logistics-main-image {
    height: 280px;
  }

  .mh-logistics-copy {
    padding: 0;
  }

  .mh-albania-coverage {
    min-height: auto;
  }

  .mh-albania-map {
    min-height: 470px;
  }

  .mh-albania-map > img {
    width: 100%;
    height: 470px;
  }

  .mh-coverage-copy {
    padding: 0;
  }

  .mh-review-grid > article {
    min-height: 280px;
  }

  .mh-home-faq {
    padding: 0;
  }

  .mh-estimate {
    gap: 55px;
    margin: 0;
    border-radius: 0;
  }

  .mh-estimate-form {
    padding: 22px 18px;
  }

  .mh-footer {
    padding-right: 22px;
    padding-left: 22px;
  }

  .mh-footer-main {
    padding-top: 50px;
  }
}

/* Unified action system and interaction cleanup. */
:root {
  --mh-action: #e8b53f;
  --mh-action-hover: #f2c552;
  --mh-action-ink: #171918;
  --mh-action-focus: rgba(216, 142, 5, .28);
}

:is(
  .mh-finder-button,
  .mh-completion-button,
  .mh-realized-price > a,
  .mh-quality-list > a,
  .mh-factory-metrics > a,
  .mh-logistics-metrics > a,
  .mh-faq-contact > a,
  .mh-estimate-form button,
  .mh-form-submit,
  .mh-dark-button,
  .mh-outline-button,
  .mh-extra-services-head > a,
  .mh-coverage-button,
  .mh-btn
) {
  display: inline-flex;
  min-height: 54px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: 7px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    color .18s ease,
    background-color .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

:is(
  .mh-finder-button,
  .mh-completion-button,
  .mh-realized-price > a,
  .mh-quality-list > a,
  .mh-factory-metrics > a,
  .mh-logistics-metrics > a,
  .mh-faq-contact > a,
  .mh-estimate-form button,
  .mh-form-submit,
  .mh-dark-button,
  .mh-btn-gold,
  .mh-btn-light
) {
  border: 1px solid var(--mh-action);
  background: var(--mh-action);
  color: var(--mh-action-ink);
}

:is(
  .mh-finder-button,
  .mh-completion-button,
  .mh-realized-price > a,
  .mh-quality-list > a,
  .mh-factory-metrics > a,
  .mh-logistics-metrics > a,
  .mh-faq-contact > a,
  .mh-estimate-form button,
  .mh-form-submit,
  .mh-dark-button,
  .mh-btn-gold,
  .mh-btn-light
):hover {
  border-color: var(--mh-action-hover);
  background: var(--mh-action-hover);
  color: var(--mh-action-ink);
  box-shadow: 0 9px 24px rgba(107, 73, 13, .14);
  transform: translateY(-1px);
}

:is(
  .mh-outline-button,
  .mh-extra-services-head > a,
  .mh-coverage-button
) {
  border: 1px solid #c89027;
  background: transparent;
  color: var(--mh-action-ink);
}

:is(
  .mh-outline-button,
  .mh-extra-services-head > a,
  .mh-coverage-button
):hover {
  border-color: var(--mh-action);
  background: var(--mh-action);
  color: var(--mh-action-ink);
  transform: translateY(-1px);
}

.mh-header-cta,
.mh-hero .mh-btn {
  transition:
    color .18s ease,
    background-color .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

:is(
  .mh-header-cta,
  .mh-btn,
  .mh-finder-button,
  .mh-completion-button,
  .mh-realized-price > a,
  .mh-quality-list > a,
  .mh-factory-metrics > a,
  .mh-logistics-metrics > a,
  .mh-faq-contact > a,
  .mh-estimate-form button,
  .mh-form-submit,
  .mh-dark-button,
  .mh-outline-button,
  .mh-extra-services-head > a,
  .mh-coverage-button,
  .mh-card-link,
  .btn
):focus-visible {
  outline: 3px solid var(--mh-action-focus);
  outline-offset: 3px;
}

:is(
  .mh-finder-button,
  .mh-completion-button,
  .mh-estimate-form button,
  .mh-form-submit,
  .btn
):disabled,
:is(.mh-finder-button, .mh-completion-button, .mh-form-submit, .btn).disabled {
  cursor: not-allowed;
  opacity: .58;
  pointer-events: none;
  transform: none;
}

.mh-form-submit,
.mh-estimate-form button {
  width: 100%;
}

.mh-card-link {
  gap: 10px;
  transition: color .18s ease, border-color .18s ease;
}

.mh-card-link:hover {
  border-color: #c89027;
  color: #b77700;
}

.mh-faq-contact {
  min-height: 0;
  align-self: start;
}

.mh-faq-columns summary {
  border-radius: 8px;
}

.mh-faq-columns summary:hover {
  background: #fffaf0;
}

.mh-faq-columns summary:focus-visible {
  outline: 3px solid var(--mh-action-focus);
  outline-offset: -3px;
}

.mh-faq-columns details[open] {
  box-shadow: 0 0 0 1px rgba(216, 142, 5, .7), var(--mh-soft-shadow);
}

.mh-estimate-form :is(input, select, textarea):focus,
.mh-contact-form .form-control:focus,
.mh-inner-page :is(.form-control, .form-select):focus {
  border-color: #d7961d;
  box-shadow: 0 0 0 3px rgba(215, 150, 29, .12);
}

/* OpenCart utility pages use the same action hierarchy. */
.mh-inner-page .btn {
  min-height: 44px;
  padding: 9px 17px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
}

.mh-inner-page .btn-primary {
  border-color: var(--mh-action);
  background: var(--mh-action);
  color: var(--mh-action-ink);
}

.mh-inner-page .btn-primary:hover,
.mh-inner-page .btn-primary:focus {
  border-color: var(--mh-action-hover);
  background: var(--mh-action-hover);
  color: var(--mh-action-ink);
}

.mh-inner-page .btn-light,
.mh-inner-page .btn-secondary {
  border-color: #c9c7c0;
  background: #fff;
  color: var(--mh-action-ink);
}

.mh-inner-page .btn-light:hover,
.mh-inner-page .btn-secondary:hover {
  border-color: #c89027;
  background: #fffaf0;
  color: var(--mh-action-ink);
}

.mh-inner-page .btn-danger {
  border-radius: 7px;
}

@media (max-width: 767px) {
  :is(
    .mh-finder-button,
    .mh-completion-button,
    .mh-realized-price > a,
    .mh-quality-list > a,
    .mh-factory-metrics > a,
    .mh-logistics-metrics > a,
    .mh-faq-contact > a,
    .mh-estimate-form button,
    .mh-form-submit,
    .mh-dark-button,
    .mh-outline-button,
    .mh-extra-services-head > a,
    .mh-coverage-button
  ) {
    min-height: 52px;
  }

  .mh-product-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Unified inner-page experience
   Catalogue, product, content, commerce and account pages now share the home grid. */
.mh-inner-page main {
  min-height: 55vh;
  background: var(--mh-surface);
}

.mh-inner-page .mh-footer {
  margin-top: 0;
}

.mh-header-inner {
  grid-template-columns: 225px minmax(470px, 1fr) auto;
}

.mh-header-actions {
  gap: 12px;
}

.mh-header-tool {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.mh-header-tool:hover,
.mh-header-tool:focus-visible {
  border-color: var(--mh-action);
  background: rgba(232, 181, 63, .1);
  color: var(--mh-action);
}

.mh-navigation-utility {
  display: none;
}

.mh-header-cta {
  margin-left: 4px;
}

/* Shared compact hero for cart, checkout and account screens. */
.mh-utility-hero {
  padding: 78px var(--mh-page-gutter) 72px;
  background:
    radial-gradient(circle at 82% 12%, rgba(232, 181, 63, .17), transparent 28%),
    #ece8de;
}

.mh-utility-hero .mh-kicker {
  margin-bottom: 15px;
  color: #b87907;
}

.mh-utility-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--mh-ink);
  font-size: clamp(54px, 5.4vw, 78px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
}

.mh-utility-hero p {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--mh-copy);
  font-size: 16px;
  line-height: 1.65;
}

.mh-simple-breadcrumb {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  gap: 8px;
  color: #7c837e;
  font-size: 12px;
}

.mh-simple-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.mh-simple-breadcrumb a:hover {
  color: #b87907;
}

/* Catalogue hero follows the image-led language of the home page. */
.mh-inner-hero {
  position: relative;
  display: flex;
  min-height: 540px;
  padding: 0;
  align-items: flex-end;
  overflow: hidden;
  background: #171918;
  color: #fff;
}

.mh-inner-hero-image,
.mh-inner-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mh-inner-hero-image {
  object-fit: cover;
  object-position: center 62%;
}

.mh-inner-hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 10, 9, .86) 0%, rgba(8, 10, 9, .58) 43%, rgba(8, 10, 9, .16) 78%),
    linear-gradient(0deg, rgba(8, 10, 9, .64), transparent 58%);
}

.mh-inner-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 82px var(--mh-page-gutter) 58px;
}

.mh-inner-hero h1 {
  max-width: 960px;
  color: #fff;
  font-size: clamp(58px, 6vw, 88px);
  line-height: 1;
  letter-spacing: -.055em;
}

.mh-inner-hero-bottom {
  grid-template-columns: minmax(0, 760px) auto;
  margin-top: 38px;
  padding-top: 24px;
  border-color: rgba(255, 255, 255, .28);
  justify-content: space-between;
}

.mh-inner-description {
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.65;
}

.mh-inner-hero-bottom > span {
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
}

.mh-catalog-content {
  padding: 94px var(--mh-page-gutter) 112px;
  background: var(--mh-surface);
}

.mh-catalog-toolbar {
  margin-bottom: 30px;
  padding-bottom: 0;
  border: 0;
}

.mh-catalog-toolbar > strong {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.mh-catalog-toolbar select {
  min-height: 48px;
  border: 1px solid #d5d1c8;
  border-radius: 7px;
  background-color: #fff;
}

.mh-catalog-grid {
  gap: 28px;
}

.mh-catalog-card {
  overflow: hidden;
  border-radius: var(--mh-card-radius);
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-catalog-card-image {
  aspect-ratio: 1.58 / 1;
}

.mh-catalog-card-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.mh-catalog-card-body {
  padding: 26px 28px 30px;
}

.mh-catalog-card h2 {
  margin: 8px 0 10px;
  font-size: clamp(34px, 3vw, 46px);
}

.mh-catalog-card p {
  font-size: 15px;
}

.mh-catalog-price {
  margin-top: 22px;
  padding: 17px 0;
}

.mh-catalog-price strong {
  font-size: clamp(28px, 2.5vw, 38px);
}

.mh-catalog-note,
.mh-info-cta {
  padding: 100px var(--mh-page-gutter);
  background:
    radial-gradient(circle at 82% 20%, rgba(232, 181, 63, .08), transparent 30%),
    #171918;
}

.mh-catalog-note h2,
.mh-info-cta h2 {
  margin-bottom: 34px;
  font-size: clamp(44px, 4vw, 64px);
}

/* Product page: a focused card rather than another full-bleed visual system. */
.mh-product-page {
  padding-top: 1px;
  background: var(--mh-surface);
}

.mh-product-breadcrumb {
  padding: 24px 0 18px;
}

.mh-product-hero {
  width: var(--mh-container);
  min-height: 640px;
  margin: 0 auto 90px;
  grid-template-columns: 1.08fr .92fr;
  overflow: hidden;
  border: 0;
  border-radius: var(--mh-card-radius);
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-product-visual {
  min-height: 640px;
}

.mh-product-visual span {
  border-radius: 6px;
}

.mh-product-summary {
  padding: 60px clamp(38px, 5vw, 78px);
}

.mh-product-summary h1 {
  font-size: clamp(58px, 5vw, 82px);
}

.mh-product-intro {
  margin-top: 26px;
  font-size: 16px;
}

.mh-product-price {
  margin-top: 32px;
}

.mh-product-price strong {
  font-size: clamp(40px, 3.6vw, 56px);
}

.mh-product-specs-section {
  padding: 0 var(--mh-page-gutter) 100px;
}

.mh-product-specs-grid {
  gap: 16px;
  margin-top: 26px;
  border: 0;
}

.mh-product-specs-grid > div {
  min-height: 135px;
  padding: 22px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(31, 29, 24, .045);
}

.mh-product-specs-grid strong {
  margin-top: 25px;
  font-size: 28px;
}

.mh-product-story {
  gap: 70px;
  padding: 100px var(--mh-page-gutter);
  background: var(--mh-surface-alt);
}

.mh-product-story-title h2 {
  font-size: clamp(44px, 4vw, 62px);
}

.mh-product-lead {
  margin-bottom: 45px;
  font-size: 24px;
}

.mh-product-gallery {
  gap: 20px;
  padding: 100px var(--mh-page-gutter);
  background: var(--mh-surface);
}

.mh-product-gallery a,
.mh-product-gallery img {
  border-radius: 10px;
}

.mh-final-cta {
  padding: 105px var(--mh-page-gutter);
}

.mh-final-cta h2 {
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1;
}

/* Information pages use the same image hero and card rhythm as home. */
.mh-info-page {
  background: var(--mh-surface);
}

.mh-info-hero {
  position: relative;
  display: flex;
  min-height: 500px;
  padding: 0;
  align-items: flex-end;
  overflow: hidden;
  background: #171918;
}

.mh-info-hero-image,
.mh-info-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mh-info-hero-image {
  object-fit: cover;
  object-position: center 62%;
}

.mh-info-hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 10, 9, .9), rgba(8, 10, 9, .5) 48%, rgba(8, 10, 9, .14)),
    linear-gradient(0deg, rgba(8, 10, 9, .64), transparent 58%);
}

.mh-info-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 82px var(--mh-page-gutter) 62px;
}

.mh-info-hero h1 {
  max-width: 920px;
  color: #fff;
  font-size: clamp(58px, 6vw, 86px);
  line-height: 1;
}

.mh-info-hero-content > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.65;
}

.mh-info-body {
  padding: 100px var(--mh-page-gutter) 112px;
}

.mh-info-lead {
  max-width: 980px;
  margin-bottom: 72px;
}

.mh-info-lead p {
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 1.2;
}

.mh-package-cards,
.mh-tech-list {
  gap: 20px;
}

.mh-package-cards > div,
.mh-tech-list > div {
  border: 0;
  border-radius: var(--mh-card-radius);
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-package-cards > div.is-featured {
  box-shadow: 0 0 0 2px var(--mh-action), var(--mh-soft-shadow);
}

.mh-info-split {
  gap: 70px;
  padding: 0;
}

.mh-info-stats {
  gap: 16px;
  margin-top: 72px;
  border: 0;
}

.mh-info-stats > div {
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-info-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.mh-info-cta h2 {
  margin: 0;
  color: #fff;
}

/* Contact becomes a contained two-column surface, consistent with the other sections. */
.mh-contact-page {
  width: var(--mh-container);
  min-height: 700px;
  margin: 72px auto 100px;
  overflow: hidden;
  grid-template-columns: .9fr 1.1fr;
  border-radius: var(--mh-card-radius);
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-contact-intro,
.mh-contact-form-wrap {
  padding: 72px clamp(38px, 5vw, 72px);
}

.mh-contact-intro h1 {
  font-size: clamp(54px, 5vw, 74px);
}

.mh-contact-intro > p {
  margin: 30px 0 58px;
  font-size: 15px;
}

.mh-contact-form-wrap {
  background: #fff;
}

.mh-contact-form-wrap h2 {
  margin-bottom: 42px;
  font-size: clamp(42px, 3.7vw, 58px);
}

.mh-contact-form .form-control {
  min-height: 58px;
  padding: 14px 15px;
  border: 1px solid #d7d3ca;
  border-radius: 7px;
  background: #fcfbf8;
}

.mh-contact-form textarea.form-control {
  min-height: 145px;
}

/* Cart and checkout surfaces. */
.mh-commerce-content,
.mh-account-content {
  padding: 54px var(--mh-page-gutter) 100px;
}

.mh-commerce-content > .row,
.mh-checkout-page #content > .row {
  --bs-gutter-x: 24px;
}

.mh-cart-title {
  display: flex;
  margin-bottom: 28px;
  align-items: flex-end;
  justify-content: space-between;
}

.mh-cart-title h2,
.mh-cart-empty h2 {
  margin: 0;
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 800;
  letter-spacing: -.04em;
}

.mh-cart-title > span {
  color: var(--mh-copy);
  font-size: 13px;
}

.mh-commerce-page .table-responsive {
  overflow: hidden;
  border-radius: var(--mh-card-radius);
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-commerce-page .table {
  --bs-table-border-color: #e6e2d9;
  margin: 0;
  border: 0;
  border-color: #e6e2d9;
  color: var(--mh-ink);
}

.mh-commerce-page .table > :not(caption) > * > * {
  padding: 18px 16px;
  border-color: #e6e2d9;
  background: transparent;
  vertical-align: middle;
}

.mh-commerce-page .table-bordered,
.mh-commerce-page .table-bordered > :not(caption) > * {
  border-color: #e6e2d9;
}

.mh-commerce-page .table thead th {
  color: #737a74;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mh-commerce-page .table img {
  width: 110px;
  border: 0;
  border-radius: 7px;
}

.mh-commerce-page .table a:not(.btn) {
  color: var(--mh-ink);
  font-weight: 750;
  text-decoration: none;
}

.mh-commerce-page .input-group {
  min-width: 150px;
}

.mh-cart-actions {
  display: flex;
  margin-top: 26px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.mh-empty-state.mh-cart-empty {
  display: flex;
  min-height: 420px;
  padding: 60px 28px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: var(--mh-card-radius);
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
  text-align: center;
}

.mh-cart-empty > i {
  display: grid;
  width: 78px;
  height: 78px;
  margin-bottom: 25px;
  place-items: center;
  border: 1px solid #d89b2a;
  border-radius: 50%;
  color: #d18f16;
  font-size: 30px;
}

.mh-cart-empty p {
  max-width: 540px;
  margin: 18px auto 28px;
  color: var(--mh-copy);
  font-size: 15px;
}

.mh-checkout-page #content > .row > div > div,
.mh-checkout-page .card,
.mh-checkout-page .accordion-item {
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-checkout-page .card-header,
.mh-checkout-page .accordion-button {
  padding: 18px 20px;
  border: 0;
  background: #fff;
  color: var(--mh-ink);
  font-size: 16px;
  font-weight: 800;
}

.mh-checkout-page .card-body,
.mh-checkout-page .accordion-body {
  padding: 20px;
}

/* Account screens and every remaining stock OpenCart page. */
.mh-account-content {
  max-width: 1440px;
  margin: 0 auto;
}

.mh-login-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.mh-account-card {
  display: flex;
  min-height: 460px;
  padding: 42px;
  flex-direction: column;
  border-radius: var(--mh-card-radius);
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-account-card-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 32px;
  place-items: center;
  border: 1px solid #d89b2a;
  border-radius: 50%;
  color: #d18f16;
  font-size: 23px;
}

.mh-account-card h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 800;
  letter-spacing: -.04em;
}

.mh-account-card > p {
  max-width: 520px;
  color: var(--mh-copy);
  font-size: 15px;
  line-height: 1.7;
}

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

.mh-account-card label {
  color: #545b56;
  font-size: 13px;
  font-weight: 700;
}

.mh-account-card .form-control {
  min-height: 54px;
  border-color: #d7d3ca;
  border-radius: 7px;
  background: #fcfbf8;
}

.mh-account-card-action {
  margin-top: auto;
  padding-top: 24px;
}

.mh-forgotten-link {
  display: inline-block;
  margin-top: 8px;
  color: #8b6419;
  font-size: 13px;
}

.mh-inner-page main > .container {
  width: min(1440px, calc(100vw - 96px));
  max-width: none;
  min-height: 620px;
  padding: 58px 0 100px;
}

.mh-inner-page main > .container > .breadcrumb {
  margin-bottom: 30px;
  padding: 0 0 18px;
  border-bottom: 1px solid #ddd8ce;
  font-size: 12px;
}

.mh-inner-page main > .container #content > h1 {
  margin: 0 0 32px;
  font-size: clamp(46px, 4vw, 64px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.05em;
}

.mh-inner-page main > .container #content > h2 {
  margin: 36px 0 18px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.mh-inner-page main > .container :is(.card, .border.rounded, .list-group) {
  border: 0 !important;
  border-radius: var(--mh-card-radius) !important;
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-inner-page main > .container .border.rounded {
  padding: 28px !important;
}

.mh-inner-page main > .container :is(.card-header, .card-footer) {
  border-color: #ebe7de;
  background: #fff;
}

.mh-inner-page main > .container .list-group-item {
  padding: 13px 16px;
  border-color: #ebe7de;
  background: transparent;
  color: var(--mh-ink);
  font-size: 14px;
}

.mh-inner-page main > .container .form-control,
.mh-inner-page main > .container .form-select {
  min-height: 50px;
  border-color: #d7d3ca;
  border-radius: 7px;
  background-color: #fff;
}

.mh-inner-page main > .container .table-responsive {
  border-radius: var(--mh-card-radius);
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-inner-page main > .container .table {
  margin: 0;
}

.mh-inner-page main > .container .table > :not(caption) > * > * {
  padding: 15px;
  border-color: #ebe7de;
  background: transparent;
  vertical-align: middle;
}

.mh-inner-page main > .container .list-unstyled:not(.dropdown-menu) > li {
  margin-bottom: 8px;
}

.mh-inner-page main > .container .list-unstyled:not(.dropdown-menu) > li > a {
  display: block;
  padding: 14px 16px;
  border-radius: 7px;
  background: #fff;
  color: var(--mh-ink);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  box-shadow: 0 5px 18px rgba(31, 29, 24, .035);
}

.mh-inner-page main > .container .list-unstyled:not(.dropdown-menu) > li > a:hover {
  background: #fffaf0;
  color: #ad7100;
}

.mh-inner-page .alert {
  border: 0;
  border-radius: 8px;
  box-shadow: var(--mh-soft-shadow);
}

/* Search uses the catalogue cards instead of the stock OpenCart product grid. */
.mh-search-content {
  padding: 60px var(--mh-page-gutter) 100px;
}

.mh-search-panel {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 20px;
  padding: 26px;
  align-items: end;
  border-radius: var(--mh-card-radius);
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
}

.mh-search-panel > div {
  min-width: 0;
}

.mh-search-panel label,
.mh-search-results-head label {
  display: block;
  margin-bottom: 8px;
  color: #59615b;
  font-size: 12px;
  font-weight: 750;
}

.mh-search-panel :is(.form-control, .form-select),
.mh-search-results-head .form-select {
  min-height: 52px;
  border-color: #d7d3ca;
  border-radius: 7px;
  background-color: #fcfbf8;
}

.mh-search-panel .form-check {
  margin-top: 10px;
}

.mh-search-panel .form-check-label {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}

.mh-search-panel > .btn {
  min-width: 140px;
  min-height: 52px;
}

.mh-search-results {
  margin-top: 78px;
}

.mh-search-results-head {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.mh-search-results-head h2 {
  margin: 0;
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 800;
  letter-spacing: -.04em;
}

.mh-search-results-head label {
  min-width: 250px;
}

.mh-search-empty {
  display: flex;
  min-height: 320px;
  padding: 50px 24px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: var(--mh-card-radius);
  background: #fff;
  box-shadow: var(--mh-soft-shadow);
  text-align: center;
}

.mh-search-empty > i {
  margin-bottom: 22px;
  color: #d18f16;
  font-size: 36px;
}

.mh-search-empty h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
}

.mh-search-empty p {
  margin: 12px 0 0;
  color: var(--mh-copy);
  font-size: 14px;
}

/* Product cards: compact, informative and consistent with the home catalogue. */
.mh-catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.mh-catalog-card {
  display: flex;
  min-height: 580px;
  flex-direction: column;
  border: 1px solid rgba(23, 26, 24, .07);
  box-shadow: 0 12px 34px rgba(32, 29, 23, .065);
  transition: box-shadow .22s ease, transform .22s ease;
}

.mh-catalog-card:hover {
  box-shadow: 0 18px 44px rgba(32, 29, 23, .11);
  transform: translateY(-3px);
}

.mh-catalog-card-image {
  aspect-ratio: 1.45 / 1;
  border-radius: 0;
}

.mh-catalog-card-image::after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(0deg, rgba(8, 10, 9, .28), transparent);
  pointer-events: none;
}

.mh-catalog-card-model {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 5px;
  background: rgba(18, 21, 19, .58);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.mh-catalog-card-arrow {
  z-index: 2;
  right: 18px;
  bottom: 18px;
  width: 48px;
  height: 48px;
  background: var(--mh-action);
  color: var(--mh-action-ink);
  font-size: 18px;
  transition: background-color .18s ease, transform .18s ease;
}

.mh-catalog-card:hover .mh-catalog-card-arrow {
  background: var(--mh-action-hover);
  transform: translateX(2px);
}

.mh-catalog-card-body {
  display: flex;
  padding: 24px 24px 25px;
  flex: 1;
  flex-direction: column;
}

.mh-catalog-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.mh-catalog-card-heading > div > span {
  color: #8a918b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mh-catalog-card-heading > i {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  background: #f6ecd6;
  color: #c98509;
  font-size: 15px;
}

.mh-catalog-card h2 {
  margin: 5px 0 0;
  font-size: clamp(29px, 2.4vw, 38px);
  line-height: 1.08;
}

.mh-catalog-card-body > p {
  display: -webkit-box;
  min-height: 48px;
  margin: 18px 0 0;
  overflow: hidden;
  color: #687069;
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mh-catalog-card-footer {
  display: flex;
  margin-top: auto;
  padding-top: 22px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid #e8e4db;
}

.mh-catalog-card .mh-catalog-price {
  margin: 0;
  padding: 0;
  border: 0;
}

.mh-catalog-card .mh-catalog-price small {
  font-size: 10px;
}

.mh-catalog-card .mh-catalog-price strong {
  margin-top: 5px;
  font-size: clamp(23px, 2vw, 31px);
  white-space: nowrap;
}

.mh-catalog-card .mh-card-link {
  min-height: 44px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid #c89027;
  border-radius: 6px;
  white-space: nowrap;
}

.mh-catalog-card .mh-card-link:hover {
  border-color: var(--mh-action);
  background: var(--mh-action);
  color: var(--mh-action-ink);
}

@media (max-width: 1280px) {
  .mh-header-inner {
    grid-template-columns: 210px 1fr auto;
  }

  .mh-header-phone,
  .mh-header-language {
    display: none;
  }

  .mh-product-hero {
    min-height: 580px;
  }

  .mh-product-visual {
    min-height: 580px;
  }

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

@media (max-width: 1099px) {
  .mh-header-inner {
    grid-template-columns: 1fr auto;
  }

  .mh-header-actions {
    display: none;
  }

  .mh-navigation .mh-navigation-utility {
    display: flex;
    margin-top: 12px;
    padding-top: 18px;
    align-items: center;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: var(--mh-action);
  }

  .mh-navigation .mh-navigation-utility + .mh-navigation-utility {
    margin-top: 0;
    padding-top: 8px;
    border-top: 0;
  }

  .mh-inner-hero,
  .mh-info-hero {
    min-height: 470px;
  }

  .mh-product-hero {
    grid-template-columns: 1fr;
  }

  .mh-product-visual {
    min-height: 560px;
  }

  .mh-product-story {
    grid-template-columns: 1fr;
  }

  .mh-contact-page {
    grid-template-columns: 1fr;
  }

  .mh-info-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .mh-utility-hero {
    padding: 58px var(--mh-page-gutter) 54px;
  }

  .mh-utility-hero h1 {
    font-size: 44px;
  }

  .mh-inner-hero,
  .mh-info-hero {
    min-height: 490px;
  }

  .mh-inner-hero-content,
  .mh-info-hero-content {
    padding: 64px var(--mh-page-gutter) 44px;
  }

  .mh-inner-hero h1,
  .mh-info-hero h1 {
    font-size: 48px;
  }

  .mh-inner-hero-bottom {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }

  .mh-inner-description,
  .mh-info-hero-content > p {
    font-size: 14px;
  }

  .mh-catalog-content,
  .mh-info-body,
  .mh-product-gallery,
  .mh-product-story {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .mh-catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .mh-catalog-toolbar label,
  .mh-catalog-toolbar select {
    width: 100%;
  }

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

  .mh-catalog-card {
    min-height: 0;
  }

  .mh-catalog-card-image {
    aspect-ratio: 1.3 / 1;
  }

  .mh-catalog-card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .mh-catalog-card .mh-card-link {
    justify-content: space-between;
  }

  .mh-catalog-card-body {
    padding: 22px 20px 26px;
  }

  .mh-catalog-card h2 {
    font-size: 34px;
  }

  .mh-catalog-note,
  .mh-info-cta,
  .mh-final-cta {
    padding: 76px var(--mh-page-gutter);
  }

  .mh-product-breadcrumb {
    width: calc(100vw - 36px);
  }

  .mh-product-hero {
    width: calc(100vw - 36px);
    margin-bottom: 68px;
  }

  .mh-product-visual {
    min-height: 380px;
  }

  .mh-product-summary {
    padding: 36px 22px;
  }

  .mh-product-summary h1 {
    font-size: 50px;
  }

  .mh-product-specs-section {
    padding-bottom: 72px;
  }

  .mh-product-specs-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .mh-info-lead {
    margin-bottom: 48px;
  }

  .mh-info-lead p {
    font-size: 32px;
  }

  .mh-info-split {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .mh-contact-page {
    width: calc(100vw - 36px);
    margin: 36px auto 70px;
  }

  .mh-contact-intro,
  .mh-contact-form-wrap {
    padding: 52px 22px;
  }

  .mh-contact-details {
    grid-template-columns: 1fr;
  }

  .mh-commerce-content,
  .mh-account-content,
  .mh-search-content {
    padding: 36px var(--mh-page-gutter) 72px;
  }

  .mh-search-panel {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .mh-search-panel > .btn {
    width: 100%;
  }

  .mh-search-results {
    margin-top: 58px;
  }

  .mh-search-results-head {
    align-items: stretch;
    flex-direction: column;
  }

  .mh-search-results-head label {
    width: 100%;
    min-width: 0;
  }

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

  .mh-account-card {
    min-height: 410px;
    padding: 28px 22px;
  }

  .mh-cart-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mh-cart-actions .btn {
    width: 100%;
  }

  .mh-inner-page main > .container {
    width: calc(100vw - 36px);
    padding-top: 36px;
    padding-bottom: 72px;
  }

  .mh-inner-page main > .container > .row {
    --bs-gutter-x: 0;
  }
}

/* Additional-service cards: predictable image column and balanced content. */
.mh-service-grid {
  gap: 18px;
}

.mh-service-grid article {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  min-height: 161px;
  padding: 8px;
  align-items: stretch;
  overflow: hidden;
}

.mh-service-grid article > img,
.mh-service-grid article img {
  display: block;
  width: 145px;
  height: 145px;
  align-self: stretch;
  border-radius: 7px;
  object-fit: cover;
  object-position: center;
}

.mh-service-grid article > div {
  padding: 17px 18px 14px;
  justify-content: flex-start;
}

.mh-service-grid h3 {
  font-size: 18px;
  line-height: 1.25;
}

.mh-service-grid p {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.45;
}

.mh-service-grid span {
  margin-top: auto;
  padding-top: 10px;
  font-size: 11px;
}

@media (max-width: 1280px) {
  .mh-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .mh-service-grid {
    grid-template-columns: 1fr;
  }

  .mh-service-grid article {
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 134px;
  }

  .mh-service-grid article > img,
  .mh-service-grid article img {
    width: 118px;
    height: 118px;
  }

  .mh-service-grid article > div {
    padding: 10px 11px 7px 14px;
  }

  .mh-service-grid h3 {
    font-size: 16px;
  }

  .mh-service-grid p {
    font-size: 12px;
  }

  .mh-service-grid span {
    font-size: 10px;
  }
}

/* Final cutaway sizing after every legacy responsive rule. */
.mh-cutaway-visual {
  display: grid;
  min-height: 446px;
  padding: 0;
  place-items: center;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mh-cutaway-image-wrap {
  width: calc(100% - 48px);
  max-width: 820px;
  height: 410px;
  margin: 0 auto;
}

.mh-cutaway-image-wrap > img {
  mix-blend-mode: multiply;
}

@media (max-width: 767px) {
  .mh-cutaway-visual {
    min-height: 0;
    padding: 0;
  }

  .mh-cutaway-image-wrap {
    width: calc(100% - 24px);
    height: auto;
    aspect-ratio: 1672 / 941;
    margin: 0 auto;
  }

  .mh-cutaway-marker {
    display: none;
  }
}
