/**
 * Gen MH platform - site customizations moved from the child theme.
 */
/* LaStudioKit Posts: custom "News MH" preset for the home news block. */
.lakit-posts.preset-news-mh {
  --mh-news-gap: 10px;
  --mh-news-image-width: 46%;
}

.lakit-posts.preset-news-mh .lakit-posts__list {
  align-items: stretch;
}

.lakit-posts.preset-news-mh .lakit-posts__outer-box,
.lakit-posts.preset-news-mh .mh-news-card {
  height: 100%;
}

.lakit-posts.preset-news-mh .mh-news-card {
  display: flex;
  align-items: stretch;
  gap: var(--mh-news-gap);
  padding: 0;
  background: transparent;
  border: 0;
}

.lakit-posts.preset-news-mh .mh-news-card__thumb {
  display: block;
  flex: 0 0 var(--mh-news-image-width);
  max-width: 150px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.lakit-posts.preset-news-mh .mh-news-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lakit-posts.preset-news-mh .mh-news-card__body {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.lakit-posts.preset-news-mh .mh-news-card__title {
  width: 100%;
  margin: 0;
  letter-spacing: 0;
}

.lakit-posts.preset-news-mh .mh-news-card__title a {
  color: inherit;
}

.lakit-posts.preset-news-mh .mh-news-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 16px;
  color: currentColor;
  line-height: 1;
  text-decoration: none;
}

.lakit-posts.preset-news-mh .mh-news-card__body--no-arrow .mh-news-card__meta {
  margin-top: auto;
}

.lakit-posts.preset-news-mh .mh-news-card__meta {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  color: currentColor;
  white-space: nowrap;
}

.lakit-posts.preset-news-mh .mh-news-card__meta .lakit-posts__floating_category,
.lakit-posts.preset-news-mh .mh-news-card__meta .lakit-posts__floating_date {
  position: static;
  inset: auto;
}

.lakit-posts.preset-news-mh :where(.mh-news-card__meta .lakit-posts__floating_date) {
  width: auto;
  height: auto;
  background: transparent;
  color: inherit;
  border-radius: 0;
}

.lakit-posts.preset-news-mh .mh-news-card__meta .lakit-posts__floating_category,
.lakit-posts.preset-news-mh .mh-news-card__meta .lakit-posts__floating_category-inner,
.lakit-posts.preset-news-mh .mh-news-card__meta .lakit-posts__floating_date,
.lakit-posts.preset-news-mh .mh-news-card__meta .lakit-posts__floating_date-inner {
  display: inline-flex;
  align-items: baseline;
  line-height: inherit;
  text-align: inherit;
}

.lakit-posts.preset-news-mh .lakit-posts__floating_category :where(a) {
  background: transparent;
  color: inherit;
  padding: 0;
  border-radius: 0;
}

.lakit-posts.preset-news-mh .mh-news-card__date {
  text-transform: none;
}

@media (max-width: 1024px) {
  .lakit-posts.preset-news-mh {
    --mh-news-image-width: 44%;
  }
}

@media (max-width: 767px) {
  .lakit-posts.preset-news-mh .mh-news-card {
    gap: 14px;
  }

  .lakit-posts.preset-news-mh .mh-news-card__thumb {
    flex-basis: 42%;
  }
}

/* LaStudioKit Projects: Product-like thumbnail quickview action zone. */
.elementor-lakit-projects .lakit-posts__thumbnail {
  position: relative;
}

.lakit-projects__image-zone {
  --lakit-zone-gap: 8px;
  --lakit-zone-offset: 16px;
  position: absolute;
  z-index: 4;
  display: flex;
  flex-flow: var(--lakit-zone-direction, row) wrap;
  gap: var(--lakit-zone-gap);
  width: var(--lakit-zone-width, auto);
  max-width: calc(100% - (var(--lakit-zone-offset) * 2));
  margin: var(--lakit-zone-margin, 0);
  padding: var(--lakit-zone-padding, 0);
  border-radius: var(--lakit-zone-radius, 0);
  background: var(--lakit-zone-bg, transparent);
  color: var(--lakit-zone-color, inherit);
}

.lakit-projects__image-zone--center-center,
.lakit-projects__image-zone--center-left,
.lakit-projects__image-zone--center-right {
  top: 50%;
  transform: translateY(-50%);
}

.lakit-projects__image-zone--top-center,
.lakit-projects__image-zone--center-center,
.lakit-projects__image-zone--bottom-center {
  left: 50%;
  transform: translateX(-50%);
}

.lakit-projects__image-zone--center-center {
  transform: translate(-50%, -50%);
}

.lakit-projects__image-zone--top-left {
  top: var(--lakit-zone-offset);
  left: var(--lakit-zone-offset);
}

.lakit-projects__image-zone--top-center {
  top: var(--lakit-zone-offset);
}

.lakit-projects__image-zone--top-right {
  top: var(--lakit-zone-offset);
  right: var(--lakit-zone-offset);
}

.lakit-projects__image-zone--center-left {
  left: var(--lakit-zone-offset);
}

.lakit-projects__image-zone--center-right {
  right: var(--lakit-zone-offset);
}

.lakit-projects__image-zone--bottom-left {
  bottom: var(--lakit-zone-offset);
  left: var(--lakit-zone-offset);
}

.lakit-projects__image-zone--bottom-center {
  bottom: var(--lakit-zone-offset);
}

.lakit-projects__image-zone--bottom-right {
  right: var(--lakit-zone-offset);
  bottom: var(--lakit-zone-offset);
}

.lakit-projects__image-zone :where(.lakit-projects__quickview, .lakit-projects__detail-link) {
  flex-grow: var(--lakit-zone-btn-grow, 0);
  gap: 0.45em;
}

.lakit-projects__image-zone .lakit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lakit-projects__image-zone .lakit-btn .lakit-btn--icon {
  font-size: var(--lakit-zone-icon-font-size, inherit);
}

.lakit-projects__image-zone .only-icon .lakit-btn--text,
.lakit-projects__quickview--icon-only .btn__text,
.lakit-projects__detail-link--icon-only .btn__text {
  display: none;
}

@media (max-width: 900px) {
  .lakitp-zone-a .lakit-btn.lakit-product-detail-link {
    display: none;
  }
}

/* LaStudioKit Projects: quickview popup content. */
.project-qv-wrap {
  max-width: 920px;
  background: #fff;
}

.project-qv__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: 30px;
  align-items: center;
}

.project-qv__thumbnail-img {
  display: block;
  width: 100%;
  height: auto;
}

.project-qv__title {
  margin: 0 0 12px;
}

.project-qv__categories {
  margin-bottom: 14px;
  font-size: 0.875em;
  text-transform: uppercase;
}

.project-qv__excerpt {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .project-qv__inner {
    grid-template-columns: 1fr;
  }
}

/* Hero carousel compositor hint: improves Windows Chrome smoothness without changing layout. */
.elementor-element-cd5b058 .swiper-wrapper {
  will-change: transform;
}

.elementor-element-cd5b058 .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
}

/* MH shared page foundation 20260619 */
:root {
  --mh-content-width: 1280px;
  --mh-content-gutter: clamp(20px, 4vw, 64px);
  --mh-ink: #7c5739;
  --mh-muted: #756b62;
  --mh-brand: #7c5739;
  --mh-line: rgba(124, 87, 57,.16);
  --mh-warm: #f7f0e8;
}
body:where(.page-id-2070, .page-id-1349, .page-id-1608, .page-id-2101) .page-header--default {
  display: none;
}
body:where(.page-id-2070, .page-id-1349, .page-id-1608, .page-id-2101, .tax-product_cat, .post-type-archive-product, .single-product, .single-post, .single-project) {
  color: var(--mh-ink);
  font-family: Montserrat, sans-serif;
}
/* End MH shared page foundation 20260619 */

/* MH popup correction 20260615: no rounded controls inside booking popup. */
.elementor-2579 input:not([type="submit"]),
.elementor-2579 textarea,
.elementor-2579 .wpcf7-form-control-wrap,
.elementor-2579 .wpcf7-form-control {
  border-radius: 0 !important;
}

/* MH popup/header correction 20260615: prevent hidden drawers from creating horizontal scrollbars. */
html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
}

.elementor-popup-modal {
  overflow-x: hidden !important;
}

/* TH Elementor category archive unified START */
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) {
  --mh-news-ink: #24201d;
  --mh-news-muted: #625a53;
  --mh-news-accent: #7c5739;
  --mh-news-line: rgba(124, 87, 57, .18);
  --mh-news-soft: #f7f3ee;
  --mh-news-shadow: 0 18px 44px rgba(35, 28, 22, .08);
  overflow-x: hidden;
}

body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .page-header--default {
  display: none !important;
}

body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor.elementor-1612.elementor-location-archive {
  background: #fff !important;
}

body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor.elementor-1612.elementor-location-archive > .elementor-element-6a2246d {
  position: relative !important;
  isolation: isolate !important;
  height: 520px !important;
  min-height: 520px !important;
  border: 0 !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

body.category-ban-tin .elementor.elementor-1612.elementor-location-archive > .elementor-element-6a2246d {
  background-image: linear-gradient(180deg, rgba(18,14,10,.62), rgba(18,14,10,.34)), url('/wp-content/uploads/2026/06/news_hero.webp') !important;
}
body.category-su-kien .elementor.elementor-1612.elementor-location-archive > .elementor-element-6a2246d {
  background-image: linear-gradient(180deg, rgba(18,14,10,.64), rgba(18,14,10,.36)), url('/wp-content/uploads/2026/06/mh-contact-showroom.webp') !important;
}
body.category-bao-chi .elementor.elementor-1612.elementor-location-archive > .elementor-element-6a2246d {
  background-image: linear-gradient(180deg, rgba(18,14,10,.64), rgba(18,14,10,.34)), url('/wp-content/uploads/2026/06/mh-news-materials.webp') !important;
}
body.tag .elementor.elementor-1612.elementor-location-archive > .elementor-element-6a2246d {
  background-image: linear-gradient(180deg, rgba(18,14,10,.64), rgba(18,14,10,.34)), url('/wp-content/uploads/2026/06/mh-news-materials.webp') !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor.elementor-1612.elementor-location-archive > .elementor-element-6a2246d > .e-con-inner {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  min-height: inherit !important;
  width: min(1120px, calc(100vw - 48px)) !important;
  max-width: 1120px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  padding: 64px 24px !important;
  text-align: center !important;
}

.mh-news-hero-eyebrow {
  color: #d1ad86 !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.28) !important;
}

body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-99ce359,
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-99ce359 .lakit-breadcrumbs {
  margin: 0 !important;
}

body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-99ce359 .lakit-breadcrumbs__content {
  display: none !important;
}

body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-99ce359 .lakit-breadcrumbs__title {
  margin: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  text-shadow: 0 4px 26px rgba(0,0,0,.34) !important;
}

.mh-news-hero-descriptions {
  width: min(760px, 100%) !important;
  margin: 0 auto !important;
}
.mh-news-hero-descriptions p {
  display: none !important;
  margin: 0 !important;
  color: rgba(255,255,255,.88) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.3) !important;
}
body.category-ban-tin:not([class*='translatepress-en']) .mh-news-hero-descriptions .term-ban-tin.lang-vi,
body.category-su-kien:not([class*='translatepress-en']) .mh-news-hero-descriptions .term-su-kien.lang-vi,
body.category-bao-chi:not([class*='translatepress-en']) .mh-news-hero-descriptions .term-bao-chi.lang-vi,
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor.elementor-1612.elementor-location-archive > .elementor-element-23f113a {
  margin: 0 !important;
  padding: 70px 0 78px !important;
  background: #fff !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor.elementor-1612.elementor-location-archive > .elementor-element-23f113a > .e-con-inner {
  display: grid !important;
  width: min(1320px, calc(100vw - 64px)) !important;
  max-width: 1320px !important;
  grid-template-columns: minmax(0, 1fr) 300px !important;
  align-items: start !important;
  gap: 54px !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-602605b,
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-c929691 {
  width: 100% !important;
  min-width: 0 !important;
}

body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-d87b9b2 .lakit-posts__list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: stretch !important;
  transform: none !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-d87b9b2 .lakit-posts__item {
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-column: auto !important;
  flex: none !important;
  --gw: auto !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-d87b9b2 .lakit-posts__item:nth-child(4n+1) {
  grid-column: 1 / -1 !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-d87b9b2 .lakit-posts__inner-box {
  overflow: hidden !important;
  height: 100% !important;
  border: 1px solid var(--mh-news-line) !important;
  background: #fff !important;
  box-shadow: var(--mh-news-shadow) !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-d87b9b2 .post-thumbnail {
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #eee6df !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-d87b9b2 .lakit-posts__item:nth-child(4n+1) .post-thumbnail {
  aspect-ratio: 16 / 8 !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-d87b9b2 .lakit-posts__thumbnail-link,
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-d87b9b2 .lakit-posts__thumbnail-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-d87b9b2 .lakit-posts__inner-content {
  padding: 22px !important;
  text-align: left !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-d87b9b2 .lakit-posts__title,
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-d87b9b2 .lakit-posts__title a {
  color: var(--mh-news-ink) !important;
  text-decoration: none !important;
}

body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-d87b9b2 .lakit-posts__meta1 {
  color: var(--mh-news-muted) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-d87b9b2 .lakit-posts__floating_category a {
  background: #fff !important;
  color: var(--mh-news-ink) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-c929691 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-c929691 :where(.elementor-widget-heading) .elementor-heading-title  {
  margin: 0 !important;
  color: var(--mh-news-ink) !important;
  text-transform: uppercase !important;
  text-align: left !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-c929691 .elementor-widget-heading {
  margin: 0 0 18px !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-3e05be3,
.mh-news-elementor-categories,
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-928e98a,
.mh-news-elementor-cta {
  width: 100% !important;
  margin: 0 0 34px !important;
  padding: 0 0 34px !important;
  border-bottom: 1px solid var(--mh-news-line) !important;
  background: transparent !important;
  box-shadow: none !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-3e05be3 .lakit-search__form {
  display: flex !important;
  min-height: 48px !important;
  border: 1px solid var(--mh-news-line) !important;
  background: #fff !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-3e05be3 .lakit-search__field {
  min-width: 0 !important;
  height: 48px !important;
  border: 0 !important;
  padding: 0 14px !important;
  color: var(--mh-news-ink) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 13px !important;
  outline: 0 !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-3e05be3 .lakit-search__submit {
  min-width: 48px !important;
  border-left: 1px solid var(--mh-news-line) !important;
  background: var(--mh-news-ink) !important;
  color: #fff !important;
}

.mh-news-elementor-cat-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}
.mh-news-elementor-cat-list--en { display: none !important; }
body[class*='translatepress-en'] .mh-news-elementor-cat-list--vi { display: none !important; }
body[class*='translatepress-en'] .mh-news-elementor-cat-list--en { display: flex !important; }
.mh-news-elementor-cat-list a {
  display: flex !important;
  min-height: 42px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  border: 1px solid var(--mh-news-line) !important;
  padding: 0 14px !important;
  background: #fff !important;
  color: var(--mh-news-ink) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}
.mh-news-elementor-cat-list a:hover,
body.category-ban-tin .mh-news-cat-link--ban-tin,
body.category-su-kien .mh-news-cat-link--su-kien,
body.category-bao-chi .mh-news-cat-link--bao-chi,
.mh-news-elementor-cat-list em {
  color: var(--mh-news-accent) !important;
  font-size: 12px !important;
  font-style: normal !important;
}

body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-928e98a {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-928e98a .lakit-posts__list {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  transform: none !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-928e98a .lakit-posts__item {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
}

body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-928e98a .post-thumbnail {
  width: 76px !important;
  height: 76px !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #eee6df !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-928e98a .lakit-posts__thumbnail-link,
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-928e98a .lakit-posts__thumbnail-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-928e98a .lakit-posts__inner-content {
  min-width: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-928e98a .lakit-posts__meta1 {
  margin: 0 0 5px !important;
  color: var(--mh-news-accent) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-928e98a .lakit-posts__title,
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-928e98a .lakit-posts__title a {
  display: -webkit-box !important;
  overflow: hidden !important;
  color: var(--mh-news-ink) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.38 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.mh-news-elementor-cta {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
.mh-news-elementor-cta a {
  display: block !important;
  color: var(--mh-news-ink) !important;
  text-decoration: none !important;
}
.mh-news-elementor-cta__media {
  display: block !important;
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
  background: #eee6df !important;
}
.mh-news-elementor-cta__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.mh-news-elementor-cta__body {
  display: block !important;
  padding: 16px 0 0 !important;
  text-align: left !important;
}
.mh-news-elementor-cta__body em {
  display: block !important;
  margin: 0 0 8px !important;
  color: var(--mh-news-accent) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}
.mh-news-elementor-cta__body strong {
  display: block !important;
}
.mh-news-elementor-cta__body span {
  display: inline-flex !important;
  margin-top: 14px !important;
  color: var(--mh-news-accent) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.mh-news-elementor-cta a.mh-news-elementor-cta--en { display: none !important; }
body[class*='translatepress-en'] .mh-news-elementor-cta a.mh-news-elementor-cta--vi { display: none !important; }
body[class*='translatepress-en'] .mh-news-elementor-cta a.mh-news-elementor-cta--en { display: block !important; }

@media (max-width: 1024px) {
  body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor.elementor-1612.elementor-location-archive > .elementor-element-6a2246d {
    height: 460px !important;
    min-height: 460px !important;
  }
  body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor.elementor-1612.elementor-location-archive > .elementor-element-23f113a > .e-con-inner {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
    width: min(960px, calc(100vw - 48px)) !important;
  }
  body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-c929691 {
    max-width: 520px !important;
  }
}

@media (max-width: 767px) {
  body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor.elementor-1612.elementor-location-archive > .elementor-element-6a2246d {
    height: 420px !important;
    min-height: 420px !important;
  }
  body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor.elementor-1612.elementor-location-archive > .elementor-element-6a2246d > .e-con-inner {
    width: min(100%, calc(100vw - 36px)) !important;
    padding: 52px 18px !important;
    gap: 12px !important;
  }
  .mh-news-hero-eyebrow {
    font-size: 11px !important;
  }
  body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor.elementor-1612.elementor-location-archive > .elementor-element-23f113a {
    padding: 44px 0 58px !important;
  }
  body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor.elementor-1612.elementor-location-archive > .elementor-element-23f113a > .e-con-inner {
    width: min(100%, calc(100vw - 36px)) !important;
  }
  body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-d87b9b2 .lakit-posts__list {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }
  body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-d87b9b2 .lakit-posts__item:nth-child(4n+1) {
    grid-column: auto !important;
  }
  body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-d87b9b2 .lakit-posts__item:nth-child(4n+1) .post-thumbnail,
  body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-d87b9b2 .post-thumbnail {
    aspect-ratio: 16 / 10 !important;
  }
  body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor-1612 .elementor-element-c929691 {
    max-width: none !important;
  }
}
/* TH Elementor category archive unified END */

/* MH post category archive 3x5 grid START 20260712 */
body.category {
  --mh-news-category-ink: #202020;
  --mh-news-category-brown: #7c5739;
  --mh-news-category-beige: #ead8c1;
  overflow-x: hidden;
}

body.category .page-header--default {
  display: none !important;
}

body.category .elementor.elementor-1612.elementor-location-archive {
  padding: clamp(86px, 7vw, 112px) 0 clamp(72px, 7vw, 104px) !important;
  background: #fff !important;
  color: var(--mh-news-category-ink) !important;
}

body.category .elementor-1612 .mh-news-category-archive,
body.category .elementor-1612 .elementor-element-mhnewsroot {
  background: #fff !important;
}

body.category .elementor-1612 .mh-news-category-archive > .e-con-inner,
body.category .elementor-1612 .elementor-element-mhnewsroot > .e-con-inner {
  width: min(1440px, calc(100vw - 160px)) !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.category .elementor-1612 .mh-news-category-title {
  margin: 0 0 clamp(34px, 3.8vw, 54px) !important;
}

body.category .elementor-1612 .mh-news-category-title .mh-news-category-heading {
  display: block !important;
  margin: 0 !important;
  color: var(--mh-news-category-ink) !important;
  font-family: "Noto Serif Display", serif !important;
  font-size: clamp(34px, 3.1vw, 48px) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

body.category .elementor-1612 .mh-news-category-title .lakit-breadcrumbs__content {
  display: none !important;
}

body.category .elementor-1612 .mh-news-category-title .lakit-breadcrumbs__title {
  margin: 0 !important;
  color: var(--mh-news-category-ink) !important;
  font-family: "Noto Serif Display", serif !important;
  font-size: clamp(34px, 3.1vw, 48px) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

body.category .elementor-1612 .mh-news-category-posts .lakit-posts__list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-rows: auto !important;
  gap: clamp(36px, 4vw, 52px) clamp(32px, 3.75vw, 48px) !important;
  align-items: stretch !important;
  transform: none !important;
}

body.category .elementor-1612 .mh-news-category-posts .lakit-posts__item {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-column: auto !important;
  grid-row: auto !important;
  aspect-ratio: 1 / 1 !important;
  flex: none !important;
  --gw: auto !important;
}

body.category .elementor-1612 .mh-news-category-posts .lakit-posts__item:nth-child(n+10) {
  display: none !important;
}

body.category .elementor-1612 .mh-news-category-posts .lakit-posts__item-g,
body.category .elementor-1612 .mh-news-category-posts .lakit-posts__outer-box,
body.category .elementor-1612 .mh-news-category-posts .lakit-posts__inner-box {
  height: 100% !important;
}

body.category .elementor-1612 .mh-news-category-posts .lakit-posts__inner-box {
  position: relative !important;
  overflow: hidden !important;
  border: 0 !important;
  background: #111 !important;
  box-shadow: none !important;
}

body.category .elementor-1612 .mh-news-category-posts .post-thumbnail,
body.category .elementor-1612 .mh-news-category-posts .lakit-posts__thumbnail {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #eee6df !important;
}

body.category .elementor-1612 .mh-news-category-posts .lakit-posts__thumbnail-link,
body.category .elementor-1612 .mh-news-category-posts .lakit-posts__thumbnail-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

body.category .elementor-1612 .mh-news-category-posts .lakit-posts__thumbnail-link {
  position: absolute !important;
  inset: 0 !important;
}

body.category .elementor-1612 .mh-news-category-posts .lakit-posts__thumbnail-img {
  position: absolute !important;
  inset: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform .35s ease !important;
}

body.category .elementor-1612 .mh-news-category-posts .lakit-posts__inner-box::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, .08) 38%, rgba(0, 0, 0, .66) 100%) !important;
  pointer-events: none !important;
}

body.category .elementor-1612 .mh-news-category-posts .lakit-posts__inner-box::before {
  content: "\2192" !important;
  position: absolute !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 3 !important;
  color: #fff !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 34px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  pointer-events: none !important;
}

body.category .elementor-1612 .mh-news-category-posts .lakit-posts__inner-box:hover .lakit-posts__thumbnail-img {
  transform: scale(var(--mh-site-hover-zoom-scale, 1.1)) !important;
}

body.category .elementor-1612 .mh-news-category-posts .lakit-posts__inner-content {
  position: absolute !important;
  z-index: 2 !important;
  inset: auto clamp(48px, 4.1vw, 58px) clamp(22px, 2.35vw, 30px) clamp(18px, 1.7vw, 22px) !important;
  padding: 0 !important;
  text-align: left !important;
}

body.category .elementor-1612 .mh-news-category-posts .lakit-posts__meta,
body.category .elementor-1612 .mh-news-category-posts .lakit-posts__meta1,
body.category .elementor-1612 .mh-news-category-posts .lakit-posts__meta a,
body.category .elementor-1612 .mh-news-category-posts .lakit-posts__meta1 a {
  margin: 0 0 8px !important;
  color: rgba(255, 255, 255, .86) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

body.category .elementor-1612 .mh-news-category-posts .lakit-posts__title,
body.category .elementor-1612 .mh-news-category-posts .lakit-posts__title a {
  margin: 0 !important;
  color: #fff !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

body.category .elementor-1612 .mh-news-category-posts .lakit-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 22px !important;
  margin: clamp(32px, 4vw, 56px) 0 0 !important;
}

body.category .elementor-1612 .mh-news-category-posts .lakit-pagination a,
body.category .elementor-1612 .mh-news-category-posts .lakit-pagination span,
body.category .elementor-1612 .mh-news-category-posts .page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 36px !important;
  height: 36px !important;
  padding: 0 10px !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(124, 87, 57, .72) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.category .elementor-1612 .mh-news-category-posts .lakit-pagination .current,
body.category .elementor-1612 .mh-news-category-posts .page-numbers.current {
  background: var(--mh-news-category-brown) !important;
  color: #fff !important;
}

@media (max-width: 1199px) {
  body.category .elementor.elementor-1612.elementor-location-archive {
    padding-top: clamp(72px, 8vw, 96px) !important;
  }

  body.category .elementor-1612 .mh-news-category-archive > .e-con-inner,
  body.category .elementor-1612 .elementor-element-mhnewsroot > .e-con-inner {
    width: min(960px, calc(100vw - 120px)) !important;
  }

  body.category .elementor-1612 .mh-news-category-posts .lakit-posts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px !important;
  }
}

@media (max-width: 767px) {
  body.category .elementor.elementor-1612.elementor-location-archive {
    padding-top: 54px !important;
    padding-bottom: 58px !important;
  }

  body.category .elementor-1612 .mh-news-category-archive > .e-con-inner,
  body.category .elementor-1612 .elementor-element-mhnewsroot > .e-con-inner {
    width: min(100%, calc(100vw - 80px)) !important;
  }

  body.category .elementor-1612 .mh-news-category-title {
    margin-bottom: 28px !important;
  }

  body.category .elementor-1612 .mh-news-category-title .lakit-breadcrumbs__title {
    font-size: clamp(30px, 10vw, 38px) !important;
  }

  body.category .elementor-1612 .mh-news-category-posts .lakit-posts__list {
    grid-template-columns: 1fr !important;
    row-gap: 32px !important;
    column-gap: 0 !important;
  }

  body.category .elementor-1612 .mh-news-category-posts .lakit-posts__item {
    aspect-ratio: 1 / .82 !important;
  }

  body.category .elementor-1612 .mh-news-category-posts .lakit-posts__inner-content {
    inset: auto 52px 20px 18px !important;
  }
}
/* MH post category archive 3x5 grid END 20260712 */

/* START MH Catalogue PDF Viewer */
.mh-cat-year-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(100%, 1040px);
  margin: 0 auto 28px;
}

.mh-cat-year-filter a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 16px;
  border: 1px solid rgba(124, 87, 57, .24);
  color: var(--mh-cat-accent, #7c5739);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.mh-cat-year-filter a:hover,
.mh-cat-year-filter a:focus,
.mh-cat-year-filter a.is-active {
  border-color: var(--mh-cat-accent, #7c5739);
  background: var(--mh-cat-accent, #7c5739);
  color: #fff;
}

#mh-catalogue-list .mh-cat-year {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--mh-cat-accent, #7c5739);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

#mh-catalogue-list .mh-cat-pdf-viewer {
  grid-column: 1 / -1;
  width: min(100%, 1040px);
  max-width: 1040px;
  margin: 28px auto 0;
  background: #fff;
  border: 1px solid rgba(124, 87, 57, 0.16);
  box-shadow: 0 18px 42px rgba(43, 30, 24, 0.08);
  overflow: hidden;
}

#mh-catalogue-list .mh-cat-pdf-frame {
  display: block;
  width: 100%;
  height: min(78vh, 920px);
  min-height: 640px;
  border: 0;
  background: #fff;
}

#mh-catalogue-list .mh-cat-pdf-viewer--download {
  width: auto;
  max-width: none;
  margin: 24px 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

#mh-catalogue-list .mh-cat-pdf-noscript {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  color: var(--mh-cat-accent);
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  #mh-catalogue-list .mh-cat-pdf-frame {
    height: 72vh;
    min-height: 520px;
  }
}

@media (max-width: 767px) {
  #mh-catalogue-list .mh-cat-pdf-viewer {
    margin-top: 22px;
  }

  #mh-catalogue-list .mh-cat-pdf-frame {
    height: 70vh;
    min-height: 460px;
  }
}
/* END MH Catalogue PDF Viewer */
/* START MH Catalogue Mobile PDF Fix 20260622 */
#mh-catalogue-list .mh-cat-pdf-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 16px;
  padding: 12px 22px;
  border: 1px solid #7c5739;
  background: #7c5739;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#mh-catalogue-list .mh-cat-pdf-viewer--download .mh-cat-pdf-link {
  margin: 0;
}

#mh-catalogue-list .mh-cat-pdf-link:hover,
#mh-catalogue-list .mh-cat-pdf-link:focus {
  border-color: #7c5739;
  background: #7c5739;
  color: #fff;
}

@media (max-width: 767px) {
  #mh-catalogue-list .mh-cat-pdf-viewer {
    width: 100%;
    margin-top: 22px;
    overflow: visible;
  }

  #mh-catalogue-list .mh-cat-pdf-frame {
    display: none !important;
  }

  #mh-catalogue-list .mh-cat-pdf-link {
    display: flex;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 14px 18px;
  }
}

/* END MH Catalogue Mobile PDF Fix 20260622 */

/* BEGIN Consolidated Search results and header search - source fix 20260704 */
/* Elementor/LaStudio header search: keep the native submit icon visible and send results to a page. */
.elementor-location-header .lakit-search__popup-content {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: min(420px, calc(100vw - 64px)) !important;
  max-width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  text-align: left !important;
}

.elementor-location-header .mh-search-panel-title {
  width: auto !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  border-bottom: 0 !important;
  color: #fff !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

.elementor-location-header .lakit-search__popup-content .lakit-search__label {
  width: 100% !important;
}

.elementor-location-header .lakit-search__popup-content .lakit-search__form {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: auto !important;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .35) !important;
  background: transparent !important;
}

.elementor-location-header .lakit-search__popup-content .lakit-search__field[type="search"] {
  width: 100%;
  min-height: 58px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-family: "Noto Serif Display", serif !important;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.15;
  outline: 0;
}

.elementor-location-header .lakit-search__popup-content .lakit-search__field::placeholder {
  color: rgba(255, 255, 255, .55) !important;
  opacity: 1 !important;
}

.elementor-location-header .lakit-search__popup-content .lakit-search__submit:not(.search-reset) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  align-self: stretch !important;
  aspect-ratio: 1 / 1 !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: #7c5739 !important;
  color: #fff !important;
  cursor: pointer !important;
}

.elementor-location-header .lakit-search__popup-content .lakit-search__submit:not(.search-reset):hover,
.elementor-location-header .lakit-search__popup-content .lakit-search__submit:not(.search-reset):focus {
  background: #7c5739 !important;
  color: #fff !important;
}

.elementor-location-header .lakit-search__popup-content .lakit-search__submit.search-reset {
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  align-self: stretch !important;
  aspect-ratio: 1 / 1 !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid transparent !important;
  box-sizing: border-box !important;
  border-radius: 2px !important;
  background: transparent !important;
  color: #fff !important;
  cursor: pointer !important;
  transition: border-color .2s ease !important;
}

.elementor-location-header .lakit-search__popup-content .lakit-search__form:has(.lakit-search__field:not(:placeholder-shown)) .lakit-search__submit.search-reset {
  display: inline-flex !important;
}

.elementor-location-header .lakit-search__popup-content .lakit-search__submit.search-reset .lakit-font-icon-svg,
.elementor-location-header .lakit-search__popup-content .lakit-search__submit.search-reset .lakit-font-icon-svg use,
.elementor-location-header .lakit-search__popup-content .lakit-search__submit.search-reset .lakit-font-icon-svg path {
  fill: #fff !important;
  color: #fff !important;
  transition: fill .2s ease, color .2s ease !important;
}

.elementor-location-header .lakit-search__popup-content .lakit-search__submit.search-reset:hover,
.elementor-location-header .lakit-search__popup-content .lakit-search__submit.search-reset:focus {
  border-color: #fff !important;
  background: transparent !important;
}

.elementor-location-header .lakit-search__popup-content .lakit-search__submit.search-reset:hover .lakit-font-icon-svg,
.elementor-location-header .lakit-search__popup-content .lakit-search__submit.search-reset:hover .lakit-font-icon-svg use,
.elementor-location-header .lakit-search__popup-content .lakit-search__submit.search-reset:hover .lakit-font-icon-svg path,
.elementor-location-header .lakit-search__popup-content .lakit-search__submit.search-reset:focus .lakit-font-icon-svg,
.elementor-location-header .lakit-search__popup-content .lakit-search__submit.search-reset:focus .lakit-font-icon-svg use,
.elementor-location-header .lakit-search__popup-content .lakit-search__submit.search-reset:focus .lakit-font-icon-svg path {
  fill: #fff !important;
  color: #fff !important;
}

html.mh-header-search-open {
  overscroll-behavior: none !important;
}

html.mh-header-search-open .elementor-46 .elementor-element-d6f5485,
html.mh-header-search-open .elementor-46 .elementor-element-d6f5485 :where(
  .trp-shortcode-switcher__wrapper,
  .trp-shortcode-overlay,
  .trp-language-switcher,
  .trp-ls-dropdown,
  .trp-switcher-dropdown-list,
  .trp-current-language-item__wrapper,
  .trp-language-item
) {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

html.mh-header-search-open .elementor-location-header .lakit-search.lakit-search-popup-active {
  position: relative !important;
  z-index: 99970 !important;
  pointer-events: auto !important;
}

html.mh-header-search-open .elementor-location-header .lakit-search.lakit-search-popup-active .lakit-search__popup {
  z-index: 99970 !important;
  pointer-events: auto !important;
}

html.mh-header-search-open .elementor-location-header .lakit-search.lakit-search-popup-active .lakit-search__popup-content {
  position: relative !important;
  z-index: 99972 !important;
  pointer-events: auto !important;
}

html.mh-header-search-open .elementor-location-header .lakit-search.lakit-search-popup-active .lakit-search__popup-close {
  z-index: 99974 !important;
  pointer-events: auto !important;
}

/* Popular searches */
.elementor-location-header .mh-search-popular {
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 32px 0 0 !important;
  gap: 12px !important;
}

.elementor-location-header .mh-search-popular__label {
  color: #fff !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

.elementor-location-header .mh-search-popular__list {
  gap: 10px 14px !important;
}

.elementor-location-header .mh-search-popular__list a {
  padding: 6px 14px !important;
  border: 1px solid rgba(255, 255, 255, .45) !important;
  border-radius: 3px !important;
  color: #f5f0eb !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  min-height: 0 !important;
  transition: background .2s ease, border-color .2s ease, color .2s ease !important;
}

.elementor-location-header .mh-search-popular__list a:nth-child(n+4) {
  border: 0 !important;
  padding: 4px 0 !important;
  color: #d1ad86 !important;
  font-weight: 600 !important;
}

.elementor-location-header .mh-search-popular__list a:hover,
.elementor-location-header .mh-search-popular__list a:focus {
  background: #7c5739 !important;
  border-color: #7c5739 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.elementor-location-header .mh-search-popular__list a:nth-child(n+4):hover,
.elementor-location-header .mh-search-popular__list a:nth-child(n+4):focus {
  background: transparent !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .elementor-location-header .lakit-search__popup-content {
    padding: 0 20px !important;
    width: min(360px, calc(100vw - 40px)) !important;
  }
  .elementor-location-header .mh-search-panel-title {
    font-size: 12px !important;
    margin-bottom: 16px !important;
  }
  .elementor-location-header .lakit-search__popup-content .lakit-search__field[type="search"] {
    min-height: 44px !important;
    font-size: 14px !important;
  }
  .elementor-location-header .mh-search-popular {
    margin-top: 24px !important;
  }
}

.elementor-location-header .mh-search-popular__label {
  display: inline-flex;
  align-items: baseline;
  margin: 0;
  color: #0072ce;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: none;
}

.elementor-location-header .mh-search-popular__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 16px;
}

.elementor-location-header .mh-search-popular__list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0072ce;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
}

.elementor-location-header .mh-search-popular__list a:hover,
.elementor-location-header .mh-search-popular__list a:focus {
  color: #7c5739;
  text-decoration: underline;
}

/* Grouped search results page. */
body.search .mh-search-page {
  background: #fffaf6;
  color: #7c5739;
}

.mh-search-hero {
  display: flex;
  align-items: center;
  min-height: 360px;
  padding: calc(var(--mh-header-scroll-h, 70px) + 64px) clamp(22px, 5vw, 72px) 72px;
  background:
    linear-gradient(180deg, rgba(18, 14, 10, 0.64), rgba(18, 14, 10, 0.48)),
    url("/wp-content/uploads/2026/06/news_hero.webp") center / cover no-repeat;
  color: #fff;
  text-align: center;
}

.mh-search-hero__inner {
  width: min(860px, 100%);
  margin: 0 auto;
}

.mh-search-hero__eyebrow {
  margin-bottom: 12px;
  color: #cda982;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mh-search-hero__title {
  margin: 0;
  color: #fff;
  font-family: var(--theme-heading-font-family, "Noto Serif Display", serif);
  font-size: clamp(38px, 4.5vw, 56px);
  font-weight: 700;
  line-height: 1.04;
}

.mh-search-hero__keyword {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.5;
}

.mh-search-hero__keyword span {
  color: #fff;
  font-weight: 700;
}

.mh-search-page__form {
  display: flex;
  width: min(640px, 100%);
  min-height: 52px;
  margin: 30px auto 0;
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 14, 10, 0.2);
}

.mh-search-page__form input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(124, 87, 57, 0.16);
  border-right: 0;
  background: #fff;
  color: #7c5739;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  outline: 0;
}

.mh-search-page__form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  min-width: 118px;
  height: 52px;
  padding: 0 18px;
  border: 1px solid #7c5739;
  background: #7c5739;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.mh-search-page__form button:hover,
.mh-search-page__form button:focus {
  border-color: #7c5739;
  background: #7c5739;
  color: #fff;
}

.mh-search-page__form svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.mh-search-page__content {
  width: min(1240px, calc(100% - 44px));
  margin: 0 auto;
  padding: 72px 0 88px;
}

.mh-search-page__summary {
  margin: 0 0 34px;
  color: rgba(124, 87, 57, 0.7);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.mh-search-section + .mh-search-section {
  margin-top: 68px;
}

.mh-search-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(124, 87, 57, 0.14);
  padding-bottom: 16px;
}

.mh-search-section__head h2 {
  margin: 0;
  color: #7c5739;
  font-family: var(--theme-heading-font-family, "Noto Serif Display", serif);
  font-size: clamp(32px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.08;
}

.mh-search-section__head span {
  color: #7c5739;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.mh-search-grid {
  display: grid;
  gap: 28px;
}

.mh-search-grid--products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.mh-search-card {
  display: grid;
  min-width: 0;
  background: #fff;
  border: 1px solid rgba(124, 87, 57, 0.1);
  box-shadow: 0 20px 48px rgba(46, 35, 28, 0.06);
}

.mh-search-card__image {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #efe7df;
}

.mh-search-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0, 0.65, 0.55, 1);
}

.mh-search-card:hover .mh-search-card__image img {
  transform: scale(1.1);
}

.mh-search-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 22px;
}

.mh-search-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 10px;
  color: #7c5739;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.mh-search-card__title {
  margin: 0;
  color: #7c5739;
  font-family: var(--theme-heading-font-family, "Noto Serif Display", serif);
  font-size: clamp(22px, 2.1vw, 28px);
  font-weight: 700;
  line-height: 1.16;
}

.mh-search-card__title a {
  color: inherit;
  text-decoration: none;
}

.mh-search-card__title a:hover,
.mh-search-card__title a:focus {
  color: #7c5739;
}

.mh-search-card__excerpt {
  margin: 12px 0 0;
  color: rgba(124, 87, 57, 0.72);
  font-size: 14px;
  line-height: 1.65;
}

.mh-search-card__link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 18px;
  color: #7c5739;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.mh-search-card__link:hover,
.mh-search-card__link:focus {
  color: #7c5739;
}

.mh-search-empty {
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 54px clamp(22px, 5vw, 58px);
  background: #fff;
  border: 1px solid rgba(124, 87, 57, 0.12);
  text-align: center;
}

.mh-search-empty h2 {
  margin: 0;
  color: #7c5739;
  font-family: var(--theme-heading-font-family, "Noto Serif Display", serif);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
}

.mh-search-empty p {
  margin: 14px auto 0;
  color: rgba(124, 87, 57, 0.7);
  font-size: 15px;
  line-height: 1.65;
}

.mh-search-empty__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.mh-search-empty__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border: 1px solid #7c5739;
  color: #7c5739;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.mh-search-empty__actions a:hover,
.mh-search-empty__actions a:focus {
  background: #7c5739;
  color: #fff;
}

@media (max-width: 1024px) {
  .mh-search-hero {
    min-height: 330px;
    padding-top: calc(var(--mh-header-scroll-h, 70px) + 58px);
    padding-bottom: 62px;
  }

  .mh-search-page__content {
    padding-top: 64px;
    padding-bottom: 78px;
  }

  .mh-search-grid--products,
  .mh-search-grid--news {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .elementor-location-header .lakit-search__popup-content .lakit-search__form {
    width: 100%;
    min-height: 52px;
  }

  .elementor-location-header .lakit-search__popup-content .lakit-search__field[type="search"] {
    min-height: 52px;
    padding-right: 0;
    padding-left: 0;
    font-size: 23px;
  }

  .elementor-location-header .lakit-search__popup-content .lakit-search__submit:not(.search-reset),
  .elementor-location-header .lakit-ajax-searchform.searched .lakit-search__submit:not(.search-reset),
  .elementor-location-header .lakit-ajax-searchform.searching .lakit-search__submit:not(.search-reset) {
    flex-basis: auto;
    width: auto;
    min-width: 0;
  }

  .mh-search-hero {
    min-height: 310px;
    padding: calc(var(--mh-header-scroll-h, 70px) + 46px) 18px 52px;
  }

  .mh-search-hero__title {
    font-size: 35px;
    line-height: 1.08;
  }

  .mh-search-page__form {
    min-height: 48px;
  }

  .mh-search-page__form input[type="search"] {
    height: 48px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 14px;
  }

  .mh-search-page__form button {
    min-width: 52px;
    width: 52px;
    height: 48px;
    padding: 0;
  }

  .mh-search-page__form button span {
    display: none;
  }

  .mh-search-page__content {
    width: min(100% - 36px, 1240px);
    padding-top: 52px;
    padding-bottom: 68px;
  }

  .mh-search-section + .mh-search-section {
    margin-top: 54px;
  }

  .mh-search-section__head {
    margin-bottom: 20px;
  }

  .mh-search-section__head h2 {
    font-size: 31px;
  }

  .mh-search-grid--products,
  .mh-search-grid--news {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mh-search-card__body {
    padding: 20px;
  }

  .mh-search-card__title {
    font-size: 24px;
  }
}
/* END Consolidated Search results and header search */

/* BEGIN Consolidated Product image guardrails - source retired 20260622 */
/**
 * Gen MH platform - product gallery guardrails.
 * Scoped to WooCommerce product cards so vendor theme/plugin CSS remains intact.
 */
.lakit-products .figure__object_fit.p_img-first,
.lastudio-kit li.product .figure__object_fit.p_img-first,
.figure__object_fit.p_img-first[data-gen-mh-product-gallery="1"] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lakit-products .figure__object_fit.p_img-first > img,
.lastudio-kit li.product .figure__object_fit.p_img-first > img,
.figure__object_fit.p_img-first[data-gen-mh-product-gallery="1"] > img {
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
}

.active-object-fit .lakit-products .figure__object_fit.p_img-first > img,
.lastudio-kit.active-object-fit li.product .figure__object_fit.p_img-first > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lakit-products .figure__object_fit.p_img-first.th-product-image-fallback-ready,
.lastudio-kit li.product .figure__object_fit.p_img-first.th-product-image-fallback-ready {
  background-color: transparent;
}

.lakit-products .figure__object_fit.p_img-first.th-product-image-fallback-loading,
.lastudio-kit li.product .figure__object_fit.p_img-first.th-product-image-fallback-loading {
  background-color: transparent;
}
/* END Consolidated Product image guardrails */

/* BEGIN MH Project archive/detail generated UI - 20260703 */
body.single-project {
  --mh-project-ink: #202020;
  --mh-project-muted: #4e4e4e;
  --mh-project-brown: #7c5739;
  --mh-project-accent: #7c5739;
  --mh-project-beige: #ead8c1;
  --mh-project-line: rgba(32, 32, 32, .18);
  --mh-project-rail: min(calc(100% - clamp(2rem, 6vw, 5rem)), 82rem);
  --mh-project-detail-rail: min(calc(100% - clamp(2rem, 9vw, 9rem)), 76rem);
  --mh-related-square-card-ratio: 1 / 1;
  --mh-related-product-image-border-color: rgba(32, 32, 32, .45);
  color: var(--mh-project-ink);
}

:where(.elementor-widget-mh-project-archive-description) .mh-project-archive-description {
  margin: 0;
}

:where(.elementor-widget-mh-project-archive-description) .mh-project-archive-description p {
  margin: 0;
}

:where(.elementor-widget-mh-project-archive-description) .mh-project-archive-description p + p {
  margin-top: 1em;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) {
  --mh-project-ink: #202020;
  --mh-project-muted: #4e4e4e;
  --mh-project-brown: #7c5739;
  --mh-project-accent: #7c5739;
  width: 100%;
  color: var(--mh-project-ink);
  font-family: Montserrat, Arial, sans-serif;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget),
:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) * {
  box-sizing: border-box;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-grid-shell {
  width: 100%;
  min-width: 0;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-list-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-dynamic-region {
  transition: opacity .18s ease;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-list-section.is-loading .mh-project-dynamic-region {
  opacity: .42;
  pointer-events: none;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-list-section.is-loading::after {
  position: absolute;
  inset-block-start: 3rem;
  inset-inline-start: 50%;
  width: 2rem;
  height: 2rem;
  border: 2px solid rgba(32, 32, 32, .18);
  border-top-color: var(--mh-project-brown);
  border-radius: 999px;
  content: "";
  animation: mh-project-spin .8s linear infinite;
}

@keyframes mh-project-spin {
  to { transform: rotate(360deg); }
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2.5rem, 4.2vw, 3.8rem) clamp(1.5rem, 2.6vw, 2rem);
  width: 100%;
  margin: 0;
  padding: 0;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-card {
  min-width: 0;
  margin: 0;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-card__media {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #f4efe8;
  aspect-ratio: 0.82 / 1;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-card__media > img.mh-project-card__image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center;
  transition: transform 800ms cubic-bezier(0, 0.65, 0.55, 1);
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-card__image--empty {
  display: block;
  width: 100%;
  height: 100%;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-card:hover .mh-project-card__image,
:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-card:focus-within .mh-project-card__image {
  transform: scale(1.1);
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-card__media > .mh-project-card__image--empty {
  background: #f4efe8;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-card__title {
  margin: clamp(1rem, 2vw, 1.45rem) 0 0;
  color: var(--mh-project-ink);
  font-family: "Noto Serif Display", Georgia, serif;
  font-size: clamp(1.55rem, 2.25vw, 2.18rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-card__title a {
  color: inherit;
  text-decoration: none;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-card__title a:hover,
:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-card__title a:focus-visible {
  color: var(--mh-project-accent);
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-empty {
  margin: 0;
  color: var(--mh-project-muted);
  font-size: 1rem;
  line-height: 1.65;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-pagination {
  display: flex;
  justify-content: center;
  margin-top: clamp(2.8rem, 5vw, 4.2rem);
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-pagination .page-numbers li {
  margin: 0;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-pagination .page-numbers a,
:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.15rem;
  min-height: 2.15rem;
  padding: .45rem .72rem;
  border: 1px solid rgba(32, 32, 32, .14);
  color: var(--mh-project-ink);
  font-size: .82rem;
  line-height: 1;
  text-decoration: none;
}

:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-pagination .page-numbers .current,
:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-pagination .page-numbers a:hover,
:where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-pagination .page-numbers a:focus-visible {
  border-color: var(--mh-project-brown);
  background: var(--mh-project-brown);
  color: #fff;
}

.single-project .mh-page-hero.mh-page-hero-detail {
  display: flex;
  min-height: clamp(34rem, 50vw, 42rem);
  align-items: flex-end;
  padding: calc(var(--mh-header-scroll-h, 4.5rem) + clamp(3rem, 7vw, 5.5rem)) 0 clamp(2.75rem, 5.4vw, 4.4rem);
  overflow: hidden;
  background-color: var(--mh-project-brown);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.single-project .mh-page-hero.mh-page-hero-detail::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background: linear-gradient(180deg, rgba(20, 14, 9, .05), rgba(20, 14, 9, .36));
  content: "";
  pointer-events: none;
}

.single-project .mh-page-hero.mh-page-hero-detail::after {
  content: none;
}

.single-project .mh-page-hero.mh-page-hero-detail.e-con-boxed > .e-con-inner,
.single-project .mh-page-hero.mh-page-hero-detail > .elementor-container {
  position: relative;
  z-index: 1;
  width: var(--mh-project-detail-rail);
  margin-inline: auto;
  padding: 0;
}

.single-project .mh-page-hero.mh-page-hero-detail,
.single-project .mh-page-hero.mh-page-hero-detail.e-con-boxed > .e-con-inner {
  text-align: left;
}

.single-project .mh-page-hero.mh-page-hero-detail .elementor-widget-heading {
  width: 100%;
}

.single-project .mh-page-hero.mh-page-hero-detail .mh-page-hero-title,
.single-project .mh-page-hero.mh-page-hero-detail .mh-page-hero-title .elementor-heading-title {
  margin: 0;
  color: #fff;
  text-align: left;
  overflow-wrap: normal;
  word-break: keep-all;
}

.single-project .mh-page-hero.mh-page-hero-detail .lakit-post-info,
.single-project .mh-page-hero.mh-page-hero-detail .elementor-widget-lakit-post-info {
  display: none;
}

.single-project .elementor-location-single .mh-project-detail-body.e-con-boxed > .e-con-inner {
  width: var(--mh-project-detail-rail);
  margin-inline: auto;
}

.single-project .mh-project-detail-body {
  padding-block: clamp(3.9rem, 6.2vw, 5.3rem) 0;
}

.single-project .mh-project-detail-body .elementor-widget-lakit-post-meta,
.single-project .mh-project-detail-body .elementor-widget-lakit-social-share,
.single-project .mh-project-detail-body .elementor-widget-lakit-post-navigation,
.single-project .mh-project-detail-body .elementor-widget-lakit-post-comment,
.single-project .mh-project-detail-body .lakit-post-navigation,
.single-project .mh-project-detail-body .comments-area {
  display: none;
}

.single-project .elementor-lakit-post-content,
.single-project .elementor-widget-theme-post-content,
.single-project .mh-project-detail-copy,
.single-project .mh-project-copy {
  color: var(--mh-project-muted);
}

.single-project .elementor-lakit-post-content,
.single-project .elementor-widget-theme-post-content {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: auto;
}

.single-project .mh-project-detail-managed {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.04fr);
  column-gap: clamp(3.8rem, 8.5vw, 7.3rem);
  row-gap: 0;
}

.single-project .wp-block-group.mh-project-section {
  margin: 0 0 clamp(2.6rem, 5vw, 4.2rem);
}

.single-project .wp-block-group.mh-project-section:last-child {
  margin-bottom: 0;
}

.single-project .mh-project-overview-section,
.single-project .mh-project-overview-section > .wp-block-group__inner-container,
.single-project .mh-project-overview-grid {
  display: contents;
}

.single-project .mh-project-overview-grid > .wp-block-column:first-child {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.single-project .mh-project-overview-grid > .wp-block-column:last-child {
  grid-column: 1;
  grid-row: 1 / span 2;
  min-width: 0;
}

.single-project .mh-project-overview-section--no-image .mh-project-overview-grid > .wp-block-column:first-child,
.single-project .mh-project-overview-section--no-text .mh-project-overview-grid > .wp-block-column:last-child {
  grid-column: 1 / -1;
  grid-row: auto;
}

.single-project .mh-project-overview-grid h4,
.single-project .mh-project-info-section h4,
.single-project .mh-project-materials-section h4,
.single-project .mh-project-gallery-section h4,
.single-project .mh-project-cta-section h4 {
  margin: 0 0 1.1rem;
  color: var(--mh-project-ink);
}

.single-project .mh-project-overview-grid h4 {
  display: none;
}

.single-project .mh-project-overview-grid p,
.single-project .mh-project-materials-section p,
.single-project .mh-project-gallery-section p,
.single-project .mh-project-cta-section p {
  margin: 0 0 1rem;
}

.single-project .mh-project-overview-grid p {
  max-width: 43rem;
  margin-bottom: 0;
  color: var(--mh-project-ink);
}

.single-project .wp-block-image.mh-project-intro-image {
  margin: 0;
}

.single-project .wp-block-image.mh-project-intro-image img,
.single-project .mh-project-overview-grid .wp-block-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
}

.single-project .wp-block-image figcaption,
.single-project .wp-block-gallery figcaption {
  margin-top: .7rem;
  color: var(--mh-project-muted);
  font-size: .78rem;
  line-height: 1.45;
}

.single-project .wp-block-image.mh-project-intro-image figcaption {
  display: none;
}

.single-project .mh-project-info-section {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  margin: clamp(1.65rem, 3.1vw, 2.45rem) 0 0;
}

.single-project .mh-project-info-section h4,
.single-project .mh-project-materials-section h4,
.single-project .mh-project-gallery-section h4,
.single-project .mh-project-cta-section h4 {
  color: var(--mh-project-ink);
}

.single-project .mh-project-info-section h4 {
  display: none;
}

.single-project .mh-project-info-table {
  margin: 0;
  border: 0 !important;
  background: transparent !important;
}

.single-project .mh-project-info-table table {
  width: 100%;
  border: 0 !important;
  border-collapse: collapse;
  background: transparent !important;
}

.single-project .mh-project-info-table tr,
.single-project .mh-project-info-table td {
  border: 0 !important;
  background: transparent !important;
}

.single-project .mh-project-info-table td {
  padding: .56rem 0;
  border: 0;
  color: var(--mh-project-ink);
  vertical-align: top;
  font-size: clamp(.94rem, 1.05vw, 1.05rem);
  line-height: 1.65;
}

.single-project .mh-project-info-table td:first-child {
  width: 38%;
  padding-right: clamp(1.2rem, 2.2vw, 2rem);
  color: var(--mh-project-muted);
  font-weight: 500;
}

.single-project .mh-project-materials-section,
.single-project .mh-project-cta-section {
  display: none;
}

.single-project .mh-project-materials-list {
  display: grid;
  gap: .75rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.single-project .mh-project-materials-list li {
  position: relative;
  padding-left: 1.15rem;
}

.single-project .mh-project-materials-list li::before {
  position: absolute;
  top: .72em;
  left: 0;
  width: .35rem;
  height: .35rem;
  border-radius: 999px;
  background: var(--mh-project-accent);
  content: "";
}

.single-project .mh-project-products {
  grid-column: 1 / -1;
  margin: clamp(4rem, 7vw, 6rem) 0 clamp(3.4rem, 5.8vw, 4.9rem);
}

.single-project .mh-project-products__title,
.single-project .mh-project-related .elementor-heading-title {
  margin: 0 0 clamp(1.6rem, 3vw, 2rem);
  color: var(--mh-project-ink);
  font-family: "Noto Serif Display", "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.45rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.single-project .mh-project-products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(9.5rem, 14vw, 12rem), 1fr));
  gap: var(--mh-related-gap);
  width: 100%;
}

.single-project .mh-related-slider {
  --mh-related-gap: clamp(1.35rem, 3.2vw, 3rem);
  position: relative;
}

.single-project .mh-project-products__slider {
  width: 100%;
}

.single-project .mh-project-related-slider {
  width: min(100%, 42rem);
}

.single-project .mh-project-products__slider .mh-related-slider__viewport {
  overflow: visible;
  width: 100%;
}

.single-project .mh-related-slider:not(.mh-project-products__slider) .mh-related-slider__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.single-project .mh-related-slider:not(.mh-project-products__slider) .mh-related-slider__viewport::-webkit-scrollbar {
  display: none;
}

.single-project .mh-related-slider:not(.mh-project-products__slider) .mh-related-slider__track {
  display: flex;
  gap: var(--mh-related-gap);
  transform: none;
}

.single-project .mh-related-slider:not(.mh-project-products__slider) .mh-related-slider__slide {
  flex: 0 0 calc((100% - (var(--mh-related-gap) * 2)) / 3);
  min-width: 0;
  scroll-snap-align: start;
}

.single-project .mh-project-products__slider .mh-related-slider__slide {
  min-width: 0;
}

.single-project .mh-related-slider__button {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: 1px solid rgba(32, 32, 32, .2);
  background: rgba(255, 255, 255, .92);
  color: var(--mh-project-ink);
  font: inherit;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.single-project .mh-project-products__slider .mh-related-slider__button {
  top: var(--mh-project-products-nav-top, 50%);
}

.single-project .mh-project-related-slider .mh-related-slider__button {
  top: var(--mh-project-projects-nav-top, 50%);
}

.single-project .mh-related-slider__button--prev {
  left: -.9rem;
}

.single-project .mh-related-slider__button--next {
  right: -.9rem;
}

.single-project .mh-related-slider__button:disabled,
.single-project .mh-related-slider--static .mh-related-slider__button {
  display: none;
}

.single-project .mh-related-slider__button:hover,
.single-project .mh-related-slider__button:focus-visible {
  border-color: var(--mh-project-brown);
  background: var(--mh-project-brown);
  color: #fff;
}

.single-project .mh-project-product-card {
  display: block;
  min-width: 0;
  color: var(--mh-project-ink);
  text-decoration: none;
}

.single-project .mh-project-product-card__image {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  border: 0;
  background: #f7f4ef;
  aspect-ratio: var(--mh-related-square-card-ratio, 1 / 1);
}

.single-project .mh-project-product-card--image-bordered .mh-project-product-card__image {
  border: 1px solid var(--mh-related-product-image-border-color, rgba(32, 32, 32, .45));
}

.single-project .mh-project-product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0, 0.65, 0.55, 1);
}

.single-project .mh-project-product-card:hover .mh-project-product-card__image img,
.single-project .mh-project-product-card:focus-visible .mh-project-product-card__image img {
  transform: scale(1.1);
}

.single-project .mh-project-product-card__cat {
  display: none;
}

.single-project .mh-project-product-card__title {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: .75rem;
  color: var(--mh-project-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.single-project .mh-project-product-card__sku,
.single-project .mh-project-product-card__name {
  display: block;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.single-project .mh-project-product-card__sku {
  font-weight: 700;
}

.single-project .mh-project-product-card__name {
  font-weight: 500;
}

.single-project .mh-project-gallery-section {
  grid-column: 1 / -1;
  margin: 0;
}

.single-project .mh-project-gallery-slider {
  --mh-related-gap: 0px;
  margin-inline: calc((100vw - 100%) / -2);
  width: 100vw;
  max-width: none;
}

.single-project .mh-project-gallery-slider .mh-related-slider__slide {
  flex-basis: 100%;
}

.single-project .mh-project-gallery-slider__item {
  margin: 0;
}

.single-project .mh-project-gallery-slider img {
  display: block;
  width: 100%;
  height: min(100vh, 56vw);
  max-height: 100vh;
  object-fit: cover;
}

.single-project .mh-project-gallery-slider .mh-project-gallery-slider__nav {
  width: clamp(2rem, 3.5vw, 3.5rem);
  height: clamp(3.5rem, 8vw, 6rem);
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .94);
  font-family: Georgia, serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 300;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .26);
}

.single-project .mh-project-gallery-slider .mh-project-gallery-slider__nav:hover,
.single-project .mh-project-gallery-slider .mh-project-gallery-slider__nav:focus-visible {
  border: 0;
  background: transparent;
  color: #fff;
}

.single-project .mh-project-gallery-slider .mh-related-slider__button--prev {
  left: clamp(1rem, 3vw, 2rem);
}

.single-project .mh-project-gallery-slider .mh-related-slider__button--next {
  right: clamp(1rem, 3vw, 2rem);
}

.single-project .mh-project-gallery-slider.mh-related-slider--static .mh-project-gallery-slider__nav {
  display: none;
}

.single-project .mh-project-gallery-section > .wp-block-group__inner-container > h4,
.single-project .mh-project-gallery-section > .wp-block-group__inner-container > p {
  display: none;
}

.single-project .mh-project-single__body .wp-block-gallery.mh-project-gallery,
.single-project .wp-block-gallery.mh-project-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.7rem, 5vw, 5.1rem);
  margin: 0;
}

.single-project .wp-block-gallery.mh-project-gallery--secondary {
  margin-top: clamp(3.4rem, 7vw, 6.1rem);
}

.single-project .wp-block-gallery.mh-project-gallery > .wp-block-image {
  width: 100% !important;
  margin: 0 !important;
}

.single-project .wp-block-gallery.mh-project-gallery:not(.mh-project-gallery--secondary) > .wp-block-image:first-child {
  grid-column: 1 / -1;
  margin-inline: calc((100vw - 100%) / -2) !important;
  width: 100vw !important;
  max-width: none !important;
}

.single-project .wp-block-gallery.mh-project-gallery:not(.mh-project-gallery--secondary) > .wp-block-image:nth-child(n+4) {
  display: none;
}

.single-project .wp-block-gallery.mh-project-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1.1;
}

.single-project .wp-block-gallery.mh-project-gallery:not(.mh-project-gallery--secondary) > .wp-block-image:first-child img {
  aspect-ratio: 16 / 9.6;
  max-height: 100vh;
}

.single-project .mh-project-related {
  margin-bottom: clamp(3rem, 6vw, 4.8rem);
  background: #fff !important;
}

.single-project .mh-project-related.e-con-boxed > .e-con-inner {
  width: var(--mh-project-detail-rail);
  margin-inline: auto;
}

.single-project .mh-project-related-grid {
  display: flex;
  gap: var(--mh-related-gap);
  width: 100%;
}

.single-project .mh-project-related-grid .mh-project-card__media {
  aspect-ratio: var(--mh-related-square-card-ratio, 1 / 1);
  overflow: hidden;
}

.single-project .mh-project-related-grid .mh-project-card__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.single-project .mh-project-related-grid .mh-project-card__title {
  margin-top: .75rem;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(.76rem, .95vw, .86rem);
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 1024px) {
  :where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-project .mh-project-overview-grid {
    gap: clamp(1.8rem, 5vw, 3rem);
  }
}

@media (max-width: 767px) {
  body.single-project {
    --mh-project-rail: min(calc(100% - 2rem), 42rem);
    --mh-project-detail-rail: min(calc(100% - 2rem), 42rem);
  }

  :where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-grid {
    grid-template-columns: 1fr;
  }

  :where(.elementor-widget-mh-project-grid, .mh-project-grid-widget) .mh-project-card__media {
    aspect-ratio: 1 / 1.08;
  }

  .single-project .mh-page-hero.mh-page-hero-detail {
    min-height: clamp(24rem, 82vw, 34rem);
    padding-top: calc(var(--mh-header-scroll-h, 4.25rem) + 2.75rem);
  }

  .single-project .mh-project-detail-managed {
    display: flex;
    flex-direction: column;
  }

  .single-project .mh-project-overview-section,
  .single-project .mh-project-overview-section > .wp-block-group__inner-container,
  .single-project .mh-project-overview-grid {
    display: block;
  }

  .single-project .mh-project-overview-grid,
  .single-project .mh-project-single__body .wp-block-gallery.mh-project-gallery,
  .single-project .wp-block-gallery.mh-project-gallery {
    grid-template-columns: 1fr;
  }

  .single-project .mh-project-overview-grid {
    display: grid;
    gap: 1.5rem;
  }

  .single-project .mh-project-overview-grid > .wp-block-column:first-child {
    grid-column: auto;
    grid-row: auto;
    order: 2;
  }

  .single-project .mh-project-overview-grid > .wp-block-column:last-child {
    grid-column: auto;
    grid-row: auto;
    order: 1;
  }

  .single-project .mh-project-info-section {
    width: 100%;
    margin: 1.6rem 0 0;
  }

  .single-project .mh-project-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 1rem;
  }

  .single-project .mh-project-products__slider,
  .single-project .mh-project-related-slider {
    width: 100%;
  }

  .single-project .mh-related-slider {
    --mh-related-gap: 1rem;
  }

  .single-project .mh-related-slider:not(.mh-project-products__slider) .mh-related-slider__slide {
    flex-basis: calc((100% - var(--mh-related-gap)) / 2);
  }

  .single-project .mh-related-slider__button--prev {
    left: .35rem;
  }

  .single-project .mh-related-slider__button--next {
    right: .35rem;
  }

  .single-project .mh-project-gallery-slider {
    margin-inline: 0;
    width: 100%;
  }

  .single-project .mh-project-gallery-slider img {
    height: min(100vh, 105vw);
  }

  .single-project .wp-block-gallery.mh-project-gallery:not(.mh-project-gallery--secondary) > .wp-block-image:first-child {
    margin-inline: 0 !important;
    width: 100% !important;
  }

  .single-project .wp-block-gallery.mh-project-gallery:not(.mh-project-gallery--secondary) > .wp-block-image:first-child img,
  .single-project .wp-block-gallery.mh-project-gallery img {
    aspect-ratio: 1 / 1.05;
  }
}

@media (max-width: 420px) {
  .single-project .mh-project-products__grid {
    grid-template-columns: 1fr;
  }

  .single-project .mh-related-slider:not(.mh-project-products__slider) .mh-related-slider__slide {
    flex-basis: 100%;
  }
}
/* END MH Project archive/detail generated UI - 20260703 */


/* BEGIN Consolidated News archive generated UI - source retired 20260622 */
/* MH News/Events staging v2 - scoped to Tin tuc & Su kien only. */

body:where(.page-id-1608, .category-ban-tin, .category-su-kien, .category-bao-chi),
body.single-post:where(.category-ban-tin, .category-su-kien, .category-bao-chi) {
  --mh-news-ink: #24201d;
  --mh-news-muted: #6c6259;
  --mh-news-accent: #7c5739;
  --mh-news-line: rgba(124, 87, 57, 0.2);
  --mh-news-soft: #f8f3ee;
  --mh-news-container: min(1320px, calc(100vw - 64px));
  --mh-news-main: minmax(0, 1fr);
  --mh-news-sidebar: 320px;
  color: var(--mh-news-ink);
  font-family: Montserrat, Arial, sans-serif;
}


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


.mh-news-card__body {
  padding: 16px 0 0;
  text-align: left;
  text-indent: 0;
}

.mh-news-card__date {
  display: block;
  margin: 0 0 8px;
  color: var(--mh-news-accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.mh-news-card__title {
  margin: 0;
  color: var(--mh-news-ink);
  font-family: "Noto Serif Display", Georgia, serif;
  font-size: clamp(21px, 1.9vw, 25px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
}

.mh-news-card__title a {
  color: inherit;
  text-decoration: none;
}

.mh-news-card__title a:hover {
  color: var(--mh-news-accent);
}


.mh-news-pagination {
  margin: 42px 0 0;
}

.mh-news-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mh-news-pagination .page-numbers li {
  margin: 0;
  padding: 0;
}

.mh-news-pagination .page-numbers a,
.mh-news-pagination .page-numbers span {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mh-news-line);
  padding: 0 12px;
  background: #fff;
  color: var(--mh-news-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.mh-news-pagination .page-numbers .current,
.mh-news-pagination .page-numbers a:hover {
  border-color: var(--mh-news-accent);
  background: var(--mh-news-accent);
  color: #fff;
}

@media (max-width: 1279px) {
  body:where(.page-id-1608, .category-ban-tin, .category-su-kien, .category-bao-chi),
  body.single-post:where(.category-ban-tin, .category-su-kien, .category-bao-chi) {
    --mh-news-container: min(1000px, calc(100vw - 48px));
    --mh-news-sidebar: 290px;
  }

  

  
}


@media (max-width: 767px) {
  body:where(.page-id-1608, .category-ban-tin, .category-su-kien, .category-bao-chi),
  body.single-post:where(.category-ban-tin, .category-su-kien, .category-bao-chi) {
    --mh-news-container: calc(100vw - 32px);
  }

  

  

  

  

  

  

  

  

  

  

  }
/* END Consolidated News archive generated UI */

/* MH TYPOGRAPHY FALLBACKS - only non-Elementor-rendered UI 20260622 */
:root {
  --mh-sync-hero-title: clamp(42px, 3.8vw, 56px);
  --mh-sync-hero-detail-title: clamp(30px, 3vw, 42px);
  --mh-sync-section-title: clamp(34px, 3vw, 44px);
  --mh-sync-card-title: clamp(24px, 2vw, 30px);
  --mh-sync-body-text: 15.5px;
  --mh-sync-space-after-hero: 76px;
}

.mh-search-card__title {
  font-size: var(--mh-sync-card-title) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.mh-search-card__excerpt,
.mh-search-page__summary {
  font-size: var(--mh-sync-body-text) !important;
  line-height: 1.68 !important;
}

/* First section spacing after standardized hero/banner. */
body:where(.page-id-2070, .page-id-1349, .page-id-1608) .mh-page-hero + .e-con,
body:where(.page-id-2070, .page-id-1349, .page-id-1608) .mh-page-hero + .elementor-section,
body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .author) .elementor.elementor-1612.elementor-location-archive > .elementor-element-23f113a {
  padding-top: var(--mh-sync-space-after-hero) !important;
  margin-top: 0 !important;
}

@media (max-width: 1024px) {
  :root {
    --mh-sync-hero-title: clamp(40px, 5.2vw, 46px);
    --mh-sync-hero-detail-title: clamp(28px, 4.4vw, 38px);
    --mh-sync-section-title: 36px;
    --mh-sync-card-title: 28px;
    --mh-sync-body-text: 15px;
    --mh-sync-space-after-hero: 64px;
  }
}

@media (max-width: 767px) {
  :root {
    --mh-sync-hero-title: clamp(34px, 8.6vw, 36px);
    --mh-sync-hero-detail-title: clamp(28px, 8vw, 34px);
    --mh-sync-section-title: 32px;
    --mh-sync-card-title: 26px;
    --mh-sync-body-text: 14.5px;
    --mh-sync-space-after-hero: 52px;
  }

  body:where(.category-ban-tin, .category-su-kien, .category-bao-chi, .tag) .elementor.elementor-1612.elementor-location-archive > .elementor-element-23f113a {
    padding-bottom: 58px !important;
  }

}

@media (max-width: 380px) {
  :root {
    --mh-sync-card-title: 24px;
  }
}
/* END MH TYPOGRAPHY FALLBACKS 20260622 */

/* BEGIN MH Elementor Custom CSS Consolidated 20260702
   Owner: Genium Customise assets/css/site-customizations.css.
   Runtime CSS is managed here only; do not add supplemental CSS in Elementor Custom CSS or PHP.
*/

/* Header - migrated from Elementor custom_css ID 46; sha1 a8bb28417ee1941774cb7fdd45f0d75c8d997048 */
/* Header State */
:root {
  --mh-header-scroll-h: 70px;
  --mh-brown: var(--e-global-color-mhbrown, #7c5739);
  --mh-brown-2: #7c5739;
  --mh-accent: var(--e-global-color-mhaccent, #7c5739);
  --mh-beige: var(--e-global-color-mhbeige, #EAD8C1);
  --mh-text: var(--e-global-color-mhtext, #202020);
  --mh-white: var(--e-global-color-mhwhite, #FFFFFF);
}

body:not(.elementor-editor-active) .elementor-location-header {
  position: fixed !important;
  inset: 0 0 auto;
  z-index: 1000;
  pointer-events: none;
}

body.admin-bar:not(.elementor-editor-active) .elementor-location-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.admin-bar:not(.elementor-editor-active) .elementor-location-header {
    top: 46px !important;
  }
}

body:not(.elementor-editor-active) .elementor-location-header #header-top,
body:not(.elementor-editor-active) .elementor-location-header #header-scroll {
  box-sizing: border-box;
  width: 100%;
  pointer-events: auto;
}

body.home:not(.elementor-editor-active):not(.mh-header-scrolled) .elementor-location-header #header-top {
  display: grid;
}

body.home:not(.elementor-editor-active):not(.mh-header-scrolled) .elementor-location-header #header-scroll {
  display: none;
}

body:not(.home):not(.elementor-editor-active) .elementor-location-header #header-top,
body.home.mh-header-scrolled:not(.elementor-editor-active) .elementor-location-header #header-top {
  display: none;
}

body:not(.home):not(.elementor-editor-active) .elementor-location-header #header-scroll,
body.home.mh-header-scrolled:not(.elementor-editor-active) .elementor-location-header #header-scroll {
  display: grid;
}

.elementor-46 #header-top,
.elementor-46 #header-scroll {
  align-items: center;
  width: 100%;
  font-family: Montserrat, Arial, sans-serif;
}

.elementor-46 #header-top > .e-con,
.elementor-46 #header-scroll > .e-con {
  min-width: 0;
  padding-inline: 0 !important;
  margin-inline: 0 !important;
}

.elementor-46 #header-top {
  min-height: 112px;
  background: transparent !important;
}

.elementor-46 #header-scroll {
  min-height: var(--mh-header-scroll-h);
  background: var(--mh-white) !important;
  box-shadow: 0 8px 22px rgba(124, 87, 57, .08);
}

.elementor-46 .lakit-logo,
.elementor-46 .lakit-logo__link {
  display: flex;
  align-items: center;
}

.elementor-46 #header-top .lakit-logo__n,
.elementor-46 #header-scroll .lakit-logo__t {
  display: none !important;
}

.elementor-46 #header-top .lakit-logo__t,
.elementor-46 #header-scroll .lakit-logo__n {
  display: block !important;
}

.elementor-46 .mh-header-catalogue .elementor-button,
.elementor-46 .mh-header-catalogue .elementor-button:hover,
.elementor-46 .mh-header-catalogue .elementor-button:focus {
  min-width: auto;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1.2;
  text-transform: none;
}

.elementor-46 #header-top .mh-header-catalogue .elementor-button,
.elementor-46 #header-top .lakit-search__popup-trigger {
  color: var(--mh-white) !important;
}

.elementor-46 #header-scroll .mh-header-catalogue .elementor-button,
.elementor-46 #header-scroll .lakit-search__popup-trigger {
  color: var(--mh-text) !important;
}

/* Desktop Header >=1200 */
@media (min-width: 1200px) {
  .elementor-46 #header-top {
    grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
    column-gap: 20px;
    align-items: start;
    padding: 0 38px !important;
  }

  .elementor-46 #header-top > .elementor-element-d71cfdd,
  .elementor-46 #header-top > .elementor-element-f997c5d {
    align-self: start;
    padding-top: 36px !important;
  }

  .elementor-46 #header-top > .elementor-element-d71cfdd {
    justify-self: start;
  }

  .elementor-46 #header-top > .elementor-element-17ea841 {
    justify-self: center;
    align-self: start;
    min-width: 0;
  }

  .elementor-46 #header-top > .elementor-element-f997c5d {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 14px;
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;
  }

  .elementor-46 #header-top .elementor-element-73f9a35 {
    margin-top: 12px !important;
    padding: 0 !important;
  }

  .elementor-46 #header-scroll {
    grid-template-columns: 112px minmax(0, 1fr) auto;
    column-gap: 26px;
    padding: 0 38px !important;
  }

  .elementor-46 #header-scroll > .elementor-element-20e2a08 {
    grid-column: 1;
    justify-self: start;
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
  }

  .elementor-46 #header-scroll > .elementor-element-c04ab87 {
    grid-column: 2;
    justify-self: center;
    min-width: 0;
    width: 100% !important;
  }

  .elementor-46 #header-scroll > .elementor-element-eea8a17 {
    grid-column: 3;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 13px;
    width: auto !important;
    min-width: 0 !important;
  }

  .elementor-46 #header-scroll .elementor-element-16361e0,
  .elementor-46 #header-scroll .elementor-element-16361e0 .lakit-logo__link,
  .elementor-46 #header-scroll .elementor-element-16361e0 .lakit-logo__img {
    width: 112px !important;
    max-width: 112px !important;
    height: auto !important;
    object-fit: contain;
  }

  .elementor-46 #header-top .elementor-element-c21a923,
  .elementor-46 #header-scroll .elementor-element-4c0bf1d {
    width: 100% !important;
    max-width: 100% !important;
  }

  .elementor-46 #header-top .lakit-nav-wrap,
  .elementor-46 #header-scroll .lakit-nav-wrap,
  .elementor-46 #header-top .lakit-nav-menuwrap,
  .elementor-46 #header-scroll .lakit-nav-menuwrap {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .elementor-46 #header-top .lakit-nav,
  .elementor-46 #header-scroll .lakit-nav {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap;
    width: 100% !important;
    min-width: 0;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    box-shadow: none !important;
    white-space: nowrap;
    border-color: #11111100 !important;
    background-color: #11111100 !important;
  }

  .elementor-46 #header-top .lakit-nav--horizontal > .menu-item,
  .elementor-46 #header-scroll .lakit-nav--horizontal > .menu-item {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    white-space: nowrap;
  }

  .elementor-46 #header-top .menu-item-link-top,
  .elementor-46 #header-scroll .menu-item-link-top {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    white-space: nowrap;
    opacity: 1 !important;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
  }

  .elementor-46 #header-top .menu-item-link-top {
    padding: 0 10px !important;
    color: var(--mh-white) !important;
  }

  .elementor-46 #header-scroll .menu-item-link-top {
    padding: 0 8px !important;
    color: var(--mh-text) !important;
  }

  .elementor-46 .lakit-nav__mobile-trigger,
  .elementor-46 .lakit-nav__mobile-close-btn {
    display: none !important;
  }
}

/* Mega/Submenu */
.elementor-46 .menu-item-link-top .lakit-nav-arrow,
.elementor-46 .menu-item-link-top .lakit-nav__arrow {
  display: none !important;
}

.elementor-46 .lakit-nav--horizontal > .menu-item:hover > .menu-item-link-top,
.elementor-46 .lakit-nav--horizontal > .menu-item:focus-within > .menu-item-link-top,
.elementor-46 .lakit-nav--horizontal > .menu-item.lakit-nav-hover > .menu-item-link-top {
  color: var(--mh-brown) !important;
  font-weight: 700 !important;
}

.elementor-46 .lakit-nav--horizontal > .current-menu-item > .menu-item-link-top,
.elementor-46 .lakit-nav--horizontal > .current-menu-parent > .menu-item-link-top,
.elementor-46 .lakit-nav--horizontal > .current-menu-ancestor > .menu-item-link-top,
.elementor-46 .lakit-nav--horizontal > .menu-item.mh-menu-current > .menu-item-link-top {
  color: var(--mh-brown) !important;
  font-weight: 700 !important;
}

.elementor-46 .mh-header-catalogue:hover .elementor-button,
.elementor-46 .mh-header-catalogue:focus-within .elementor-button,
.elementor-46 .mh-header-catalogue.mh-catalogue-current .elementor-button {
  color: var(--mh-brown) !important;
  font-weight: 700 !important;
}

.elementor-46 #header-top .mh-header-catalogue:hover .elementor-button,
.elementor-46 #header-top .mh-header-catalogue:focus-within .elementor-button,
.elementor-46 #header-top .mh-header-catalogue.mh-catalogue-current .elementor-button,
.elementor-46 #header-scroll .mh-header-catalogue:hover .elementor-button,
.elementor-46 #header-scroll .mh-header-catalogue:focus-within .elementor-button,
.elementor-46 #header-scroll .mh-header-catalogue.mh-catalogue-current .elementor-button {
  color: var(--mh-brown) !important;
  font-weight: 700 !important;
}

body.home:not(.mh-header-scrolled) .elementor-46 #header-top .lakit-nav__item--mega > .lakit-nav__sub-mega {
  --mh-mega-top: 112px;
}

body.admin-bar .elementor-46 #header-scroll .lakit-nav__item--mega > .lakit-nav__sub-mega {
  --mh-mega-top: calc(32px + var(--mh-header-scroll-h));
}

body.admin-bar.home:not(.mh-header-scrolled) .elementor-46 #header-top .lakit-nav__item--mega > .lakit-nav__sub-mega {
  --mh-mega-top: 144px;
}

@media (min-width: 1200px) {
  .elementor-46 .lakit-nav--horizontal > .menu-item > .lakit-nav__sub {
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity .18s ease, transform .18s ease;
    z-index: 9999 !important;
  }

  .elementor-46 .lakit-nav--horizontal:not(.mh-desktop-submenu-managed) > .menu-item:hover > .lakit-nav__sub,
  .elementor-46 .lakit-nav--horizontal:not(.mh-desktop-submenu-managed) > .menu-item:focus-within > .lakit-nav__sub,
  .elementor-46 .lakit-nav--horizontal:not(.mh-desktop-submenu-managed) > .menu-item.lakit-nav-hover > .lakit-nav__sub,
  .elementor-46 .lakit-nav--horizontal:not(.mh-desktop-submenu-managed) > .lakit-nav__item--mega:hover > .lakit-nav__sub-mega,
  .elementor-46 .lakit-nav--horizontal:not(.mh-desktop-submenu-managed) > .lakit-nav__item--mega:focus-within > .lakit-nav__sub-mega,
  .elementor-46 .lakit-nav--horizontal:not(.mh-desktop-submenu-managed) > .lakit-nav__item--mega.lakit-nav-hover > .lakit-nav__sub-mega,
  .elementor-46 .lakit-nav--horizontal.mh-desktop-submenu-managed > .menu-item.mh-desktop-submenu-open > .lakit-nav__sub,
  .elementor-46 .lakit-nav--horizontal.mh-desktop-submenu-managed > .lakit-nav__item--mega.mh-desktop-submenu-open > .lakit-nav__sub-mega {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .elementor-46 .lakit-nav--horizontal.mh-desktop-submenu-managed > .menu-item:not(.mh-desktop-submenu-open) > .lakit-nav__sub,
  .elementor-46 .lakit-nav--horizontal.mh-desktop-submenu-managed > .menu-item:not(.mh-desktop-submenu-open) > .lakit-nav__sub-mega {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .elementor-46 .lakit-nav--horizontal > .menu-item > .lakit-nav__sub::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    height: 18px;
    display: block;
    background: transparent;
  }

  .elementor-46 .lakit-nav--horizontal > .lakit-nav__item--mega > .lakit-nav__sub-mega::before {
    top: -18px;
    height: 18px;
  }

  .elementor-46 #header-scroll .lakit-nav--horizontal > .lakit-nav__item--mega > .lakit-nav__sub-mega::before {
    top: -28px;
    height: 28px;
  }

  .elementor-46 .lakit-nav--horizontal > .menu-item > .lakit-nav__sub:not(.lakit-nav__sub-mega) {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    min-width: 190px !important;
    padding: 14px 0 !important;
    background: var(--mh-white) !important;
    box-shadow: 0 12px 24px rgba(124, 87, 57, .08) !important;
    transform: translateY(8px) !important;
  }

  .elementor-46 .lakit-nav--horizontal:not(.mh-desktop-submenu-managed) > .menu-item:hover > .lakit-nav__sub:not(.lakit-nav__sub-mega),
  .elementor-46 .lakit-nav--horizontal:not(.mh-desktop-submenu-managed) > .menu-item:focus-within > .lakit-nav__sub:not(.lakit-nav__sub-mega),
  .elementor-46 .lakit-nav--horizontal:not(.mh-desktop-submenu-managed) > .menu-item.lakit-nav-hover > .lakit-nav__sub:not(.lakit-nav__sub-mega),
  .elementor-46 .lakit-nav--horizontal.mh-desktop-submenu-managed > .menu-item.mh-desktop-submenu-open > .lakit-nav__sub:not(.lakit-nav__sub-mega) {
    transform: translateY(0) !important;
  }

  .elementor-46 .lakit-nav--enable-megamenu .lakit-nav__item--mega > .lakit-nav__sub-mega {
    position: fixed !important;
    top: var(--mh-mega-top, var(--mh-header-scroll-h)) !important;
    left: 50% !important;
    right: auto !important;
    width: min(calc(100vw - clamp(80px, 12vw, 220px)), 1180px) !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: 0 12px 24px rgba(124, 87, 57, .08);
    transform: translateX(-50%) translateY(8px) !important;
  }

  .elementor-46 .lakit-nav--enable-megamenu:not(.mh-desktop-submenu-managed) > .lakit-nav__item--mega:hover > .lakit-nav__sub-mega,
  .elementor-46 .lakit-nav--enable-megamenu:not(.mh-desktop-submenu-managed) > .lakit-nav__item--mega:focus-within > .lakit-nav__sub-mega,
  .elementor-46 .lakit-nav--enable-megamenu:not(.mh-desktop-submenu-managed) > .lakit-nav__item--mega.lakit-nav-hover > .lakit-nav__sub-mega,
  .elementor-46 .lakit-nav--enable-megamenu.mh-desktop-submenu-managed > .lakit-nav__item--mega.mh-desktop-submenu-open > .lakit-nav__sub-mega,
  .elementor-46 .lakit-nav--horizontal:not(.mh-desktop-submenu-managed) > .lakit-nav__item--mega:hover > .lakit-nav__sub-mega,
  .elementor-46 .lakit-nav--horizontal:not(.mh-desktop-submenu-managed) > .lakit-nav__item--mega:focus-within > .lakit-nav__sub-mega,
  .elementor-46 .lakit-nav--horizontal:not(.mh-desktop-submenu-managed) > .lakit-nav__item--mega.lakit-nav-hover > .lakit-nav__sub-mega,
  .elementor-46 .lakit-nav--horizontal.mh-desktop-submenu-managed > .lakit-nav__item--mega.mh-desktop-submenu-open > .lakit-nav__sub-mega {
    transform: translateX(-50%) translateY(0) !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .mh-header-nav-mega-parent > .lakit-nav__sub-mega {
    position: fixed !important;
    top: var(--mh-mega-top, var(--mh-header-scroll-h)) !important;
    left: 50% !important;
    right: auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
    box-shadow: 0 14px 24px rgba(41, 32, 25, .1) !important;
    transform: translateX(-50%) translateY(8px) !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal:not(.mh-desktop-submenu-managed) > .mh-header-nav-mega-parent:is(:hover, :focus-within, .lakit-nav-hover) > .lakit-nav__sub-mega,
  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal.mh-desktop-submenu-managed > .mh-header-nav-mega-parent.mh-desktop-submenu-open > .lakit-nav__sub-mega {
    transform: translateX(-50%) translateY(0) !important;
  }

  .elementor-46 .mh-product-mega {
    display: grid;
    grid-template-columns: minmax(168px, 22%) minmax(0, 1fr);
    width: 100%;
    min-height: clamp(220px, 20vw, 300px);
    background: var(--mh-beige);
  }

  .elementor-46 .mh-project-mega {
    display: grid;
    grid-template-columns: clamp(150px, 15vw, 180px) minmax(0, 1fr);
    width: 100%;
    min-height: clamp(184px, 16vw, 240px);
    background: var(--mh-beige);
  }

  .elementor-46 .mh-product-mega__side {
    display: grid;
    align-content: start;
    gap: 4px;
    padding: 30px 26px;
    background: var(--mh-white);
  }

  .elementor-46 .mh-project-mega__side {
    display: grid;
    align-content: start;
    gap: 18px;
    padding: clamp(26px, 2.4vw, 34px) clamp(24px, 2.6vw, 30px);
    background: var(--mh-white);
  }

  .elementor-46 .mh-product-mega__main {
    display: block;
    min-width: 0;
    padding: 30px clamp(30px, 4vw, 58px) 32px;
  }

  .elementor-46 .mh-product-mega__panel {
    display: none;
    grid-template-columns: minmax(140px, .72fr) repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 40px);
    align-items: start;
    min-width: 0;
  }

  .elementor-46 .mh-product-mega__panel.is-active {
    display: grid;
  }

  .elementor-46 .mh-product-mega__panel--edge.is-active {
    display: block;
  }

  .elementor-46 .mh-project-mega__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: clamp(28px, 3vw, 36px) clamp(34px, 4vw, 48px);
  }
}

.elementor-46 .lakit-nav__sub-mega .mh-mega-panel,
.elementor-46 .lakit-nav__sub-mega .elementor-widget-html,
.elementor-46 .lakit-nav__sub-mega .elementor-widget-shortcode,
.elementor-46 .lakit-nav__sub-mega .elementor-widget-container {
  width: 100%;
}

.elementor-46 .mh-product-mega__side-link,
.elementor-46 .mh-product-mega__side-child,
.elementor-46 .mh-product-mega__brand,
.elementor-46 .mh-product-mega__surface a,
.elementor-46 .mh-project-mega__side-link {
  color: #1f1c19;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
}

.elementor-46 .mh-product-mega__side-group {
  display: grid;
  gap: 8px;
}

.elementor-46 .mh-product-mega__side-link {
  display: block;
  padding: 7px 0;
}

.elementor-46 .mh-product-mega__side-children {
  display: none;
}

.elementor-46 .mh-product-mega__side-link.is-active,
.elementor-46 .mh-product-mega__side-child.is-active,
.elementor-46 .mh-product-mega__brand.is-active,
.elementor-46 .mh-product-mega__surface a.is-active,
.elementor-46 .mh-project-mega__side-link.is-active {
  color: #7c5739;
  font-weight: 700;
}

.elementor-46 .mh-product-mega a:hover,
.elementor-46 .mh-project-mega a:hover,
.elementor-46 .mh-category-mega a:hover {
  color: #7c5739;
  font-weight: 400;
}

.elementor-46 .mh-product-mega [data-mh-mega-disabled="true"] {
  cursor: default;
}

.elementor-46 .mh-product-mega__side-link:hover,
.elementor-46 .mh-product-mega__side-link:focus,
.elementor-46 .mh-product-mega__side-child:hover,
.elementor-46 .mh-product-mega__side-child:focus,
.elementor-46 .mh-product-mega__side-child.is-active,
.elementor-46 .mh-product-mega__brand:hover,
.elementor-46 .mh-product-mega__brand:focus,
.elementor-46 .mh-product-mega__brand.is-active,
.elementor-46 .mh-product-mega__surface a:hover,
.elementor-46 .mh-product-mega__surface a:focus,
.elementor-46 .mh-product-mega__surface a.is-active,
.elementor-46 .mh-project-mega__side-link:hover,
.elementor-46 .mh-project-mega__side-link:focus,
.elementor-46 .mh-project-mega__side-link.is-active {
  color: #7c5739;
  font-weight: 700;
}

.elementor-46 .mh-product-mega__surface {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.elementor-46 .mh-product-mega__links {
  display: grid;
  align-content: start;
  gap: 4px;
}

.elementor-46 .mh-product-mega__tile,
.elementor-46 .mh-product-mega__module,
.elementor-46 .mh-project-mega__tile {
  position: relative;
  display: block;
  overflow: hidden;
  color: var(--mh-white);
  text-decoration: none;
  background: var(--mh-brown);
}

.elementor-46 .mh-product-mega__tile {
  aspect-ratio: 2.05 / 1;
}

.elementor-46 .mh-product-mega__modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
}

.elementor-46 .mh-product-mega__module {
  aspect-ratio: 1 / 1;
}

.elementor-46 .mh-project-mega__tile {
  aspect-ratio: 480 / 178;
}

@media (min-width: 1200px) {
  .elementor-46 .mh-project-mega__panel {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(22px, 2.8vw, 36px);
    align-items: center;
    width: 100%;
  }

  .elementor-46 .mh-project-mega__panel.is-active {
    display: grid;
  }
}

.elementor-46 .mh-product-mega__tile::after,
.elementor-46 .mh-product-mega__module::after,
.elementor-46 .mh-project-mega__tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(32, 32, 32, .02), rgba(32, 32, 32, .18));
}

.elementor-46 .mh-product-mega__tile img,
.elementor-46 .mh-product-mega__module img,
.elementor-46 .mh-project-mega__tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .28s ease;
}

.elementor-46 .mh-product-mega__tile:hover img,
.elementor-46 .mh-product-mega__module:hover img,
.elementor-46 .mh-project-mega__tile:hover img {
  transform: scale(var(--mh-site-hover-zoom-scale, 1.1));
}

.elementor-46 .mh-product-mega__tile span,
.elementor-46 .mh-product-mega__module span {
  position: absolute;
  inset: auto 14px 16px;
  z-index: 1;
  color: var(--mh-white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 1200px) {
  .elementor-46 .lakit-nav--enable-megamenu .lakit-nav__item-2408 > .lakit-nav__sub-mega {
    left: 50% !important;
    width: 100vw !important;
    max-width: 100vw !important;
    background: #fff !important;
    box-shadow: 0 14px 24px rgba(41, 32, 25, .1);
  }

  .elementor-46 .mh-product-mega {
    grid-template-columns: clamp(210px, 21vw, 274px) minmax(0, 1fr);
    min-height: clamp(214px, 18vw, 250px);
    background: #fff;
  }

  .elementor-46 .mh-product-mega__side {
    gap: 8px;
    padding: clamp(28px, 3vw, 38px) clamp(28px, 4vw, 48px);
    background: #fff;
  }

  .elementor-46 .mh-product-mega__main {
    display: grid;
    align-items: stretch;
    padding: 0;
    background: #eddac9;
  }

  .elementor-46 .mh-product-mega__panel {
    grid-template-columns: minmax(260px, .68fr) minmax(0, 1fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
    min-height: 100%;
    padding: clamp(30px, 3.1vw, 42px) clamp(42px, 5vw, 70px);
  }

  .elementor-46 .mh-product-mega__links {
    display: grid;
    grid-template-columns: minmax(110px, .72fr) minmax(130px, 1fr);
    grid-auto-flow: row;
    gap: 12px clamp(28px, 3.2vw, 48px);
  }

  .elementor-46 .mh-product-mega__brand {
    grid-column: 1;
  }

  .elementor-46 .mh-product-mega__surface {
    grid-column: 2;
  }

  .elementor-46 .mh-product-mega__surface {
    display: grid;
    gap: 17px;
    margin-top: 0;
  }

  .elementor-46 .mh-product-mega__visuals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 3.6vw, 52px);
    align-items: start;
  }

  .elementor-46 .mh-product-mega__tile {
    aspect-ratio: 360 / 186;
    min-height: 124px;
    background: #d2bba4;
  }

  .elementor-46 .mh-product-mega__tile span {
    inset: auto 18px 18px;
    font-size: 13px;
  }

  .elementor-46 .lakit-nav--enable-megamenu .lakit-nav__item-2409 > .lakit-nav__sub-mega {
    left: 50% !important;
    width: 100vw !important;
    max-width: 100vw !important;
    background: #fff !important;
    box-shadow: 0 14px 24px rgba(41, 32, 25, .1);
  }

  .elementor-46 .mh-project-mega {
    grid-template-columns: clamp(210px, 21vw, 274px) minmax(0, 1fr);
    min-height: clamp(214px, 18vw, 250px);
    background: #fff;
  }

  .elementor-46 .mh-project-mega__side {
    gap: 8px;
    padding: clamp(28px, 3vw, 38px) clamp(28px, 4vw, 48px);
    background: #fff;
  }

  .elementor-46 .mh-project-mega__main {
    display: grid;
    align-items: stretch;
    padding: 0;
    background: #eddac9;
  }

  .elementor-46 .mh-project-mega__panel {
    grid-template-columns: minmax(260px, .68fr) minmax(0, 1fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
    min-height: 100%;
    padding: clamp(30px, 3.1vw, 42px) clamp(42px, 5vw, 70px);
  }

  .elementor-46 .mh-project-mega__links {
    display: block;
    min-width: 0;
  }

  .elementor-46 .mh-project-mega__visuals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 3.6vw, 52px);
    align-items: start;
    min-width: 0;
  }

  .elementor-46 .mh-project-mega__tile {
    aspect-ratio: 360 / 186;
    min-height: 124px;
    background: #d2bba4;
  }
}


/* Tablet/Mobile <=1199 */
@media (max-width: 1199px) {
  :root {
    --mh-mobile-drawer-w: min(84vw, 390px);
    --mh-mobile-drawer-bg: #111111;
  }

  body:not(.elementor-editor-active) .elementor-location-header #header-top {
    display: none !important;
  }

  body:not(.elementor-editor-active) .elementor-location-header #header-scroll {
    display: grid !important;
    grid-template-columns: minmax(104px, 1fr) auto minmax(104px, 1fr);
    column-gap: 0;
    min-height: 68px;
    padding: 10px 22px !important;
    background: var(--mh-white) !important;
  }

  .elementor-46 #header-scroll > .e-con {
    width: auto !important;
    max-width: none !important;
  }

  .elementor-46 #header-scroll > .elementor-element-c04ab87 {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    width: auto !important;
  }

  .elementor-46 #header-scroll > .elementor-element-20e2a08 {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
  }

  .elementor-46 #header-scroll > .elementor-element-eea8a17 {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto !important;
  }

  .elementor-46 #header-scroll .elementor-element-16361e0,
  .elementor-46 #header-scroll .elementor-element-16361e0 .lakit-logo__link,
  .elementor-46 #header-scroll .elementor-element-16361e0 .lakit-logo__img {
    width: 96px !important;
    max-width: 96px !important;
    height: auto !important;
  }

  .elementor-46 #header-scroll .lakit-nav-wrap:not(.lakit-active--mbmenu) .lakit-nav-menuwrap,
  .elementor-46 #header-scroll .lakit-nav-wrap:not(.lakit-active--mbmenu) .lakit-nav {
    display: none !important;
  }

  .elementor-46 #header-scroll .lakit-nav__mobile-trigger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--mh-brown);
  }

  .elementor-46 #header-scroll .lakit-nav__mobile-trigger svg {
    width: 22px;
    height: 22px;
  }

  .elementor-46 #header-scroll .lakit-nav__mobile-trigger-close,
  .elementor-46 #header-scroll .lakit-nav-wrap.lakit-mobile-menu-active .lakit-nav__mobile-trigger,
  .elementor-46 #header-scroll .lakit-nav-wrap:not(.lakit-mobile-menu-active) .lakit-nav__mobile-close-btn {
    display: none !important;
  }

  .elementor-46 #header-scroll .elementor-element-d6f5485 {
    display: none !important;
  }

  .elementor-46 #header-scroll .lakit-nav-wrap.lakit-mobile-menu-active .lakit-nav-menuwrap {
    position: fixed !important;
    inset: 0 0 0 auto !important;
    width: var(--mh-mobile-drawer-w) !important;
    min-width: var(--mh-mobile-drawer-w) !important;
    max-width: var(--mh-mobile-drawer-w) !important;
    height: 100dvh !important;
    overflow-y: auto !important;
    background: var(--mh-mobile-drawer-bg) !important;
    box-shadow: -18px 0 32px rgba(24, 16, 10, .16);
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    z-index: 10020 !important;
  }

  .elementor-46 #header-scroll .lakit-nav-wrap.lakit-mobile-menu-active .lakit-nav {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-height: 100%;
    padding: 92px 30px 104px !important;
    background: var(--mh-mobile-drawer-bg) !important;
    color: var(--mh-white) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item {
    width: 100% !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .18) !important;
    text-align: left !important;
  }

  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item-link-top {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    min-height: 44px;
    padding: 13px 34px 13px 0 !important;
    color: var(--mh-white) !important;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: 0;
    text-transform: uppercase !important;
    opacity: 1 !important;
  }

  .elementor-46 #header-scroll .lakit-mobile-menu-active .current-menu-item > .menu-item-link-top,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .current-menu-parent > .menu-item-link-top,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .current-menu-ancestor > .menu-item-link-top,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item.mh-menu-current > .menu-item-link-top,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item-link-top:hover,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item-link-top:focus {
    color: var(--mh-accent) !important;
    font-weight: 700 !important;
  }

  .elementor-46 #header-scroll .lakit-mobile-menu-active .lakit-nav-arrow,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .lakit-nav__arrow,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .lakit-nav__sub-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: currentColor;
    opacity: .82 !important;
    transform: translateY(-50%);
  }

	  .elementor-46 #header-scroll .lakit-active--mbmenu .lakit-nav__sub {
	    position: static !important;
	    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 6px 0 12px !important;
    background: transparent !important;
    border: 0 !important;
	    box-shadow: none !important;
	  }

	  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item > .lakit-nav__sub,
	  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item > .lakit-nav__sub-mega {
	    display: none !important;
	    max-height: 0 !important;
	    overflow: hidden !important;
	    opacity: 0 !important;
	    visibility: hidden !important;
	    pointer-events: none !important;
	  }

	  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item.mh-mobile-submenu-open > .lakit-nav__sub,
	  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item.mh-mobile-submenu-open > .lakit-nav__sub-mega {
	    display: block !important;
	    max-height: none !important;
	    overflow: visible !important;
	    opacity: 1 !important;
	    visibility: visible !important;
	    pointer-events: auto !important;
	  }

	  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item.mh-mobile-submenu-open > .menu-item-link-top {
	    color: var(--mh-accent) !important;
	    font-weight: 600 !important;
	  }

	  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item.mh-mobile-submenu-open > .menu-item-link-top :where(.lakit-nav-arrow, .lakit-nav__arrow, .lakit-nav__sub-arrow) {
	    transform: translateY(-50%) rotate(180deg);
	  }

	  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega,
	  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-project-mega {
    display: block;
    min-height: 0;
    background: transparent;
  }

  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__side,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-project-mega__side {
    display: grid;
    gap: 12px;
    padding: 0;
    background: transparent;
  }

  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__side-group {
    display: grid;
    gap: 7px;
  }

  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__side-children {
    display: grid;
    gap: 6px;
    padding: 0 0 0 14px;
  }

  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__main,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-project-mega__main {
    display: none;
  }

  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__side-link,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__side-child,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-project-mega__side-link,
  .elementor-46 #header-scroll .lakit-active--mbmenu .lakit-nav__sub a {
    display: flex;
    justify-content: flex-start;
    padding: 3px 0 !important;
    color: rgba(255, 255, 255, .76) !important;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
  }

  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__side-link {
    color: var(--mh-white) !important;
    font-weight: 700;
    text-transform: uppercase;
  }

  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__side-child {
    font-size: 12px;
    line-height: 1.35;
  }

  .elementor-46 #header-scroll .lakit-nav-wrap.lakit-mobile-menu-active .lakit-nav__mobile-close-btn {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 10031 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 60px !important;
    height: 60px !important;
    padding: 10px !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--mh-white) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
    left: calc(100vw - var(--mh-mobile-drawer-w) + 30px) !important;
    z-index: 10031 !important;
    display: block !important;
    width: calc(var(--mh-mobile-drawer-w) - 60px) !important;
    max-width: calc(var(--mh-mobile-drawer-w) - 60px) !important;
    height: 24px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 {
    top: auto !important;
    bottom: 0 !important;
  }
}

@media (max-width: 639px) {
  body:not(.elementor-editor-active) .elementor-location-header #header-scroll {
    grid-template-columns: minmax(88px, 1fr) auto minmax(88px, 1fr);
    min-height: 62px;
    padding: 9px 16px 9px 24px !important;
  }

  .elementor-46 #header-scroll > .elementor-element-20e2a08,
  .elementor-46 #header-scroll .elementor-element-16361e0,
  .elementor-46 #header-scroll .elementor-element-16361e0 .lakit-logo__link,
  .elementor-46 #header-scroll .elementor-element-16361e0 .lakit-logo__img {
    width: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
  }

  .elementor-46 #header-scroll > .elementor-element-eea8a17 {
    gap: 6px;
  }

  .elementor-46 #header-scroll .mh-header-catalogue .elementor-button {
    font-size: 11px;
  }

  .elementor-46 #header-scroll .lakit-search__popup-trigger {
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
  }

  .elementor-46 #header-scroll .lakit-nav-wrap.lakit-mobile-menu-active .lakit-nav {
    padding-top: 88px !important;
    padding-bottom: 104px !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 {
    left: calc(100vw - var(--mh-mobile-drawer-w) + 30px) !important;
    top: auto !important;
    bottom: 0 !important;
    width: calc(var(--mh-mobile-drawer-w) - 60px) !important;
    max-width: calc(var(--mh-mobile-drawer-w) - 60px) !important;
    text-align: left;
  }
}

/* Search/Language - source fix 20260704 */
.elementor-46 #header-top .lakit-search__popup-trigger,
.elementor-46 #header-scroll .lakit-search__popup-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.elementor-46 .lakit-search .lakit-search__popup {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9998 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  padding: 30px !important;
  background: rgba(20, 15, 10, .96) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: none !important;
  pointer-events: none !important;
  transition: opacity .2s ease !important;
}

.elementor-46 .lakit-search.lakit-search-popup-active .lakit-search__popup,
.elementor-46 .lakit-search.lakit-transition-in .lakit-search__popup,
.elementor-46 .lakit-search.lakit-transition-out .lakit-search__popup {
  visibility: visible !important;
  pointer-events: auto !important;
}

.elementor-46 .lakit-search.lakit-search-popup-active .lakit-search__popup,
.elementor-46 .lakit-search.lakit-transition-in .lakit-search__popup {
  opacity: 1 !important;
}

.elementor-46 .lakit-search.lakit-transition-out .lakit-search__popup {
  opacity: 0 !important;
}

.elementor-46 .lakit-search__popup-content {
  position: relative !important;
  display: flex !important;
  align-items: stretch !important;
  width: min(560px, calc(100vw - 48px)) !important;
  max-width: 100% !important;
  padding: 24px 28px 30px !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}

.elementor-46 .lakit-search__popup-close {
  position: fixed !important;
  top: calc(24px + var(--lakit-adminbar-height, 0px)) !important;
  right: 28px !important;
  z-index: 10000 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--mh-white) !important;
  box-shadow: none !important;
  line-height: 1 !important;
}

.elementor-46 .lakit-search__popup-close-icon,
.elementor-46 .lakit-search__popup-close-icon svg,
.elementor-46 .lakit-search__popup-close-icon i {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  font-size: 22px !important;
  line-height: 1 !important;
  color: currentColor !important;
  fill: currentColor !important;
}

.elementor-46 #header-top .trp-shortcode-switcher__wrapper,
.elementor-46 #header-scroll .trp-shortcode-switcher__wrapper {
  --mh-header-lang-gap: 4px;
  width: auto !important;
  min-width: max-content !important;
  --bg: transparent !important;
  --bg-hover: transparent !important;
  --border: 0 !important;
  --border-width: 0 !important;
  --border-color: transparent !important;
  --border-radius: 0 !important;
  --font-size: 12px !important;
}

.elementor-46 #header-top .trp-shortcode-switcher__wrapper {
  color: var(--mh-white) !important;
  --text: var(--mh-white) !important;
  --text-hover: var(--mh-header-state-color) !important;
}

.elementor-46 #header-scroll .trp-shortcode-switcher__wrapper {
  color: var(--mh-brown-2) !important;
  --text: var(--mh-brown-2) !important;
  --text-hover: var(--mh-header-state-color) !important;
}

.elementor-46 #header-top .trp-shortcode-switcher__wrapper,
.elementor-46 #header-scroll .trp-shortcode-switcher__wrapper {
  display: inline-flex !important;
  align-items: center !important;
  gap: var(--mh-header-lang-gap) !important;
  width: max-content !important;
  min-width: max-content !important;
  flex: 0 0 auto !important;
}

.elementor-46 #header-top .trp-shortcode-anchor,
.elementor-46 #header-scroll .trp-shortcode-anchor,
.elementor-46 #header-top .trp-shortcode-arrow,
.elementor-46 #header-scroll .trp-shortcode-arrow {
  display: none !important;
}

.elementor-46 #header-top .trp-shortcode-overlay,
.elementor-46 #header-scroll .trp-shortcode-overlay,
.elementor-46 #header-top .trp-switcher-dropdown-list,
.elementor-46 #header-scroll .trp-switcher-dropdown-list {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  width: max-content !important;
  min-width: max-content !important;
  flex: 0 0 auto !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  pointer-events: auto !important;
}

.elementor-46 #header-top .trp-shortcode-overlay,
.elementor-46 #header-scroll .trp-shortcode-overlay {
  gap: var(--mh-header-lang-gap) !important;
}

.elementor-46 #header-top .trp-switcher-dropdown-list,
.elementor-46 #header-scroll .trp-switcher-dropdown-list {
  gap: 0 !important;
}

.elementor-46 #header-top .trp-current-language-item__wrapper,
.elementor-46 #header-scroll .trp-current-language-item__wrapper,
.elementor-46 #header-top .trp-language-item,
.elementor-46 #header-scroll .trp-language-item {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-width: auto !important;
  flex: 0 0 auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px !important;
  line-height: 1.2;
}

.elementor-46 #header-top .trp-language-item-name,
.elementor-46 #header-scroll .trp-language-item-name {
  display: inline-block !important;
  color: inherit !important;
  font-size: 0 !important;
  line-height: 1.2 !important;
  overflow: visible !important;
}

.elementor-46 #header-top .trp-language-item-name::before,
.elementor-46 #header-scroll .trp-language-item-name::before {
  display: inline-block !important;
  color: inherit !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

.elementor-46 #header-top :where(.trp-current-language-item__wrapper, .trp-language-item__current, .current-language-menu-item, .mh-language-current) .trp-language-item-name::before,
.elementor-46 #header-scroll :where(.trp-current-language-item__wrapper, .trp-language-item__current, .current-language-menu-item, .mh-language-current) .trp-language-item-name::before {
  font-weight: 700 !important;
}

html:not([lang^="en"]) .elementor-46 #header-top .trp-current-language-item__wrapper .trp-language-item-name::before,
html:not([lang^="en"]) .elementor-46 #header-scroll .trp-current-language-item__wrapper .trp-language-item-name::before,
html:not([lang^="en"]) .elementor-46 #header-top .trp-language-item__current .trp-language-item-name::before,
html:not([lang^="en"]) .elementor-46 #header-scroll .trp-language-item__current .trp-language-item-name::before {
  content: "VIE" !important;
}

html:not([lang^="en"]) .elementor-46 #header-top .trp-switcher-dropdown-list .trp-language-item:not(.trp-language-item__current) .trp-language-item-name::before,
html:not([lang^="en"]) .elementor-46 #header-scroll .trp-switcher-dropdown-list .trp-language-item:not(.trp-language-item__current) .trp-language-item-name::before {
  content: "ENG" !important;
}

html[lang^="en"] .elementor-46 #header-top .trp-current-language-item__wrapper .trp-language-item-name::before,
html[lang^="en"] .elementor-46 #header-scroll .trp-current-language-item__wrapper .trp-language-item-name::before,
html[lang^="en"] .elementor-46 #header-top .trp-language-item__current .trp-language-item-name::before,
html[lang^="en"] .elementor-46 #header-scroll .trp-language-item__current .trp-language-item-name::before {
  content: "ENG" !important;
}

html[lang^="en"] .elementor-46 #header-top .trp-switcher-dropdown-list .trp-language-item:not(.trp-language-item__current) .trp-language-item-name::before,
html[lang^="en"] .elementor-46 #header-scroll .trp-switcher-dropdown-list .trp-language-item:not(.trp-language-item__current) .trp-language-item-name::before {
  content: "VIE" !important;
}

.elementor-46 #header-top .trp-current-language-item__wrapper,
.elementor-46 #header-scroll .trp-current-language-item__wrapper,
.elementor-46 #header-top .trp-switcher-dropdown-list .trp-language-item,
.elementor-46 #header-scroll .trp-switcher-dropdown-list .trp-language-item {
  min-width: auto !important;
}

.elementor-46 #header-top .trp-switcher-dropdown-list,
.elementor-46 #header-scroll .trp-switcher-dropdown-list {
  margin-left: 4px !important;
}

@media (max-width: 1199px) {
  /* Keep the visible language label and its interactive anchor aligned on
   * mobile Safari, where a pseudo-element can otherwise have no hit area. */
  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-language-item {
    position: relative !important;
    z-index: 10032 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    min-width: 32px !important;
    min-height: 24px !important;
    padding: 0 2px !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-language-item:not(.trp-language-item__current):not(.current-language-menu-item):not(.mh-language-current) {
    pointer-events: auto !important;
    cursor: pointer !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-shortcode-switcher__wrapper,
  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-shortcode-overlay,
  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-switcher-dropdown-list {
    pointer-events: auto !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-switcher-dropdown-list > a.trp-language-item:not(.trp-language-item__current):not(.current-language-menu-item):not(.mh-language-current) {
    display: inline-flex !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 24px !important;
    min-height: 24px !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 10034 !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-language-item__current,
  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .current-language-menu-item,
  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .mh-language-current,
  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-language-item-name::before {
    pointer-events: none !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-shortcode-switcher__wrapper,
  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-shortcode-overlay,
  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-switcher-dropdown-list {
    display: flex !important;
    justify-content: flex-start;
    gap: 24px !important;
    color: var(--mh-white) !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-language-item {
    color: var(--mh-white) !important;
    font-size: 0 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-language-item.current-language-menu-item,
  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-language-item.is-active,
  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-language-item.mh-language-current,
  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-language-item__current {
    color: var(--mh-accent) !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-language-item-name {
    display: inline-block !important;
    color: inherit !important;
    font-size: 0 !important;
    line-height: 1.2 !important;
    overflow: visible !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-language-item-name::before {
    display: inline-block !important;
    color: inherit !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 :where(.trp-current-language-item__wrapper, .trp-language-item__current, .current-language-menu-item, .mh-language-current) .trp-language-item-name::before {
    font-weight: 700 !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-language-item__current .trp-language-item-name::before {
    content: "VIE" !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-switcher-dropdown-list .trp-language-item:not(.trp-language-item__current) .trp-language-item-name::before {
    content: "ENG" !important;
  }

  html[lang^="en"] body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-language-item__current .trp-language-item-name::before {
    content: "ENG" !important;
  }

  html[lang^="en"] body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-switcher-dropdown-list .trp-language-item:not(.trp-language-item__current) .trp-language-item-name::before {
    content: "VIE" !important;
  }

  /* Keep the language labels on a solid drawer-colored strip. The existing
   * TranslatePress overlay has its own padding, so the host and overlay must
   * share one fixed box to prevent text overlap on mobile Safari. */
  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 {
    box-sizing: border-box !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-shortcode-switcher__wrapper,
  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-shortcode-overlay {
    box-sizing: border-box !important;
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 0 8px !important;
    background-color: var(--mh-mobile-drawer-bg, #111111) !important;
    overflow: visible !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-switcher-dropdown-list {
    box-sizing: border-box !important;
    height: 44px !important;
    min-height: 44px !important;
    align-items: center !important;
    gap: 12px !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-language-item,
  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-switcher-dropdown-list > a.trp-language-item:not(.trp-language-item__current):not(.current-language-menu-item):not(.mh-language-current) {
    box-sizing: border-box !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-language-item-name,
  body.mh-mobile-menu-open .elementor-46 #header-scroll .elementor-element-d6f5485 .trp-language-item-name::before {
    white-space: nowrap !important;
  }
}

@media (max-width: 767px) {
  .elementor-46 .lakit-search .lakit-search__popup {
    padding: 78px 18px 24px !important;
    align-items: flex-start !important;
  }

  .elementor-46 .lakit-search__popup-content {
    width: min(100%, calc(100vw - 36px)) !important;
    padding: 20px 18px 24px !important;
  }

  .elementor-46 .lakit-search__popup-close {
    top: calc(18px + var(--lakit-adminbar-height, 0px)) !important;
    right: 18px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
  }
}

/* Trends & Design
   Owner: Elementor page 2768 and single post template 2721.
   Structure has only the landing page and post detail; category archive and mega submenu styling is intentionally removed.
*/
/* Trends Landing */
body.page-id-2768 .page-header,
body.page-id-2768 .page-header--default {
  display: none;
}

.elementor-2768 .elementor-element-mhtrroot {
  --mh-brown: var(--e-global-color-mhbrown, #7c5739);
  --mh-accent: var(--e-global-color-mhaccent, #7c5739);
  --mh-beige: var(--e-global-color-mhbeige, #EAD8C1);
  --mh-text: var(--e-global-color-mhtext, #202020);
  background: #fff;
}

.elementor-2768 .mh-trends-section-title .elementor-heading-title {
  color: var(--mh-text);
}

.elementor-2768 .mh-trends-posts .lakit-posts__list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 292px;
  gap: 52px 48px;
}

.elementor-2768 .mh-trends-posts .lakit-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--mh-text);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.elementor-2768 .mh-trends-posts .lakit-pagination .lakit-ajax-loading-outer,
.elementor-2768 .mh-trends-posts .lakit-pagination .lakit-post__loadmore_ajax {
  display: none !important;
}

.elementor-2768 .mh-trends-posts .lakit-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.elementor-2768 .mh-trends-posts .lakit-pagination a,
.elementor-2768 .mh-trends-posts .lakit-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10px;
  min-height: 18px;
  color: #6f6f6f;
  text-decoration: none;
}

.elementor-2768 .mh-trends-posts .lakit-pagination .current {
  color: var(--mh-text);
  font-weight: 700;
}

.elementor-2768 .mh-trends-posts .lakit-pagination .prev,
.elementor-2768 .mh-trends-posts .lakit-pagination .next {
  color: var(--mh-accent);
  font-size: 16px;
  font-weight: 300;
}

.elementor-2768 .mh-trends-posts .lakit-posts__item,
.elementor-2768 .mh-trends-posts .lakit-posts__item-g {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
}

.elementor-2768 .mh-trends-posts .lakit-posts__outer-box,
.elementor-2768 .mh-trends-posts .lakit-posts__inner-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: var(--mh-brown);
}

.elementor-2768 .mh-trends-posts .post-thumbnail,
.elementor-2768 .mh-trends-posts .lakit-posts__thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.elementor-2768 .mh-trends-posts .lakit-posts__thumbnail-link,
.elementor-2768 .mh-trends-posts .lakit-posts__thumbnail-img {
  display: block;
  width: 100%;
  height: 100%;
}

.elementor-2768 .mh-trends-posts .lakit-posts__thumbnail-link {
  position: absolute !important;
  inset: 0 !important;
}

.elementor-2768 .mh-trends-posts .lakit-posts__thumbnail-img {
  position: absolute !important;
  inset: 0 !important;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}

.elementor-2768 .mh-trends-posts .lakit-posts__inner-box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .04) 42%, rgba(0, 0, 0, .62) 100%);
  pointer-events: none;
}

.elementor-2768 .mh-trends-posts .lakit-posts__inner-box::before {
  content: "\2192";
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  pointer-events: none;
}

.elementor-2768 .mh-trends-posts .lakit-posts__inner-content {
  position: absolute;
  z-index: 2;
  inset: auto 54px 28px 20px;
}

.elementor-2768 .mh-trends-posts .lakit-posts__meta,
.elementor-2768 .mh-trends-posts .lakit-posts__meta a {
  color: rgba(255, 255, 255, .86);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
}

.elementor-2768 .mh-trends-posts .lakit-posts__title,
.elementor-2768 .mh-trends-posts .lakit-posts__title a {
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  text-decoration: none;
}

.elementor-2768 .mh-trends-posts .lakit-posts__inner-box:hover .lakit-posts__thumbnail-img {
  transform: scale(1.1);
}

.elementor-2768 .mh-trends-posts--xu-huong .lakit-posts__item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}

.elementor-2768 .mh-trends-posts--xu-huong .lakit-posts__item:nth-child(1) .lakit-posts__title,
.elementor-2768 .mh-trends-posts--xu-huong .lakit-posts__item:nth-child(1) .lakit-posts__title a {
  font-size: 26px;
}

.elementor-2768 .mh-trends-posts--thiet-ke .lakit-posts__item:nth-child(1) {
  grid-row: span 2;
}

.elementor-2768 .mh-trends-posts--thiet-ke .lakit-posts__item:nth-child(2) {
  grid-column: span 2;
  grid-row: span 2;
}

.elementor-2768 .mh-trends-posts--thiet-ke .lakit-posts__item:nth-child(2) .lakit-posts__title,
.elementor-2768 .mh-trends-posts--thiet-ke .lakit-posts__item:nth-child(2) .lakit-posts__title a {
  font-size: 26px;
}

@media (max-width: 1199px) {
  .elementor-2768 .mh-trends-posts .lakit-posts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 260px;
    gap: 30px;
  }

  .elementor-2768 .mh-trends-posts--xu-huong .lakit-posts__item:nth-child(1),
  .elementor-2768 .mh-trends-posts--thiet-ke .lakit-posts__item:nth-child(1),
  .elementor-2768 .mh-trends-posts--thiet-ke .lakit-posts__item:nth-child(2) {
    grid-column: auto;
    grid-row: auto;
  }

  .elementor-2768 .mh-trends-posts--xu-huong .lakit-posts__item:nth-child(1) .lakit-posts__title,
  .elementor-2768 .mh-trends-posts--xu-huong .lakit-posts__item:nth-child(1) .lakit-posts__title a,
  .elementor-2768 .mh-trends-posts--thiet-ke .lakit-posts__item:nth-child(2) .lakit-posts__title,
  .elementor-2768 .mh-trends-posts--thiet-ke .lakit-posts__item:nth-child(2) .lakit-posts__title a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .elementor-2768 .mh-trends-posts .lakit-posts__list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 20px;
  }

  .elementor-2768 .mh-trends-posts--xu-huong .lakit-posts__item:nth-child(1),
  .elementor-2768 .mh-trends-posts--thiet-ke .lakit-posts__item:nth-child(1),
  .elementor-2768 .mh-trends-posts--thiet-ke .lakit-posts__item:nth-child(2) {
    grid-column: auto;
    grid-row: auto;
  }

  .elementor-2768 .mh-trends-posts .post-thumbnail,
  .elementor-2768 .mh-trends-posts .lakit-posts__thumbnail {
    aspect-ratio: 1 / .82;
  }

  .elementor-2768 .mh-trends-posts .lakit-posts__inner-content {
    inset: auto 52px 20px 18px;
  }

  .elementor-2768 .mh-trends-posts .lakit-posts__title,
  .elementor-2768 .mh-trends-posts .lakit-posts__title a,
  .elementor-2768 .mh-trends-posts--xu-huong .lakit-posts__item:nth-child(1) .lakit-posts__title,
  .elementor-2768 .mh-trends-posts--xu-huong .lakit-posts__item:nth-child(1) .lakit-posts__title a,
  .elementor-2768 .mh-trends-posts--thiet-ke .lakit-posts__item:nth-child(2) .lakit-posts__title,
  .elementor-2768 .mh-trends-posts--thiet-ke .lakit-posts__item:nth-child(2) .lakit-posts__title a {
    font-size: 18px;
  }
}

/* Category header mega menu 20260712: news categories with auto post images. */
.elementor-46 .mh-category-mega {
  display: grid;
  grid-template-columns: clamp(210px, 21vw, 274px) minmax(0, 1fr);
  width: 100%;
  min-height: clamp(214px, 18vw, 250px);
  background: #fff;
  color: var(--mh-text, #202020);
}

.elementor-46 .mh-category-mega__side {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: clamp(28px, 3vw, 38px) clamp(28px, 4vw, 48px);
  background: var(--mh-white, #fff);
}

.elementor-46 .mh-category-mega__side-link {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 0;
  color: #1f1c19;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none !important;
  transition: color .2s ease !important;
}

.elementor-46 .mh-category-mega__side-link::after {
  content: none !important;
  display: none !important;
}

.elementor-46 .mh-category-mega__side-link:hover,
.elementor-46 .mh-category-mega__side-link:focus,
.elementor-46 .mh-category-mega__side-link.is-active {
  color: #7c5739 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.elementor-46 .mh-category-mega__side-link.is-active::after {
  content: none !important;
  display: none !important;
}

.elementor-46 .mh-category-mega__main {
  display: grid;
  align-items: stretch;
  padding: 0;
  background: #eddac9;
}

.elementor-46 .mh-category-mega__copy,
.elementor-46 .mh-category-mega__eyebrow,
.elementor-46 .mh-category-mega__title,
.elementor-46 .mh-category-mega__intro {
  display: none !important;
}

.elementor-46 .mh-category-mega__panels {
  display: grid;
  align-items: stretch;
  min-width: 0;
  height: 100%;
}

.elementor-46 .mh-category-mega__panel {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 3.6vw, 52px);
  align-items: start;
  min-height: 100%;
  height: 100%;
  padding: clamp(30px, 3.1vw, 42px) clamp(42px, 5vw, 70px);
}

.elementor-46 .mh-category-mega__panel.is-active {
  display: grid;
}

.elementor-46 .mh-category-mega__panel--single.is-active {
  grid-template-columns: minmax(0, 1fr);
}

.elementor-46 .mh-category-mega__tile {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 360 / 186;
  overflow: hidden;
  background: #d2bba4;
  color: var(--mh-white, #fff) !important;
  text-decoration: none !important;
}

.elementor-46 .mh-category-mega__tile::after {
  content: none;
  display: none;
}

.elementor-46 .mh-category-mega__tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none !important;
  opacity: 1 !important;
  transform: scale(1.01);
  transition: transform .35s ease;
}

.elementor-46 .mh-category-mega__tile:hover img,
.elementor-46 .mh-category-mega__tile:focus img {
  transform: scale(1.06);
}

.elementor-46 .mh-category-mega__tile-label {
  display: none !important;
}

@media (min-width: 1200px) {
  .elementor-46 .lakit-nav--enable-megamenu .lakit-nav__item-2410 > .lakit-nav__sub-mega,
  .elementor-46 .lakit-nav--enable-megamenu .lakit-nav__item-2411 > .lakit-nav__sub-mega {
    left: 50% !important;
    width: 100vw !important;
    max-width: 100vw !important;
    background: #fff !important;
    box-shadow: 0 14px 24px rgba(41, 32, 25, .1);
  }
}

@media (max-width: 1199px) {
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-category-mega {
    display: block;
    min-height: 0;
    background: transparent;
  }

  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-category-mega__side {
    display: grid;
    gap: 12px;
    padding: 0;
    background: transparent;
  }

  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-category-mega__main {
    display: none;
  }

  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-category-mega__side-link {
    display: flex;
    justify-content: flex-start;
    width: auto;
    padding: 3px 0 !important;
    color: rgba(255, 255, 255, .76) !important;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
  }

  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-category-mega__side-link::after {
    display: none;
  }

  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-category-mega__side-link:hover,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-category-mega__side-link:focus,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-category-mega__side-link.is-active {
    color: var(--mh-white, #fff) !important;
    font-weight: 600;
  }
}

/* Trends landing feedback pass 20260712: Canva source + PDF red notes. */
body.page-id-2768 .elementor-2768 .elementor-element-mhtrroot > .e-con-inner {
  padding-top: clamp(86px, 7vw, 112px);
}

body.page-id-2768 .elementor-2768 .elementor-element-mhtrsecx {
  margin-top: 0 !important;
}

body.page-id-2768 .elementor-2768 .elementor-element-mhtrsecx,
body.page-id-2768 .elementor-2768 .elementor-element-mhtrsect {
  scroll-margin-top: 140px;
}

body.page-id-2768 .elementor-2768 .mh-trends-section-title .elementor-heading-title {
  margin: 0;
  font-size: clamp(34px, 3.1vw, 42px);
  line-height: 1.05;
}

body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-posts__list {
  grid-auto-rows: clamp(220px, 18.7vw, 252px);
  gap: clamp(32px, 3.4vw, 44px) clamp(32px, 3.75vw, 48px);
}

body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-pagination {
  margin-top: clamp(28px, 3vw, 44px);
}

body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-posts__inner-content {
  inset: auto clamp(48px, 4.1vw, 58px) clamp(22px, 2.35vw, 30px) clamp(18px, 1.7vw, 22px);
}

body.page-id-2768 .elementor-2768 .mh-trends-posts--xu-huong .lakit-posts__item:nth-child(1) .lakit-posts__title,
body.page-id-2768 .elementor-2768 .mh-trends-posts--xu-huong .lakit-posts__item:nth-child(1) .lakit-posts__title a,
body.page-id-2768 .elementor-2768 .mh-trends-posts--thiet-ke .lakit-posts__item:nth-child(2) .lakit-posts__title,
body.page-id-2768 .elementor-2768 .mh-trends-posts--thiet-ke .lakit-posts__item:nth-child(2) .lakit-posts__title a {
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.12;
}

body.page-id-2768 .elementor-2768 .mh-trends-posts--xu-huong:not(.is-mh-page-2plus) .lakit-posts__item:nth-child(n+7) {
  display: none !important;
}

body.page-id-2768 .elementor-2768 .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__item:nth-child(n+6) {
  display: none !important;
}

body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: clamp(36px, 4vw, 52px) clamp(32px, 3.75vw, 48px);
}

body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__item {
  grid-column: auto !important;
  grid-row: auto !important;
  aspect-ratio: 1 / 1;
  height: auto !important;
}

body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__item:nth-child(n+10) {
  display: none !important;
}

body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__item-g,
body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__outer-box,
body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__inner-box {
  height: 100%;
}

body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__title,
body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__title a,
body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__item:nth-child(1) .lakit-posts__title,
body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__item:nth-child(1) .lakit-posts__title a,
body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__item:nth-child(2) .lakit-posts__title,
body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__item:nth-child(2) .lakit-posts__title a {
  font-size: 18px;
  line-height: 1.15;
}

@media (max-width: 1199px) {
  body.page-id-2768 .elementor-2768 .elementor-element-mhtrroot > .e-con-inner {
    padding-top: clamp(72px, 8vw, 96px);
  }

  body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-posts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 30px;
  }

  body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-posts__item,
  body.page-id-2768 .elementor-2768 .mh-trends-posts--xu-huong .lakit-posts__item:nth-child(1),
  body.page-id-2768 .elementor-2768 .mh-trends-posts--thiet-ke .lakit-posts__item:nth-child(1),
  body.page-id-2768 .elementor-2768 .mh-trends-posts--thiet-ke .lakit-posts__item:nth-child(2) {
    grid-column: auto !important;
    grid-row: auto !important;
    aspect-ratio: 1 / .82;
    height: auto !important;
  }

  body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 30px;
  }

  body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__item {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 767px) {
  body.page-id-2768 .elementor-2768 .elementor-element-mhtrroot > .e-con-inner {
    padding-top: 54px;
  }

  body.page-id-2768 .elementor-2768 .mh-trends-section-title .elementor-heading-title {
    font-size: clamp(30px, 10vw, 38px);
  }

  body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-posts__list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-posts__item,
  body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__item {
    aspect-ratio: 1 / .82;
  }
}

/* Trends Detail */
.elementor-2721 .elementor-element-mhtrdroot {
  --mh-trends-detail-rail: min(1288px, calc(100vw - clamp(40px, 8.8vw, 120px)));
  --mh-brown: var(--e-global-color-mhbrown, #7c5739);
  --mh-accent: var(--e-global-color-mhaccent, #7c5739);
  --mh-beige: var(--e-global-color-mhbeige, #EAD8C1);
  --mh-text: var(--e-global-color-mhtext, #202020);
  background: #fff;
}

.elementor-2721 .elementor-element-mhtrdhero {
  width: 100vw;
  max-width: 100vw;
  min-height: clamp(360px, 31.5vw, 430px);
  margin-inline: calc(50% - 50vw);
}

.elementor-2721 .elementor-element-mhtrdhero > .e-con-inner {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

.elementor-2721 .elementor-element-mhtrdhead,
.elementor-2721 .elementor-element-mhtrdbody,
.elementor-2721 .elementor-element-mhtrdrel {
  width: 100%;
  max-width: var(--mh-trends-detail-rail);
  margin-inline: auto;
}

.elementor-2721 .elementor-element-mhtrdhead > .e-con-inner,
.elementor-2721 .elementor-element-mhtrdbody > .e-con-inner,
.elementor-2721 .elementor-element-mhtrdrel > .e-con-inner {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
}

.elementor-2721 .elementor-element-mhtrdhead {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: clamp(20px, 3vw, 48px);
  align-items: start;
  margin-top: 58px;
  padding: 0 0 0px;
}

.elementor-2721 .elementor-element-mhtrdcrumb,
.elementor-2721 .elementor-element-mhtrdtitle {
  grid-column: 1;
  min-width: 0;
}

.elementor-2721 .elementor-element-mhtrdcrumb {
  display: contents;
}

.elementor-2721 .elementor-element-mhtrddate {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: start;
  min-width: 112px;
  padding-top: 8px;
  text-align: right;
}

.elementor-2721 .mh-trends-detail-breadcrumb {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 7px;
  color: var(--mh-accent);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  text-transform: none;
}

.elementor-2721 .mh-trends-detail-breadcrumb a,
.elementor-2721 .mh-trends-detail-breadcrumb__current {
  color: inherit;
  text-decoration: none;
}

.elementor-2721 .mh-trends-detail-breadcrumb__separator {
  color: currentColor;
}

.elementor-2721 .mh-trends-detail-title :where(.elementor-heading-title, .mh-html-article-title__heading) {
  color: var(--mh-text);
  font-family: "Noto Serif Display", Georgia, "Times New Roman", serif !important;
  font-size: clamp(38px, 3.3vw, 46px) !important;
  font-weight: 400;
  letter-spacing: -0.012em !important;
  word-spacing: -0.04em !important;
  margin: 14px 0 18px;
}

.elementor-2721 .mh-trends-detail-date {
  color: var(--mh-accent);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.elementor-2721 .mh-trends-detail-date--generated {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: start;
  min-width: 112px;
  padding-top: 8px;
  text-align: right;
}


.elementor-2721 .elementor-element-mhtrdbody {
  padding: 0 0 72px;
}

.elementor-2721 .mh-trends-detail-content {
  color: var(--mh-text, #202020);
}

.elementor-2721 .mh-trends-detail-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

.elementor-2721 .mh-trends-detail-content .mh-inline-image {
  width: 100% !important;
  max-width: 100% !important;
}

.elementor-2721 .mh-trends-detail-content .mh-inline-image .mh-content-image {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block;
}

.elementor-2721 .mh-trends-detail-tags {
  margin-top: 34px;
}

.elementor-2721 .elementor-element-mhtrdrel {
  padding: 0 0 96px;
}

.elementor-2721 .mh-trends-detail-related-title .elementor-heading-title {
  color: var(--mh-text);
  font-family: "Noto Serif Display", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 28px;
  text-align: center;
}

.elementor-2721 .mh-trends-detail-related-posts .lakit-posts__list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.elementor-2721 .mh-trends-detail-related-posts .lakit-posts__item,
.elementor-2721 .mh-trends-detail-related-posts .lakit-posts__item-g {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.elementor-2721 .mh-trends-detail-related-posts .lakit-posts__outer-box,
.elementor-2721 .mh-trends-detail-related-posts .lakit-posts__inner-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--mh-brown);
}

.elementor-2721 .mh-trends-detail-related-posts .post-thumbnail,
.elementor-2721 .mh-trends-detail-related-posts .lakit-posts__thumbnail {
  position: relative;
  display: block;
  aspect-ratio: 1 / .68;
  overflow: hidden;
  margin: 0 !important;
}

.elementor-2721 .mh-trends-detail-related-posts .lakit-posts__thumbnail-link,
.elementor-2721 .mh-trends-detail-related-posts .lakit-posts__thumbnail-img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.elementor-2721 .mh-trends-detail-related-posts .lakit-posts__thumbnail-link {
  position: absolute !important;
  inset: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}

.elementor-2721 .mh-trends-detail-related-posts .lakit-posts__thumbnail-img {
  position: absolute !important;
  inset: 0 !important;
  object-fit: cover !important;
}

.elementor-2721 .mh-trends-detail-related-posts .lakit-posts__inner-box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .03) 42%, rgba(0, 0, 0, .62) 100%);
  pointer-events: none;
}

.elementor-2721 .mh-trends-detail-related-posts .lakit-posts__inner-box::before {
  content: "\2192";
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 3;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  pointer-events: none;
}

.elementor-2721 .mh-trends-detail-related-posts .lakit-posts__inner-content {
  position: absolute;
  inset: auto 46px 18px 18px;
  z-index: 2;
  padding: 0 !important;
}

.elementor-2721 .mh-trends-detail-related-posts .lakit-posts__meta,
.elementor-2721 .mh-trends-detail-related-posts .lakit-posts__meta a {
  color: rgba(255, 255, 255, .86);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
}

.elementor-2721 .mh-trends-detail-related-posts .lakit-posts__title,
.elementor-2721 .mh-trends-detail-related-posts .lakit-posts__title a {
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.14;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .elementor-2721 .elementor-element-mhtrdhero {
    min-height: clamp(330px, 38vw, 390px);
  }

  .elementor-2721 .mh-trends-detail-title :where(.elementor-heading-title, .mh-html-article-title__heading) {
    font-size: clamp(34px, 4.6vw, 40px) !important;
    line-height: 1.22 !important;
  }
}

@media (max-width: 767px) {
  .elementor-2721 .elementor-element-mhtrdroot {
    --mh-trends-detail-rail: calc(100vw - 40px);
  }

  .elementor-2721 .elementor-element-mhtrdhero {
    min-height: clamp(260px, 68vw, 320px);
  }

  .elementor-2721 .elementor-element-mhtrdhead,
  .elementor-2721 .elementor-element-mhtrdbody,
  .elementor-2721 .elementor-element-mhtrdrel {
    width: 100%;
  }

  .elementor-2721 .elementor-element-mhtrdhead {
    grid-template-columns: 1fr;
    row-gap: 0;
    margin-top: 44px;
    padding-bottom: 32px;
  }

  .elementor-2721 .elementor-element-mhtrdcrumb,
  .elementor-2721 .elementor-element-mhtrdtitle,
  .elementor-2721 .elementor-element-mhtrddate {
    grid-column: 1;
  }

  .elementor-2721 .mh-trends-detail-breadcrumb,
  .elementor-2721 .mh-trends-detail-date--generated {
    grid-column: 1;
    grid-row: auto;
  }

  .elementor-2721 .mh-trends-detail-date--generated {
    justify-self: start;
    min-width: 0;
    padding-top: 0;
    text-align: left;
  }

  .elementor-2721 .elementor-element-mhtrddate {
    grid-row: auto;
    justify-self: start;
    min-width: 0;
    padding-top: 0;
    text-align: left;
  }

  .elementor-2721 .elementor-element-mhtrdbody {
    padding-bottom: 54px;
  }

  .elementor-2721 .elementor-element-mhtrdrel {
    padding-bottom: 72px;
  }

  .elementor-2721 .mh-trends-detail-title :where(.elementor-heading-title, .mh-html-article-title__heading) {
    font-size: clamp(28px, 8.4vw, 32px) !important;
    line-height: 1.24 !important;
    letter-spacing: -0.008em !important;
    word-spacing: -0.02em !important;
  }

  .elementor-2721 .mh-trends-detail-content .mh-inline-image {
    width: 100%;
    max-width: 100%;
  }

  .elementor-2721 .mh-trends-detail-related-posts .lakit-posts__list {
    grid-template-columns: 1fr;
  }

  .elementor-2721 .mh-trends-detail-related-posts,
  .elementor-2721 .mh-trends-detail-related-posts .lakit-posts,
  .elementor-2721 .mh-trends-detail-related-posts .lakit-posts__list_wrapper,
  .elementor-2721 .mh-trends-detail-related-posts .lakit-posts__list {
    min-height: calc(204vw - 146px);
  }
}

/* End Trends & Design Global CSS */

/* Footer - migrated from Elementor custom_css ID 191; sha1 ac6d83a3159af043091916964b6cffa886976f4a */
/* MH Footer - Elementor template owner */
.elementor-191 .elementor-element-ftcta01,
.elementor-191 .elementor-element-ftcta02,
.elementor-191 .mh-footer-native-cta-panel {
  min-height: 204px;
}

.elementor-191 .elementor-element-ftcta01 .elementor-heading-title,
.elementor-191 .elementor-element-ftcta02 .elementor-heading-title,
.elementor-191 .mh-footer-native-cta-panel .elementor-heading-title {
  color: var(--e-global-color-mhwhite, #FFFFFF) !important;
}

.elementor-191 .elementor-element-ftmain01,
.elementor-191 .mh-footer-native-main {
  background: var(--e-global-color-mhbrown, #7c5739) !important;
}

.elementor-191 .elementor-element-ftmain01 {
  padding-top: 22px !important;
  padding-bottom: 24px !important;
}

.elementor-191 .elementor-element-ftmainl1 .elementor-icon-list-text,
.elementor-191 .elementor-element-ftmainl1 a,
.elementor-191 .mh-footer-native-col--info .elementor-icon-list-text,
.elementor-191 .mh-footer-native-col--info a {
  color: var(--e-global-color-mhwhite, #FFFFFF) !important;
  opacity: 1 !important;
}

.elementor-191 .elementor-element-ftfollow01 .elementor-heading-title,
.elementor-191 .mh-footer-native-follow-title .elementor-heading-title {
  color: var(--e-global-color-mhwhite, #FFFFFF) !important;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.elementor-191 .elementor-element-ftmainl1,
.elementor-191 .elementor-element-ftmainr1 {
  min-width: 0;
}

@media (max-width: 767px) {
  .elementor-191 .elementor-element-ftmain01 {
    padding-top: 24px !important;
    padding-bottom: 26px !important;
  }

  .elementor-191 .elementor-element-ftinner1 > .e-con-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .elementor-191 .elementor-element-ftmainl1,
  .elementor-191 .elementor-element-ftmainr1 {
    width: 100%;
  }

}

.elementor-191 .mh-footer-native-socials .elementor-social-icons-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.elementor-191 .mh-footer-native-socials .elementor-grid-item {
  line-height: 1;
}

.elementor-191 .mh-footer-native-socials .elementor-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: var(--e-global-color-mhwhite, #FFFFFF) !important;
  color: #382c21 !important;
  font-size: 27px;
  line-height: 1;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.elementor-191 .mh-footer-native-socials .elementor-social-icon i,
.elementor-191 .mh-footer-native-socials .elementor-social-icon svg {
  display: block;
  position: relative;
  width: 1.3em;
  height: 1.3em;
}

.elementor-191 .mh-footer-native-socials .elementor-social-icon i,
.elementor-191 .mh-footer-native-socials .elementor-social-icon svg,
.elementor-191 .mh-footer-native-socials .elementor-social-icon svg * {
  color: #382c21 !important;
  fill: currentColor !important;
}

.elementor-191 .mh-footer-native-socials .elementor-social-icon:hover {
  background: var(--e-global-color-mhbeige, #EAD8C1) !important;
  color: #382c21 !important;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .elementor-191 .mh-footer-native-socials .elementor-social-icons-wrapper {
    gap: 12px;
  }

  .elementor-191 .mh-footer-native-socials .elementor-social-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-size: 22px;
  }
}

body #backToTop.btn-backtotop.back-to-top {
  position: fixed !important;
  right: calc(42px + env(safe-area-inset-right, 0px)) !important;
  bottom: calc(30px + env(safe-area-inset-bottom, 0px)) !important;
  z-index: 100000 !important;
  display: grid !important;
  place-items: center;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--e-global-color-mhbeige, #EAD8C1) !important;
  color: var(--e-global-color-mhtext, #202020) !important;
  box-shadow: none !important;
}

body #backToTop.btn-backtotop.back-to-top svg {
  display: none !important;
}

body #backToTop.btn-backtotop.back-to-top::before {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  background: currentColor;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='black' d='M32 512c0 17.664 14.304 32 32 32h818.752L649.376 777.376c-12.512 12.512-12.512 32.736 0 45.248 6.24 6.24 14.432 9.376 22.624 9.376s16.384-3.136 22.624-9.376l287.968-287.968c2.976-2.944 5.312-6.496 6.944-10.432a32.034 32.034 0 0 0 0-24.448c-1.632-3.936-3.968-7.456-6.944-10.432L694.624 201.376c-12.512-12.512-32.736-12.512-45.248 0s-12.512 32.736 0 45.248L882.752 480H64c-17.696 0-32 14.336-32 32z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='black' d='M32 512c0 17.664 14.304 32 32 32h818.752L649.376 777.376c-12.512 12.512-12.512 32.736 0 45.248 6.24 6.24 14.432 9.376 22.624 9.376s16.384-3.136 22.624-9.376l287.968-287.968c2.976-2.944 5.312-6.496 6.944-10.432a32.034 32.034 0 0 0 0-24.448c-1.632-3.936-3.968-7.456-6.944-10.432L694.624 201.376c-12.512-12.512-32.736-12.512-45.248 0s-12.512 32.736 0 45.248L882.752 480H64c-17.696 0-32 14.336-32 32z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body #backToTop.btn-backtotop.back-to-top::after {
  display: none !important;
  content: none !important;
}

body #backToTop.btn-backtotop.back-to-top:not(.show) {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(8px) !important;
}

body #backToTop.btn-backtotop.back-to-top.show {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

body.mh-ui-overlay-open #backToTop.btn-backtotop.back-to-top,
body.mh-ui-overlay-open .cky-btn-revisit-wrapper,
body.mh-ui-overlay-open .cky-consent-container,
body.mh-ui-overlay-open .cky-modal,
body.mh-ui-overlay-open .cky-overlay {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.mh-ui-footer-near .cky-btn-revisit-wrapper {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 767px) {
  .elementor-191 .mh-footer-native-cta-panel {
    min-height: 158px;
  }

  body #backToTop.btn-backtotop.back-to-top {
    right: calc(18px + env(safe-area-inset-right, 0px)) !important;
    bottom: calc(18px + env(safe-area-inset-bottom, 0px)) !important;
    width: 36px !important;
    height: 36px !important;
  }

  body #backToTop.btn-backtotop.back-to-top::before {
    top: 10px;
  }

  body #backToTop.btn-backtotop.back-to-top::after {
    top: 12px;
  }

}
/* END MH Footer - Elementor template owner */

/* MH Back-to-top theme container state - Elementor footer owner */
body [data-backtotop].show #backToTop.btn-backtotop.back-to-top {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

body.mh-ui-overlay-open [data-backtotop].show #backToTop.btn-backtotop.back-to-top,
body.mh-ui-overlay-open #backToTop.btn-backtotop.back-to-top,
body.mh-ui-overlay-open .back-to-top,
body.mh-ui-overlay-open .cky-btn-revisit,
body.mh-ui-overlay-open .cky-btn-revisit-wrapper {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
/* END MH Back-to-top theme container state */

/* MH Cookie Consent - CookieYes owner */
body {
  --mh-cookie-brand: #7c5739;
  --mh-cookie-brown: var(--e-global-color-mhbrown, #7c5739);
  --mh-cookie-text: var(--e-global-color-mhtext, #202020);
  --mh-cookie-line: rgba(124, 87, 57, .22);
}

body .cky-btn-revisit-wrapper {
  display: flex !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 0 !important;
  background: var(--mh-cookie-brand) !important;
  box-shadow: none !important;
}

body .cky-btn-revisit-wrapper.cky-revisit-hide {
  display: none !important;
}

body .cky-btn-revisit-wrapper .cky-btn-revisit {
  display: grid !important;
  width: 44px !important;
  height: 44px !important;
  place-items: center;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body .cky-btn-revisit-wrapper .cky-btn-revisit img {
  width: 24px !important;
  height: 24px !important;
}

body .cky-consent-container,
body .cky-modal {
  font-family: Montserrat, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

body .cky-consent-container {
  right: auto !important;
  bottom: clamp(12px, 1.6vw, 20px) !important;
  left: 50% !important;
  width: min(960px, calc(100vw - 32px)) !important;
  max-width: calc(100vw - 32px) !important;
  padding: 0 !important;
  transform: translateX(-50%) !important;
}

body .cky-consent-container .cky-consent-bar {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 12px clamp(14px, 1.8vw, 20px) !important;
  border: 1px solid var(--mh-cookie-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(32, 24, 18, .14) !important;
}

body .cky-notice .cky-title {
  display: block !important;
  margin: 0 0 4px !important;
  color: var(--mh-cookie-text) !important;
  font: 600 13px/1.3 Montserrat, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

body .cky-consent-container .cky-notice-group {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: center !important;
}

body .cky-notice-des,
body .cky-notice-des * {
  color: var(--mh-cookie-text) !important;
  font: 400 13px/1.42 Montserrat, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

body .cky-notice-des {
  min-width: 0 !important;
}

body .cky-notice-des p {
  margin: 0 !important;
}

body .cky-notice-des a,
body .cky-notice-des a.cky-policy,
body .cky-notice-des button.cky-policy {
  color: var(--mh-cookie-brand) !important;
  font: inherit !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  white-space: normal !important;
  border: 0 !important;
}

body .cky-notice-btn-wrapper,
body .cky-prefrence-btn-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: auto !important;
  margin: 0 !important;
}

body .cky-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 104px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 7px 14px !important;
  border: 1px solid var(--mh-cookie-brand) !important;
  border-radius: 0 !important;
  font: 500 13px/1.2 Montserrat, Arial, sans-serif !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

body .cky-btn-accept {
  color: #fff !important;
  background: var(--mh-cookie-brand) !important;
  border-color: var(--mh-cookie-brand) !important;
}

body .cky-btn-reject,
body .cky-btn-customize,
body .cky-btn-preferences {
  color: var(--mh-cookie-brand) !important;
  background: transparent !important;
  border-color: var(--mh-cookie-brand) !important;
}

body .cky-btn:hover,
body .cky-btn:focus {
  opacity: 1 !important;
}

body .cky-notice-btn-wrapper .cky-btn-customize {
  order: 1 !important;
}

body .cky-notice-btn-wrapper .cky-btn-reject {
  order: 2 !important;
}

body .cky-notice-btn-wrapper .cky-btn-accept {
  order: 3 !important;
}

body .cky-prefrence-btn-wrapper .cky-btn-reject {
  order: 1 !important;
}

body .cky-prefrence-btn-wrapper .cky-btn-preferences {
  order: 2 !important;
}

body .cky-prefrence-btn-wrapper .cky-btn-accept {
  order: 3 !important;
}

body .cky-btn-accept:hover,
body .cky-btn-accept:focus {
  color: #fff !important;
  background: var(--mh-cookie-brown) !important;
  border-color: var(--mh-cookie-brown) !important;
}

body .cky-btn-reject:hover,
body .cky-btn-reject:focus,
body .cky-btn-customize:hover,
body .cky-btn-customize:focus,
body .cky-btn-preferences:hover,
body .cky-btn-preferences:focus {
  color: var(--mh-cookie-brown) !important;
  border-color: var(--mh-cookie-brown) !important;
}

body .cky-overlay {
  background: rgba(0, 0, 0, .42) !important;
}

body .cky-modal {
  width: min(845px, calc(100vw - 32px)) !important;
  max-width: calc(100vw - 32px) !important;
  border-radius: 0 !important;
  box-shadow: 0 24px 56px rgba(32, 25, 19, .26) !important;
}

body .cky-preference-center {
  width: 100% !important;
  max-height: min(82vh, 760px) !important;
  border: 1px solid var(--mh-cookie-line) !important;
  border-radius: 0 !important;
  color: var(--mh-cookie-text) !important;
  background: #fff !important;
}

body .cky-preference-header {
  padding: 18px 22px !important;
  border-bottom: 1px solid var(--mh-cookie-line) !important;
}

body .cky-preference-header .cky-preference-title {
  color: var(--mh-cookie-text) !important;
  font: 600 15px/1.35 Montserrat, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

body .cky-preference-header .cky-btn-close {
  border-radius: 0 !important;
  box-shadow: none !important;
}

body .cky-preference-body-wrapper {
  padding: 0 22px !important;
}

body .cky-preference-content-wrapper {
  padding: 16px 0 18px !important;
  border-bottom: 1px solid var(--mh-cookie-line) !important;
}

body .cky-preference-content-wrapper,
body .cky-preference-content-wrapper *,
body .cky-accordion-header-des,
body .cky-accordion-header-des * {
  color: var(--mh-cookie-text) !important;
  font: 400 13px/1.55 Montserrat, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

body .cky-preference-content-wrapper p,
body .cky-accordion-header-des p {
  margin: 0 0 8px !important;
}

body .cky-preference-content-wrapper p:last-child,
body .cky-accordion-header-des p:last-child {
  margin-bottom: 0 !important;
}

body .cky-accordion {
  border-bottom: 1px solid var(--mh-cookie-line) !important;
}

body .cky-accordion .cky-accordion-item {
  margin: 0 !important;
  padding: 16px 0 !important;
}

body .cky-accordion-header .cky-accordion-btn {
  color: var(--mh-cookie-text) !important;
  font: 600 14px/1.35 Montserrat, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

body .cky-accordion-header .cky-always-active {
  color: var(--mh-cookie-brand) !important;
  font: 600 12px/1.4 Montserrat, Arial, sans-serif !important;
}

body .cky-audit-table,
body .cky-optout-success,
body .video-placeholder-text-youtube,
body .video-placeholder-text-normal,
body .cky-switch input[type="checkbox"],
body .cky-switch input[type="checkbox"]::before {
  border-radius: 0 !important;
}

body .cky-switch input[type="checkbox"]:checked {
  background: var(--mh-cookie-brand) !important;
}

body .cky-footer-shadow {
  display: none !important;
}

body .cky-prefrence-btn-wrapper {
  padding: 18px 22px !important;
  border-top: 1px solid var(--mh-cookie-line) !important;
}

@media (max-width: 768px) {
  body .cky-consent-container {
    bottom: 12px !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  body .cky-consent-container .cky-consent-bar {
    max-height: calc(100vh - 24px);
    padding: 12px !important;
    overflow: auto;
  }

  body .cky-consent-container .cky-notice .cky-title,
  body .cky-consent-container .cky-notice-des,
  body .cky-consent-container .cky-notice-btn-wrapper {
    padding: 0 !important;
  }

  body .cky-consent-container .cky-notice-group {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
  }

  body .cky-notice-des,
  body .cky-notice-des * {
    font-size: 13px !important;
    line-height: 1.42 !important;
  }

  body .cky-notice-des {
    max-height: none !important;
    overflow: visible !important;
  }

  body .cky-consent-container .cky-notice-btn-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 7px !important;
    width: auto !important;
  }

  body .cky-consent-container .cky-notice-btn-wrapper .cky-btn {
    width: auto !important;
    min-width: 92px !important;
    padding: 7px 12px !important;
    white-space: nowrap !important;
  }

  body .cky-modal {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  body .cky-preference-center {
    max-height: calc(100vh - 24px) !important;
  }

  body .cky-prefrence-btn-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 16px !important;
  }

  body .cky-prefrence-btn-wrapper .cky-btn {
    width: 100% !important;
    padding: 9px 6px !important;
    white-space: normal !important;
  }
}

@media (max-width: 640px) {
  body .cky-consent-container .cky-notice-group {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body .cky-consent-container .cky-notice-btn-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
  }

  body .cky-consent-container .cky-notice-btn-wrapper .cky-btn {
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
  }
}

@media (max-width: 430px) {
  body .cky-prefrence-btn-wrapper {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 360px) {
  body .cky-consent-container .cky-notice-btn-wrapper {
    grid-template-columns: 1fr !important;
  }
}
/* END MH Cookie Consent */


/* MH Footer CTA transparent buttons - Elementor owner */
.elementor-191 .mh-footer-native-cta-button .elementor-button{background:transparent!important;color:var(--e-global-color-mhwhite,#FFFFFF)!important;fill:var(--e-global-color-mhwhite,#FFFFFF)!important;border-color:var(--e-global-color-mhwhite,#FFFFFF)!important;box-shadow:none!important}.elementor-191 .mh-footer-native-cta-button .elementor-button:hover{background:transparent!important;color:var(--e-global-color-mhbeige,#EAD8C1)!important;fill:var(--e-global-color-mhbeige,#EAD8C1)!important;border-color:var(--e-global-color-mhbeige,#EAD8C1)!important}
/* END MH Footer CTA transparent buttons */

/* MH Footer visual QA - Elementor template owner */
.elementor-191 .elementor-element-ftmainl1 .elementor-icon-list-text,
.elementor-191 .elementor-element-ftmainl1 a,
.elementor-191 .elementor-element-ftmain01 .elementor-heading-title,
.elementor-191 .mh-footer-native-col--info .elementor-icon-list-text,
.elementor-191 .mh-footer-native-col--info a,
.elementor-191 .mh-footer-native-main .elementor-heading-title{color:var(--e-global-color-mhwhite,#FFFFFF)!important;opacity:1!important}
.elementor-191 .elementor-element-ftcta01,
.elementor-191 .elementor-element-ftcta02,
.elementor-191 .mh-footer-native-cta-panel{background-position:center top!important}
.elementor-191 .elementor-element-ftcta01,
.elementor-191 .mh-footer-native-cta-panel--booking{background-position:center 58%!important}
.elementor-191 .elementor-element-ftcta02,
.elementor-191 .mh-footer-native-cta-panel--partner{background-position:center top!important}
body #backToTop.btn-backtotop.back-to-top::before{top:50%!important;left:50%!important;width:30px!important;height:30px!important;border:0!important;background:currentColor!important;transform:translate(-50%,-50%) rotate(-90deg)!important;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M710.699 530.126L502.413 738.413a18.747 18.747 0 0 0 0 26.453 18.746 18.746 0 0 0 26.453 0L769.14 524.592a18.748 18.748 0 0 0 5.482-13.227 18.75 18.75 0 0 0-5.482-13.227L528.866 257.865a18.743 18.743 0 0 0-13.227-5.482 18.744 18.744 0 0 0-13.227 5.482 18.747 18.747 0 0 0 0 26.453l208.287 208.287H270.133c-10.347 0-18.76 8.413-18.76 18.76s8.413 18.76 18.76 18.76h440.566z'/%3E%3C/svg%3E") center/contain no-repeat!important;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M710.699 530.126L502.413 738.413a18.747 18.747 0 0 0 0 26.453 18.746 18.746 0 0 0 26.453 0L769.14 524.592a18.748 18.748 0 0 0 5.482-13.227 18.75 18.75 0 0 0-5.482-13.227L528.866 257.865a18.743 18.743 0 0 0-13.227-5.482 18.744 18.744 0 0 0-13.227 5.482 18.747 18.747 0 0 0 0 26.453l208.287 208.287H270.133c-10.347 0-18.76 8.413-18.76 18.76s8.413 18.76 18.76 18.76h440.566z'/%3E%3C/svg%3E") center/contain no-repeat!important}
body #backToTop.btn-backtotop.back-to-top::after{display:none!important;content:none!important}
/* END MH Footer visual QA */

/* Home - migrated from Elementor custom_css ID 2109; sha1 aec1513c820711ae6d065106c19de3b131550aa3 */
/* MH Home - Elementor page owner */
.elementor-2109 .elementor-element-270cc54{padding-bottom:54px!important}.elementor-2109 .elementor-element-59607ad{padding-bottom:58px!important}.elementor-2109 .elementor-element-368c14d{padding-bottom:58px!important}.elementor-2109 .elementor-element-f6392cc{padding-bottom:88px!important}
.elementor-2109 .mh-home-tabs .lakit-tabs{display:block}.elementor-2109 .mh-home-tabs .lakit-tabs__control-wrapper{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:32px!important;flex-wrap:wrap!important;margin:0 0 20px!important;padding:0!important;background:transparent!important;border:0!important}.elementor-2109 .mh-home-tabs .lakit-tabs__controls{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:32px!important;flex-wrap:wrap!important}.elementor-2109 .mh-home-tabs .lakit-tabs__label,.elementor-2109 .mh-home-tabs .lakit-tabs__control{display:inline-flex!important;align-items:center!important;cursor:pointer;width:auto!important;min-width:0!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;white-space:nowrap}.elementor-2109 .mh-home-tabs .lakit-tabs__control-inner{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.elementor-2109 .mh-home-tabs .lakit-tabs__label,.elementor-2109 .mh-home-tabs .lakit-tabs__label-text{color:var(--e-global-color-mhtext,#202020)!important;white-space:nowrap!important}.elementor-2109 .mh-home-tabs .lakit-tabs__label.active-tab,.elementor-2109 .mh-home-tabs .lakit-tabs__label.active,.elementor-2109 .mh-home-tabs .lakit-tabs__control.active-tab .lakit-tabs__label-text{color:var(--e-global-color-mhaccent,#7c5739)!important}.elementor-2109 .mh-home-tabs .lakit-tabs__content-wrapper{padding:0;margin:0}.elementor-2109 .mh-home-tabs .lakit-tabs__content{padding:0!important}.elementor-2109 .mh-home-tabs .lakit-tabs__control-wrapper-mobile{display:none!important}
/* MH Cookie revisit icon - Genium Customise owner */
.cky-btn-revisit-wrapper .cky-btn-revisit {
  position: relative;
  display: grid !important;
  place-items: center;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
  display: none !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit::before,
.cky-btn-revisit-wrapper .cky-btn-revisit::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.cky-btn-revisit-wrapper .cky-btn-revisit::before {
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.cky-btn-revisit-wrapper .cky-btn-revisit::after {
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-1px) rotate(-45deg);
}

/* MH Home featured LaStudioKit sliders - Elementor page owner */
.elementor-2109 .elementor-element-3d42930 {
  padding-bottom: clamp(48px, 4vw, 58px) !important;
}

.elementor-2109 :where(.elementor-element-3d42930, .elementor-element-a9082a0) .elementor-widget-heading .elementor-heading-title {
  margin: 0;
  color: var(--e-global-color-mhtext, #202020) !important;
}
.elementor-2109 :where(.elementor-element-3d42930, .elementor-element-a9082a0) :where(.lakit-products, .lakit-posts) {
  max-width: 100%;
  overflow: hidden;
}
.elementor-2109 :where(.elementor-element-3d42930, .elementor-element-a9082a0) :where(.lakit-products__list_wrapper, .lakit-posts__list_wrapper) {
  max-width: 100%;
  overflow: hidden;
}
.elementor-2109 .elementor-element-3d42930 .lakit-products__list,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts__list {
  align-items: stretch;
  gap: 0;
}
.elementor-2109 .elementor-element-3d42930 .lakit-products:not(.lakit-carousel) .lakit-products__list,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts:not(.lakit-carousel) .lakit-posts__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 28px;
}
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .swiper-slide,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel .swiper-slide {
  height: auto;
}
.elementor-2109 .elementor-element-3d42930 .product_item,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts__item {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.elementor-2109 .elementor-element-3d42930 .product_item--inner,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts__inner-box {
  position: relative;
  display: block;
  width: 100%;
  height: clamp(330px, 35.9vw, 510px);
  min-height: 0;
  overflow: hidden;
  background: var(--e-global-color-mhbrown, #7c5739);
}
.elementor-2109 .elementor-element-3d42930 :where(.product_item--thumbnail, .product_item--thumbnail-holder, .product_item--thumbnail-holder > a, .p_img-first),
.elementor-2109 .elementor-element-a9082a0 :where(.lakit-posts__outer-box, .lakit-posts__thumbnail, .lakit-posts__thumbnail-link) {
  display: block;
  width: 100%;
  height: 100%;
}
.elementor-2109 .elementor-element-3d42930 :where(.product_item--thumbnail img, .p_img-first img),
.elementor-2109 .elementor-element-a9082a0 .lakit-posts__thumbnail-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  filter: none !important;
  image-rendering: auto;
  opacity: 1 !important;
  transition: transform .8s cubic-bezier(0, .65, .55, 1) !important;
  transform-origin: center center;
  will-change: transform;
}
.elementor-2109 .elementor-element-3d42930 .product_item--thumbnail-holder > a {
  position: relative;
}
.elementor-2109 .elementor-element-a9082a0 .lakit-posts__thumbnail::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block !important;
  content: "";
  background: linear-gradient(180deg, rgba(20, 16, 12, .2) 0%, rgba(20, 16, 12, .04) 45%, rgba(20, 16, 12, .34) 100%) !important;
  opacity: 1 !important;
  pointer-events: none;
}
.elementor-2109 .elementor-element-3d42930 .product_item--thumbnail .item--overlay {
  display: none !important;
  background: none !important;
  opacity: 0 !important;
  pointer-events: none;
}
.elementor-2109 .elementor-element-a9082a0 .lakit-posts__thumbnail {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.elementor-2109 .elementor-element-3d42930 .product_item:hover img,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts__item:hover img {
  transform: scale(1.1) !important;
}
.elementor-2109 .elementor-element-3d42930 :where(.lakitp-zone, .lakitp-zone-item),
.elementor-2109 .elementor-element-a9082a0 :where(.lakit-posts__inner-content, .lakit-projects__image-zone) {
  z-index: 3;
}
.elementor-2109 .elementor-element-3d42930 .lakitp-zone-c {
  position: absolute;
  top: 26px;
  left: 28px;
  right: auto;
  width: calc(100% - 56px);
}
.elementor-2109 .elementor-element-3d42930 :where(.lakitp-zone-a, .lakitp-zone-c) {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
}
.elementor-2109 .elementor-element-3d42930 .lakitp-zone-item {
  flex: 0 1 auto !important;
  max-width: 100%;
  margin: 0 !important;
}
.elementor-2109 .elementor-element-3d42930 .product_item--title,
.elementor-2109 .elementor-element-3d42930 .product_item--title a,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts__title,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts__title a {
  margin: 0 !important;
  color: #fff !important;
  overflow-wrap: break-word;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .32);
}
.elementor-2109 .elementor-element-3d42930 .product_item--title,
.elementor-2109 .elementor-element-3d42930 .product_item--title a {
  width: 100% !important;
}
.elementor-2109 .elementor-element-3d42930 .lakitp-zone-a {
  position: absolute;
  bottom: 26px;
  left: 28px;
  right: auto;
  width: calc(100% - 56px);
}
.elementor-2109 .elementor-element-a9082a0 .lakit-posts__inner-content {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.elementor-2109 .elementor-element-a9082a0 .lakit-posts__inner-content-inner {
  position: absolute;
  top: 26px;
  right: 28px;
  left: 28px;
}
.elementor-2109 .elementor-element-a9082a0 .lakit-projects__image-zone {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
}
.elementor-2109 .elementor-element-a9082a0 .lakit-posts__title a {
  pointer-events: auto;
}
.elementor-2109 .elementor-element-3d42930 .lakit-product-detail-link,
.elementor-2109 .elementor-element-a9082a0 .lakit-projects__detail-link {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 14px;
  flex: 0 0 auto !important;
  align-self: flex-start !important;
  width: fit-content !important;
  min-width: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  fill: #fff !important;
  box-shadow: none !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .38);
}
.elementor-2109 .elementor-element-3d42930 .lakit-product-detail-link {
  align-self: flex-start;
  margin: 0 !important;
}
.elementor-2109 .elementor-element-a9082a0 .lakit-projects__detail-link {
  pointer-events: auto;
}
.elementor-2109 .elementor-element-3d42930 .lakit-product-detail-link .lakit-btn--icon,
.elementor-2109 .elementor-element-a9082a0 .lakit-projects__detail-link .lakit-btn--icon {
  display: none !important;
}
.elementor-2109 .elementor-element-3d42930 .lakit-product-detail-link::after,
.elementor-2109 .elementor-element-a9082a0 .lakit-projects__detail-link::after {
  display: inline-block;
  flex: 0 0 34px;
  width: 34px;
  min-width: 34px;
  max-width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}
.elementor-2109 .elementor-element-3d42930 .lakit-product-detail-link::before,
.elementor-2109 .elementor-element-a9082a0 .lakit-projects__detail-link::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
}
.elementor-2109 .elementor-element-3d42930 .lakit-btn--text,
.elementor-2109 .elementor-element-a9082a0 .lakit-btn--text {
  color: inherit !important;
  white-space: nowrap;
}
.elementor-2109 .elementor-element-3d42930 .lakit-btn--icon,
.elementor-2109 .elementor-element-a9082a0 .lakit-btn--icon {
  display: none !important;
}
.elementor-2109 .elementor-element-a9082a0 .lakit-btn--icon svg {
  width: 26px;
  height: 18px;
}
.elementor-2109 .elementor-element-3d42930 .product_item--info,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts__inner-content:empty {
  display: none;
}
@media (max-width:1024px){
  .elementor-2109 .elementor-element-3d42930{padding-bottom:58px!important}
  .elementor-2109 .elementor-element-3d42930 .lakit-products:not(.lakit-carousel) .lakit-products__list,
  .elementor-2109 .elementor-element-a9082a0 .lakit-posts:not(.lakit-carousel) .lakit-posts__list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:22px}
  .elementor-2109 .elementor-element-3d42930 .product_item--inner,
  .elementor-2109 .elementor-element-a9082a0 .lakit-posts__inner-box{height:clamp(320px,45vw,430px)}
}
@media (max-width:640px){
  .elementor-2109 .elementor-element-3d42930{padding-bottom:46px!important}
  .elementor-2109 .elementor-element-3d42930 .lakit-products:not(.lakit-carousel) .lakit-products__list,
  .elementor-2109 .elementor-element-a9082a0 .lakit-posts:not(.lakit-carousel) .lakit-posts__list{grid-template-columns:1fr;row-gap:18px}
  .elementor-2109 .elementor-element-3d42930 .product_item--inner,
  .elementor-2109 .elementor-element-a9082a0 .lakit-posts__inner-box{height:330px}
  .elementor-2109 .elementor-element-3d42930 .lakitp-zone-c{top:22px;right:auto;left:20px;width:calc(100% - 40px)}
  .elementor-2109 .elementor-element-a9082a0 .lakit-posts__inner-content-inner{top:22px;right:20px;left:20px}
  .elementor-2109 .elementor-element-3d42930 .lakitp-zone-a{right:auto;bottom:22px;left:20px;width:calc(100% - 40px)}
  .elementor-2109 .elementor-element-a9082a0 .lakit-projects__image-zone{right:20px;bottom:22px;left:20px}
}
/* END MH Home featured LaStudioKit sliders */
.elementor-2109 .elementor-element-257fdf9 {
  padding-bottom: clamp(86px, 8vw, 112px) !important;
}
.elementor-2109 .elementor-element-257fdf9 > .e-con-inner {
  gap: 30px !important;
}
.elementor-2109 .elementor-element-257fdf9 .elementor-widget-heading {
  margin: 0 !important;
}
.elementor-2109 .elementor-element-257fdf9 .lakit-posts,
.elementor-2109 .elementor-element-257fdf9 .lakit-posts__list_wrapper {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}
.elementor-2109 .elementor-element-257fdf9 .lakit-posts__list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 31px;
  align-items: stretch;
  margin: 0 !important;
}
.elementor-2109 .elementor-element-257fdf9 .lakit-posts__item {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  padding: 0 !important;
}
.elementor-2109 .elementor-element-257fdf9 .lakit-posts__outer-box,
.elementor-2109 .elementor-element-257fdf9 .lakit-posts__inner-box,
.elementor-2109 .elementor-element-257fdf9 .mh-news-card {
  width: 100%;
  height: auto !important;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-2109 .elementor-element-257fdf9 .mh-news-card {
  display: grid;
  grid-template-columns: 48% minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}
.elementor-2109 .elementor-element-257fdf9 .mh-news-card__thumb {
  width: 100%;
  height: auto !important;
  max-width: none !important;
  aspect-ratio: 1 / 1;
  align-self: start;
}
.elementor-2109 .elementor-element-257fdf9 .mh-news-card__img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.elementor-2109 .elementor-element-257fdf9 .mh-news-card__body {
  display: grid;
  min-height: 100%;
  grid-template-rows: auto 1fr auto;
  align-items: start;
}
.elementor-2109 .elementor-element-257fdf9 .mh-news-card__title {
  color: var(--e-global-color-mhtext, #202020) !important;
  letter-spacing: 0 !important;
}
.elementor-2109 .elementor-element-257fdf9 .mh-news-card__arrow {
  justify-content: flex-start;
  margin: 14px 0 0;
  color: var(--e-global-color-mhtext, #202020);
  line-height: 1;
}
.elementor-2109 .elementor-element-257fdf9 .mh-news-card__meta {
  align-self: end;
  width: 100%;
  margin-top: 18px;
  padding: 0 0 10px;
  border-top: 0;
  border-bottom: 1px solid var(--e-global-color-mhtext, #202020);
  color: var(--e-global-color-mhtext, #202020);
  white-space: normal;
}
.elementor-2109 .mh-card-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 56px)/3);gap:28px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 0 2px;margin:0}.elementor-2109 .mh-card-slider::-webkit-scrollbar{display:none}.elementor-2109 .mh-showcase-card{position:relative;display:block;min-width:0;height:430px;overflow:hidden;scroll-snap-align:start;text-decoration:none;background:var(--e-global-color-mhbrown,#7c5739);color:var(--e-global-color-mhwhite,#FFFFFF)}.elementor-2109 .mh-showcase-card img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 800ms cubic-bezier(0,0.65,0.55,1)}.elementor-2109 .mh-showcase-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(32,32,32,.08),rgba(32,32,32,.20))}.elementor-2109 .mh-showcase-card:hover img{transform:scale(1.1)}.elementor-2109 .mh-showcase-card__title{position:absolute;z-index:1;left:28px;top:28px;right:24px;color:#fff}.elementor-2109 .mh-showcase-card__cta{position:absolute;z-index:1;left:28px;bottom:28px;color:#fff}.elementor-2109 .mh-showcase-card__cta span{display:inline-block;margin-left:12px}
.elementor-2109 .mh-home-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;align-items:start}.elementor-2109 .mh-home-news-item{display:grid;grid-template-columns:45% minmax(0,1fr);grid-template-rows:auto 1fr auto auto;column-gap:14px;row-gap:8px;min-width:0;min-height:126px;color:var(--e-global-color-mhtext,#202020);text-decoration:none}.elementor-2109 .mh-home-news-item__image{grid-row:1/5;width:100%;height:126px;object-fit:cover;object-position:center}.elementor-2109 .mh-home-news-item__title{color:var(--e-global-color-mhtext,#202020)!important;overflow-wrap:break-word}.elementor-2109 .mh-home-news-item__arrow{color:var(--e-global-color-mhaccent,#7c5739);align-self:end}.elementor-2109 .mh-home-news-item__meta{grid-column:2;border-top:1px solid var(--e-global-color-mhbeige,#EAD8C1);padding-top:8px;color:var(--e-global-color-mhaccent,#7c5739)}.elementor-2109 .mh-home-news-item:hover .mh-home-news-item__title{color:var(--e-global-color-mhaccent,#7c5739)!important}
@media (max-width:1024px){.elementor-2109 .elementor-element-270cc54,.elementor-2109 .elementor-element-59607ad,.elementor-2109 .elementor-element-368c14d{padding-bottom:42px!important}.elementor-2109 .elementor-element-f6392cc{padding-bottom:68px!important}.elementor-2109 .mh-home-tabs .lakit-tabs__control-wrapper,.elementor-2109 .mh-home-tabs .lakit-tabs__controls{gap:26px!important}.elementor-2109 .mh-card-slider{grid-auto-columns:calc((100% - 22px)/2);gap:22px}.elementor-2109 .mh-showcase-card{height:360px}.elementor-2109 .mh-showcase-card__title{left:22px;top:22px}.elementor-2109 .mh-showcase-card__cta{left:22px;bottom:24px}.elementor-2109 .elementor-element-257fdf9 .lakit-posts__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 24px}.elementor-2109 .mh-home-news-grid{grid-template-columns:1fr;gap:24px}.elementor-2109 .mh-home-news-item{grid-template-columns:38% minmax(0,1fr);min-height:132px}.elementor-2109 .mh-home-news-item__image{height:132px}}
@media (max-width:640px){.elementor-2109 .elementor-element-270cc54,.elementor-2109 .elementor-element-59607ad,.elementor-2109 .elementor-element-368c14d{padding-bottom:34px!important}.elementor-2109 .elementor-element-f6392cc{padding-bottom:54px!important}.elementor-2109 .mh-home-tabs .lakit-tabs__control-wrapper,.elementor-2109 .mh-home-tabs .lakit-tabs__controls{gap:20px!important;row-gap:8px!important}.elementor-2109 .mh-card-slider{grid-auto-columns:100%;gap:18px}.elementor-2109 .mh-showcase-card{height:300px}.elementor-2109 .mh-showcase-card__title{left:18px;top:20px}.elementor-2109 .mh-showcase-card__cta{left:18px;bottom:22px}.elementor-2109 .elementor-element-257fdf9{padding-bottom:70px!important}.elementor-2109 .elementor-element-257fdf9 > .e-con-inner{gap:24px!important}.elementor-2109 .elementor-element-257fdf9 .lakit-posts__list{grid-template-columns:1fr;gap:24px}.elementor-2109 .elementor-element-257fdf9 .mh-news-card{grid-template-columns:42% minmax(0,1fr);gap:14px}.elementor-2109 .elementor-element-257fdf9 .mh-news-card__arrow{margin-top:10px}.elementor-2109 .elementor-element-257fdf9 .mh-news-card__meta{margin-top:12px}.elementor-2109 .mh-home-news-grid{grid-template-columns:1fr;gap:22px}.elementor-2109 .mh-home-news-item{grid-template-columns:42% minmax(0,1fr);column-gap:14px;min-height:116px}.elementor-2109 .mh-home-news-item__image{height:116px}}
/* END MH Home - Elementor page owner */

/* MH Home - six requested visual fixes only */
/* 1. Enlarge the two header logo states while preserving aspect ratio. */
.elementor-46 #header-top .elementor-element-73f9a35 .lakit-logo__img,
.elementor-46 #header-scroll .elementor-element-16361e0 .lakit-logo__img {
  width: 134px !important;
  max-width: 134px !important;
  height: auto !important;
}

/* 2-4. Match the three homepage section headings to the About heading size. */
.elementor-2109 :where(.elementor-element-8dfa35f, .elementor-element-cd9ac9d, .elementor-element-033cccf) .elementor-heading-title {
  font-size: 34px !important;
  line-height: 37.4px !important;
}

/* 5-6. Keep the hero image full-width; align only its text to the content rail. */
.elementor-2109 :where(
  .elementor-element-4627c02,
  .elementor-element-5f4c937,
  .elementor-element-a72204e,
  .elementor-element-967365c,
  .elementor-element-4b69d16
) {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.elementor-2109 :where(
  .elementor-element-4627c02,
  .elementor-element-5f4c937,
  .elementor-element-a72204e,
  .elementor-element-967365c,
  .elementor-element-4b69d16
) > .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.elementor-2109 :where(
  .elementor-element-2c611e9,
  .elementor-element-07a0141,
  .elementor-element-1041200,
  .elementor-element-1eeeace,
  .elementor-element-8a1396c,
  .elementor-element-5966ecd,
  .elementor-element-769e861,
  .elementor-element-fd1f342,
  .elementor-element-dbeee96,
  .elementor-element-48a64da
) {
  width: calc(100% - max(60px, calc((100vw - 1440px) / 2))) !important;
  max-width: calc(100% - max(60px, calc((100vw - 1440px) / 2))) !important;
  margin-left: max(60px, calc((100vw - 1440px) / 2)) !important;
  margin-right: 0 !important;
}

@media (min-width: 1200px) {
  .elementor-46 #header-scroll {
    grid-template-columns: 134px minmax(0, 1fr) auto;
  }

  .elementor-46 #header-scroll > .elementor-element-20e2a08,
  .elementor-46 #header-scroll .elementor-element-16361e0,
  .elementor-46 #header-scroll .elementor-element-16361e0 .lakit-logo__link,
  .elementor-46 #header-scroll .elementor-element-16361e0 .lakit-logo__img {
    width: 134px !important;
    min-width: 134px !important;
    max-width: 134px !important;
  }
}

@media (max-width: 1024px) {
  body:not(.elementor-editor-active) .elementor-location-header #header-scroll {
    grid-template-columns: minmax(115px, 1fr) auto minmax(115px, 1fr);
  }

  .elementor-46 #header-scroll > .elementor-element-20e2a08,
  .elementor-46 #header-scroll .elementor-element-16361e0,
  .elementor-46 #header-scroll .elementor-element-16361e0 .lakit-logo__link,
  .elementor-46 #header-scroll .elementor-element-16361e0 .lakit-logo__img,
  .elementor-46 #header-top .elementor-element-73f9a35 .lakit-logo__img {
    width: 115px !important;
    min-width: 115px !important;
    max-width: 115px !important;
  }

  .elementor-2109 :where(.elementor-element-8dfa35f, .elementor-element-cd9ac9d, .elementor-element-033cccf) .elementor-heading-title {
    font-size: 36px !important;
    line-height: 39.6px !important;
  }

  .elementor-2109 :where(
    .elementor-element-2c611e9,
    .elementor-element-07a0141,
    .elementor-element-1041200,
    .elementor-element-1eeeace,
    .elementor-element-8a1396c,
    .elementor-element-5966ecd,
    .elementor-element-769e861,
    .elementor-element-fd1f342,
    .elementor-element-dbeee96,
    .elementor-element-48a64da
  ) {
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
    margin-left: 40px !important;
  }
}

@media (max-width: 640px) {
  body:not(.elementor-editor-active) .elementor-location-header #header-scroll {
    grid-template-columns: minmax(94px, 1fr) auto minmax(94px, 1fr);
  }

  .elementor-46 #header-scroll > .elementor-element-20e2a08,
  .elementor-46 #header-scroll .elementor-element-16361e0,
  .elementor-46 #header-scroll .elementor-element-16361e0 .lakit-logo__link,
  .elementor-46 #header-scroll .elementor-element-16361e0 .lakit-logo__img,
  .elementor-46 #header-top .elementor-element-73f9a35 .lakit-logo__img {
    width: 94px !important;
    min-width: 94px !important;
    max-width: 94px !important;
  }

  .elementor-2109 :where(.elementor-element-8dfa35f, .elementor-element-cd9ac9d, .elementor-element-033cccf) .elementor-heading-title {
    font-size: 34px !important;
    line-height: 37.4px !important;
  }

  .elementor-2109 :where(
    .elementor-element-2c611e9,
    .elementor-element-07a0141,
    .elementor-element-1041200,
    .elementor-element-1eeeace,
    .elementor-element-8a1396c,
    .elementor-element-5966ecd,
    .elementor-element-769e861,
    .elementor-element-fd1f342,
    .elementor-element-dbeee96,
    .elementor-element-48a64da
  ) {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    margin-left: 20px !important;
  }
}
/* END MH Home - six requested visual fixes */

/* BEGIN MH Home - nine feedback fixes - 20260711 */
/* Brand color lock: keep all current brown/accent UI tokens on MH identity. */
:root,
body,
body.elementor-kit-25 {
  --e-global-color-mhbrown: #7c5739 !important;
  --e-global-color-mhaccent: #7c5739 !important;
  --wp--preset--color--luxenest-theme-primary: #7c5739 !important;
  --theme-primary-color: #7c5739 !important;
}

.elementor-2109 .elementor-element-047d109 .elementor-button,
.elementor-2109 .elementor-element-047d109 .elementor-button :where(span, svg, path) {
  color: #7c5739 !important;
  fill: #7c5739 !important;
  stroke: #7c5739 !important;
  border-color: #7c5739 !important;
}

/* 1 + 8. Match the product/project tab spacing from the feedback layout. */
.elementor-2109 .elementor-element-caade10 .lakit-ntabs-heading,
.elementor-2109 .elementor-element-abe9b11 .lakit-ntabs-heading {
  gap: 28px !important;
  column-gap: 28px !important;
  row-gap: 0 !important;
}

.elementor-2109 :where(.elementor-element-caade10, .elementor-element-abe9b11) .lakit-ntab-title:is(:hover, :focus-visible, .e-active) .ntabs--title {
  color: var(--e-global-color-mhaccent, #7c5739) !important;
  font-weight: 700 !important;
}

/* 2 + 7. Use real carousel gaps so the first/last cards align with the
 * section text rail while keeping product/project spacing consistent. */
.elementor-2109 .elementor-element-3d42930,
.elementor-2109 .elementor-element-a9082a0 {
  --mh-home-card-gap: 40px;
}
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel,
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .lakit-products__list_wrapper,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel .lakit-posts__list_wrapper,
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel :where(.swiper, .swiper-container),
.elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel :where(.swiper, .swiper-container) {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}
@media (hover: hover) and (pointer: fine) {
  .elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel,
  .elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel,
  .elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel :where(.swiper, .swiper-container),
  .elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel :where(.swiper, .swiper-container) {
    overscroll-behavior: contain !important;
  }
}
.elementor-2109 .elementor-element-3d42930 .elementor-lakit-wooproducts.lakit-carousel-v2,
.elementor-2109 .elementor-element-a9082a0 .elementor-lakit-projects.lakit-carousel-v2 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .lakit-products__list,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel .lakit-posts__list {
  box-sizing: border-box !important;
  display: flex !important;
  gap: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-width: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .lakit-products__list_wrapper,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel .lakit-posts__list_wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel .lakit-posts__outer-box {
  padding: 0 !important;
}
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel .lakit-posts__item {
  box-sizing: border-box !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 !important;
}

.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .swiper-wrapper,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel .swiper-wrapper {
  display: flex !important;
  gap: 0 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  backface-visibility: hidden;
  will-change: transform;
}
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .swiper-slide,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel .swiper-slide {
  box-sizing: border-box !important;
  min-width: 0 !important;
  flex-shrink: 0 !important;
  padding: 0 !important;
}

/* On touch layouts Swiper owns the slide width and snap grid. Keep the visual
 * gap inside each slide so it cannot shift the drag distance by a card gap. */
@media (max-width: 1024px) {
  .elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .swiper-slide,
  .elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel .swiper-slide {
    padding-right: var(--mh-home-card-gap) !important;
  }
}

/* 6. Make product cards taller, while project cards stay lower. */
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item {
  aspect-ratio: auto !important;
  height: clamp(450px, 35.9vw, 510px) !important;
  min-height: 450px !important;
}
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item--inner {
  height: 100% !important;
}
@media (min-width: 1367px) {
  .elementor-2109 .elementor-element-3d42930,
  .elementor-2109 .elementor-element-a9082a0 {
    --mh-home-card-gap: 60px;
  }

  .elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item {
    height: 540px !important;
    min-height: 540px !important;
  }

  .elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel .lakit-posts__inner-box {
    height: 540px !important;
    min-height: 540px !important;
  }
}
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item--thumbnail,
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item--thumbnail-holder,
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item--thumbnail-holder > a,
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item--thumbnail .figure__object_fit {
  height: 100% !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
  background: #efe6dc !important;
}
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item--thumbnail .figure__object_fit > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item--title,
.elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item--title a {
  font-size: clamp(28px, 2.2vw, 30px) !important;
  line-height: 1.12 !important;
}
.elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel .lakit-posts__inner-box {
  height: clamp(300px, 31vw, 420px) !important;
}
.elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel .lakit-posts__thumbnail,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel .lakit-posts__thumbnail-link,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel .lakit-posts__thumbnail-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background: #f4f0ea !important;
}
.elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel .lakit-posts__thumbnail-img {
  object-fit: cover !important;
  object-position: center !important;
}

/* 3. Use the same line-and-chevron treatment for all homepage card arrows.
 * The menu arrows and back-to-top control are intentionally out of scope. */
.elementor-2109 .elementor-element-3d42930 .lakit-product-detail-link,
.elementor-2109 .elementor-element-a9082a0 .lakit-projects__detail-link,
.elementor-2109 .elementor-element-257fdf9 .mh-news-card__arrow {
  position: relative;
  --mh-home-card-arrow-line: 32px;
  --mh-home-card-arrow-chevron: 9px;
  --mh-home-card-arrow-ease: .8s cubic-bezier(0, .65, .55, 1);
}
.elementor-2109 .elementor-element-3d42930 .lakit-product-detail-link,
.elementor-2109 .elementor-element-a9082a0 .lakit-projects__detail-link {
  gap: 14px !important;
}
.elementor-2109 .elementor-element-257fdf9 .mh-news-card__arrow {
  display: inline-flex !important;
  align-items: center !important;
  width: var(--mh-home-card-arrow-line) !important;
  height: 18px !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  color: var(--e-global-color-mhtext, #202020) !important;
  font-size: 0 !important;
  line-height: 1 !important;
}
.elementor-2109 .elementor-element-257fdf9 .mh-news-card__arrow::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: var(--mh-home-card-arrow-line);
  height: 1px;
  background: currentColor;
  content: "";
  transform: translateY(-50%);
  transition: transform var(--mh-home-card-arrow-ease);
}
.elementor-2109 .elementor-element-257fdf9 .mh-news-card__arrow::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: var(--mh-home-card-arrow-chevron);
  height: var(--mh-home-card-arrow-chevron);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  transition: transform var(--mh-home-card-arrow-ease);
}
.elementor-2109 .elementor-element-3d42930 .lakit-product-detail-link::after,
.elementor-2109 .elementor-element-a9082a0 .lakit-projects__detail-link::after {
  flex-basis: var(--mh-home-card-arrow-line) !important;
  width: var(--mh-home-card-arrow-line) !important;
  min-width: var(--mh-home-card-arrow-line) !important;
  max-width: var(--mh-home-card-arrow-line) !important;
  transition: transform var(--mh-home-card-arrow-ease) !important;
}
.elementor-2109 .elementor-element-3d42930 .lakit-product-detail-link::before,
.elementor-2109 .elementor-element-a9082a0 .lakit-projects__detail-link::before {
  width: var(--mh-home-card-arrow-chevron) !important;
  height: var(--mh-home-card-arrow-chevron) !important;
  transition: transform var(--mh-home-card-arrow-ease) !important;
}
.elementor-2109 .elementor-element-3d42930 .product_item:hover .lakit-product-detail-link::after,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts__item:hover .lakit-projects__detail-link::after {
  transform: translateX(8px) !important;
}
.elementor-2109 .elementor-element-3d42930 .product_item:hover .lakit-product-detail-link::before,
.elementor-2109 .elementor-element-a9082a0 .lakit-posts__item:hover .lakit-projects__detail-link::before {
  transform: translate(8px, -50%) rotate(45deg) !important;
}
.elementor-2109 .elementor-element-257fdf9 .mh-news-card:hover .mh-news-card__arrow::after {
  transform: translate(8px, -50%);
}
.elementor-2109 .elementor-element-257fdf9 .mh-news-card:hover .mh-news-card__arrow::before {
  transform: translate(8px, -50%) rotate(45deg);
}

/* Lema-inspired hover: gentle, slow image zoom for all homepage cards. */
.elementor-2109 .elementor-element-3d42930 :where(.product_item--thumbnail, .product_item--thumbnail-holder, .product_item--thumbnail-holder > a, .p_img-first),
.elementor-2109 .elementor-element-a9082a0 :where(.lakit-posts__outer-box, .lakit-posts__thumbnail, .lakit-posts__thumbnail-link),
.elementor-2109 .elementor-element-257fdf9 .mh-news-card__thumb {
  overflow: hidden !important;
}
.elementor-2109 .elementor-element-3d42930 :where(.product_item--thumbnail img, .p_img-first img),
.elementor-2109 .elementor-element-a9082a0 .lakit-posts__thumbnail-img,
.elementor-2109 .elementor-element-257fdf9 .mh-news-card__img {
  transition: transform .8s cubic-bezier(0, .65, .55, 1) !important;
  will-change: transform;
}
.elementor-2109 .elementor-element-3d42930 .product_item:hover :where(.product_item--thumbnail img, .p_img-first img),
.elementor-2109 .elementor-element-a9082a0 .lakit-posts__item:hover .lakit-posts__thumbnail-img,
.elementor-2109 .elementor-element-257fdf9 .mh-news-card:hover .mh-news-card__img {
  transform: scale(1.1) !important;
}

/* 4. Stretch only the homepage About image to the same top/bottom edges as
 * the adjacent copy. Mobile/tablet keep the image's native aspect ratio. */
@media (min-width: 1025px) {
  .elementor-2109 .elementor-element-2754dc8 {
    align-self: stretch !important;
    height: auto !important;
    min-height: 100% !important;
  }
  .elementor-2109 .elementor-element-2754dc8 .elementor-widget-image,
  .elementor-2109 .elementor-element-2754dc8 .elementor-widget-container,
  .elementor-2109 .elementor-element-a5a2cb4,
  .elementor-2109 .elementor-element-a5a2cb4 .elementor-widget-container,
  .elementor-2109 .elementor-element-a5a2cb4 img {
    width: 100% !important;
    height: 100% !important;
  }
  .elementor-2109 .elementor-element-a5a2cb4 img {
    object-fit: cover !important;
    object-position: center !important;
  }
}

@media (max-width: 1024px) {
  .elementor-2109 .elementor-element-caade10 .lakit-ntabs-heading,
  .elementor-2109 .elementor-element-abe9b11 .lakit-ntabs-heading {
    gap: 22px !important;
    column-gap: 22px !important;
  }
  .elementor-2109 .elementor-element-3d42930,
  .elementor-2109 .elementor-element-a9082a0 {
    --mh-home-card-gap: 28px;
  }
  .elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item {
    height: 440px !important;
    min-height: 440px !important;
  }
  .elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item--title,
  .elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item--title a {
    font-size: 26px !important;
  }
  .elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel .lakit-posts__inner-box {
    height: clamp(300px, 42vw, 380px) !important;
  }
  .elementor-2109 .elementor-element-2754dc8 {
    align-self: stretch !important;
    height: auto !important;
    min-height: 0 !important;
  }
  .elementor-2109 .elementor-element-a5a2cb4,
  .elementor-2109 .elementor-element-a5a2cb4 .elementor-widget-container {
    height: auto !important;
  }
  .elementor-2109 .elementor-element-a5a2cb4 img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 2;
    object-fit: cover !important;
    object-position: center !important;
  }
}

@media (max-width: 640px) {
  .elementor-2109 .elementor-element-caade10 .lakit-ntabs-heading,
  .elementor-2109 .elementor-element-abe9b11 .lakit-ntabs-heading {
    gap: 16px !important;
    column-gap: 16px !important;
  }
  .elementor-2109 .elementor-element-3d42930,
  .elementor-2109 .elementor-element-a9082a0 {
    --mh-home-card-gap: 20px;
  }
  .elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item {
    height: 440px !important;
    min-height: 440px !important;
  }
  .elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item--title,
  .elementor-2109 .elementor-element-3d42930 .lakit-products.lakit-carousel .product_item--title a {
    font-size: 24px !important;
    line-height: 1.14 !important;
  }
  .elementor-2109 .elementor-element-a9082a0 .lakit-posts.lakit-carousel .lakit-posts__inner-box {
    height: 300px !important;
  }
}
/* END MH Home - nine feedback fixes - 20260711 */

/* About - migrated from Elementor custom_css ID 2070; sha1 96f7aff7c6dbb0c037bd3c4eea9ca9ed7b03c99c */
/* About Story */
body.page-id-2070 .elementor-2070 { background: #fff; }
body.page-id-2070 .elementor-2070 .elementor-widget-html,
body.page-id-2070 .elementor-2070 .elementor-widget-html > .elementor-widget-container { width: 100%; }
body.page-id-2070 #mh-about-2026 {
  --mh-about-rail: min(1292px, calc(100vw - 72px));
  --mh-about-ink: #202020;
  --mh-about-muted: #4E4E4E;
  --mh-about-brown: #7c5739;
  --mh-about-accent: #7c5739;
  --mh-about-beige: #EAD8C1;
  color: var(--mh-about-ink);
  background: #fff;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}
body.page-id-2070 #mh-about-2026 * { box-sizing: border-box; }
body.page-id-2070 .mh-about-story { padding: 84px 0 74px; }
body.page-id-2070 .mh-about-story-map {
  width: var(--mh-about-rail);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(23, 42px);
  column-gap: 16px;
  row-gap: 14px;
  position: relative;
}
body.page-id-2070 .mh-story-title-block { grid-column: 1 / 4; grid-row: 1 / 4; }
body.page-id-2070 .mh-story-title-block h1,
body.page-id-2070 .mh-about-vision h2,
body.page-id-2070 .mh-about-core h2 {
  margin: 0;
  font-family: "Noto Serif Display", serif;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--mh-about-ink);
}
body.page-id-2070 .mh-story-title-block h1 { font-size: 45px; line-height: 1.12; }
body.page-id-2070 .mh-story-title-line {
  display: block;
  white-space: nowrap;
}
body.page-id-2070 .mh-story-quote {
  grid-column: 1 / 5;
  grid-row: 6 / 9;
  align-self: stretch;
  display: grid;
  place-items: center;
  min-height: 164px;
  border: 1px solid var(--mh-about-accent);
  color: var(--mh-about-accent);
  background: #fff;
  position: relative;
}
body.page-id-2070 .mh-story-quote::before,
body.page-id-2070 .mh-story-quote::after {
  content: none;
  display: none;
}
body.page-id-2070 .mh-story-quote::before { left: -1px; }
body.page-id-2070 .mh-story-quote::after { right: -1px; }
body.page-id-2070 .mh-story-quote-mark {
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: #fff;
  font-family: "Noto Serif Display", serif;
  font-size: 96px;
  line-height: 1;
  color: var(--mh-about-accent);
}
body.page-id-2070 .mh-story-quote p {
  margin: 22px 20px 0;
  text-align: center;
  font-family: "Noto Serif Display", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.22;
}
body.page-id-2070 .mh-story-card {
  border: 2px solid #1e1e1e;
  background: #fff;
  padding: 0 38px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 2;
}
body.page-id-2070 .mh-story-card-01 { grid-column: 5 / 10; grid-row: 2 / 8; }
body.page-id-2070 .mh-story-card-02 { grid-column: 8 / 13; grid-row: 7 / 14; }
body.page-id-2070 .mh-story-card-03 { grid-column: 4 / 9; grid-row: 12 / 17; }
body.page-id-2070 .mh-story-card-04 { grid-column: 7 / 11; grid-row: 18 / 23; }
body.page-id-2070 .mh-story-card-num {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: -38px 0 20px;
  color: #000;
}
body.page-id-2070 .mh-story-card-num::before,
body.page-id-2070 .mh-story-card-num::after {
  content: none;
  display: none;
}
body.page-id-2070 .mh-story-card-num span {
  font-family: "Noto Serif Display", serif;
  font-size: 70px;
  line-height: .95;
  font-weight: 500;
  background: #fff;
}
body.page-id-2070 .mh-story-card h2 {
  margin: 0 0 18px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 1.16;
  font-weight: 600;
  color: var(--mh-about-ink);
}
body.page-id-2070 .mh-story-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  color: #2d2d2d;
}
body.page-id-2070 .mh-story-image {
  margin: 0;
  overflow: hidden;
  background: #f4f0ea;
  position: relative;
  z-index: 1;
}
body.page-id-2070 .mh-story-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
body.page-id-2070 .mh-story-image-fan { grid-column: 10 / 13; grid-row: 2 / 6; }
body.page-id-2070 .mh-story-image-hand { grid-column: 5 / 7; grid-row: 7 / 10; }
body.page-id-2070 .mh-story-image-left { grid-column: 1 / 4; grid-row: 10 / 15; }
body.page-id-2070 .mh-story-image-sample { grid-column: 4 / 6; grid-row: 17 / 21; }
body.page-id-2070 .mh-story-image-room-a { grid-column: 9 / 11; grid-row: 14 / 18; }
body.page-id-2070 .mh-story-image-room-b { grid-column: 11 / 13; grid-row: 17 / 20; }
body.page-id-2070 .mh-story-rule { display: none; height: 2px; background: #1e1e1e; align-self: center; z-index: 0; }
body.page-id-2070 .mh-story-rule-a { grid-column: 4 / 5; grid-row: 3; }
body.page-id-2070 .mh-story-rule-b { grid-column: 7 / 8; grid-row: 8; }
body.page-id-2070 .mh-story-rule-c { grid-column: 8 / 9; grid-row: 14; }
body.page-id-2070 .mh-story-rule-d { grid-column: 10 / 11; grid-row: 18; }
@media (min-width: 901px) {
  body.page-id-2070 .mh-story-image {
    align-self: start;
    justify-self: start;
    width: min(100%, var(--mh-story-image-width, 100%));
  }
  body.page-id-2070 .mh-story-image img {
    height: auto;
    object-fit: contain;
  }
  body.page-id-2070 .mh-story-image-fan {
    --mh-story-image-width: clamp(176px, 17vw, 208px);
    justify-self: end;
  }
  body.page-id-2070 .mh-story-image-hand { --mh-story-image-width: clamp(126px, 12vw, 147px); }
  body.page-id-2070 .mh-story-image-left { --mh-story-image-width: clamp(200px, 20vw, 241px); }
  body.page-id-2070 .mh-story-image-sample { --mh-story-image-width: clamp(122px, 12vw, 143px); }
  body.page-id-2070 .mh-story-image-room-a { --mh-story-image-width: clamp(112px, 11vw, 136px); }
  body.page-id-2070 .mh-story-image-room-b {
    --mh-story-image-width: clamp(118px, 11.3vw, 138px);
    justify-self: end;
  }
  body.page-id-2070 .mh-story-card-01 {
    top: clamp(42px, 4.2vw, 58px);
    z-index: 3;
  }
  body.page-id-2070 .mh-story-card-02 {
    top: clamp(74px, 7vw, 96px);
    z-index: 4;
  }
  body.page-id-2070 .mh-story-card-03 {
    top: clamp(0px, 1.2vw, 16px);
    z-index: 5;
  }
  body.page-id-2070 .mh-story-card-03 h2,
  body.page-id-2070 .mh-story-card-03 p {
    max-width: calc(100% - clamp(80px, 10vw, 100px));
  }
  body.page-id-2070 .mh-story-card-04 {
    top: clamp(-74px, -4.8vw, -44px);
    z-index: 6;
  }
  body.page-id-2070 .mh-story-image-fan {
    top: clamp(26px, 2.4vw, 38px);
  }
  body.page-id-2070 .mh-story-image-hand {
    top: clamp(72px, 6vw, 86px);
    z-index: 7;
  }
  body.page-id-2070 .mh-story-image-left {
    top: clamp(34px, 3vw, 48px);
  }
  body.page-id-2070 .mh-story-image-sample {
    top: clamp(-24px, -1.6vw, -12px);
    z-index: 6;
  }
  body.page-id-2070 .mh-story-image-room-a {
    top: clamp(-12px, -0.8vw, -6px);
    z-index: 6;
  }
  body.page-id-2070 .mh-story-image-room-b {
    top: clamp(-52px, -3.4vw, -30px);
    z-index: 3;
  }
}
@media (min-width: 1280px) {
  body.page-id-2070 .mh-story-title-block {
    position: relative;
    left: clamp(6px, .6vw, 8px);
    top: clamp(48px, 4vw, 54px);
  }
  body.page-id-2070 .mh-story-title-block h1 {
    font-size: clamp(36px, 2.8vw, 38px);
    line-height: 1.4;
  }
  body.page-id-2070 .mh-story-quote {
    grid-column: 1 / 6;
    justify-self: start;
    width: 90.5%;
    height: clamp(186px, 14vw, 190px);
    min-height: 0;
    top: clamp(92px, 7.8vw, 106px);
    left: clamp(6px, .6vw, 8px);
    z-index: 5;
  }
  body.page-id-2070 .mh-story-card-01 {
    top: clamp(72px, 6.6vw, 90px);
    left: clamp(9px, .75vw, 11px);
    width: calc(100% + 8px);
    height: clamp(286px, 21.8vw, 298px);
    min-height: 0;
    align-self: start;
  }
  body.page-id-2070 .mh-story-card-02 {
    top: clamp(90px, 7.8vw, 95px);
    left: clamp(-7px, -.5vw, -6px);
    width: calc(100% + 9px);
    height: clamp(382px, 29.2vw, 399px);
    min-height: 0;
  }
  body.page-id-2070 .mh-story-card-02 .mh-story-card-num {
    margin-left: clamp(138px, 10.9vw, 150px);
  }
  body.page-id-2070 .mh-story-card-02 h2,
  body.page-id-2070 .mh-story-card-02 p {
    margin-left: clamp(88px, 7vw, 96px);
    max-width: calc(100% - clamp(88px, 7vw, 96px));
  }
  body.page-id-2070 .mh-story-card-03 {
    top: clamp(28px, 2.4vw, 33px);
    left: clamp(-9px, -.65vw, -8px);
    width: 97.4%;
    height: clamp(280px, 21.4vw, 292px);
    min-height: 0;
    align-self: start;
  }
  body.page-id-2070 .mh-story-card-04 {
    top: clamp(-18px, -.9vw, -12px);
    left: clamp(-64px, -4.4vw, -58px);
    width: 106%;
    height: clamp(246px, 18.6vw, 254px);
    min-height: 0;
    align-self: start;
  }
  body.page-id-2070 .mh-story-image-fan {
    --mh-story-image-width: clamp(214px, 17.3vw, 236px);
    left: clamp(4px, .4vw, 6px);
    top: clamp(34px, 2.8vw, 38px);
  }
  body.page-id-2070 .mh-story-image-hand {
    grid-column: 6 / 8;
    top: clamp(64px, 5.2vw, 72px);
  }
  body.page-id-2070 .mh-story-image-left {
    left: clamp(42px, 3.3vw, 48px);
    top: clamp(102px, 7.9vw, 108px);
  }
  body.page-id-2070 .mh-story-image-sample {
    left: clamp(36px, 2.9vw, 42px);
    top: clamp(8px, .9vw, 14px);
  }
  body.page-id-2070 .mh-story-image-room-a {
    left: clamp(72px, 6vw, 82px);
    top: clamp(48px, 4.6vw, 62px);
    z-index: 8;
  }
  body.page-id-2070 .mh-story-image-room-b {
    left: clamp(-28px, -1.9vw, -20px);
    top: clamp(30px, 3vw, 42px);
  }
}

/* Vision Mission */
body.page-id-2070 .mh-about-vision { padding: 18px 0 104px; }
body.page-id-2070 .mh-about-vision-inner {
  width: min(1120px, calc(100vw - 168px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 150px;
}
body.page-id-2070 .mh-about-vision h2 {
  font-size: 40px;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 34px;
}
body.page-id-2070 .mh-about-vision p {
  margin: 0 0 20px;
  font-size: 13.5px;
  line-height: 1.62;
  color: #252525;
}
body.page-id-2070 .mh-about-vision p:last-child { margin-bottom: 0; }
body.page-id-2070 .mh-about-feature { margin: 0; position: relative; }
body.page-id-2070 .mh-about-feature img {
  width: 100%;
  height: clamp(520px, 57.7vw, 788px);
  object-fit: cover;
  object-position: center center;
  display: block;
}
body.page-id-2070 .mh-about-feature::after {
  content: "";
  display: block;
  width: 68%;
  height: 64px;
  background: var(--mh-about-beige);
}

/* Core Values */
body.page-id-2070 .mh-about-core { padding: 76px 0 72px; background: #fff; }
body.page-id-2070 .mh-about-core-inner {
  width: var(--mh-about-rail);
  margin: 0 auto 54px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 76px;
  align-items: start;
}
body.page-id-2070 .mh-about-core h2 { font-size: 37px; line-height: 1.16; }
body.page-id-2070 .mh-about-core p {
  margin: 2px 0 0;
  max-width: 900px;
  font-size: 13.5px;
  line-height: 1.65;
  color: #2d2d2d;
}
body.page-id-2070 .mh-about-cert-marquee {
  width: 100%;
  overflow: hidden;
  padding: 4px 0 10px;
  background: #fff;
}
body.page-id-2070 .mh-about-cert-track {
  --mh-about-cert-gap: clamp(42px, 5.2vw, 76px);
  width: max-content;
  display: flex;
  align-items: center;
  gap: var(--mh-about-cert-gap);
  animation: mh-about-cert-marquee 30s linear infinite;
  will-change: transform;
}
body.page-id-2070 .mh-about-cert-track--slider {
  min-width: max-content;
}
body.page-id-2070 .mh-about-cert-slide {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(94px, 9vw, 164px);
  height: clamp(72px, 7vw, 104px);
}
body.page-id-2070 .mh-about-cert-track:not(.mh-about-cert-track--slider) img {
  width: min(1263px, 92vw);
  max-width: none;
  height: auto;
  display: block;
  flex: 0 0 auto;
}
body.page-id-2070 .mh-about-cert-slide img {
  width: auto;
  max-width: min(210px, 24vw);
  max-height: clamp(56px, 6vw, 88px);
  height: auto;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}
@keyframes mh-about-cert-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - (var(--mh-about-cert-gap) / 2))); }
}
@media (prefers-reduced-motion: reduce) {
  body.page-id-2070 .mh-about-cert-track { animation: none; }
}

/* Responsive */
@media (max-width: 1279px) {
  body.page-id-2070 #mh-about-2026 { --mh-about-rail: min(1180px, calc(100vw - 64px)); }
  body.page-id-2070 .mh-about-story-map { grid-template-rows: repeat(23, 40px); column-gap: 12px; row-gap: 12px; }
  body.page-id-2070 .mh-story-title-block { grid-column: 1 / 5; }
  body.page-id-2070 .mh-story-title-block h1 { font-size: 40px; }
  body.page-id-2070 .mh-story-card { padding-left: 28px; padding-right: 28px; }
  body.page-id-2070 .mh-story-card h2 { font-size: 22px; }
  body.page-id-2070 .mh-story-card p { font-size: 12.5px; }
  body.page-id-2070 .mh-about-vision-inner { width: var(--mh-about-rail); gap: 80px; }
}
@media (min-width: 901px) and (max-width: 1279px) {
  body.page-id-2070 .mh-story-card-01 {
    grid-row: 2 / 7;
    top: 0;
  }
  body.page-id-2070 .mh-story-card-02 {
    top: clamp(-18px, -1.3vw, -10px);
  }
  body.page-id-2070 .mh-story-card-03 {
    grid-column: 4 / 8;
    top: 0;
  }
  body.page-id-2070 .mh-story-card-03 h2,
  body.page-id-2070 .mh-story-card-03 p {
    max-width: none;
  }
  body.page-id-2070 .mh-story-card-04 {
    top: clamp(-76px, -6.2vw, -56px);
  }
  body.page-id-2070 .mh-story-image-hand {
    top: clamp(-18px, -1.4vw, -10px);
  }
  body.page-id-2070 .mh-story-image-sample {
    top: clamp(-42px, -3.2vw, -24px);
  }
  body.page-id-2070 .mh-story-image-room-a {
    top: clamp(-48px, -3.6vw, -28px);
  }
  body.page-id-2070 .mh-story-image-room-b {
    top: clamp(-68px, -5vw, -38px);
  }
}
@media (max-width: 900px) {
  body.page-id-2070 #mh-about-2026 { --mh-about-rail: calc(100vw - 48px); }
  body.page-id-2070 .mh-about-story { padding: 72px 0 52px; }
  body.page-id-2070 .mh-about-story-map {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: var(--mh-about-rail);
  }
  body.page-id-2070 .mh-story-title-block h1 { font-size: 38px; line-height: 1.08; }
  body.page-id-2070 .mh-story-quote { min-height: 142px; order: 2; }
  body.page-id-2070 .mh-story-quote p { font-size: 24px; }
  body.page-id-2070 .mh-story-card { width: 100%; }
  body.page-id-2070 .mh-story-card { min-height: 0; padding: 0 24px 26px; }
  body.page-id-2070 .mh-story-card-num { margin-top: -26px; margin-bottom: 14px; gap: 18px; }
  body.page-id-2070 .mh-story-card-num span { font-size: 52px; }
  body.page-id-2070 .mh-story-card h2 { font-size: 21px; }
  body.page-id-2070 .mh-story-card p { font-size: 13px; line-height: 1.62; }
  body.page-id-2070 .mh-story-image {
    align-self: center;
    width: auto;
    max-width: 100%;
    height: auto;
    overflow: visible;
    background: transparent;
  }
  body.page-id-2070 .mh-story-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  body.page-id-2070 .mh-story-rule { display: none; }
  body.page-id-2070 .mh-about-vision { padding: 28px 0 70px; }
  body.page-id-2070 .mh-about-vision-inner { width: var(--mh-about-rail); grid-template-columns: 1fr; gap: 44px; }
  body.page-id-2070 .mh-about-vision h2 { text-align: left; font-size: 34px; margin-bottom: 22px; }
  body.page-id-2070 .mh-about-feature img { height: 390px; }
  body.page-id-2070 .mh-about-feature::after { width: 72%; height: 42px; }
  body.page-id-2070 .mh-about-core { padding: 54px 0 58px; }
  body.page-id-2070 .mh-about-core-inner { width: var(--mh-about-rail); grid-template-columns: 1fr; gap: 22px; margin-bottom: 40px; }
  body.page-id-2070 .mh-about-core h2 { font-size: 32px; }
  body.page-id-2070 .mh-about-cert-track { --mh-about-cert-gap: 34px; animation-duration: 24s; }
  body.page-id-2070 .mh-about-cert-slide { min-width: clamp(86px, 16vw, 132px); height: 82px; }
  body.page-id-2070 .mh-about-cert-slide img { max-width: 160px; max-height: 68px; }
}
@media (max-width: 480px) {
  body.page-id-2070 #mh-about-2026 { --mh-about-rail: calc(100vw - 40px); }
  body.page-id-2070 .mh-about-story { padding-top: 58px; }
  body.page-id-2070 .mh-story-title-block h1 { font-size: 34px; }
  body.page-id-2070 .mh-story-quote { min-height: 128px; }
  body.page-id-2070 .mh-story-quote::before,
  body.page-id-2070 .mh-story-quote::after { width: 54px; }
  body.page-id-2070 .mh-story-quote-mark { top: -34px; font-size: 76px; }
  body.page-id-2070 .mh-story-quote p { font-size: 21px; }
  body.page-id-2070 .mh-story-card { border-width: 1px; padding-inline: 20px; }
  body.page-id-2070 .mh-story-card-num span { font-size: 44px; }
  body.page-id-2070 .mh-story-card h2 { font-size: 20px; }
  body.page-id-2070 .mh-about-vision p,
  body.page-id-2070 .mh-about-core p { font-size: 13px; line-height: 1.68; }
  body.page-id-2070 .mh-about-feature img { height: 320px; }
}

/* About Active Nav */
@media (min-width: 1280px) {
  body.page-id-2070 #header-scroll .lakit-nav__item-2407 > a {
    color: #7c5739 !important;
    font-weight: 700 !important;
  }
}

/* News Listing - migrated from Elementor custom_css ID 1608; sha1 3a3d97a776aa589c46f94aae678f6f6afed9985f */
/* News Listing */
body.page-id-1608 .page-header--default,
body.page-id-1608 .mh-page-hero {
  display: none !important;
}

body.page-id-1608 #header-scroll .lakit-nav__item-2411 > a {
  color: #7c5739 !important;
  font-weight: 700 !important;
}

body.page-id-1608 .elementor-location-footer .elementor-element-ftcta01,
body.page-id-1608 .elementor-location-footer .elementor-element-ftcta02 {
  display: none;
}

#mh-news-2026 {
  --mh-brown: #7c5739;
  --mh-accent: #7c5739;
  --mh-soft: #7c5739;
  --mh-line: rgba(124, 87, 57, .38);
  --mh-text: #111111;
  font-family: Montserrat, Arial, sans-serif;
  color: var(--mh-text);
  background: #fff;
  padding-top: clamp(118px, 8.5vw, 140px) !important;
  padding-bottom: clamp(88px, 7vw, 128px) !important;
  scroll-margin-top: 96px;
}

#mh-news-2026 .mh-news-screen {
  width: 100%;
}

#mh-news-2026 .mh-news-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 80px;
  align-items: start;
}

#mh-news-2026 h1 {
  margin: 0;
  color: #090909;
  font-family: "Noto Serif Display", Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

#mh-news-2026 .mh-news-tools {
  display: grid;
  grid-template-columns: minmax(11rem, clamp(11rem, 14.7vw, 12.5rem));
  gap: 0;
  align-items: start;
  justify-content: end;
  padding-top: 4px;
}

:where(#mh-news-2026) .mh-news-filter-list {
  display: none;
}

:where(#mh-news-2026) .mh-news-filter-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #111;
  padding: 0;
  font: 400 15px/1.18 Montserrat, Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  text-align: left;
}

:where(#mh-news-2026) .mh-news-filter-button:hover,
:where(#mh-news-2026) .mh-news-filter-button:focus-visible,
:where(#mh-news-2026) .mh-news-filter-button.is-active {
  color: var(--mh-accent);
  font-weight: 600;
  outline: none;
}

:where(#mh-news-2026) .mh-news-select-label {
  position: relative;
  display: block;
  min-width: 0;
}

:where(#mh-news-2026) .mh-news-select-label::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-right: 1.4px solid #5f5a54;
  border-bottom: 1.4px solid #5f5a54;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

:where(#mh-news-2026) .mh-news-select {
  width: 100%;
  min-width: 0;
  height: 37px;
  appearance: none;
  border: 1px solid #2d2924;
  border-radius: 0;
  background: #fff;
  color: #111;
  padding: 0 48px 0 20px;
  font: 400 14px/1 Montserrat, Arial, sans-serif;
  letter-spacing: 0;
}

:where(#mh-news-2026) .mh-news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px 49px;
  margin-top: 36px;
}

:where(#mh-news-2026) .mh-news-card {
  display: block;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}

:where(#mh-news-2026) .mh-news-card[hidden] {
  display: none !important;
}

:where(#mh-news-2026) .mh-news-card-media {
  margin: 0 0 25px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #e7ded2;
}

:where(#mh-news-2026) .mh-news-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 800ms cubic-bezier(0, 0.65, 0.55, 1), filter 800ms cubic-bezier(0, 0.65, 0.55, 1);
}

:where(#mh-news-2026) .mh-news-card:hover .mh-news-card-media img,
:where(#mh-news-2026) .mh-news-card:focus-visible .mh-news-card-media img {
  transform: scale(1.1);
  filter: saturate(.96) contrast(1.03);
}

:where(#mh-news-2026) .mh-news-card h2 {
  margin: 0;
  color: #050505;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(18px, 1.88vw, 18px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

:where(#mh-news-2026) .mh-news-empty {
  margin: 72px 0 0;
  color: var(--mh-brown);
  font-size: 15px;
  line-height: 1.5;
}

:where(#mh-news-2026) .mh-news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 58px 0 0;
  min-height: 24px;
}

:where(#mh-news-2026) .mh-news-pagination[hidden] {
  display: none !important;
}

:where(#mh-news-2026) .mh-news-page-button,
:where(#mh-news-2026) .mh-news-page-next {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  color: #111;
  font: 400 15px/1 Montserrat, Arial, sans-serif;
  cursor: pointer;
}

:where(#mh-news-2026) .mh-news-page-button.is-active,
:where(#mh-news-2026) .mh-news-page-button:hover,
:where(#mh-news-2026) .mh-news-page-next:hover {
  color: var(--mh-accent);
  font-weight: 600;
}

:where(#mh-news-2026) .mh-news-page-next:disabled {
  opacity: .35;
  cursor: default;
}

:where(#mh-news-2026) .mh-news-page-dots {
  color: #111;
  font: 400 15px/1 Montserrat, Arial, sans-serif;
  letter-spacing: 2px;
}

/* News Responsive */
@media (max-width: 1279px) {
  #mh-news-2026 .mh-news-head { column-gap: 40px; }
  :where(#mh-news-2026) .mh-news-tools { grid-template-columns: minmax(10.5rem, clamp(10.5rem, 18vw, 11.875rem)); gap: 0; }
  :where(#mh-news-2026) .mh-news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 32px; margin-top: 42px; }
}

@media (max-width: 900px) {
  #mh-news-2026 .mh-news-head { grid-template-columns: 1fr; row-gap: 30px; }
  :where(#mh-news-2026) .mh-news-tools { justify-self: stretch; grid-template-columns: minmax(10rem, clamp(10rem, 24vw, 11.25rem)); gap: 0; }
  :where(#mh-news-2026) .mh-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 28px; margin-top: 40px; }
}

@media (max-width: 600px) {
  #mh-news-2026 {
    padding-top: 96px !important;
    padding-bottom: 72px !important;
    scroll-margin-top: 82px;
  }

  #mh-news-2026 h1 { font-size: 42px; line-height: 1.08; }
  :where(#mh-news-2026) .mh-news-tools { grid-template-columns: 1fr; gap: 0; }
  :where(#mh-news-2026) .mh-news-select-label { justify-self: end; width: min(100%, clamp(11rem, 54vw, 13.125rem)); }
  :where(#mh-news-2026) .mh-news-grid { grid-template-columns: 1fr; gap: 42px; margin-top: 38px; }
  :where(#mh-news-2026) .mh-news-card-media { margin-bottom: 18px; }
  :where(#mh-news-2026) .mh-news-card h2 { font-size: 25px; line-height: 1.08; }
  :where(#mh-news-2026) .mh-news-pagination { gap: 14px; margin-top: 46px; }
}

/* News Detail - migrated from Elementor custom_css ID 1696; sha1 87d4f05b10c5f154f21e42ecc4023b5a73c2452f */
/* News Detail Base */
body.single-post .elementor-1696 {
  --mh-news-detail-rail: min(1288px, calc(100vw - clamp(40px, 8.8vw, 120px)));
  color: var(--e-global-color-mhtext, #202020);
  background: #fff;
}

.elementor-1696 .elementor-element-mhndhero,
.elementor-1696 .mh-news-detail-hero {
  width: 100%;
}

.elementor-1696 .elementor-element-mhndhead > .e-con-inner,
.elementor-1696 .elementor-element-mhndbody > .e-con-inner,
.elementor-1696 .elementor-element-mhndrelated > .e-con-inner,
.elementor-1696 .mh-news-detail-head .e-con-inner,
.elementor-1696 .mh-news-detail-body .e-con-inner,
.elementor-1696 .mh-news-detail-related .e-con-inner {
  width: 100%;
  max-width: var(--mh-news-detail-rail);
}

/* News Detail Header */
.elementor-1696 .elementor-element-mhndhead > .e-con-inner,
.elementor-1696 .mh-news-detail-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  column-gap: clamp(20px, 3vw, 44px);
}

.elementor-1696 .mh-news-detail-title {
  max-width: min(960px, 100%);
}

.elementor-1696 .mh-news-detail-title :where(.elementor-heading-title, .mh-html-article-title__heading) {
  margin: 0;
  letter-spacing: 0;
}

.elementor-1696 .mh-news-detail-date {
  min-width: 112px;
  padding-top: 10px;
  text-align: right;
}

.elementor-1696 .mh-news-detail-date a,
.elementor-1696 .mh-news-detail-date span {
  color: inherit !important;
}

.elementor-1696 .elementor-element-mhnddate .lakit-posts__meta {
  justify-content: flex-end;
  text-align: right;
}

/* News Detail Content */
.elementor-1696 .mh-news-detail-content {
  color: var(--mh-text, #202020);
  max-width: 100%;
}

.elementor-1696 .mh-news-detail-content .entry-content,
.elementor-1696 .mh-news-detail-content .lakit-post-content {
  max-width: none;
}

body.single-post .elementor-1696 .mh-news-detail-content figure img,
body.single-post .elementor-1696 .mh-news-detail-content .mh-content-image {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.elementor-1696 .mh-article-cta {
  display: none;
}

/* News Detail Meta */
.elementor-1696 .mh-news-detail-tags {
  margin-top: 20px;
}

.elementor-1696 .mh-news-detail-tags .lakit-pf-metalist {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0;
  color: var(--e-global-color-mhaccent, #7c5739);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
}

.elementor-1696 .mh-news-detail-tags a,
.elementor-1696 .mh-news-detail-tags span,
.elementor-1696 .mh-news-detail-tags time {
  color: inherit !important;
}

.elementor-1696 .mh-news-detail-tags a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.elementor-1696 .mh-news-detail-tags .meta--label {
  margin-right: .25em;
}

.elementor-1696 .mh-news-detail-tags .mh-news-detail-meta-separator {
  margin: 0 .45em;
}

.elementor-1696 .mh-news-detail-tags .mh-news-detail-date-inline,
.elementor-1696 .mh-news-detail-tags .mh-news-detail-author-inline {
  white-space: nowrap;
}

/* Related News */
.elementor-1696 .elementor-element-mhndrelhead,
.elementor-1696 .mh-news-detail-related-title {
  margin-bottom: 0 !important;
  padding-bottom: 58px;
}

.elementor-1696 .mh-news-detail-related-title .elementor-heading-title {
  margin: 0;
  letter-spacing: 0;
}

.elementor-1696 .elementor-element-mhndrelposts .lakit-posts__list,
.elementor-1696 .mh-news-detail-related-posts .lakit-posts__list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 46px;
  margin: 0 !important;
  transform: none !important;
}

.elementor-1696 .elementor-element-mhndrelposts .lakit-posts__item,
.elementor-1696 .elementor-element-mhndrelposts .lakit-posts__outer-box,
.elementor-1696 .elementor-element-mhndrelposts .lakit-posts__inner-box,
.elementor-1696 .mh-news-detail-related-posts .lakit-posts__item,
.elementor-1696 .mh-news-detail-related-posts .lakit-posts__outer-box,
.elementor-1696 .mh-news-detail-related-posts .lakit-posts__inner-box {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.elementor-1696 .elementor-element-mhndrelposts .post-thumbnail,
.elementor-1696 .elementor-element-mhndrelposts .lakit-posts__thumbnail,
.elementor-1696 .elementor-element-mhndrelposts .lakit-posts__thumbnail-link,
.elementor-1696 .mh-news-detail-related-posts .post-thumbnail,
.elementor-1696 .mh-news-detail-related-posts .lakit-posts__thumbnail,
.elementor-1696 .mh-news-detail-related-posts .lakit-posts__thumbnail-link {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: 0 0 20px !important;
}

.elementor-1696 .elementor-element-mhndrelposts img,
.elementor-1696 .mh-news-detail-related-posts img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0, 0.65, 0.55, 1);
}

.elementor-1696 .elementor-element-mhndrelposts a:hover img,
.elementor-1696 .mh-news-detail-related-posts a:hover img {
  transform: scale(1.1);
}


.elementor-1696 .elementor-element-mhndrelposts .lakit-posts__title a:hover,
.elementor-1696 .mh-news-detail-related-posts .lakit-posts__title a:hover {
  color: var(--e-global-color-mhaccent, #7c5739) !important;
}

body.single-post:is(.category-ban-tin, .category-su-kien, .category-bao-chi) .elementor-location-footer .elementor-element-ftcta01,
body.single-post:is(.category-ban-tin, .category-su-kien, .category-bao-chi) .elementor-location-footer .elementor-element-ftcta02 {
  display: none !important;
}

body.single-post:is(.category-ban-tin, .category-su-kien, .category-bao-chi) .elementor-46 .lakit-nav__item-2411 > .menu-item-link-top,
body.single-post:is(.category-ban-tin, .category-su-kien, .category-bao-chi) .elementor-46 .lakit-nav__item-2411 > .menu-item-link-top .menu-text {
  color: var(--e-global-color-mhaccent, #7c5739) !important;
  font-weight: 600 !important;
}

/* Responsive */
@media (max-width: 1199px) {
  .elementor-1696 .elementor-element-mhndrelposts .lakit-posts__list,
  .elementor-1696 .mh-news-detail-related-posts .lakit-posts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 28px;
  }

  .elementor-1696 .elementor-element-mhndrelposts .entry-title,
  .elementor-1696 .elementor-element-mhndrelposts .lakit-posts__title,
  .elementor-1696 .elementor-element-mhndrelposts .lakit-posts__title a,
  .elementor-1696 .mh-news-detail-related-posts .entry-title,
  .elementor-1696 .mh-news-detail-related-posts .lakit-posts__title,
  .elementor-1696 .mh-news-detail-related-posts .lakit-posts__title a {
    font-size: 22px !important;
    line-height: 1.12 !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .elementor-1696 .elementor-element-mhndrelposts .lakit-posts__list,
  .elementor-1696 .mh-news-detail-related-posts .lakit-posts__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 24px;
  }
}

@media (max-width: 767px) {
  body.single-post .elementor-1696 {
    --mh-news-detail-rail: calc(100vw - 40px);
  }

  .elementor-1696 .elementor-element-mhndhead > .e-con-inner,
  .elementor-1696 .mh-news-detail-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .elementor-1696 .mh-news-detail-title {
    max-width: none;
  }

  .elementor-1696 .mh-news-detail-date {
    min-width: 0;
    padding-top: 0;
    text-align: left;
  }

  .elementor-1696 .elementor-element-mhnddate .lakit-posts__meta {
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .elementor-1696 .elementor-element-mhnddate .meta--value {
    text-align: left !important;
  }

  .elementor-1696 .elementor-element-mhndrelhead,
  .elementor-1696 .mh-news-detail-related-title {
    padding-bottom: 28px;
  }

  .elementor-1696 .elementor-element-mhndrelposts .lakit-posts__list,
  .elementor-1696 .mh-news-detail-related-posts .lakit-posts__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .elementor-1696 .elementor-element-mhndrelposts .entry-title,
  .elementor-1696 .elementor-element-mhndrelposts .lakit-posts__title,
  .elementor-1696 .elementor-element-mhndrelposts .lakit-posts__title a,
  .elementor-1696 .mh-news-detail-related-posts .entry-title,
  .elementor-1696 .mh-news-detail-related-posts .lakit-posts__title,
  .elementor-1696 .mh-news-detail-related-posts .lakit-posts__title a {
    font-size: 20px !important;
    line-height: 1.15 !important;
  }
}

/* END MH Elementor Custom CSS Consolidated 20260702 */

/* BEGIN MH Products 20260704 */
body:where(.page-id-2101, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .single-product) {
  --mh-product-rail: min(1280px, calc(100vw - clamp(40px, 7vw, 112px)));
  --mh-product-ink: #7c5739;
  --mh-product-muted: #756b62;
  --mh-product-accent: #7c5739;
  --mh-product-line: rgba(124, 87, 57, .16);
  --mh-product-soft: #f7f0e8;
  overflow-x: hidden;
}

body:where(.page-id-2101, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .single-product) .page-header--default {
  display: none !important;
}

body:where(.page-id-2101, .post-type-archive-product, .tax-product_cat, .tax-product_tag) :where(.price, .add_to_cart_button, .product_item--action, .product_item--price) {
  display: none !important;
}

body.page-id-2101 .elementor[data-elementor-id="2101"] {
  background: #fff;
}

body.page-id-2101 .mh-product-lines-landing > .e-con-inner {
  width: var(--mh-product-rail);
  max-width: var(--mh-product-rail);
}

body.page-id-2101 .mh-product-lines-landing .elementor-widget-heading {
  max-width: 640px;
}

body.page-id-2101 .elementor-element-w1i .elementor-heading-title {
  color: var(--mh-product-muted) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
}

body.page-id-2101 .mh-product-lines-grid,
body.page-id-2101 .mh-product-lines-grid > .e-con-inner {
  --mh-product-lines-gap: clamp(14px, 1.6vw, 24px);
  --mh-product-card-basis: calc((100% - (var(--mh-product-lines-gap) * 4)) / 5);
  --mh-product-lines-reserved-height: clamp(460px, 36vw, 500px);
  --mh-product-hover-lift: -10px;
  --mh-product-hover-scale: 1.34;
  --mh-product-image-hover-scale: 1.25;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center;
  gap: var(--mh-product-lines-gap);
  width: 100%;
  height: var(--mh-product-lines-reserved-height);
  min-height: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  overflow-anchor: none;
  padding: clamp(42px, 5.5vw, 72px) 0 clamp(48px, 5.8vw, 76px);
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

body.page-id-2101 .mh-product-lines-grid::-webkit-scrollbar,
body.page-id-2101 .mh-product-lines-grid > .e-con-inner::-webkit-scrollbar {
  display: none;
}

body.page-id-2101 .mh-product-line-card {
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  flex: 0 0 var(--mh-product-card-basis);
  width: auto !important;
  max-width: none !important;
  scroll-snap-align: start;
  min-width: 0;
  padding: 0 calc(var(--mh-product-lines-gap) / 2) !important;
  border: 0 !important;
  background: transparent !important;
  transform-origin: center center;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition:
    flex-basis .62s cubic-bezier(.22, 1, .36, 1),
    transform .62s cubic-bezier(.22, 1, .36, 1);
  will-change: flex-basis, transform;
}

body.page-id-2101 .mh-product-line-card.is-featured {
  z-index: auto;
}

body.page-id-2101 .mh-product-line-card:first-child {
  transform-origin: left center;
}

body.page-id-2101 .mh-product-line-card:last-child {
  transform-origin: right center;
  transition-duration: .74s;
}

body.page-id-2101 .mh-product-line-card .elementor-widget-image {
  margin: 0;
}

body.page-id-2101 .mh-product-line-card-image,
body.page-id-2101 .mh-product-line-card-image .elementor-widget-container {
  overflow: hidden;
  aspect-ratio: 5 / 6;
  width: 100%;
  background: #efe6dc;
}

body.page-id-2101 .mh-product-line-card-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  opacity: .88;
  transition:
    opacity .42s ease,
    transform .72s cubic-bezier(.22, 1, .36, 1);
  backface-visibility: hidden;
  will-change: transform;
}

body.page-id-2101 .mh-product-line-card:hover .mh-product-line-card-image img,
body.page-id-2101 .mh-product-line-card:focus-within .mh-product-line-card-image img,
body.page-id-2101 .mh-product-line-card.is-hover-active .mh-product-line-card-image img {
  opacity: 1;
  transform: scale(var(--mh-product-image-hover-scale));
}

body.page-id-2101 .mh-product-line-card:first-child .mh-product-line-card-image img {
  transform-origin: left center;
}

body.page-id-2101 .mh-product-line-card:last-child .mh-product-line-card-image img {
  transform-origin: right center;
  transition-duration: .82s;
}

@media (min-width: 1200px) and (hover: hover) and (pointer: fine) {
  body.page-id-2101 .mh-product-lines-grid:has(.mh-product-line-card:is(:hover, :focus-within)) .mh-product-line-card,
  body.page-id-2101 .mh-product-lines-grid > .e-con-inner:has(.mh-product-line-card:is(:hover, :focus-within)) .mh-product-line-card {
   flex-basis: calc(var(--mh-product-card-basis) * 0.86);
   }
  body.page-id-2101 .mh-product-line-card:hover,
  body.page-id-2101 .mh-product-line-card:focus-within,
  body.page-id-2101 .mh-product-line-card.is-hover-active {
   z-index: 2;
   flex-basis: calc(var(--mh-product-card-basis) * 1.5) !important;
   transform: translateY(var(--mh-product-hover-lift)) translateZ(0);
 }
}

@media (max-width: 1199px) and (hover: hover) and (pointer: fine) {
  body.page-id-2101 .mh-product-lines-grid:has(.mh-product-line-card:is(:hover, :focus-within)) .mh-product-line-card,
  body.page-id-2101 .mh-product-lines-grid > .e-con-inner:has(.mh-product-line-card:is(:hover, :focus-within)) .mh-product-line-card {
    flex-basis: calc(var(--mh-product-card-basis) * 0.93);
  }

  body.page-id-2101 .mh-product-line-card:hover,
  body.page-id-2101 .mh-product-line-card:focus-within,
  body.page-id-2101 .mh-product-line-card.is-hover-active {
    z-index: 2;
    flex-basis: calc(var(--mh-product-card-basis) * 1.18) !important;
    transform: translateY(var(--mh-product-hover-lift)) translateZ(0);
  }
}

body.page-id-2101 .mh-product-line-card .elementor-widget-heading,
body.page-id-2101 .mh-product-line-card .elementor-widget-text-editor,
body.page-id-2101 .mh-product-line-card .elementor-lakit-button {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}

body.page-id-2101 .mh-product-line-card .elementor-widget-heading:nth-of-type(2) {
  margin-top: 22px;
}

body.page-id-2101 .mh-product-line-card .elementor-heading-title {
  color: rgba(43, 33, 27, .66) !important;
  display: block;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  min-height: 1.35em;
  text-align: center !important;
  transition: color .28s ease, font-weight .28s ease;
}

body.page-id-2101 .mh-product-line-card:hover .elementor-heading-title,
body.page-id-2101 .mh-product-line-card:focus-within .elementor-heading-title,
body.page-id-2101 .mh-product-line-card.is-hover-active .elementor-heading-title {
  color: var(--mh-product-accent) !important;
  font-weight: 700 !important;
}

body.page-id-2101 .mh-product-line-card .elementor-widget-text-editor {
  color: var(--mh-product-muted);
}

body.page-id-2101 .mh-product-line-card .elementor-lakit-button {
  margin-top: 8px;
}

body.page-id-2101 .mh-product-line-card .elementor-button,
body.page-id-2101 .mh-product-line-card .lakit-button {
  border-radius: 0 !important;
  color: var(--mh-product-accent) !important;
  border-color: var(--mh-product-accent) !important;
  background: transparent !important;
}

body.page-id-2101 .mh-product-line-card .elementor-button:hover,
body.page-id-2101 .mh-product-line-card .lakit-button:hover {
  color: #fff !important;
  background: var(--mh-product-accent) !important;
}

body.page-id-2101 .mh-product-lines-slider {
  position: relative;
}

body.page-id-2101 .mh-product-lines-slider__nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  margin-top: 24px;
}

body.page-id-2101 .mh-product-lines-slider__nav[hidden] {
  display: none !important;
}

body.page-id-2101 .mh-product-lines-slider__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--mh-product-line);
  border-radius: 0;
  background: transparent;
  color: var(--mh-product-ink);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

body.page-id-2101 .mh-product-lines-slider__button:hover,
body.page-id-2101 .mh-product-lines-slider__button:focus {
  border-color: var(--mh-product-accent);
  color: var(--mh-product-accent);
}

body.page-id-2101 .mh-product-lines-slider__button:disabled {
  opacity: .35;
  cursor: default;
}

body.tax-product_cat .elementor-location-archive,
body.post-type-archive-product .elementor-location-archive,
body.tax-product_tag .elementor-location-archive {
  background: #fff;
}

body.tax-product_cat .mh-product-archive-hero,
body.post-type-archive-product .mh-product-archive-hero,
body.tax-product_tag .mh-product-archive-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background-color: #7c5739;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.term-mdf-melamine .mh-product-archive-hero {
  background-image: url("/wp-content/uploads/2026/06/product_melamine.webp");
}

body.term-mdf-laminate .mh-product-archive-hero {
  background-image: url("/wp-content/uploads/2026/06/mh-mdf-laminate-material-fan.webp");
}

body.term-laminate-flooring .mh-product-archive-hero {
  background-image: url("/wp-content/uploads/2026/06/mh-product-laminate-flooring.webp");
}

body.tax-product_cat .mh-product-archive-hero::before,
body.post-type-archive-product .mh-product-archive-hero::before,
body.tax-product_tag .mh-product-archive-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(22, 15, 10, .54), rgba(22, 15, 10, .18));
  pointer-events: none;
}

body.tax-product_cat .mh-product-archive-hero > .e-con-inner,
body.post-type-archive-product .mh-product-archive-hero > .e-con-inner,
body.tax-product_tag .mh-product-archive-hero > .e-con-inner {
  position: relative;
  z-index: 1;
  width: var(--mh-product-rail);
  max-width: var(--mh-product-rail);
}

body.tax-product_cat .mh-product-archive-hero .lakit-breadcrumbs,
body.post-type-archive-product .mh-product-archive-hero .lakit-breadcrumbs,
body.tax-product_tag .mh-product-archive-hero .lakit-breadcrumbs {
  color: rgba(255, 255, 255, .82);
}

body.tax-product_cat .mh-product-archive-hero .lakit-breadcrumbs__title,
body.post-type-archive-product .mh-product-archive-hero .lakit-breadcrumbs__title,
body.tax-product_tag .mh-product-archive-hero .lakit-breadcrumbs__title {
  color: #fff !important;
  font-family: var(--theme-heading-font-family, "Noto Serif Display", serif);
  font-size: clamp(42px, 5vw, 72px) !important;
  font-weight: 400;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

body.tax-product_cat .mh-product-archive-body,
body.post-type-archive-product .mh-product-archive-body,
body.tax-product_tag .mh-product-archive-body {
  width: var(--mh-product-rail);
  max-width: var(--mh-product-rail);
  margin: clamp(70px, 7vw, 104px) auto clamp(86px, 8vw, 124px) !important;
}

body.tax-product_cat .mh-product-archive-body > .e-con-inner,
body.post-type-archive-product .mh-product-archive-body > .e-con-inner,
body.tax-product_tag .mh-product-archive-body > .e-con-inner {
  width: 100%;
  max-width: 100%;
}

body.tax-product_cat .mh-product-archive-filter-col,
body.post-type-archive-product .mh-product-archive-filter-col,
body.tax-product_tag .mh-product-archive-filter-col {
  display: none !important;
}

body.tax-product_cat .mh-product-archive-list-col,
body.post-type-archive-product .mh-product-archive-list-col,
body.tax-product_tag .mh-product-archive-list-col {
  width: 100% !important;
}

body.tax-product_cat .mh-product-archive-toolbar,
body.post-type-archive-product .mh-product-archive-toolbar,
body.tax-product_tag .mh-product-archive-toolbar {
  justify-content: flex-end !important;
  margin: 0 0 32px !important;
}

body.tax-product_cat .mh-product-archive-toolbar .lakit-custom-dropdown,
body.post-type-archive-product .mh-product-archive-toolbar .lakit-custom-dropdown,
body.tax-product_tag .mh-product-archive-toolbar .lakit-custom-dropdown {
  min-width: 220px;
}

body.tax-product_cat .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products),
body.post-type-archive-product .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products),
body.tax-product_tag .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px 26px;
}

body.tax-product_cat .mh-products-archive-grid :where(li.product, .product_item),
body.post-type-archive-product .mh-products-archive-grid :where(li.product, .product_item),
body.tax-product_tag .mh-products-archive-grid :where(li.product, .product_item) {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  min-width: 0;
  margin: 0 !important;
}

body.tax-product_cat .mh-products-archive-grid .product_item--inner,
body.post-type-archive-product .mh-products-archive-grid .product_item--inner,
body.tax-product_tag .mh-products-archive-grid .product_item--inner {
  background: transparent;
}

body.tax-product_cat .mh-products-archive-grid :where(.product_item--thumbnail, .product_item--thumbnail-holder, .product_item--thumbnail-holder > a, .figure__object_fit),
body.post-type-archive-product .mh-products-archive-grid :where(.product_item--thumbnail, .product_item--thumbnail-holder, .product_item--thumbnail-holder > a, .figure__object_fit),
body.tax-product_tag .mh-products-archive-grid :where(.product_item--thumbnail, .product_item--thumbnail-holder, .product_item--thumbnail-holder > a, .figure__object_fit) {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1.18;
  width: 100%;
  background: #efe6dc;
}

body.term-laminate-flooring .mh-products-archive-grid :where(.product_item--thumbnail, .product_item--thumbnail-holder, .product_item--thumbnail-holder > a, .figure__object_fit) {
  aspect-ratio: 4 / 5;
}

body.tax-product_cat .mh-products-archive-grid :where(.product_item--thumbnail img, .figure__object_fit img),
body.post-type-archive-product .mh-products-archive-grid :where(.product_item--thumbnail img, .figure__object_fit img),
body.tax-product_tag .mh-products-archive-grid :where(.product_item--thumbnail img, .figure__object_fit img) {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0, 0.65, 0.55, 1);
}

body.tax-product_cat .mh-products-archive-grid .product_item:hover :where(.product_item--thumbnail img, .figure__object_fit img),
body.post-type-archive-product .mh-products-archive-grid .product_item:hover :where(.product_item--thumbnail img, .figure__object_fit img),
body.tax-product_tag .mh-products-archive-grid .product_item:hover :where(.product_item--thumbnail img, .figure__object_fit img) {
  transform: scale(1.1);
}

body.tax-product_cat .mh-products-archive-grid :where(.product_item--title, .product_item--title a),
body.post-type-archive-product .mh-products-archive-grid :where(.product_item--title, .product_item--title a),
body.tax-product_tag .mh-products-archive-grid :where(.product_item--title, .product_item--title a) {
  margin-top: 14px;
  color: var(--mh-product-ink) !important;
  font-family: Montserrat, sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

body.tax-product_cat .mh-product-archive-tech,
body.post-type-archive-product .mh-product-archive-tech,
body.tax-product_tag .mh-product-archive-tech {
  background: var(--mh-product-soft) !important;
}

body.tax-product_cat .mh-product-archive-tech > .e-con-inner,
body.post-type-archive-product .mh-product-archive-tech > .e-con-inner,
body.tax-product_tag .mh-product-archive-tech > .e-con-inner {
  width: var(--mh-product-rail);
  max-width: var(--mh-product-rail);
  padding: clamp(56px, 6vw, 88px) 0;
}

body.tax-product_cat {
  --mh-product-rail: min(100% - clamp(48px, 10vw, 146px), 1088px);
}

body.tax-product_cat .mh-product-archive-hero {
  min-height: clamp(170px, 15vw, 220px);
  background-position: center;
}

body.tax-product_cat .mh-product-archive-hero::before {
  display: none;
}

body.tax-product_cat .mh-product-archive-hero .lakit-breadcrumbs {
  display: none !important;
}

body.tax-product_cat .mh-product-archive-body {
  margin-top: clamp(44px, 4.8vw, 64px) !important;
}

body.tax-product_cat .mh-product-category-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  margin: 0 0 28px;
  color: #142235;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

body.tax-product_cat .mh-product-category-crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  min-width: 0;
}

body.tax-product_cat .mh-product-category-crumbs a,
body.tax-product_cat .mh-product-category-crumbs span {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}

body.tax-product_cat .mh-product-category-crumbs__sep {
  margin: 0 12px;
  opacity: .72;
}

body.tax-product_cat .mh-product-category-select {
  display: inline-grid;
  grid-template-columns: auto minmax(160px, 1fr);
  align-items: center;
  gap: 28px;
  flex: 0 0 auto;
  min-width: min(100%, 320px);
  font-weight: 500;
}

body.tax-product_cat .mh-product-category-select select {
  width: 100%;
  min-height: 36px;
  padding: 0 42px 0 17px;
  border: 1px solid rgba(20, 34, 53, .78);
  border-radius: 0;
  background:
    linear-gradient(45deg, transparent 50%, #142235 50%) calc(100% - 19px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, #142235 50%, transparent 50%) calc(100% - 14px) 50% / 7px 7px no-repeat,
    #fff;
  color: #142235;
  font: inherit;
  line-height: 1;
  appearance: none;
}

body.tax-product_cat .mh-product-archive-toolbar {
  display: none !important;
}

body.tax-product_cat .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
  gap: clamp(34px, 5vw, 58px) clamp(28px, 4.5vw, 52px);
}

body.tax-product_cat .mh-products-archive-grid :where(.product_item--thumbnail, .product_item--thumbnail-holder, .product_item--thumbnail-holder > a, .figure__object_fit) {
  aspect-ratio: 1 / 1;
  border: 0 !important;
}

body.tax-product_cat .mh-products-archive-grid :where(.product_item--title, .product_item--title a) {
  margin-top: 13px;
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1.32 !important;
  text-transform: none !important;
}

body.tax-product_cat .mh-products-archive-grid .mh-product-card-title__link,
body.post-type-archive-product .mh-products-archive-grid .mh-product-card-title__link,
body.tax-product_tag .mh-products-archive-grid .mh-product-card-title__link {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}

body.tax-product_cat .mh-products-archive-grid .mh-product-card-title__sku,
body.post-type-archive-product .mh-products-archive-grid .mh-product-card-title__sku,
body.tax-product_tag .mh-products-archive-grid .mh-product-card-title__sku {
  white-space: pre-line;
  font-weight: 700;
}

body.tax-product_cat .mh-products-archive-grid .mh-product-card-title__name,
body.post-type-archive-product .mh-products-archive-grid .mh-product-card-title__name,
body.tax-product_tag .mh-products-archive-grid .mh-product-card-title__name {
  white-space: pre-line;
  font-weight: 500;
}

body.mh-product-cat-depth-0.mh-product-cat-has-children .elementor-location-archive,
body.mh-product-cat-depth-1 .elementor-location-archive {
  background: #fff;
}

body.mh-product-cat-depth-0.mh-product-cat-has-children:not(.mh-product-cat-template-1) .mh-product-archive-hero {
  display: none !important;
}

body.mh-product-cat-depth-1 .mh-product-archive-hero {
  min-height: clamp(300px, 27vw, 360px);
  background-position: center 58%;
}

body.mh-product-cat-depth-1 .mh-product-archive-hero::before {
  display: block;
  background: rgba(17, 24, 38, .43);
}

body.mh-product-cat-depth-1 .mh-product-category-hero-copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 36px 24px;
  color: #f4f8ff;
  font-family: Montserrat, sans-serif;
  text-align: center;
  pointer-events: none;
}

body.mh-product-cat-depth-1 .mh-product-category-hero-copy span,
body.mh-product-cat-depth-1 .mh-product-category-hero-copy em {
  display: block;
  font-size: clamp(17px, 1.8vw, 23px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

body.mh-product-cat-depth-1 .mh-product-category-hero-copy strong {
  display: block;
  color: inherit;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: .16em;
}

body.mh-product-cat-depth-0.mh-product-cat-has-children .mh-product-archive-body,
body.mh-product-cat-depth-1 .mh-product-archive-body {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  background: #fff;
}

body.mh-product-cat-depth-0.mh-product-cat-has-children .mh-product-archive-body > .e-con-inner,
body.mh-product-cat-depth-1 .mh-product-archive-body > .e-con-inner {
  width: 100%;
  max-width: none;
}

body.mh-product-cat-depth-0.mh-product-cat-has-children .mh-product-archive-list-col,
body.mh-product-cat-depth-1 .mh-product-archive-list-col {
  width: 100% !important;
}

body.mh-product-cat-depth-0.mh-product-cat-has-children .mh-product-archive-tech,
body.mh-product-cat-depth-1 .mh-product-archive-tech {
  display: none !important;
}

body.mh-product-cat-depth-0.mh-product-cat-has-children .mh-product-category-head,
body.mh-product-cat-depth-1 .mh-product-category-head {
  width: min(100% - clamp(44px, 8vw, 104px), 1180px);
  margin: 0 auto;
  padding: clamp(36px, 4.2vw, 54px) 0 0;
}

body.mh-product-cat-depth-0.mh-product-cat-has-children:not(.mh-product-cat-template-1) .mh-product-category-head {
  display: none !important;
}

.mh-product-category-editorial {
  color: #142235;
  font-family: Montserrat, sans-serif;
  background: #fff;
}

.mh-product-category-editorial__inner {
  width: min(100% - clamp(44px, 8vw, 104px), 830px);
  margin: 0 auto;
  padding: clamp(52px, 6vw, 78px) 0 clamp(44px, 5.2vw, 66px);
}

.mh-product-category-editorial__mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(270px, 29vw, 372px);
  min-height: clamp(82px, 7.4vw, 112px);
  margin: 0 auto clamp(44px, 5vw, 62px);
  border: 4px solid #7d6f64;
  background: #6e655f;
  color: #d7d2cc;
  box-shadow: inset 0 0 0 2px rgba(218, 211, 201, .48), inset 0 0 0 9px rgba(88, 78, 70, .62);
}

.mh-product-category-editorial__mark::before,
.mh-product-category-editorial__mark::after {
  display: none;
}

.mh-product-category-editorial__mark span {
  position: relative;
  z-index: 1;
  display: block;
  color: inherit;
  font-family: var(--theme-heading-font-family, "Noto Serif Display", serif);
  font-size: clamp(30px, 3.15vw, 44px);
  font-weight: 300;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .28);
}

.mh-product-category-editorial__mark--image {
  width: clamp(300px, 28vw, 430px);
  min-height: 0;
  aspect-ratio: 1352 / 411;
  border: 0;
  background: var(--mh-product-category-mark-bg) center / contain no-repeat;
  box-shadow: none;
  color: #ead9bd;
}

.mh-product-category-editorial__mark--image span {
  display: none;
}

.mh-product-category-editorial__copy {
  max-width: 820px;
  margin: 0 auto;
}

.mh-product-category-editorial__copy p {
  margin: 0;
  color: #142235;
  font-size: clamp(14px, 1.25vw, 17px);
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: 0;
}

.mh-product-category-editorial__copy p + p {
  margin-top: 24px;
}

.mh-product-category-editorial__copy strong {
  font-weight: 700;
}

.mh-product-category-editorial__feature {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #b8a389;
}

body.mh-product-cat-depth-0.mh-product-cat-has-children:not(.mh-product-cat-template-1) .mh-product-category-editorial__feature {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: clamp(42px, 5vw, 70px);
}

.mh-product-category-editorial__feature :where(img, video) {
  display: block;
  width: 100%;
  height: clamp(430px, 41vw, 620px);
  object-fit: cover;
  object-position: center;
}

body.mh-product-cat-depth-0.mh-product-cat-has-children:not(.mh-product-cat-template-1) .mh-products-archive-grid {
  display: none !important;
}

body.mh-product-cat-depth-1 .mh-product-category-editorial__inner {
  padding-top: clamp(54px, 6vw, 82px);
  padding-bottom: clamp(54px, 6vw, 78px);
}

body.mh-product-cat-depth-1 .mh-products-archive-grid {
  width: min(100% - clamp(44px, 8vw, 104px), 860px);
  margin: 0 auto;
  padding: 0 0 clamp(76px, 8vw, 112px);
  background: #fff;
}

body.mh-product-cat-depth-1 .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
  grid-template-columns: repeat(3, minmax(0, 190px));
  justify-content: space-between;
  gap: clamp(44px, 7vw, 82px);
}

body.mh-product-cat-depth-1 .mh-products-archive-grid :where(.product_item--thumbnail, .product_item--thumbnail-holder, .product_item--thumbnail-holder > a, .figure__object_fit) {
  aspect-ratio: 9 / 16;
}

/* Selectable product category templates. */
body.tax-product_cat:where(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) {
  --mh-global-content-width: 1200px;
  --mh-global-page-gutter: clamp(32px, 5vw, 72px);
  --mh-global-content: min(var(--mh-global-content-width), calc(100vw - var(--mh-global-page-gutter) - var(--mh-global-page-gutter)));
  --mh-category-image-hover-scale: 1.1;
}

body.tax-product_cat:where(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .elementor-location-archive {
  background: #fff;
}

body.tax-product_cat:where(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-product-archive-body {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  background: #fff;
}

body.tax-product_cat:where(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-product-archive-body > .e-con-inner,
body.tax-product_cat:where(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-product-archive-list-col {
  width: 100% !important;
  max-width: none;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-product-archive-tech,
body.tax-product_cat.mh-product-cat-template-3 .mh-product-archive-hero,
body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-head,
body.tax-product_cat.mh-product-cat-template-3 .mh-product-archive-toolbar,
body.tax-product_cat.mh-product-cat-template-3 .mh-products-archive-grid,
body.tax-product_cat.mh-product-cat-template-3 .mh-product-archive-tech {
  display: none !important;
}

body.tax-product_cat:where(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-product-archive-hero {
  display: flex !important;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  image-rendering: auto;
}

body.tax-product_cat.mh-product-cat-template-1 .mh-product-archive-hero {
  min-height: clamp(380px, 28vw, 460px);
}

body.tax-product_cat.mh-product-cat-template-2 .mh-product-archive-hero {
  min-height: clamp(360px, 30vw, 440px);
}

body.tax-product_cat:where(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-product-archive-hero::before {
  display: block;
  background: rgba(17, 24, 38, .43);
}

body.tax-product_cat.mh-product-cat-template-2 .mh-product-archive-hero > .e-con-inner {
  min-height: inherit;
}

body.tax-product_cat.term-solid-colors.mh-product-cat-template-2 .mh-product-archive-hero,
body.tax-product_cat.term-fabrics.mh-product-cat-template-2 .mh-product-archive-hero,
body.tax-product_cat.term-stones.mh-product-cat-template-2 .mh-product-archive-hero {
  image-rendering: auto;
}

body.tax-product_cat.term-solid-colors.mh-product-cat-template-2 .mh-product-archive-hero::before {
  background: rgba(24, 18, 13, .32);
}

body.tax-product_cat:where(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-product-category-hero-copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 36px 24px;
  color: #f4f8ff;
  font-family: Montserrat, sans-serif;
  text-align: center;
  pointer-events: none;
}

body.tax-product_cat:where(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-product-category-hero-copy span,
body.tax-product_cat:where(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-product-category-hero-copy em {
  display: block;
  color: inherit;
  font-size: clamp(16px, 1.6vw, 22px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

body.tax-product_cat:where(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-product-category-hero-copy strong {
  display: block;
  color: inherit;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: .16em;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-product-category-hero-copy strong {
  font-size: clamp(38px, 4.5vw, 64px);
}

body.tax-product_cat:where(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-product-category-head {
  width: min(100% - clamp(44px, 8vw, 104px), 1180px);
  margin: 0 auto;
  padding: clamp(36px, 4.2vw, 54px) 0 0;
}

body.tax-product_cat.mh-product-cat-template-1 .mh-product-category-editorial {
  background: #dcecfb;
}

body.tax-product_cat.mh-product-cat-template-1 .mh-product-category-editorial__inner {
  width: min(100% - clamp(44px, 8vw, 104px), 830px);
}

body.tax-product_cat.mh-product-cat-template-1 .mh-products-archive-grid {
  width: min(100% - clamp(44px, 8vw, 104px), 820px);
  margin: 0 auto;
  padding: 0 0 clamp(76px, 8vw, 112px);
  background: #dcecfb;
}

body.tax-product_cat.mh-product-cat-template-1 .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 200px));
  justify-content: space-between;
  gap: clamp(40px, 6vw, 82px) clamp(42px, 7vw, 110px);
}

body.tax-product_cat.mh-product-cat-template-1 .mh-products-archive-grid :where(li.product, .product_item) {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.tax-product_cat.mh-product-cat-template-1 .mh-products-archive-grid :where(.product_item--thumbnail, .product_item--thumbnail-holder, .product_item--thumbnail-holder > a, .figure__object_fit) {
  width: 100% !important;
  aspect-ratio: 1 / 2;
}

body.tax-product_cat.mh-product-cat-template-1 .elementor-location-archive,
body.tax-product_cat.mh-product-cat-template-1 .mh-product-archive-body,
body.tax-product_cat.mh-product-cat-template-1 .mh-product-category-editorial,
body.tax-product_cat.mh-product-cat-template-1 .mh-product-category-editorial__inner,
body.tax-product_cat.mh-product-cat-template-1 .mh-products-archive-grid {
  background: #fff !important;
}

body.tax-product_cat.mh-product-cat-template-1 .mh-product-category-editorial__inner {
  padding-top: clamp(56px, 5.4vw, 76px);
  padding-bottom: clamp(44px, 4.8vw, 62px);
}

body.tax-product_cat.mh-product-cat-template-1 .mh-product-category-editorial__copy p {
  color: #111;
  font-size: clamp(12px, .98vw, 14px);
  line-height: 1.58;
}

body.tax-product_cat.mh-product-cat-template-1 .mh-products-archive-grid {
  padding-bottom: clamp(72px, 8vw, 112px);
}

body.tax-product_cat.mh-product-cat-template-1 .mh-product-archive-tech {
  display: none !important;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid {
  width: min(100% - clamp(44px, 8vw, 104px), 1180px);
  margin: 0 auto;
  padding: clamp(28px, 3.2vw, 42px) 0 clamp(80px, 8vw, 118px);
  background: #fff;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.tax-product_cat.mh-product-cat-template-2 .elementor-location-archive,
body.tax-product_cat.mh-product-cat-template-2 .mh-product-archive-body,
body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid {
  background: #fff !important;
}

body.tax-product_cat.mh-product-cat-template-3 .elementor-location-archive,
body.tax-product_cat.mh-product-cat-template-3 .mh-product-archive-body,
body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-editorial,
body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-editorial__inner {
  background: #fff !important;
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-editorial__inner {
  box-sizing: border-box;
  width: min(100% - clamp(44px, 8vw, 104px), 760px);
  max-width: 100%;
  min-width: 0;
  padding-top: clamp(72px, 7vw, 104px);
  padding-bottom: clamp(42px, 4.8vw, 58px);
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-editorial__mark {
  width: clamp(300px, 24vw, 380px);
  min-height: clamp(66px, 5.4vw, 86px);
  margin-bottom: clamp(46px, 4.8vw, 62px);
  border-width: 3px;
  box-shadow: inset 0 0 0 1px rgba(218, 211, 201, .48), inset 0 0 0 7px rgba(88, 78, 70, .62);
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-editorial__mark span {
  font-size: clamp(24px, 2vw, 31px);
  white-space: nowrap;
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-editorial__mark--image {
  width: clamp(300px, 24vw, 390px);
  min-height: 0;
  border: 0;
  box-shadow: none;
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-editorial__mark--image span {
  font-size: clamp(20px, 1.55vw, 30px);
  line-height: .98;
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-editorial__copy {
  box-sizing: border-box;
  width: 100%;
  max-width: 760px;
  min-width: 0;
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-editorial__copy p {
  color: #111;
  font-size: clamp(12px, .95vw, 14px);
  line-height: 1.58;
  text-align: justify;
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-children {
  box-sizing: border-box;
  width: min(100% - clamp(44px, 6vw, 88px), 1160px);
  max-width: 100%;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(42px, 5vw, 76px);
  align-items: stretch;
  justify-content: space-between;
  margin-top: clamp(48px, 5vw, 74px);
  margin-bottom: clamp(82px, 7vw, 116px);
  background: #fff;
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  color: #111;
  font-size: 11px;
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card__image {
  flex: 0 0 auto;
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card img {
  aspect-ratio: 1 / 1;
  margin: 0;
  object-fit: cover;
}

@media (max-width: 767px) {
  body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-children {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-editorial__feature {
  --mh-product-category-bleed: 20px;
  width: calc(100% + var(--mh-product-category-bleed) + var(--mh-product-category-bleed));
  max-width: none;
  margin-right: calc(0px - var(--mh-product-category-bleed));
  margin-left: calc(0px - var(--mh-product-category-bleed));
  background: #fff;
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-editorial__feature :where(img, video) {
  height: clamp(500px, 52vw, 780px);
  object-position: center;
}

body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-products-archive-grid :where(.product_item--thumbnail, .product_item--thumbnail-holder, .product_item--thumbnail-holder > a, .figure__object_fit),
body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-product-category-child-card__image,
body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-product-category-editorial__feature {
  overflow: hidden;
}

body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-products-archive-grid :where(.product_item--thumbnail img, .product_item--thumbnail-holder img, .figure__object_fit img),
body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-product-category-child-card__image img,
body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-product-category-editorial__feature :where(img, video) {
  transform: scale(1);
  transform-origin: center center;
  transition: transform .46s ease;
  will-change: transform;
}

body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-products-archive-grid :where(li.product:hover, li.product:focus-within, .product_item:hover, .product_item:focus-within) :where(.product_item--thumbnail img, .product_item--thumbnail-holder img, .figure__object_fit img),
body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-product-category-child-card:hover .mh-product-category-child-card__image img,
body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-product-category-child-card:focus-visible .mh-product-category-child-card__image img,
body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-product-category-editorial__feature:hover :where(img, video),
body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-product-category-editorial__feature:focus-within :where(img, video) {
  transform: scale(var(--mh-category-image-hover-scale));
}

@media (min-width: 768px) {
  body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-product-category-head,
  body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-product-category-editorial__inner,
  body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-products-archive-grid,
  body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-product-category-children {
    box-sizing: border-box;
    width: var(--mh-global-content);
    max-width: var(--mh-global-content-width);
    margin-right: auto;
    margin-left: auto;
  }

  body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-editorial__feature {
    --mh-product-category-bleed: 40px;
  }
}

@media (min-width: 1200px) {
  body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-editorial__feature {
    --mh-product-category-bleed: 60px;
  }
}

.mh-product-category-children {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: clamp(34px, 4.7vw, 58px);
  width: min(100% - clamp(44px, 8vw, 104px), 900px);
  margin: 0 auto clamp(58px, 6vw, 86px);
  background: #fff;
}

.mh-product-category-child-card {
  display: block;
  color: #111;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.mh-product-category-child-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  object-fit: cover;
  background: #f3eee8;
}

.mh-product-category-child-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 15px;
  overflow: hidden;
  background: #f3eee8;
}

.mh-product-category-child-card__image img {
  height: 100%;
}

.mh-product-category-child-card span,
.mh-product-category-child-card__title {
  display: block;
}

@media (max-width: 767px) {
  .mh-product-category-children {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 22px;
    width: min(100% - 36px, 520px);
  }
}

.mh-product-collection-intro {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}

.mh-product-collection-intro span,
.mh-product-tech-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--mh-product-accent);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mh-product-collection-intro h2 {
  margin: 0;
  color: var(--mh-product-ink);
  font-family: var(--theme-heading-font-family, "Noto Serif Display", serif);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.08;
}

.mh-product-collection-intro p {
  margin: 18px auto 0;
  color: var(--mh-product-muted);
  font-size: 15px;
  line-height: 1.72;
}

body.term-laminate-flooring .mh-product-collection-intro--mdf,
body:not(.term-laminate-flooring) .mh-product-collection-intro--flooring {
  display: none;
}

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

.mh-product-tech-card {
  padding: 28px;
  border: 1px solid var(--mh-product-line);
  background: #fff;
}

.mh-product-tech-card strong {
  display: block;
  color: var(--mh-product-ink);
  font-family: var(--theme-heading-font-family, "Noto Serif Display", serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.16;
}

.mh-product-tech-card p {
  margin: 14px 0 0;
  color: var(--mh-product-muted);
  font-size: 14px;
  line-height: 1.65;
}

body.single-product {
  background: #f4eee7;
}

body.single-product .elementor-location-single {
  padding: calc(var(--mh-header-scroll-h, 72px) + 88px) 0 0;
  background:
    linear-gradient(180deg, rgba(18, 27, 38, .38), rgba(18, 27, 38, .2) 620px, #fff 620px),
    url("/wp-content/uploads/2026/06/project_showroom_space.webp") center top / cover no-repeat;
}

body.single-product .mh-product-single-panel {
  width: var(--mh-product-rail);
  max-width: var(--mh-product-rail);
  margin: 0 auto !important;
  padding: clamp(28px, 4vw, 54px);
  background: #dcecfb;
  box-shadow: none;
}

body.single-product .mh-product-single-panel > .e-con-inner {
  width: 100%;
  max-width: 100%;
}

body.single-product .mh-product-single-panel .elementor-element-3079abf {
  align-items: flex-start !important;
  gap: clamp(36px, 4vw, 58px) !important;
}

body.single-product .mh-product-single-panel .elementor-element-b8d1b48 {
  width: 50% !important;
}

body.single-product .mh-product-single-panel .elementor-element-14eaddb {
  width: 50% !important;
}

body.single-product .mh-product-single-panel :where(.dialog-close-button, [data-elementor-close-popup], .elementor-popup-modal__close, .featherlight-close, .lakit-popup--close, .mh-product-detail-close) {
  display: none !important;
}

body.single-product .mh-elementor-product-main .lakit-breadcrumbs {
  color: rgba(43, 33, 27, .62);
  font-size: 12px;
}

body.single-product .mh-elementor-product-main .woocommerce-product-gallery {
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  width: 100% !important;
}

body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-viewport,
body.single-product .mh-elementor-product-main .woocommerce-product-gallery__wrapper,
body.single-product .mh-elementor-product-main .woocommerce-product-gallery__image,
body.single-product .mh-elementor-product-main .woocommerce-product-gallery__image > a,
body.single-product .mh-elementor-product-main .woocommerce-product-gallery__image .zoomouter,
body.single-product .mh-elementor-product-main .woocommerce-product-gallery__image .zoominner,
body.single-product .mh-elementor-product-main .woocommerce-product-gallery__image .zoominner > a {
  display: block;
  overflow: hidden;
  height: min(520px, 40vw);
  background: #efe6dc;
}

body.single-product .mh-elementor-product-main .woocommerce-product-gallery img:not(.zoomImg) {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

body.single-product .mh-elementor-product-main .woocommerce-product-gallery .zoomImg {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs {
  display: flex !important;
  flex-direction: column;
  order: -1;
  gap: 12px;
  width: 86px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li {
  position: relative !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  width: 86px !important;
  height: 86px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: #efe6dc;
  outline: 1px solid transparent !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
  line-height: 0 !important;
}

body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li::before {
  content: "" !important;
  position: absolute !important;
  z-index: 2 !important;
  inset: 0 !important;
  box-sizing: border-box !important;
  padding-bottom: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li > span {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li img {
  display: block !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  border: 0 !important;
  object-fit: cover;
  object-position: center center;
  opacity: .72;
}

body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li:has(img.flex-active)::before,
body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li.is-active::before,
body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li:hover::before {
  border-color: transparent !important;
}

body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li.is-active img,
body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li:has(img.flex-active),
body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li.is-active,
body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li:hover {
  outline-color: #b69272 !important;
  box-shadow: none !important;
}

body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li:has(img.flex-active)::before,
body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li.is-active::before,
body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li:hover::before {
  padding-bottom: 0 !important;
  border-color: transparent !important;
}

.mh-elementor-product-summary {
  color: var(--mh-product-ink);
}

.mh-elementor-product-summary__kicker {
  margin-bottom: 12px;
  color: var(--mh-product-accent);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mh-elementor-product-summary__title {
  margin: 0;
  color: var(--mh-product-ink);
  font-family: var(--theme-heading-font-family, "Noto Serif Display", serif);
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.06;
}

.mh-elementor-product-summary__excerpt {
  margin-top: 22px;
  color: var(--mh-product-muted);
  font-size: 15px;
  line-height: 1.75;
}

.mh-elementor-product-summary__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.mh-elementor-product-summary__chips span {
  padding: 9px 13px;
  border: 1px solid var(--mh-product-line);
  color: var(--mh-product-ink);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

.mh-elementor-product-summary__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.mh-elementor-product-summary__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 24px;
  border: 1px solid var(--mh-product-accent);
  color: var(--mh-product-accent);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.mh-elementor-product-summary__button--primary,
.mh-elementor-product-summary__button:hover,
.mh-elementor-product-summary__button:focus {
  color: #fff;
  background: var(--mh-product-accent);
}

body.single-product .mh-product-specs-section {
  width: var(--mh-product-rail);
  max-width: var(--mh-product-rail);
  margin: 0 auto !important;
  padding: clamp(54px, 6vw, 78px) clamp(28px, 4vw, 54px) clamp(46px, 5vw, 70px);
  background: #fff;
}

body.single-product .mh-product-specs-section > .e-con-inner {
  width: 100%;
  max-width: 100%;
}

.mh-product-specs {
  color: var(--mh-product-ink);
  font-family: Montserrat, sans-serif;
}

.mh-product-specs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(42px, 7vw, 92px);
  padding-top: 4px;
}

.mh-product-specs__column h2 {
  margin: 0 0 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(43, 33, 27, .56);
  color: var(--mh-product-ink);
  font-family: Montserrat, sans-serif;
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

.mh-product-specs__column ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--mh-product-muted);
  font-size: 13px;
  line-height: 1.45;
}

.mh-product-specs__bars li {
  display: grid;
  grid-template-columns: minmax(68px, 96px) 1fr;
  align-items: center;
  gap: 22px;
}

.mh-product-specs__bars span {
  display: block;
  height: 5px;
  background: #111;
}

.mh-product-specs__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.mh-product-specs__badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 6px;
  border: 1px solid var(--mh-product-accent);
  border-radius: 999px;
  color: var(--mh-product-accent);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

body.single-product .mh-elementor-product-related-section {
  margin: 88px 0 0 !important;
  padding: clamp(54px, 6vw, 84px) 0;
  background: #f8f3ee !important;
}

body.single-product .mh-elementor-product-related-section > .e-con-inner,
body.single-product .mh-product-projects-section > .e-con-inner {
  width: var(--mh-product-rail);
  max-width: var(--mh-product-rail);
}

body.single-product .mh-elementor-product-related-section :where(.lakit-products__list, ul.products, .products) {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

body.single-product .mh-elementor-product-related-section :where(li.product, .product_item) {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

body.single-product .mh-product-projects-section {
  padding: clamp(58px, 7vw, 96px) 0 clamp(76px, 8vw, 112px);
  background: #fff;
}

.mh-product-projects__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.mh-product-projects__head span {
  color: var(--mh-product-accent);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mh-product-projects__head h2 {
  margin: 0;
  color: var(--mh-product-ink);
  font-family: var(--theme-heading-font-family, "Noto Serif Display", serif);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.08;
}

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

.mh-product-project-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  color: #fff;
  text-decoration: none;
  background: #7c5739;
}

.mh-product-project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .36));
}

.mh-product-project-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0, 0.65, 0.55, 1);
}

.mh-product-project-card span {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  z-index: 1;
  color: #fff;
  font-family: var(--theme-heading-font-family, "Noto Serif Display", serif);
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.12;
}

.mh-product-project-card:hover img,
.mh-product-project-card:focus img {
  transform: scale(1.1);
}

@media (max-width: 1199px) {
  body.tax-product_cat .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products),
  body.post-type-archive-product .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products),
  body.tax-product_tag .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-id-2101 .mh-product-lines-grid,
  body.page-id-2101 .mh-product-lines-grid > .e-con-inner {
    --mh-product-lines-gap: clamp(16px, 2.6vw, 24px);
    --mh-product-card-basis: clamp(170px, 28vw, 220px);
    --mh-product-lines-reserved-height: clamp(340px, 45vw, 430px);
    --mh-product-hover-lift: -7px;
    --mh-product-hover-scale: 1.28;
    --mh-product-image-hover-scale: 1.25;
    padding-top: clamp(32px, 4.8vw, 48px);
    padding-bottom: clamp(34px, 5vw, 52px);
  }

  body.single-product .mh-product-single-panel {
    padding: clamp(34px, 4vw, 44px);
  }

  body.single-product .mh-product-single-panel .elementor-element-3079abf {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 34px !important;
  }

  body.single-product .mh-product-single-panel .elementor-element-b8d1b48 {
    width: 52% !important;
  }

  body.single-product .mh-product-single-panel .elementor-element-14eaddb {
    width: 48% !important;
  }

  body.single-product .mh-elementor-product-main .woocommerce-product-gallery {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-viewport,
  body.single-product .mh-elementor-product-main .woocommerce-product-gallery__wrapper,
  body.single-product .mh-elementor-product-main .woocommerce-product-gallery__image,
  body.single-product .mh-elementor-product-main .woocommerce-product-gallery__image > a,
  body.single-product .mh-elementor-product-main .woocommerce-product-gallery__image .zoomouter,
  body.single-product .mh-elementor-product-main .woocommerce-product-gallery__image .zoominner,
  body.single-product .mh-elementor-product-main .woocommerce-product-gallery__image .zoominner > a {
    height: min(460px, 42vw);
  }

  body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs,
  body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li {
    width: 74px !important;
  }

  body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs li {
    height: 74px !important;
  }

  body.single-product .mh-elementor-product-related-section :where(.lakit-products__list, ul.products, .products),
  .mh-product-tech-grid,
  .mh-product-projects__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mh-elementor-product-summary__title {
    font-size: clamp(32px, 3.8vw, 44px);
  }

  .mh-product-specs__grid {
    gap: 34px;
  }
}

@media (max-width: 767px) {
  body:where(.page-id-2101, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .single-product) {
    --mh-product-rail: min(100% - 36px, 1280px);
  }

  body.page-id-2101 .mh-product-lines-grid,
  body.page-id-2101 .mh-product-lines-grid > .e-con-inner {
    --mh-product-lines-gap: clamp(14px, 4vw, 18px);
    --mh-product-card-basis: clamp(148px, 46vw, 190px);
    --mh-product-lines-reserved-height: clamp(320px, 88vw, 390px);
    --mh-product-hover-lift: -4px;
    --mh-product-hover-scale: 1.26;
    --mh-product-image-hover-scale: 1.25;
    height: var(--mh-product-lines-reserved-height);
    min-height: 0;
    padding-top: clamp(28px, 7vw, 38px);
    padding-bottom: clamp(30px, 8vw, 42px);
  }

  body.page-id-2101 .mh-product-line-card {
    flex-basis: var(--mh-product-card-basis);
  }

  body.page-id-2101 .mh-product-line-card-image,
  body.page-id-2101 .mh-product-line-card-image .elementor-widget-container {
    aspect-ratio: 4 / 4.8;
  }

  body.tax-product_cat .mh-product-archive-hero,
  body.post-type-archive-product .mh-product-archive-hero,
  body.tax-product_tag .mh-product-archive-hero {
    min-height: 320px;
  }

  body.tax-product_cat .mh-product-archive-body,
  body.post-type-archive-product .mh-product-archive-body,
  body.tax-product_tag .mh-product-archive-body {
    margin-top: 52px !important;
    margin-bottom: 70px !important;
  }

  body.tax-product_cat .mh-product-archive-toolbar,
  body.post-type-archive-product .mh-product-archive-toolbar,
  body.tax-product_tag .mh-product-archive-toolbar {
    justify-content: stretch !important;
  }

  body.tax-product_cat .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products),
  body.post-type-archive-product .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products),
  body.tax-product_tag .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products),
  body.single-product .mh-elementor-product-related-section :where(.lakit-products__list, ul.products, .products),
  .mh-product-tech-grid,
  .mh-product-projects__grid {
    grid-template-columns: 1fr;
  }

  body.tax-product_cat .mh-product-category-head {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 26px;
  }

  body.tax-product_cat .mh-product-category-select {
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    min-width: 0;
  }

  body.tax-product_cat .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }

  body.mh-product-cat-depth-1 .mh-product-archive-hero {
    min-height: 300px;
  }

  body.mh-product-cat-depth-1 .mh-product-category-hero-copy strong {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 44px);
    letter-spacing: .08em;
    overflow-wrap: anywhere;
  }

  body.mh-product-cat-depth-0.mh-product-cat-has-children .mh-product-category-head,
  body.mh-product-cat-depth-1 .mh-product-category-head,
  .mh-product-category-editorial__inner,
  body.mh-product-cat-depth-1 .mh-products-archive-grid {
    width: min(100% - 36px, 860px);
  }

  .mh-product-category-editorial__inner {
    padding-top: 42px;
  }

  body.mh-product-cat-depth-0.mh-product-cat-has-children .mh-product-category-editorial__inner {
    padding-top: calc(var(--mh-header-scroll-h, 62px) + 34px);
  }

  .mh-product-category-editorial__mark {
    width: min(100%, 270px);
    min-height: 78px;
    margin-bottom: 34px;
  }

  .mh-product-category-editorial__mark span {
    font-size: 29px;
  }

  .mh-product-category-editorial__mark--image {
    width: min(100%, 300px);
    min-height: 0;
  }

  .mh-product-category-editorial__mark--image span {
    font-size: 24px;
  }

  .mh-product-category-editorial__copy p {
    font-size: 14px;
    line-height: 1.6;
  }

  .mh-product-category-editorial__feature :where(img, video) {
    height: 360px;
  }

  body.mh-product-cat-depth-1 .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 22px;
  }

  body.tax-product_cat:where(.mh-product-cat-template-1, .mh-product-cat-template-2, .mh-product-cat-template-3) .mh-product-archive-body {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  body.tax-product_cat:where(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-product-category-hero-copy strong {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 44px);
    letter-spacing: .08em;
    overflow-wrap: anywhere;
  }

  body.tax-product_cat:where(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-product-category-head,
  body.tax-product_cat.mh-product-cat-template-1 .mh-product-category-editorial__inner,
  body.tax-product_cat.mh-product-cat-template-3.mh-product-cat-has-children .mh-product-category-editorial__inner,
  body.tax-product_cat:where(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-products-archive-grid {
    width: min(100% - 36px, 860px);
  }

  body.tax-product_cat.mh-product-cat-template-3.mh-product-cat-has-children .mh-product-category-editorial__inner {
    box-sizing: border-box;
    width: min(100% - 36px, 520px);
    max-width: 100%;
    min-width: 0;
    padding-top: calc(var(--mh-header-scroll-h, 62px) + 34px);
    padding-bottom: clamp(24px, 5vw, 36px);
  }

  body.tax-product_cat.mh-product-cat-template-3.mh-product-cat-has-children .mh-product-category-editorial__mark--image {
    box-sizing: border-box;
    width: min(100%, 300px);
    max-width: 100%;
  }

  body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-children {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    width: min(100% - 36px, 520px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 22px;
    margin-top: clamp(24px, 5vw, 36px);
  }

  body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-editorial__feature :where(img, video) {
    height: 360px;
  }

  body.tax-product_cat.mh-product-cat-template-1 .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products),
  body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 22px;
  }

  body.single-product .elementor-location-single {
    padding-top: calc(var(--mh-header-scroll-h, 68px) + 46px);
  }

  body.single-product .mh-product-single-panel {
    padding: 22px 18px 28px;
  }

  body.single-product .mh-product-single-panel .elementor-element-3079abf {
    flex-direction: column !important;
    gap: 28px !important;
  }

  body.single-product .mh-product-single-panel .elementor-element-b8d1b48,
  body.single-product .mh-product-single-panel .elementor-element-14eaddb {
    width: 100% !important;
  }

  body.single-product .mh-elementor-product-main .woocommerce-product-gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-viewport,
  body.single-product .mh-elementor-product-main .woocommerce-product-gallery__wrapper,
  body.single-product .mh-elementor-product-main .woocommerce-product-gallery__image,
  body.single-product .mh-elementor-product-main .woocommerce-product-gallery__image > a,
  body.single-product .mh-elementor-product-main .woocommerce-product-gallery__image .zoomouter,
  body.single-product .mh-elementor-product-main .woocommerce-product-gallery__image .zoominner,
  body.single-product .mh-elementor-product-main .woocommerce-product-gallery__image .zoominner > a {
    height: min(430px, 108vw);
  }

  body.single-product .mh-elementor-product-main .woocommerce-product-gallery .flex-control-thumbs {
    flex-direction: row;
    order: 2;
    width: 100% !important;
    overflow-x: auto;
  }

  body.single-product .mh-product-specs-section {
    padding: 34px 18px 42px;
  }

  .mh-product-specs__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mh-product-specs__column h2 {
    margin-bottom: 16px;
    padding-bottom: 14px;
  }

  .mh-elementor-product-summary__actions,
  .mh-product-projects__head {
    display: block;
  }

  .mh-elementor-product-summary__button {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 359px) {
  body.tax-product_cat .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
    grid-template-columns: 1fr;
  }
}
/* END MH Products 20260704 */

/* BEGIN MH Catalogue grid design 20260703 */
:where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-grid-shell {
  display: block;
  width: 100%;
  min-width: 0;
}

:where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-year {
  position: relative;
  display: block;
  inline-size: 84px;
  max-inline-size: 100%;
  min-block-size: 40px;
  margin: 0 0 28px auto;
}

:where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-year select {
  display: block;
  inline-size: 100%;
  min-block-size: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
  color: #4e4e4e;
  appearance: none;
  -webkit-appearance: none;
  padding: 0 30px 0 12px;
  font: 400 14px/40px Montserrat, Arial, sans-serif;
  letter-spacing: 0;
  outline: none;
}

:where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-year::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1px solid #4e4e4e;
  border-bottom: 1px solid #4e4e4e;
  transform: translateY(-62%) rotate(45deg);
  pointer-events: none;
}

:where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-grid {
  --mh-catalogue-columns: 3;
  --mh-catalogue-card-size: clamp(178px, 14.7vw, 214px);
  --mh-catalogue-card-gap-x: clamp(24px, 4.7vw, 68px);
  --mh-catalogue-card-gap-y: clamp(34px, 5vw, 72px);
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--mh-catalogue-card-gap-x);
  row-gap: var(--mh-catalogue-card-gap-y);
  align-items: start;
  justify-content: flex-end;
  min-inline-size: 0;
  overflow: visible;
}

:where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-grid[hidden] {
  display: none !important;
}

:where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-card {
  position: relative;
  display: block;
  inline-size: min(var(--mh-catalogue-card-size), calc((100% - ((var(--mh-catalogue-columns) - 1) * var(--mh-catalogue-card-gap-x))) / var(--mh-catalogue-columns)));
  flex: 0 0 min(var(--mh-catalogue-card-size), calc((100% - ((var(--mh-catalogue-columns) - 1) * var(--mh-catalogue-card-gap-x))) / var(--mh-catalogue-columns)));
  aspect-ratio: 210 / 297;
  text-decoration: none;
  color: inherit;
  line-height: 0;
  overflow: hidden;
  background: #f4f0ea;
}

:where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-card img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

:where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-card::after {
  content: "\2193";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ead8c1;
  color: #7c5739;
  font: 400 16px/1 Montserrat, Arial, sans-serif;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
}

:where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-card--static::after {
  content: none;
}

:where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  inline-size: 100%;
  block-size: 100%;
  padding: 18px;
  color: #7c5739;
  font: 500 15px/1.35 Montserrat, Arial, sans-serif;
  text-align: center;
  letter-spacing: 0;
}

:where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-card:hover::after,
:where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-card:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

:where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-card:focus-visible {
  outline: 2px solid #7c5739;
  outline-offset: 5px;
}

@media (min-width: 1680px) {
  :where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-grid {
    --mh-catalogue-card-gap-x: clamp(24px, 2vw, 32px);
    --mh-catalogue-columns: 5;
  }
}

@media (min-width: 1880px) {
  :where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-grid {
    --mh-catalogue-columns: 6;
  }
}

@media (max-width: 1120px) {
  :where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-grid {
    --mh-catalogue-card-size: clamp(170px, 17.4vw, 204px);
    --mh-catalogue-card-gap-x: clamp(22px, 3vw, 30px);
  }
}

@media (max-width: 859px) {
  :where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-year {
    inline-size: 126px;
    margin-top: 8px;
    margin-bottom: 22px;
  }

  :where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-grid {
    --mh-catalogue-columns: 2 !important;
    --mh-catalogue-card-gap-x: 28px !important;
    --mh-catalogue-card-size: 100%;
    gap: 48px 26px;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  :where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-grid {
    --mh-catalogue-columns: 2;
    --mh-catalogue-card-gap-x: 14px !important;
    justify-content: center;
    gap: 24px 14px;
  }

  :where(.elementor-widget-mh-catalogue-grid, .mh-catalogue-design-widget) .mh-catalogue-card::after {
    opacity: 1;
    transform: translateY(0);
  }
}
/* END MH Catalogue grid design 20260703 */

/* BEGIN MH Catalogue sticky intro 20260709 */
@media (min-width: 1025px) {
  body.page-id-2987,
  body:has(#mh-catalogue-2026) {
    overflow-x: visible !important;
    overflow-y: visible !important;
  }

  #mh-catalogue-2026,
  #mh-catalogue-2026 :where(.mh-catalogue-screen, .elementor-element-mhcatscreen, .elementor-element-mhcatscreen > .e-con-inner) {
    overflow: visible !important;
  }

  #mh-catalogue-2026 :where(.mh-catalogue-copy, .elementor-element-mhcatcopy) {
    position: sticky !important;
    top: calc(var(--mh-header-scroll-h, 70px) + 52px) !important;
    align-self: flex-start !important;
    z-index: 2;
  }

  body.admin-bar #mh-catalogue-2026 :where(.mh-catalogue-copy, .elementor-element-mhcatcopy) {
    top: calc(var(--wp-admin--admin-bar--height, 32px) + var(--mh-header-scroll-h, 70px) + 52px) !important;
  }
}

@media (max-width: 1024px) {
  #mh-catalogue-2026 :where(.mh-catalogue-copy, .elementor-element-mhcatcopy) {
    position: static !important;
    top: auto !important;
  }
}
/* END MH Catalogue sticky intro 20260709 */

/* BEGIN MH loading logo 20260703 */
body .la-image-loading {
  z-index: 2147482600 !important;
  background: #382c21 !important;
  color: var(--e-global-color-mhwhite, #fff) !important;
  transition-property: opacity !important;
  transition-duration: .44s !important;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1) !important;
}

body .la-image-loading .content {
  width: min(78vw, 260px);
  min-height: 180px;
  transform: translate(-50%, -50%);
  perspective: 900px;
}

body .la-image-loading.spinner-custom .content .la-loader {
  position: relative;
  display: grid !important;
  place-items: center;
  width: clamp(132px, 18vw, 220px);
  max-width: calc(100vw - 64px);
  height: auto;
  margin: 0 auto;
  transform-origin: 50% 50%;
}

body .la-image-loading.spinner-custom .content .la-loader::after {
  content: "";
  position: absolute;
  inset: calc(50% + 58px) 8% auto;
  height: 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .18);
  filter: blur(10px);
  transform: scaleX(.78);
  opacity: .58;
  pointer-events: none;
}

body .la-image-loading.spinner-custom .content img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  animation: mh-loading-logo-flip 3.2s linear infinite;
  backface-visibility: visible;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, .18));
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  will-change: transform;
}

body .la-image-loading .la-loader-ss {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  body .la-image-loading.spinner-custom .content img {
    animation: none;
    transform: none;
  }
}

@keyframes mh-loading-logo-flip {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  75% {
    transform: rotateX(180deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
/* END MH loading logo 20260703 */

/* BEGIN MH loading/admin-bar stability 20260704 */
body.body-loaded .la-image-loading,
body.pace-done .la-image-loading {
  opacity: 0 !important;
  visibility: visible !important;
  pointer-events: none !important;
}

body .la-image-loading {
  animation: mh-loading-css-failsafe .44s cubic-bezier(.22, .61, .36, 1) 6s forwards;
}

body .la-image-loading.mh-loader-exiting {
  visibility: visible !important;
}

body.body-loaded .la-image-loading.mh-loader-hidden,
body.pace-done .la-image-loading.mh-loader-hidden,
body .la-image-loading.mh-loader-hidden {
  visibility: hidden !important;
}

body.body-loaded .la-image-loading,
body.pace-done .la-image-loading {
  animation: none !important;
}

@keyframes mh-loading-css-failsafe {
  0% {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  99% {
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

body.admin-bar .la-image-loading {
  top: var(--wp-admin--admin-bar--height, 32px) !important;
  z-index: 99990 !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar .la-image-loading {
    top: var(--wp-admin--admin-bar--height, 46px) !important;
  }
}

@media screen and (max-width: 600px) {
  html #wpadminbar {
    position: fixed !important;
    top: 0 !important;
  }

  body.admin-bar:not(.elementor-editor-active) .elementor-location-header {
    top: var(--wp-admin--admin-bar--height, 46px) !important;
  }
}
/* END MH loading/admin-bar stability 20260704 */

/* BEGIN MH header active/hover stability 20260704 */
.elementor-46 {
  --mh-header-state-color: #7c5739;
  --mh-header-drawer-state-color: var(--mh-accent, #7c5739);
}

.elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal > .menu-item > .menu-item-link-top,
.elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal > .menu-item > .menu-item-link-top .menu-text,
.elementor-46 :where(#header-top, #header-scroll) .mh-header-catalogue .elementor-button,
.elementor-46 :where(#header-top, #header-scroll) .mh-header-catalogue .elementor-button .elementor-button-text,
.elementor-46 .mh-product-mega__side-link,
.elementor-46 .mh-product-mega__side-child,
.elementor-46 .mh-product-mega__surface a,
.elementor-46 .mh-project-mega__side-link,
.elementor-46 .mh-category-mega__side-link {
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal > .menu-item > .menu-item-link-top,
.elementor-46 :where(#header-top, #header-scroll) .mh-header-catalogue .elementor-button,
.elementor-46 .mh-product-mega__side-link,
.elementor-46 .mh-product-mega__side-child,
.elementor-46 .mh-product-mega__surface a,
.elementor-46 .mh-project-mega__side-link,
.elementor-46 .mh-category-mega__side-link {
  text-decoration: none !important;
  transition: color .2s ease !important;
}

.elementor-46 .mh-product-mega__side-link,
.elementor-46 .mh-product-mega__side-child,
.elementor-46 .mh-product-mega__surface a,
.elementor-46 .mh-project-mega__side-link,
.elementor-46 .mh-category-mega__side-link {
  color: var(--mh-text) !important;
}

.elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal > .menu-item > .menu-item-link-top::after,
.elementor-46 :where(#header-top, #header-scroll) .mh-header-catalogue .elementor-button::after,
.elementor-46 .mh-product-mega__side-link::before,
.elementor-46 .mh-product-mega__side-child::before,
.elementor-46 .mh-product-mega__surface a::before,
.elementor-46 .mh-project-mega__side-link::before,
.elementor-46 .mh-category-mega__side-link::before {
  content: none !important;
  display: none !important;
}

.elementor-46 :where(#header-top, #header-scroll) .menu-item-link-top .menu-text[data-mh-label],
.elementor-46 :where(#header-top, #header-scroll) .mh-header-catalogue .elementor-button .elementor-button-text[data-mh-label],
.elementor-46 .mh-product-mega__side-link[data-mh-label],
.elementor-46 .mh-product-mega__side-child[data-mh-label],
.elementor-46 .mh-product-mega__surface a[data-mh-label],
.elementor-46 .mh-project-mega__side-link[data-mh-label],
.elementor-46 .mh-category-mega__side-link[data-mh-label] {
  display: inline-block;
}

.elementor-46 :where(#header-top, #header-scroll) .menu-item-link-top .menu-text[data-mh-label]::after,
.elementor-46 :where(#header-top, #header-scroll) .mh-header-catalogue .elementor-button .elementor-button-text[data-mh-label]::after,
.elementor-46 .mh-product-mega__side-link[data-mh-label]::after,
.elementor-46 .mh-product-mega__side-child[data-mh-label]::after,
.elementor-46 .mh-product-mega__surface a[data-mh-label]::after,
.elementor-46 .mh-project-mega__side-link[data-mh-label]::after,
.elementor-46 .mh-category-mega__side-link[data-mh-label]::after {
  content: attr(data-mh-label);
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  font-weight: 700;
  pointer-events: none;
  white-space: inherit;
}

.elementor-46 .mh-product-mega:not(.mh-product-mega--has-current) .mh-product-mega__side-link.is-active:not(:hover):not(:focus),
.elementor-46 .mh-product-mega:not(.mh-product-mega--has-current) .mh-product-mega__surface a.is-active:not(:hover):not(:focus) {
  color: var(--mh-text) !important;
  font-weight: 400 !important;
}

@media (min-width: 1200px) {
  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2407 > .menu-item-link-top {
    min-width: 108.75px;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2408 > .menu-item-link-top {
    min-width: 89.88px;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2409 > .menu-item-link-top {
    min-width: 59.66px;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2410 > .menu-item-link-top {
    min-width: 164.33px;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2411 > .menu-item-link-top {
    min-width: 139.13px;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2412 > .menu-item-link-top {
    min-width: 69.72px;
  }

  .elementor-46 #header-top .elementor-element-134aa52 .elementor-button,
  .elementor-46 #header-scroll .elementor-element-c46a101 .elementor-button {
    min-width: 67.5px;
  }

  .elementor-46 #header-top .lakit-nav--horizontal > .menu-item:is(:hover, :focus-within, .lakit-nav-hover, .current-menu-item, .current-menu-parent, .current-menu-ancestor, .mh-menu-current, .lakit-nav__item--current) > .menu-item-link-top,
  .elementor-46 #header-scroll .lakit-nav--horizontal > .menu-item:is(:hover, :focus-within, .lakit-nav-hover, .current-menu-item, .current-menu-parent, .current-menu-ancestor, .mh-menu-current, .lakit-nav__item--current) > .menu-item-link-top,
  .elementor-46 #header-top .mh-header-catalogue:is(:hover, :focus-within, .mh-catalogue-current) .elementor-button,
  .elementor-46 #header-scroll .mh-header-catalogue:is(:hover, :focus-within, .mh-catalogue-current) .elementor-button {
    color: var(--mh-header-state-color) !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }

  .elementor-46 #header-top .lakit-nav--horizontal > .menu-item:is(:hover, :focus-within, .lakit-nav-hover, .current-menu-item, .current-menu-parent, .current-menu-ancestor, .mh-menu-current, .lakit-nav__item--current) > .menu-item-link-top .menu-text,
  .elementor-46 #header-scroll .lakit-nav--horizontal > .menu-item:is(:hover, :focus-within, .lakit-nav-hover, .current-menu-item, .current-menu-parent, .current-menu-ancestor, .mh-menu-current, .lakit-nav__item--current) > .menu-item-link-top .menu-text,
  .elementor-46 #header-top .mh-header-catalogue:is(:hover, :focus-within, .mh-catalogue-current) .elementor-button .elementor-button-text,
  .elementor-46 #header-scroll .mh-header-catalogue:is(:hover, :focus-within, .mh-catalogue-current) .elementor-button .elementor-button-text {
    color: inherit !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }
.elementor-46 :where(#header-top, #header-scroll)
.lakit-nav--horizontal > .menu-item > .menu-item-link-top,
.elementor-46 :where(#header-top, #header-scroll)
.lakit-nav--horizontal > .menu-item > .menu-item-link-top .menu-text {
  background: transparent !important;
  box-shadow: none !important;
}
  .elementor-46 .mh-product-mega__side-link:hover,
  .elementor-46 .mh-product-mega__side-link:focus,
  .elementor-46 .mh-product-mega__side-link.is-active,
  .elementor-46 .mh-product-mega__side-child:hover,
  .elementor-46 .mh-product-mega__side-child:focus,
  .elementor-46 .mh-product-mega__side-child.is-active,
  .elementor-46 .mh-product-mega__brand:hover,
  .elementor-46 .mh-product-mega__brand:focus,
  .elementor-46 .mh-product-mega__brand.is-active,
  .elementor-46 .mh-product-mega__surface a:hover,
  .elementor-46 .mh-product-mega__surface a:focus,
  .elementor-46 .mh-product-mega__surface a.is-active,
  .elementor-46 .mh-project-mega__side-link:hover,
  .elementor-46 .mh-project-mega__side-link:focus,
  .elementor-46 .mh-project-mega__side-link.is-active,
  .elementor-46 .mh-category-mega__side-link:hover,
  .elementor-46 .mh-category-mega__side-link:focus,
  .elementor-46 .mh-category-mega__side-link.is-active {
    color: #7c5739 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }
}

@media (max-width: 1199px) {
  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item-link-top,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item-link-top .menu-text,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .mh-header-catalogue .elementor-button,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .mh-header-catalogue .elementor-button .elementor-button-text {
    font-weight: 400 !important;
    letter-spacing: 0 !important;
  }

  .elementor-46 #header-scroll .lakit-mobile-menu-active .current-menu-item > .menu-item-link-top,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .current-menu-parent > .menu-item-link-top,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .current-menu-ancestor > .menu-item-link-top,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item.mh-menu-current > .menu-item-link-top,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item.mh-mobile-submenu-open > .menu-item-link-top,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .mh-header-catalogue:is(:hover, :focus-within, .mh-catalogue-current) .elementor-button,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item-link-top:hover,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item-link-top:focus {
    color: var(--mh-header-drawer-state-color) !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }

  .elementor-46 #header-scroll .lakit-mobile-menu-active .current-menu-item > .menu-item-link-top .menu-text,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .current-menu-parent > .menu-item-link-top .menu-text,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .current-menu-ancestor > .menu-item-link-top .menu-text,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item.mh-menu-current > .menu-item-link-top .menu-text,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item.mh-mobile-submenu-open > .menu-item-link-top .menu-text,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .mh-header-catalogue:is(:hover, :focus-within, .mh-catalogue-current) .elementor-button .elementor-button-text,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item-link-top:hover .menu-text,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item-link-top:focus .menu-text {
    color: inherit !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }

  .elementor-46 #header-scroll .lakit-mobile-menu-active .menu-item-link-top::after,
  .elementor-46 #header-scroll .lakit-mobile-menu-active .mh-header-catalogue .elementor-button::after {
    display: none !important;
  }

  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__side-link,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__side-child,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__surface a,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-project-mega__side-link {
    font-weight: 400 !important;
    text-decoration: none !important;
  }

  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__side-link:hover,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__side-link:focus,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__side-link.is-active,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__side-child:hover,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__side-child:focus,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__surface a:hover,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-product-mega__surface a:focus,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-project-mega__side-link:hover,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-project-mega__side-link:focus,
  .elementor-46 #header-scroll .lakit-active--mbmenu .mh-project-mega__side-link.is-active {
    color: var(--mh-header-drawer-state-color) !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }
}
/* END MH header active/hover stability 20260704 */

/* BEGIN MH category mega hover parity with project mega 20260713 */
.elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2410:is(:hover, :focus-within, .lakit-nav-hover, .current-menu-item, .current-menu-parent, .current-menu-ancestor, .mh-menu-current, .lakit-nav__item--current) > .menu-item-link-top,
.elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2411:is(:hover, :focus-within, .lakit-nav-hover, .current-menu-item, .current-menu-parent, .current-menu-ancestor, .mh-menu-current, .lakit-nav__item--current) > .menu-item-link-top,
.elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2410.mh-category-mega-open > .menu-item-link-top,
.elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2411.mh-category-mega-open > .menu-item-link-top,
.elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2410:has(.mh-category-mega:hover) > .menu-item-link-top,
.elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2411:has(.mh-category-mega:hover) > .menu-item-link-top,
.elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2410:is(:hover, :focus-within, .lakit-nav-hover, .current-menu-item, .current-menu-parent, .current-menu-ancestor, .mh-menu-current, .lakit-nav__item--current) > .menu-item-link-top .menu-text,
.elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2411:is(:hover, :focus-within, .lakit-nav-hover, .current-menu-item, .current-menu-parent, .current-menu-ancestor, .mh-menu-current, .lakit-nav__item--current) > .menu-item-link-top .menu-text,
.elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2410.mh-category-mega-open > .menu-item-link-top .menu-text,
.elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2411.mh-category-mega-open > .menu-item-link-top .menu-text,
.elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2410:has(.mh-category-mega:hover) > .menu-item-link-top .menu-text,
.elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2411:has(.mh-category-mega:hover) > .menu-item-link-top .menu-text {
  color: #7c5739 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.elementor-46 .mh-category-mega__side-link {
  color: var(--mh-text) !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.elementor-46 .mh-category-mega__side-link:hover,
.elementor-46 .mh-category-mega__side-link:focus,
.elementor-46 .mh-category-mega__side-link.is-active {
  color: #7c5739 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.elementor-46 .mh-category-mega__side-link::before,
.elementor-46 .mh-category-mega__side-link::after {
  content: none !important;
  display: none !important;
}
/* END MH category mega hover parity with project mega 20260713 */

/* BEGIN MH header language state restore 20260706 */
.elementor-46 #header-top .trp-shortcode-switcher__wrapper,
.elementor-46 #header-scroll .trp-shortcode-switcher__wrapper {
  --text-hover: var(--mh-header-state-color) !important;
}

@media (min-width: 1200px) {
  .elementor-46 #header-top .trp-shortcode-switcher__wrapper .trp-current-language-item__wrapper,
  .elementor-46 #header-top .trp-shortcode-switcher__wrapper .trp-language-item__current,
  .elementor-46 #header-top .trp-shortcode-switcher__wrapper .current-language-menu-item,
  .elementor-46 #header-top .trp-shortcode-switcher__wrapper .mh-language-current,
  .elementor-46 #header-top .trp-shortcode-switcher__wrapper .trp-language-item:hover,
  .elementor-46 #header-top .trp-shortcode-switcher__wrapper .trp-language-item:focus,
  .elementor-46 #header-top .trp-shortcode-switcher__wrapper .trp-language-item:focus-within,
  .elementor-46 #header-scroll .trp-shortcode-switcher__wrapper .trp-current-language-item__wrapper,
  .elementor-46 #header-scroll .trp-shortcode-switcher__wrapper .trp-language-item__current,
  .elementor-46 #header-scroll .trp-shortcode-switcher__wrapper .current-language-menu-item,
  .elementor-46 #header-scroll .trp-shortcode-switcher__wrapper .mh-language-current,
  .elementor-46 #header-scroll .trp-shortcode-switcher__wrapper .trp-language-item:hover,
  .elementor-46 #header-scroll .trp-shortcode-switcher__wrapper .trp-language-item:focus,
  .elementor-46 #header-scroll .trp-shortcode-switcher__wrapper .trp-language-item:focus-within {
    color: var(--mh-header-state-color) !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }

  .elementor-46 #header-top .trp-shortcode-switcher__wrapper .trp-current-language-item__wrapper .trp-language-item-name::before,
  .elementor-46 #header-top .trp-shortcode-switcher__wrapper .trp-language-item__current .trp-language-item-name::before,
  .elementor-46 #header-top .trp-shortcode-switcher__wrapper .current-language-menu-item .trp-language-item-name::before,
  .elementor-46 #header-top .trp-shortcode-switcher__wrapper .mh-language-current .trp-language-item-name::before,
  .elementor-46 #header-top .trp-shortcode-switcher__wrapper .trp-language-item:hover .trp-language-item-name::before,
  .elementor-46 #header-top .trp-shortcode-switcher__wrapper .trp-language-item:focus .trp-language-item-name::before,
  .elementor-46 #header-top .trp-shortcode-switcher__wrapper .trp-language-item:focus-within .trp-language-item-name::before,
  .elementor-46 #header-scroll .trp-shortcode-switcher__wrapper .trp-current-language-item__wrapper .trp-language-item-name::before,
  .elementor-46 #header-scroll .trp-shortcode-switcher__wrapper .trp-language-item__current .trp-language-item-name::before,
  .elementor-46 #header-scroll .trp-shortcode-switcher__wrapper .current-language-menu-item .trp-language-item-name::before,
  .elementor-46 #header-scroll .trp-shortcode-switcher__wrapper .mh-language-current .trp-language-item-name::before,
  .elementor-46 #header-scroll .trp-shortcode-switcher__wrapper .trp-language-item:hover .trp-language-item-name::before,
  .elementor-46 #header-scroll .trp-shortcode-switcher__wrapper .trp-language-item:focus .trp-language-item-name::before,
  .elementor-46 #header-scroll .trp-shortcode-switcher__wrapper .trp-language-item:focus-within .trp-language-item-name::before {
    color: inherit !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }
}
/* END MH header language state restore 20260706 */

/* BEGIN MH header search language final override 20260709 */
html.mh-header-search-open .elementor-46 #header-top .elementor-element-d6f5485,
html.mh-header-search-open .elementor-46 #header-scroll .elementor-element-d6f5485,
html.mh-header-search-open .elementor-46 #header-top .elementor-element-d6f5485 *,
html.mh-header-search-open .elementor-46 #header-scroll .elementor-element-d6f5485 * {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: 0 !important;
}
/* END MH header search language final override 20260709 */

/* MH trends mobile containment + source image fix 20260704 */
@media (max-width: 1199px) {
  .elementor-2768 .mh-trends-posts,
  .elementor-2768 .mh-trends-posts > .elementor-widget-container,
  .elementor-2768 .mh-trends-posts .lakit-posts,
  .elementor-2768 .mh-trends-posts .lakit-posts__list_wrapper,
  .elementor-2768 .mh-trends-posts .lakit-posts__list {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .elementor-2768 .mh-trends-posts .lakit-posts__list {
    align-items: stretch !important;
    transform: none !important;
  }
}

@media (max-width: 767px) {
  .elementor-2768 .mh-trends-posts,
  .elementor-2768 .mh-trends-posts > .elementor-widget-container {
    display: block !important;
    flex: 0 0 auto !important;
    align-self: stretch !important;
    contain: none !important;
  }

  .elementor-2768 .mh-trends-posts .lakit-posts__list {
    grid-auto-flow: row !important;
  }
}
/* END MH trends mobile containment + source image fix 20260704 */

/* BEGIN MH public header overlap guard 20260709 */
@media (max-width: 1024px) and (min-width: 901px) {
  body.page-id-3 .elementor-element-mhppttl {
    margin-top: 8px !important;
  }

  body.admin-bar.page-id-3 .elementor-element-mhppttl {
    margin-top: 40px !important;
  }
}

@media (max-width: 900px) {
  body.admin-bar.page-id-2101 .mh-product-lines-grid {
    margin-top: 14px !important;
  }

  body.admin-bar.page-id-2987 .elementor-element-mhcattitle {
    margin-top: 20px !important;
  }

  body.admin-bar.page-id-2768 .elementor-element-mhtrroot {
    margin-top: 26px !important;
  }

  body.admin-bar.page-id-1349 .mh-contact-primary-section {
    margin-top: 66px !important;
  }

  body.page-id-3 .elementor-element-mhppttl {
    margin-top: 40px !important;
  }

  body.page-id-2070 .mh-about-story {
    padding-top: 80px !important;
  }

  body.admin-bar.page-id-3 .elementor-element-mhppttl {
    margin-top: 86px !important;
  }

  body.admin-bar.page-id-2070 .mh-about-story {
    padding-top: 126px !important;
  }
}

@media (max-width: 480px) {
  body.admin-bar.page-id-1349 .mh-contact-primary-section {
    margin-top: 52px !important;
  }

  body.admin-bar.post-type-archive-project #mh-project-archive-2026,
  body.admin-bar.tax-project_category #mh-project-archive-2026 {
    margin-top: 8px !important;
  }

  body.admin-bar.woocommerce-shop .mh-product-archive-toolbar {
    margin-top: 20px !important;
  }

  body.page-id-2070 .mh-about-story {
    padding-top: 74px !important;
  }

  body.admin-bar.page-id-2070 .mh-about-story {
    padding-top: 120px !important;
  }
}
/* END MH public header overlap guard 20260709 */

/* BEGIN MH About page feedback page 6 20260711 */
body.page-id-2070 #mh-about-2026 .mh-story-title-block h1,
body.page-id-2070 #mh-about-2026 .mh-story-card-num span {
  font-weight: 400 !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-card h2 {
  font-weight: 500 !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-quote {
  place-items: center !important;
  text-align: center !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-quote p {
  width: 100% !important;
  max-width: 34rem !important;
  margin: 24px auto 0 !important;
  text-align: center !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-quote-mark {
  top: -54px !important;
  font-size: clamp(104px, 8vw, 128px) !important;
  line-height: .72 !important;
}

body.page-id-2070 #mh-about-2026 .mh-about-cert-track {
  display: flex !important;
  align-items: center !important;
  gap: clamp(42px, 5.2vw, 76px) !important;
}

/* The feedback page shows every story card in its finished state. */
body.page-id-2070 #mh-about-2026 .mh-story-title-block,
body.page-id-2070 #mh-about-2026 .mh-story-quote,
body.page-id-2070 #mh-about-2026 .mh-story-card,
body.page-id-2070 #mh-about-2026 .mh-story-image {
  opacity: 1 !important;
  transform: none !important;
}
/* END MH About page feedback page 6 20260711 */

/* BEGIN MH About page feedback page 6 refinement 20260712 */
body.page-id-2070 #mh-about-2026 .mh-story-card {
  border-width: 1px !important;
  justify-content: flex-start !important;
  padding-top: 0 !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-title-block h1 {
  font-weight: 400 !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-card-num {
  width: 100% !important;
  justify-content: center !important;
  gap: clamp(16px, 2vw, 28px) !important;
  color: var(--mh-about-ink, #202020) !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-card-num::before,
body.page-id-2070 #mh-about-2026 .mh-story-card-num::after {
  content: "" !important;
  display: block !important;
  flex: 1 1 0 !important;
  height: 1px !important;
  min-width: 24px !important;
  background: var(--mh-about-ink, #202020) !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-card-num span {
  flex: 0 0 auto !important;
  padding: 0 10px !important;
  color: var(--mh-about-ink, #202020) !important;
  font-weight: 400 !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-card h2 {
  margin-bottom: 14px !important;
  font-size: clamp(20px, 1.48vw, 24px) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: -.01em !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-card p {
  font-size: clamp(11.6px, .84vw, 13px) !important;
  line-height: 1.56 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-nowrap {
  white-space: nowrap;
}

body.page-id-2070 #mh-about-2026 .mh-story-quote {
  border-color: #7c5739 !important;
  color: #7c5739 !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-quote p {
  color: #7c5739 !important;
  font-weight: 500 !important;
  line-height: 1.22 !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-quote-mark {
  color: #7c5739 !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-rule {
  height: 1px !important;
  background: var(--mh-about-ink, #202020) !important;
}

body.page-id-2070 #mh-about-2026 .mh-about-cert-track {
  width: var(--mh-about-rail) !important;
  min-width: 0 !important;
  max-width: var(--mh-about-rail) !important;
  margin: 0 auto !important;
  justify-content: space-between !important;
  gap: clamp(24px, 3.4vw, 54px) !important;
  transform: none !important;
  animation: none !important;
  will-change: auto !important;
}

body.page-id-2070 #mh-about-2026 .mh-about-cert-slide[aria-hidden="true"] {
  display: none !important;
}

body.page-id-2070 #mh-about-2026 .mh-about-cert-slide {
  flex: 0 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: clamp(62px, 6vw, 78px) !important;
}

body.page-id-2070 #mh-about-2026 .mh-about-cert-slide img {
  max-width: clamp(58px, 7.5vw, 112px) !important;
  max-height: clamp(54px, 5.4vw, 70px) !important;
}

body.page-id-2070 #mh-about-2026 .mh-about-cert-slide img[alt="UNICLIC"] {
  max-width: clamp(106px, 11vw, 168px) !important;
}

body.page-id-2070 #mh-about-2026 .mh-about-cert-slide img[alt="CARB Phase 2 Compliance"],
body.page-id-2070 #mh-about-2026 .mh-about-cert-slide img[alt="FloorScore"] {
  max-width: clamp(86px, 9vw, 132px) !important;
}

@media (min-width: 901px) {
  body.page-id-2070 #mh-about-2026 .mh-story-rule {
    display: block !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card-03 h2,
  body.page-id-2070 #mh-about-2026 .mh-story-card-03 p {
    max-width: none !important;
  }
}

@media (max-width: 900px) {
  body.page-id-2070 #mh-about-2026 .mh-story-card h2 {
    font-size: clamp(20px, 4.1vw, 24px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card p {
    font-size: 13px !important;
    line-height: 1.62 !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-about-cert-track {
    flex-wrap: wrap !important;
    justify-content: center !important;
    row-gap: 24px !important;
  }
}

@media (max-width: 480px) {
  body.page-id-2070 #mh-about-2026 .mh-story-nowrap {
    white-space: normal;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card-num {
    gap: 12px !important;
  }
}
/* END MH About page feedback page 6 refinement 20260712 */

/* BEGIN MH contact page feedback page 25 20260712 */
body.page-id-1349 .mh-contact-primary-section {
  box-sizing: border-box;
  padding-top: 70px !important;
}

body.page-id-1349 .mh-contact-sitemap-grid {
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  min-width: 0;
  padding-left: clamp(16px, 5vw, 20px);
  padding-right: clamp(16px, 5vw, 20px);
}

body.page-id-1349 .mh-contact-sitemap-grid > .mh-contact-info-column,
body.page-id-1349 .mh-contact-sitemap-grid > #mh-contact-form {
  box-sizing: border-box;
  min-width: 0;
  width: auto !important;
}

body.page-id-1349 .mh-contact-sitemap-grid > .mh-contact-info-column {
  padding: 0 !important;
}

body.page-id-1349 #mh-contact-form {
  box-sizing: border-box;
  border-radius: 0 !important;
  overflow: visible;
  padding: 32px clamp(22px, 3vw, 48px) !important;
}

body.page-id-1349 #mh-contact-form .mh-contact-form-title .elementor-heading-title {
  box-sizing: border-box;
  font-size: clamp(18px, 4vw, 30px) !important;
  font-weight: 700 !important;
  line-height: 1.15;
  margin-bottom: 18px;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

body.page-id-1349 .mh-contact-info-column .elementor-heading-title {
  box-sizing: border-box;
  font-size: clamp(18px, 4.2vw, 32px) !important;
  line-height: 1.15;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

body.page-id-1349 #mh-contact-form .elementor-element-cfe2592,
body.page-id-1349 #mh-contact-form .elementor-widget-text-editor {
  box-sizing: border-box;
  margin-bottom: 26px;
  text-align: center !important;
}

body.page-id-1349 #mh-contact-form .elementor-element-cfe2592 p,
body.page-id-1349 #mh-contact-form .elementor-widget-text-editor p {
  line-height: 1.6;
  margin: 0 0 8px;
  text-align: center !important;
}

body.page-id-1349 #mh-contact-form .elementor-element-cfe2592 p:last-child,
body.page-id-1349 #mh-contact-form .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

body.page-id-1349 #mh-contact-form .mh-booking-form-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin: 0 auto 16px !important;
  max-width: 92%;
  min-width: 0;
  width: 92%;
}

body.page-id-1349 #mh-contact-form .mh-booking-form-row:last-child {
  margin: 0 auto !important;
}

body.page-id-1349 #mh-contact-form .mh-booking-form-row > .lakit-col {
  box-sizing: border-box;
  flex: 1 1 0;
  min-width: 0;
  width: 50%;
}

body.page-id-1349 #mh-contact-form .mh-booking-form-message {
  display: block;
}

body.page-id-1349 #mh-contact-form .mh-booking-form-message > .lakit-col {
  width: 100%;
}

body.page-id-1349 #mh-contact-form .wpcf7-form-control-wrap {
  display: block;
  max-width: 100%;
  width: 100%;
}

body.page-id-1349 #mh-contact-form input:not([type="submit"]),
body.page-id-1349 #mh-contact-form textarea {
  box-sizing: border-box;
  border-radius: 0 !important;
  max-width: 100%;
  width: 100%;
}

body.page-id-1349 #mh-contact-form input:not([type="submit"]) {
  height: 46px;
  min-height: 46px;
}

body.page-id-1349 #mh-contact-form textarea {
  height: 118px;
  min-height: 118px;
  resize: vertical;
}

body.page-id-1349 #mh-contact-form .mh-form-required-note {
  display: none !important;
}

body.page-id-1349 #mh-contact-form .wpcf7-submit,
body.page-id-1349 #mh-contact-form input[type="submit"] {
  border-radius: 0 !important;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

body.page-id-1349 #mh-contact-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
}

body.page-id-1349 .elementor-191 .elementor-element-ftcta01,
body.page-id-1349 .elementor-191 .elementor-element-ftcta02 {
  display: none !important;
}

body.page-id-1349 .elementor-191 .elementor-element-ftmain01 {
  background: #7c5739 !important;
  box-sizing: border-box;
  margin-top: 0 !important;
  min-height: 0 !important;
  overflow: visible;
  padding: 24px clamp(24px, 5vw, 64px) !important;
  width: 100%;
}

@media (min-width: 1025px) {
  body.page-id-1349 .mh-contact-info-column .elementor-heading-title {
    font-size: clamp(24px, 1.95vw, 33px) !important;
  }

  body.page-id-1349 #mh-contact-form .mh-contact-form-title .elementor-heading-title {
    font-size: clamp(24px, 2.1vw, 32px) !important;
  }

  body.page-id-1349 .mh-contact-sitemap-grid {
    align-items: start;
    column-gap: 32px;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    padding-left: clamp(24px, 3vw, 40px);
    padding-right: clamp(24px, 3vw, 40px);
    row-gap: 0;
  }
}

@media (max-width: 1024px) {
  body.page-id-1349 .mh-contact-sitemap-grid {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.page-id-1349 #mh-contact-form {
    padding: 28px clamp(20px, 5vw, 32px) !important;
  }
}

@media (max-width: 767px) {
  body.page-id-1349 .mh-contact-primary-section {
    padding-top: 64px !important;
  }

  body.page-id-1349 .mh-contact-sitemap-grid {
    gap: 24px;
    padding-left: clamp(16px, 5vw, 20px);
    padding-right: clamp(16px, 5vw, 20px);
  }

  body.page-id-1349 #mh-contact-form {
    padding: 24px 20px !important;
  }

  body.page-id-1349 .mh-contact-info-column .elementor-heading-title {
    font-size: clamp(16px, 4.2vw, 24px) !important;
  }

  body.page-id-1349 #mh-contact-form .mh-contact-form-title .elementor-heading-title {
    font-size: clamp(15px, 4vw, 22px) !important;
  }

  body.page-id-1349 #mh-contact-form .mh-booking-form-row {
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
    width: 100%;
  }

  body.page-id-1349 #mh-contact-form .mh-booking-form-row > .lakit-col,
  body.page-id-1349 #mh-contact-form .mh-booking-form-message > .lakit-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
/* END MH contact page feedback page 25 20260712 */

/* BEGIN MH contact form full-width grid refinement 20260715 */
body.page-id-1349 .mh-contact-sitemap-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  min-width: 0;
  width: 100% !important;
}

body.page-id-1349 .mh-contact-sitemap-grid > #mh-contact-form {
  max-width: none !important;
  min-width: 0;
  width: 100% !important;
}

body.page-id-1349 #mh-contact-form .mh-contact-form-title,
body.page-id-1349 #mh-contact-form .mh-contact-form-title .elementor-heading-title {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: normal;
}

@media (min-width: 1200px) {
  body.page-id-1349 #mh-contact-form .elementor-element-cfe2592 p:first-child,
  body.page-id-1349 #mh-contact-form .elementor-widget-text-editor p:first-child {
    max-width: none;
    white-space: nowrap;
  }
}

body.page-id-1349 #mh-contact-form .wpcf7-form {
  column-gap: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
  row-gap: 16px;
}

body.page-id-1349 #mh-contact-form .wpcf7-form > .mh-booking-form-row {
  display: contents;
  margin: 0 !important;
  max-width: none;
  width: auto;
}

body.page-id-1349 #mh-contact-form .wpcf7-form > .mh-booking-form-row > .lakit-col {
  flex: none;
  max-width: none;
  min-width: 0;
  width: auto;
}

body.page-id-1349 #mh-contact-form .wpcf7-form > .mh-booking-form-message > .lakit-col,
body.page-id-1349 #mh-contact-form .wpcf7-form > .mh-booking-form-submit > .lakit-col {
  grid-column: 1 / -1;
  width: 100%;
}

body.page-id-1349 #mh-contact-form .wpcf7-form > .mh-booking-form-submit > .lakit-col {
  display: flex;
  justify-content: center;
}

body.page-id-1349 #mh-contact-form .wpcf7-form > .mh-booking-form-submit .wpcf7-submit,
body.page-id-1349 #mh-contact-form .wpcf7-form > .mh-booking-form-submit input[type="submit"] {
  max-width: 240px;
  width: 100%;
}

body.page-id-1349 #mh-contact-form .wpcf7-form > .wpcf7-response-output {
  grid-column: 1 / -1;
  min-width: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.page-id-1349 #mh-contact-form .wpcf7-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.page-id-1349 #mh-contact-form .wpcf7-form {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-id-1349 #mh-contact-form .wpcf7-form > .mh-booking-form-message > .lakit-col,
  body.page-id-1349 #mh-contact-form .wpcf7-form > .mh-booking-form-submit > .lakit-col {
    grid-column: 1;
  }
}
/* END MH contact form full-width grid refinement 20260715 */

/* BEGIN MH project feedback pages 16-17 20260712 */
body.post-type-archive-project #mh-project-archive-2026,
body.tax-project_category #mh-project-archive-2026 {
  --mh-project-archive-rail: min(calc(100% - clamp(40px, 6.5vw, 96px)), 1220px);
  background: #fff !important;
}

body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-intro-region,
body.tax-project_category #mh-project-archive-2026 .mh-project-archive-intro-region,
body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-grid-region,
body.tax-project_category #mh-project-archive-2026 .mh-project-archive-grid-region {
  --padding-left: 0px !important;
  --padding-right: 0px !important;
}

body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-intro-region,
body.tax-project_category #mh-project-archive-2026 .mh-project-archive-intro-region {
  --padding-top: clamp(108px, 8vw, 136px) !important;
  --padding-bottom: clamp(48px, 5.4vw, 72px) !important;
}

body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-grid-region,
body.tax-project_category #mh-project-archive-2026 .mh-project-archive-grid-region {
  --padding-bottom: clamp(88px, 7vw, 128px) !important;
}

body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-intro-region > .e-con-inner,
body.tax-project_category #mh-project-archive-2026 .mh-project-archive-intro-region > .e-con-inner,
body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-grid-region > .e-con-inner,
body.tax-project_category #mh-project-archive-2026 .mh-project-archive-grid-region > .e-con-inner {
  margin-inline: auto !important;
  max-width: var(--mh-project-archive-rail) !important;
  width: var(--mh-project-archive-rail) !important;
}

body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-header,
body.tax-project_category #mh-project-archive-2026 .mh-project-archive-header {
  align-items: start !important;
  column-gap: clamp(24px, 3.8vw, 52px) !important;
  display: grid !important;
  grid-template-columns: minmax(360px, .34fr) minmax(0, 1fr) !important;
  width: 100% !important;
}

body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-description,
body.tax-project_category #mh-project-archive-2026 .mh-project-archive-description,
body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-intro-text,
body.tax-project_category #mh-project-archive-2026 .mh-project-archive-intro-text {
  color: #202020 !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: clamp(15px, 1.08vw, 17px) !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  max-width: 680px !important;
  text-align: left !important;
}

body.post-type-archive-project #mh-project-archive-2026 .mh-project-grid,
body.tax-project_category #mh-project-archive-2026 .mh-project-grid {
  column-gap: clamp(28px, 3.2vw, 42px) !important;
  row-gap: clamp(52px, 5.2vw, 72px) !important;
}

body.post-type-archive-project #mh-project-archive-2026 .mh-project-card__media,
body.tax-project_category #mh-project-archive-2026 .mh-project-card__media {
  aspect-ratio: .82 / 1 !important;
  background: #f4efe8 !important;
}

body.post-type-archive-project #mh-project-archive-2026 .mh-project-card__media > img.mh-project-card__image,
body.tax-project_category #mh-project-archive-2026 .mh-project-card__media > img.mh-project-card__image {
  filter: none !important;
  image-rendering: auto !important;
  opacity: 1 !important;
  transform: none;
  transition: transform 800ms cubic-bezier(0, 0.65, 0.55, 1) !important;
}

body.post-type-archive-project #mh-project-archive-2026 .mh-project-card:hover .mh-project-card__image,
body.post-type-archive-project #mh-project-archive-2026 .mh-project-card:focus-within .mh-project-card__image,
body.tax-project_category #mh-project-archive-2026 .mh-project-card:hover .mh-project-card__image,
body.tax-project_category #mh-project-archive-2026 .mh-project-card:focus-within .mh-project-card__image {
  transform: scale(1.1) !important;
}

body.post-type-archive-project #mh-project-archive-2026 .mh-project-card__title,
body.tax-project_category #mh-project-archive-2026 .mh-project-card__title {
  font-family: "Noto Serif Display", Georgia, serif !important;
  font-size: clamp(24px, 2vw, 31px) !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  margin-top: clamp(18px, 2vw, 26px) !important;
}

@media (min-width: 1200px) {
  .elementor-46 .mh-project-mega__side {
    gap: 10px !important;
    padding-block: clamp(24px, 2.2vw, 30px) !important;
  }

  .elementor-46 .mh-project-mega__side-link {
    line-height: 1.45 !important;
    padding-block: 0 !important;
  }

  .elementor-46 .mh-category-mega__side-link {
    line-height: 1.45 !important;
    padding-block: 0 !important;
  }

  .elementor-46 .mh-project-mega__tile img {
    filter: none !important;
    opacity: 1 !important;
    transform: none;
    transition: transform .75s cubic-bezier(.19, 1, .22, 1) !important;
  }

  .elementor-46 .mh-project-mega__tile:hover img {
    transform: scale(1.1) !important;
  }
}

body.single-project {
  --mh-project-detail-rail: min(calc(100% - clamp(40px, 6.5vw, 96px)), 1220px);
}

body.single-project .mh-page-hero.mh-page-hero-detail {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 100vw !important;
  min-height: clamp(520px, 54vw, 760px) !important;
  padding-bottom: clamp(56px, 7vw, 92px) !important;
  width: 100vw !important;
}

body.single-project .mh-page-hero.mh-page-hero-detail.e-con-boxed > .e-con-inner,
body.single-project .mh-page-hero.mh-page-hero-detail > .elementor-container {
  max-width: var(--mh-project-detail-rail) !important;
  width: var(--mh-project-detail-rail) !important;
}

body.single-project .mh-page-hero.mh-page-hero-detail .mh-page-hero-title,
body.single-project .mh-page-hero.mh-page-hero-detail .mh-page-hero-title .elementor-heading-title {
  font-family: "Noto Serif Display", Georgia, serif !important;
  font-size: clamp(52px, 5.9vw, 84px) !important;
  font-weight: 400 !important;
  line-height: .98 !important;
  max-width: min(820px, 76vw) !important;
  white-space: normal !important;
  word-break: normal !important;
}

body.single-project .mh-project-single-section--overview > .e-con-inner,
body.single-project .mh-project-single-section--gallery-grid > .e-con-inner,
body.single-project .mh-project-single-section--related > .e-con-inner,
body.single-project .mh-project-single-section--products > .e-con-inner {
  max-width: var(--mh-project-detail-rail) !important;
  width: var(--mh-project-detail-rail) !important;
}

body.single-project .mh-project-single-section--overview {
  --padding-top: clamp(58px, 6vw, 86px) !important;
  --padding-bottom: clamp(50px, 5.4vw, 72px) !important;
}

body.single-project .mh-project-single-overview {
  align-items: center !important;
  column-gap: clamp(64px, 8vw, 118px) !important;
  grid-template-columns: minmax(0, .48fr) minmax(0, .52fr) !important;
}

body.single-project .mh-project-single-overview__media {
  aspect-ratio: 16 / 7.4 !important;
  width: 100% !important;
}

body.single-project .mh-project-single-overview__media img {
  aspect-ratio: 16 / 7.4 !important;
  filter: none !important;
  object-fit: cover !important;
  opacity: 1 !important;
  transform: none !important;
}

body.single-project .mh-project-single-overview__text {
  color: #202020 !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: clamp(15px, 1.05vw, 16px) !important;
  line-height: 1.66 !important;
  text-align: left !important;
}

body.single-project .mh-project-single-info {
  gap: 12px !important;
  margin-top: clamp(22px, 3vw, 34px) !important;
}

body.single-project .mh-project-gallery-slider,
body.single-project .mh-project-gallery-slider.mh-related-slider {
  margin-inline: calc((100vw - 100%) / -2) !important;
  max-width: none !important;
  width: 100vw !important;
}

body.single-project .mh-project-gallery-slider--static-showcase .mh-related-slider__track {
  display: block !important;
  transform: none !important;
  transition: none !important;
}

body.single-project .mh-project-gallery-slider--static-showcase .mh-related-slider__slide {
  display: block !important;
  flex: none !important;
  max-width: none !important;
  width: 100% !important;
}

.mh-project-lightbox {
  align-items: center;
  background: rgba(12, 10, 8, .92);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: clamp(18px, 3vw, 40px);
  pointer-events: none;
  position: fixed;
  transition: opacity .18s ease;
  z-index: 99999;
}

html.mh-project-lightbox-open {
  overflow: hidden !important;
}

.mh-project-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mh-project-lightbox__image {
  display: block;
  height: auto;
  max-height: calc(100vh - clamp(56px, 8vw, 112px));
  max-width: calc(100vw - clamp(36px, 6vw, 96px));
  object-fit: contain;
  width: auto;
}

.mh-project-lightbox__close {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border: 0;
  color: #202020;
  cursor: pointer;
  display: inline-flex;
  font-size: 28px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: clamp(18px, 3vw, 40px);
  top: clamp(18px, 3vw, 40px);
  width: 44px;
}

@media (max-width: 1024px) {
  body.post-type-archive-project #mh-project-archive-2026,
  body.tax-project_category #mh-project-archive-2026,
  body.single-project {
    --mh-project-archive-rail: min(calc(100% - 48px), 1220px);
    --mh-project-detail-rail: min(calc(100% - 48px), 1220px);
  }

  body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-header,
  body.tax-project_category #mh-project-archive-2026 .mh-project-archive-header,
  body.single-project .mh-project-single-overview {
    grid-template-columns: 1fr !important;
    row-gap: 28px !important;
  }

  body.single-project .mh-project-single-overview__media {
    aspect-ratio: 16 / 9 !important;
  }
}

@media (max-width: 767px) {
  body.post-type-archive-project #mh-project-archive-2026,
  body.tax-project_category #mh-project-archive-2026,
  body.single-project {
    --mh-project-archive-rail: min(calc(100% - 36px), 1220px);
    --mh-project-detail-rail: min(calc(100% - 36px), 1220px);
  }

  body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-intro-region,
  body.tax-project_category #mh-project-archive-2026 .mh-project-archive-intro-region {
    --padding-top: 96px !important;
    --padding-bottom: 34px !important;
  }

  body.single-project .mh-page-hero.mh-page-hero-detail {
    min-height: clamp(430px, 118vw, 560px) !important;
    padding-bottom: 40px !important;
  }

  body.single-project .mh-page-hero.mh-page-hero-detail .mh-page-hero-title,
  body.single-project .mh-page-hero.mh-page-hero-detail .mh-page-hero-title .elementor-heading-title {
    font-size: clamp(38px, 12vw, 52px) !important;
    max-width: 100% !important;
  }

  body.single-project .mh-project-gallery-all .mh-project-gallery-secondary {
    grid-template-columns: 1fr !important;
  }
}
/* END MH project feedback pages 16-17 20260712 */

/* BEGIN MH project feedback follow-up 20260712 */
body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-header,
body.tax-project_category #mh-project-archive-2026 .mh-project-archive-header {
  column-gap: clamp(24px, 3.8vw, 52px) !important;
  grid-template-columns: minmax(360px, .34fr) minmax(0, 1fr) !important;
}

body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-intro-region > .e-con-inner,
body.tax-project_category #mh-project-archive-2026 .mh-project-archive-intro-region > .e-con-inner {
  align-items: start !important;
  column-gap: clamp(24px, 3.8vw, 52px) !important;
  display: grid !important;
  grid-template-columns: minmax(360px, .34fr) minmax(0, 1fr) !important;
}

body.post-type-archive-project #mh-project-archive-2026 .elementor-element-0564a29,
body.tax-project_category #mh-project-archive-2026 .elementor-element-0564a29,
body.post-type-archive-project #mh-project-archive-2026 .elementor-element-28c567c,
body.tax-project_category #mh-project-archive-2026 .elementor-element-28c567c {
  flex: none !important;
  max-width: none !important;
  min-width: 0 !important;
  width: auto !important;
}

body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-description,
body.tax-project_category #mh-project-archive-2026 .mh-project-archive-description,
body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-intro-text,
body.tax-project_category #mh-project-archive-2026 .mh-project-archive-intro-text {
  max-width: none !important;
  text-align: justify !important;
  text-align-last: left;
  width: 100% !important;
}

body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-description p,
body.tax-project_category #mh-project-archive-2026 .mh-project-archive-description p,
body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-intro-text p,
body.tax-project_category #mh-project-archive-2026 .mh-project-archive-intro-text p {
  text-align: justify !important;
  text-align-last: left;
}

body.single-project .mh-page-hero.mh-page-hero-detail {
  min-height: clamp(430px, 46vw, 640px) !important;
}

body.single-project .mh-page-hero.mh-page-hero-detail .mh-page-hero-title,
body.single-project .mh-page-hero.mh-page-hero-detail .mh-page-hero-title .elementor-heading-title {
  font-size: 66px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
  max-width: 100% !important;
  width: 100% !important;
  text-transform: none !important;
}

body.single-project .mh-project-single-section--overview {
  --padding-top: clamp(44px, 4.8vw, 68px) !important;
  --padding-bottom: clamp(34px, 4vw, 52px) !important;
}

body.single-project .mh-project-single-overview__media,
body.single-project .mh-project-single-overview__media img {
  aspect-ratio: 16 / 10.5 !important;
}

body.single-project .mh-project-single-overview__text {
  text-align: justify !important;
  text-align-last: left;
}

body.single-project .mh-project-single-section--gallery-slider {
  --padding-bottom: 0 !important;
}

body.single-project .mh-project-single-section--gallery-grid {
  --padding-top: clamp(24px, 3vw, 38px) !important;
}

body.single-project .mh-project-gallery-all {
  margin-top: 0 !important;
}

@media (max-width: 1024px) {
  body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-header,
  body.tax-project_category #mh-project-archive-2026 .mh-project-archive-header {
    grid-template-columns: 1fr !important;
    row-gap: 28px !important;
  }

  body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-intro-region > .e-con-inner,
  body.tax-project_category #mh-project-archive-2026 .mh-project-archive-intro-region > .e-con-inner {
    grid-template-columns: 1fr !important;
    row-gap: 28px !important;
  }

  body.post-type-archive-project #mh-project-archive-2026 .elementor-element-0564a29,
  body.tax-project_category #mh-project-archive-2026 .elementor-element-0564a29,
  body.post-type-archive-project #mh-project-archive-2026 .elementor-element-28c567c,
  body.tax-project_category #mh-project-archive-2026 .elementor-element-28c567c {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.single-project .mh-page-hero.mh-page-hero-detail .mh-page-hero-title,
  body.single-project .mh-page-hero.mh-page-hero-detail .mh-page-hero-title .elementor-heading-title {
    font-size: 64px !important;
  }
}

@media (max-width: 767px) {
  body.single-project .mh-page-hero.mh-page-hero-detail {
    min-height: clamp(360px, 104vw, 460px) !important;
  }

  body.single-project .mh-page-hero.mh-page-hero-detail .mh-page-hero-title,
  body.single-project .mh-page-hero.mh-page-hero-detail .mh-page-hero-title .elementor-heading-title {
    font-size: 36px !important;
    line-height: 1.08 !important;
  }
}
/* END MH project feedback follow-up 20260712 */

/* BEGIN MH About story/core precision follow-up 20260712 */
body.page-id-2070 #mh-about-2026 .mh-about-story-map {
  isolation: isolate;
}

body.page-id-2070 #mh-about-2026 .mh-story-card-num {
  gap: 0 !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-card-num::before,
body.page-id-2070 #mh-about-2026 .mh-story-card-num::after {
  content: none !important;
  display: none !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-card-num span {
  background: #fff !important;
  padding-left: clamp(12px, 1.3vw, 18px) !important;
  padding-right: clamp(12px, 1.3vw, 18px) !important;
}

@media (min-width: 1280px) {
  body.page-id-2070 #mh-about-2026 .mh-story-title-block,
  body.page-id-2070 #mh-about-2026 .mh-story-quote,
  body.page-id-2070 #mh-about-2026 .mh-story-card,
  body.page-id-2070 #mh-about-2026 .mh-story-image,
  body.page-id-2070 #mh-about-2026 .mh-story-rule {
    will-change: auto !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-quote p {
    font-size: clamp(28px, 2.05vw, 30px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card h2 {
    font-size: clamp(23px, 1.68vw, 25px) !important;
    line-height: 1.16 !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card p {
    font-size: clamp(13.5px, .94vw, 13.8px) !important;
    line-height: 1.45 !important;
  }
}

@media (min-width: 901px) and (max-width: 1279px) {
  body.page-id-2070 #mh-about-2026 .mh-story-card {
    padding-left: clamp(22px, 2.4vw, 28px) !important;
    padding-right: clamp(22px, 2.4vw, 28px) !important;
    padding-bottom: clamp(22px, 2.3vw, 28px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card h2 {
    margin-bottom: 11px !important;
    font-size: clamp(18.5px, 2vw, 22px) !important;
    line-height: 1.16 !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card p {
    font-size: clamp(11px, 1.13vw, 12.4px) !important;
    line-height: 1.46 !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card-01 p {
    line-height: 1.42 !important;
  }
}

body.page-id-2070 .elementor-element-0402a02 {
  overflow: hidden;
}

body.page-id-2070 .elementor-element-17bdafb .elementor-image-carousel-wrapper,
body.page-id-2070 .elementor-element-17bdafb .elementor-image-carousel,
body.page-id-2070 .elementor-element-17bdafb .swiper-slide,
body.page-id-2070 .elementor-element-17bdafb .swiper-slide-inner {
  align-items: center !important;
}

body.page-id-2070 .elementor-element-17bdafb .swiper-slide {
  display: flex !important;
  justify-content: center !important;
}

body.page-id-2070 .elementor-element-17bdafb .swiper-slide-inner {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  height: clamp(56px, 5vw, 72px) !important;
}

body.page-id-2070 .elementor-element-17bdafb .swiper-slide-image {
  display: block !important;
  width: auto !important;
  max-width: clamp(56px, 5vw, 76px) !important;
  max-height: clamp(52px, 5vw, 72px) !important;
  object-fit: contain !important;
}

body.page-id-2070 .elementor-element-17bdafb .swiper-slide-image[alt*="UNICLIC" i] {
  max-width: clamp(96px, 8.4vw, 118px) !important;
}

body.page-id-2070 .elementor-element-17bdafb .swiper-slide-image[alt*="CARB" i],
body.page-id-2070 .elementor-element-17bdafb .swiper-slide-image[alt*="Phase" i] {
  max-width: clamp(82px, 7.4vw, 104px) !important;
}

body.page-id-2070 .elementor-element-17bdafb .swiper-slide-image[alt*="FLOOR" i],
body.page-id-2070 .elementor-element-17bdafb .swiper-slide-image[alt*="Floor" i] {
  max-width: clamp(76px, 6.6vw, 92px) !important;
}

@media (max-width: 767px) {
  body.page-id-2070 .elementor-element-17bdafb .swiper-slide-inner {
    height: 62px !important;
  }

  body.page-id-2070 .elementor-element-17bdafb .swiper-slide-image {
    max-width: 64px !important;
    max-height: 62px !important;
  }

  body.page-id-2070 .elementor-element-17bdafb .swiper-slide-image[alt*="UNICLIC" i] {
    max-width: 98px !important;
  }

  body.page-id-2070 .elementor-element-17bdafb .swiper-slide-image[alt*="CARB" i],
  body.page-id-2070 .elementor-element-17bdafb .swiper-slide-image[alt*="Phase" i] {
    max-width: 86px !important;
  }

  body.page-id-2070 .elementor-element-17bdafb .swiper-slide-image[alt*="FLOOR" i],
  body.page-id-2070 .elementor-element-17bdafb .swiper-slide-image[alt*="Floor" i] {
    max-width: 78px !important;
  }
}
/* END MH About story/core precision follow-up 20260712 */

/* BEGIN MH About story final visual alignment 20260712 */
/* The Canva layout uses the card borders themselves as the rules. */
body.page-id-2070 #mh-about-2026 .mh-story-rule {
  display: none !important;
  visibility: hidden !important;
}

/* Keep every story object inside the shared rail. */
@media (min-width: 1280px) {
  body.page-id-2070 #mh-about-2026 .mh-story-card-02 {
    width: calc(100% + 7px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-image-fan {
    left: 0 !important;
  }
}

/* Numbers sit on the card's top border, with a clean white knockout around
 * the numeral. No independent line is allowed behind or beside it. */
body.page-id-2070 #mh-about-2026 .mh-story-card-num {
  position: relative !important;
  z-index: 3 !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-card-num span {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  padding: 0 clamp(14px, 1.45vw, 19px) !important;
}

/* Give photos the white breathing room shown in the design while retaining
 * their existing outer positions and crops. */
@media (min-width: 901px) {
  body.page-id-2070 #mh-about-2026 .mh-story-image {
    padding: clamp(5px, .48vw, 7px) !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform .8s cubic-bezier(0, .65, .55, 1) !important;
    will-change: transform;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-image:hover img,
  body.page-id-2070 #mh-about-2026 .mh-story-image:focus-within img {
    transform: scale(1.1) !important;
  }
}

/* Match the homepage's typography treatment for the story copy. */
body.page-id-2070 #mh-about-2026 .mh-story-card p {
  text-align: justify !important;
  text-justify: inter-word !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-card-03 .mh-story-nowrap {
  white-space: nowrap !important;
}

/* The quotation mark is a compact glyph that overlaps the quote border,
 * rather than a tall box with excess space below it. */
body.page-id-2070 #mh-about-2026 .mh-story-quote-mark {
  top: -32px !important;
  font-size: clamp(108px, 8.6vw, 116px) !important;
  line-height: .62 !important;
  padding: 0 12px !important;
  height: auto !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-quote p {
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  height: 100% !important;
  margin: 22px auto 0 !important;
  text-align: center !important;
}

@media (max-width: 900px) {
  body.page-id-2070 #mh-about-2026 .mh-story-image {
    padding: 5px !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-image img {
    transition: transform .8s cubic-bezier(0, .65, .55, 1) !important;
    will-change: transform;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-image:hover img,
  body.page-id-2070 #mh-about-2026 .mh-story-image:focus-within img {
    transform: scale(1.1) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card-03 .mh-story-nowrap {
    white-space: normal !important;
  }
}
/* END MH About story final visual alignment 20260712 */

/* BEGIN MH About story position follow-up 20260712 */
@media (min-width: 1280px) {
  /* The second card starts higher and overlaps the first card as in the design. */
  body.page-id-2070 #mh-about-2026 .mh-story-card-02 {
    top: clamp(54px, 5.2vw, 70px) !important;
  }

  /* Card 04 sits over the lower edge of card 03. */
  body.page-id-2070 #mh-about-2026 .mh-story-card-04 {
    top: clamp(-64px, -4.3vw, -48px) !important;
  }

  /* The smaller living-room image belongs directly below the bedroom image. */
  body.page-id-2070 #mh-about-2026 .mh-story-image-room-b {
    top: clamp(88px, 7vw, 104px) !important;
  }
}

body.page-id-2070 #mh-about-2026 .mh-story-quote p {
  margin: 0 auto !important;
  text-align: center !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-quote-mark {
  top: -24px !important;
}
/* END MH About story position follow-up 20260712 */

/* BEGIN MH About story micro-position correction 20260712 */
@media (min-width: 1280px) {
  /* Center 02 on the top border of card 02; do not use the legacy right shift. */
  body.page-id-2070 #mh-about-2026 .mh-story-card-02 .mh-story-card-num {
    margin-left: 0 !important;
  }

  /* Enlarge and raise the upper room image. */
  body.page-id-2070 #mh-about-2026 .mh-story-image-room-a {
    --mh-story-image-width: clamp(150px, 12.7vw, 164px) !important;
    left: clamp(58px, 4.4vw, 64px) !important;
    top: clamp(18px, 1.8vw, 26px) !important;
  }

  /* Keep the lower image aligned down-right and let room-a overlap it slightly. */
  body.page-id-2070 #mh-about-2026 .mh-story-image-room-b {
    left: clamp(-44px, -3.3vw, -38px) !important;
    top: clamp(88px, 7vw, 104px) !important;
    z-index: 3 !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-image-room-a {
    z-index: 8 !important;
  }
}
/* END MH About story micro-position correction 20260712 */

/* BEGIN MH About story design-coordinate correction 20260712 */
@media (min-width: 1280px) {
  /* The numerals are intentionally placed on the design's border junctions,
   * not centered in the full card width. */
  body.page-id-2070 #mh-about-2026 .mh-story-card-num {
    justify-content: flex-start !important;
    margin-left: 0 !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card-01 .mh-story-card-num {
    padding-left: clamp(48px, 4.3vw, 58px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card-02 .mh-story-card-num {
    padding-left: clamp(66px, 5.8vw, 78px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card-03 .mh-story-card-num,
  body.page-id-2070 #mh-about-2026 .mh-story-card-04 .mh-story-card-num {
    padding-left: clamp(6px, .7vw, 10px) !important;
  }
}

body.page-id-2070 #mh-about-2026 .mh-story-quote-mark {
  top: -16px !important;
  font-size: clamp(120px, 9.5vw, 128px) !important;
  line-height: .58 !important;
}
/* END MH About story design-coordinate correction 20260712 */

/* BEGIN MH About story latest Canva coordinate correction 20260712 */
@media (min-width: 1280px) {
  /* Let card 02 overlap the lower copy area of card 01 without moving the
   * following cards; the copy itself is lifted inside the existing frame. */
  body.page-id-2070 #mh-about-2026 .mh-story-card-01 {
    padding-bottom: clamp(58px, 5.2vw, 72px) !important;
    margin-bottom: clamp(-38px, -2.9vw, -30px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card-01 p {
    position: relative !important;
    top: clamp(-34px, -2.4vw, -28px) !important;
    margin-top: 0 !important;
  }

  /* Keep card 02 higher as in the design; card 01's copy is lifted inside
   * its frame so the two areas do not collide. */
  body.page-id-2070 #mh-about-2026 .mh-story-card-02 {
    top: clamp(54px, 5.2vw, 70px) !important;
  }

  /* Match the larger, higher room image in the Canva composition. */
  body.page-id-2070 #mh-about-2026 .mh-story-image-room-a {
    --mh-story-image-width: clamp(176px, 14vw, 184px) !important;
    left: clamp(56px, 4.2vw, 62px) !important;
    top: clamp(4px, .35vw, 7px) !important;
  }
}

/* The quote glyph sits lower into the quote frame in the reference design. */
body.page-id-2070 #mh-about-2026 .mh-story-quote-mark {
  top: -4px !important;
  font-size: clamp(198px, 15vw, 210px) !important;
  line-height: .38 !important;
  height: clamp(56px, 4.6vw, 64px) !important;
  overflow: hidden !important;
}
/* END MH About story latest Canva coordinate correction 20260712 */

/* BEGIN MH About story border and image breathing-room correction 20260712 */
body.page-id-2070 #mh-about-2026 .mh-story-card,
body.page-id-2070 #mh-about-2026 .mh-story-quote {
  border-width: 2px !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-image {
  padding: clamp(9px, .72vw, 11px) !important;
}

@media (min-width: 1280px) {
  /* Keep the second room photo directly under the first, with the small
   * overlap visible in the reference composition. */
  body.page-id-2070 #mh-about-2026 .mh-story-image-room-b {
    top: clamp(40px, 3.3vw, 52px) !important;
  }
}
/* END MH About story border and image breathing-room correction 20260712 */

/* BEGIN MH About story post-loader entrance animation 20260712 */
body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate:not(.mh-about-story-ready) > * {
  opacity: 0 !important;
  transform: translate3d(0, 18px, 0) !important;
}

body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > * {
  transition: opacity .72s cubic-bezier(.22, .61, .36, 1), transform .72s cubic-bezier(.22, .61, .36, 1) !important;
  will-change: opacity, transform;
}

body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-ready > * {
  opacity: 1 !important;
  transform: none !important;
}

body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-ready > *:nth-child(2) {
  transition-delay: .08s !important;
}

body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-ready > *:nth-child(3) {
  transition-delay: .16s !important;
}

body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-ready > *:nth-child(4) {
  transition-delay: .24s !important;
}

@media (prefers-reduced-motion: reduce) {
  body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > * {
    transition: none !important;
    transform: none !important;
  }
}
/* END MH About story post-loader entrance animation 20260712 */

/* BEGIN MH About story final no-overlap correction 20260712 */
@media (min-width: 1280px) {
  /* Move the complete card 01 copy block together. Keeping the heading and
   * paragraph on the same offset preserves their internal rhythm while
   * leaving room for card 02 to sit higher on the shared composition. */
  body.page-id-2070 #mh-about-2026 .mh-story-card-01 h2,
  body.page-id-2070 #mh-about-2026 .mh-story-card-01 p {
    position: relative !important;
    top: clamp(-34px, -2.4vw, -28px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card-01 p {
    margin-top: 0 !important;
  }
}

/* Keep the quote glyph large enough for the reference, but crop its excess
 * line box and place it above the frame so it never covers the quote text. */
body.page-id-2070 #mh-about-2026 .mh-story-quote-mark {
  top: -20px !important;
  font-size: clamp(198px, 15vw, 210px) !important;
  line-height: .38 !important;
  height: clamp(52px, 4.1vw, 58px) !important;
  padding: 0 6px !important;
  overflow: hidden !important;
}
/* END MH About story final no-overlap correction 20260712 */

/* BEGIN MH homepage feedback follow-up 20260712 */
/* Use the same 14px tail-right icon as the About section's “Xem thêm” link. */
@media (min-width: 1200px) {
  body.home .elementor-2109 :where(.elementor-element-3d42930, .elementor-element-a9082a0) .lakit-product-detail-link,
  body.home .elementor-2109 :where(.elementor-element-3d42930, .elementor-element-a9082a0) .lakit-projects__detail-link,
  body.home .elementor-2109 .elementor-element-257fdf9 .mh-news-card__arrow {
    gap: 16px !important;
  }
}

body.home .elementor-2109 .lakit-product-detail-link .lakit-btn--icon,
body.home .elementor-2109 .lakit-projects__detail-link .lakit-btn--icon {
  display: inline-flex !important;
  flex: 0 0 14px !important;
  align-items: center;
  justify-content: center;
  width: 14px !important;
  min-width: 14px !important;
  max-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  max-height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 14px !important;
  order: 2;
}

body.home .elementor-2109 .lakit-product-detail-link .lakit-btn--text,
body.home .elementor-2109 .lakit-projects__detail-link .lakit-btn--text {
  order: 1;
}

body.home .elementor-2109 .lakit-product-detail-link .lakit-btn--icon .dlicon {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  font-size: 14px !important;
  line-height: 14px !important;
}

body.home .elementor-2109 .lakit-projects__detail-link .lakit-btn-more-icon svg {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
}

body.home .elementor-2109 .lakit-product-detail-link::before,
body.home .elementor-2109 .lakit-product-detail-link::after,
body.home .elementor-2109 .lakit-projects__detail-link::before,
body.home .elementor-2109 .lakit-projects__detail-link::after {
  display: none !important;
  content: none !important;
}

body.home .elementor-2109 .elementor-element-257fdf9 .mh-news-card__arrow {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  width: 14px !important;
  min-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  margin-right: auto !important;
  font-size: 0 !important;
  line-height: 14px !important;
}

body.home .elementor-2109 .elementor-element-257fdf9 .mh-news-card__arrow::before,
body.home .elementor-2109 .elementor-element-257fdf9 .mh-news-card__arrow::after {
  display: none !important;
  content: none !important;
}

body.home .elementor-2109 .elementor-element-257fdf9 .mh-news-card__arrow > span {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  font-size: 0 !important;
  line-height: 14px !important;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='black' d='M32 512c0 17.664 14.304 32 32 32h818.752L649.376 777.376c-12.512 12.512-12.512 32.736 0 45.248 6.24 6.24 14.432 9.376 22.624 9.376s16.384-3.136 22.624-9.376l287.968-287.968c2.976-2.944 5.312-6.496 6.944-10.432a32.034 32.034 0 0 0 0-24.448c-1.632-3.936-3.968-7.456-6.944-10.432L694.624 201.376c-12.512-12.512-32.736-12.512-45.248 0s-12.512 32.736 0 45.248L882.752 480H64c-17.696 0-32 14.336-32 32z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='black' d='M32 512c0 17.664 14.304 32 32 32h818.752L649.376 777.376c-12.512 12.512-12.512 32.736 0 45.248 6.24 6.24 14.432 9.376 22.624 9.376s16.384-3.136 22.624-9.376l287.968-287.968c2.976-2.944 5.312-6.496 6.944-10.432a32.034 32.034 0 0 0 0-24.448c-1.632-3.936-3.968-7.456-6.944-10.432L694.624 201.376c-12.512-12.512-32.736-12.512-45.248 0s-12.512 32.736 0 45.248L882.752 480H64c-17.696 0-32 14.336-32 32z'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Footer feedback: keep the Elementor footer background consistent across pages. */
.elementor-191 .elementor-element-ftmain01,
.elementor-191 .mh-footer-native-main {
  background-color: #382c21 !important;
}

/* Contact page has a more specific page-level color; keep the footer token global. */
body .elementor-location-footer.elementor-191 .elementor-element.elementor-element-ftmain01,
body .elementor-location-footer.elementor-191 .mh-footer-native-main {
  background-color: #382c21 !important;
}

/* Keep a real hit-area between the top menu item and the fixed mega menu. */
@media (min-width: 1200px) {
  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal > .lakit-nav__item--mega > .lakit-nav__sub-mega::before {
    top: -36px !important;
    height: 36px !important;
    pointer-events: auto;
  }
}
/* END MH homepage feedback follow-up 20260712 */

/* BEGIN MH About story scroll reveal and quote crop correction 20260713 */
/* Keep the quote glyph fully visible; the earlier fixed-height crop removed
 * the top of the quotation mark on the public page. */
body.page-id-2070 #mh-about-2026 .mh-story-quote-mark {
  top: -36px !important;
  font-size: clamp(180px, 13.8vw, 196px) !important;
  line-height: .42 !important;
  height: 86px !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0 8px !important;
}

/* The number sits above the card border; reserve space below it so 01 cannot
 * cover the first heading while card 02 overlaps the outside frame. */
@media (min-width: 901px) {
  body.page-id-2070 #mh-about-2026 .mh-story-card-01 {
    padding-top: clamp(48px, 3.8vw, 58px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card-01 .mh-story-card-num {
    margin-bottom: clamp(40px, 3.3vw, 48px) !important;
  }
}

/* Reveal one story object at a time after the loader has ended. The center
 * objects rise from below; objects on the left/right enter from outside. */
body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > .mh-about-story-reveal {
  --mh-story-reveal-x: 0px;
  --mh-story-reveal-y: 28px;
  opacity: 0 !important;
  transform: translate3d(var(--mh-story-reveal-x), var(--mh-story-reveal-y), 0) !important;
  transition: opacity .72s cubic-bezier(.22, .61, .36, 1), transform .72s cubic-bezier(.22, .61, .36, 1) !important;
  transition-delay: var(--mh-story-reveal-delay, 0ms) !important;
  will-change: opacity, transform;
}

body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > .mh-story-title-block,
body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > .mh-story-quote,
body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > .mh-story-image-hand,
body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > .mh-story-image-left {
  --mh-story-reveal-x: -32px;
  --mh-story-reveal-y: 0px;
}

body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > .mh-story-image-fan,
body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > .mh-story-card-02,
body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > .mh-story-image-room-a,
body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > .mh-story-image-room-b {
  --mh-story-reveal-x: 32px;
  --mh-story-reveal-y: 0px;
}

body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > .mh-about-story-reveal.mh-about-story-revealed {
  opacity: 1 !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > .mh-about-story-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 900px) {
  body.page-id-2070 #mh-about-2026 .mh-story-quote-mark {
    top: -30px !important;
    font-size: clamp(116px, 25vw, 156px) !important;
    height: 70px !important;
  }
}
/* END MH About story scroll reveal and quote crop correction 20260713 */

/* BEGIN MH homepage card icon/title correction 20260713 */
/* The product widget still renders the legacy icon font, while the project
 * widget renders the SVG version. Draw the product icon with the same SVG
 * shape so both cards keep the same 14px tail-right mark. */
body.home .elementor-2109 .elementor-element-3d42930 .lakit-product-detail-link .lakit-btn--icon .dlicon {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  flex: 0 0 14px !important;
  font-size: 0 !important;
  line-height: 14px !important;
  background: currentColor !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='black' d='M32 512c0 17.664 14.304 32 32 32h818.752L649.376 777.376c-12.512 12.512-12.512 32.736 0 45.248 6.24 6.24 14.432 9.376 22.624 9.376s16.384-3.136 22.624-9.376l287.968-287.968c2.976-2.944 5.312-6.496 6.944-10.432a32.034 32.034 0 0 0 0-24.448c-1.632-3.936-3.968-7.456-6.944-10.432L694.624 201.376c-12.512-12.512-32.736-12.512-45.248 0s-12.512 32.736 0 45.248L882.752 480H64c-17.696 0-32 14.336-32 32z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='black' d='M32 512c0 17.664 14.304 32 32 32h818.752L649.376 777.376c-12.512 12.512-12.512 32.736 0 45.248 6.24 6.24 14.432 9.376 22.624 9.376s16.384-3.136 22.624-9.376l287.968-287.968c2.976-2.944 5.312-6.496 6.944-10.432a32.034 32.034 0 0 0 0-24.448c-1.632-3.936-3.968-7.456-6.944-10.432L694.624 201.376c-12.512-12.512-32.736-12.512-45.248 0s-12.512 32.736 0 45.248L882.752 480H64c-17.696 0-32 14.336-32 32z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

/* Avoid clipping the descender in product names such as “Light Acacia”. */
body.home .elementor-2109 .elementor-element-3d42930 .product_item--title {
  height: auto !important;
  min-height: 33.6px !important;
  overflow: visible !important;
  line-height: 1.2 !important;
  padding-bottom: 2px !important;
}

body.home .elementor-2109 .elementor-element-3d42930 .product_item--title a {
  line-height: inherit !important;
}
/* END MH homepage card icon/title correction 20260713 */

/* BEGIN MH About story feedback implementation 20260713 */
/* Keep the quote glyph crossing the frame while the copy stays above it. */
body.page-id-2070 #mh-about-2026 .mh-story-quote {
  isolation: isolate !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-quote-mark {
  top: -16px !important;
  z-index: 2 !important;
  background: #fff !important;
  padding: 0 8px !important;
  overflow: visible !important;
  pointer-events: none !important;
}

body.page-id-2070 #mh-about-2026 .mh-story-quote p {
  position: relative !important;
  z-index: 3 !important;
}

/* On the horizontal composition, card 01 follows the number in normal flow
 * so the heading and paragraph finish before card 02 crosses the frame. */
@media (min-width: 901px) {
  body.page-id-2070 #mh-about-2026 .mh-story-card-01 {
    height: auto !important;
    min-height: 248px !important;
    padding-top: 0 !important;
    padding-bottom: clamp(24px, 2.4vw, 34px) !important;
    margin-bottom: 0 !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card-01 .mh-story-card-num {
    margin-top: -38px !important;
    margin-bottom: 0 !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card-01 h2,
  body.page-id-2070 #mh-about-2026 .mh-story-card-01 p {
    position: static !important;
    top: auto !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 1280px) {
  body.page-id-2070 #mh-about-2026 .mh-story-card-01 {
    min-height: 298px !important;
  }
}

/* Keep the same reading order as the desktop composition once the grid
 * becomes a vertical flow. */
@media (max-width: 900px) {
  body.page-id-2070 #mh-about-2026 .mh-about-story-map > .mh-story-title-block { order: 1 !important; }
  body.page-id-2070 #mh-about-2026 .mh-about-story-map > .mh-story-quote { order: 2 !important; }
  body.page-id-2070 #mh-about-2026 .mh-about-story-map > .mh-story-card-01 { order: 3 !important; }
  body.page-id-2070 #mh-about-2026 .mh-about-story-map > .mh-story-image-fan { order: 4 !important; }
  body.page-id-2070 #mh-about-2026 .mh-about-story-map > .mh-story-image-hand { order: 5 !important; }
  body.page-id-2070 #mh-about-2026 .mh-about-story-map > .mh-story-card-02 { order: 6 !important; }
  body.page-id-2070 #mh-about-2026 .mh-about-story-map > .mh-story-image-left { order: 7 !important; }
  body.page-id-2070 #mh-about-2026 .mh-about-story-map > .mh-story-card-03 { order: 8 !important; }
  body.page-id-2070 #mh-about-2026 .mh-about-story-map > .mh-story-image-sample { order: 9 !important; }
  body.page-id-2070 #mh-about-2026 .mh-about-story-map > .mh-story-image-room-a { order: 10 !important; }
  body.page-id-2070 #mh-about-2026 .mh-about-story-map > .mh-story-card-04 { order: 11 !important; }
  body.page-id-2070 #mh-about-2026 .mh-about-story-map > .mh-story-image-room-b { order: 12 !important; }
  body.page-id-2070 #mh-about-2026 .mh-about-story-map > .mh-story-rule { order: 13 !important; }

  body.page-id-2070 #mh-about-2026 .mh-story-quote-mark {
    top: -12px !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card-01 {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding-top: 0 !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card-01 h2,
  body.page-id-2070 #mh-about-2026 .mh-story-card-01 p {
    position: static !important;
    top: auto !important;
    margin-top: 0 !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-rule {
    display: none !important;
  }
}
/* END MH About story feedback implementation 20260713 */

/* BEGIN MH desktop mega single-active guard 20260713 */
@media (min-width: 1200px) {
  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal.mh-desktop-submenu-managed > .menu-item:not(.mh-desktop-submenu-open) > .lakit-nav__sub,
  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal.mh-desktop-submenu-managed > .menu-item:not(.mh-desktop-submenu-open) > .lakit-nav__sub-mega {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal.mh-desktop-submenu-managed > .menu-item.mh-desktop-submenu-open > .lakit-nav__sub,
  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal.mh-desktop-submenu-managed > .lakit-nav__item--mega.mh-desktop-submenu-open > .lakit-nav__sub-mega {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal.mh-desktop-submenu-managed > .menu-item.mh-desktop-submenu-open > .lakit-nav__sub:not(.lakit-nav__sub-mega) {
    transform: translateY(0) !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal.mh-desktop-submenu-managed > .lakit-nav__item--mega.mh-desktop-submenu-open > .lakit-nav__sub-mega {
    transform: translateX(-50%) translateY(0) !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal > .lakit-nav__item--mega > .lakit-nav__sub-mega::before {
    pointer-events: none !important;
  }
}
/* END MH desktop mega single-active guard 20260713 */

/* BEGIN MH product category simple grid 20260713 */
body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-products-archive-grid {
  box-sizing: border-box;
  width: min(var(--mh-global-content, 100%), 900px) !important;
  max-width: 900px !important;
}

body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  align-items: start;
  gap: 28px 24px !important;
}

body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-products-archive-grid :where(li.product, .product_item) {
  min-width: 0;
  width: 100% !important;
  max-width: none !important;
}

body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-products-archive-grid :where(.product_item--thumbnail, .product_item--thumbnail-holder, .product_item--thumbnail-holder > a, .figure__object_fit) {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  background: #efe6dc;
}

body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-products-archive-grid :where(.product_item--thumbnail img, .figure__object_fit img) {
  object-fit: cover !important;
  object-position: center;
}

body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-products-archive-grid .item--overlay {
  display: none !important;
}

body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-products-archive-grid :where(.product_item--title, .product_item--title a) {
  margin-top: 5px !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  text-transform: none !important;
}

body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-products-archive-grid .lakitp-zone-d {
  padding-top: 0 !important;
}

body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-products-archive-grid .mh-product-card-title__name {
  color: #000 !important;
}

body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-products-archive-grid .mh-product-card-title__link {
  gap: 0;
}

@media (min-width: 901px) and (max-width: 1199px) {
  body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 26px 20px !important;
  }
}

@media (min-width: 481px) and (max-width: 900px) {
  body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 26px 18px !important;
  }
}

@media (max-width: 480px) {
  body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 16px !important;
  }

  body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-products-archive-grid :where(.product_item--title, .product_item--title a) {
    font-size: 14px !important;
  }
}
/* END MH product category simple grid 20260713 */

/* BEGIN MH iPad product archive heading/list spacing 20260805 */
@media (min-width: 768px) and (max-width: 1199px) {
  body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-product-archive-list-col > .mh-products-archive-grid {
    margin-top: 24px !important;
  }
}
/* END MH iPad product archive heading/list spacing 20260805 */

/* BEGIN MH template 3 feature video no-zoom 20260713 */
body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-editorial__feature video,
body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-editorial__feature:hover video,
body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-editorial__feature:focus-within video {
  transform: scale(1) !important;
}
/* END MH template 3 feature video no-zoom 20260713 */

/* BEGIN MH template 3 child card block zoom 20260713 */
body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card {
  position: relative;
  z-index: 0;
  transform: scale(1);
  transform-origin: center center;
  transition: transform .55s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card:hover,
body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card:focus-visible {
  z-index: 2;
  transform: scale(1.15);
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card:hover .mh-product-category-child-card__image img,
body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card:focus-visible .mh-product-category-child-card__image img {
  transform: scale(1) !important;
}
/* END MH template 3 child card block zoom 20260713 */

/* BEGIN MH Edge Banding template 1 feedback 20260713 */
body.tax-product_cat.mh-product-cat-template-1 .mh-product-category-editorial__copy p {
  text-align: justify;
}

body.tax-product_cat.mh-product-cat-template-1 .mh-products-archive-grid :where(.product_item--title, .product_item--title a) {
  margin-top: 4px !important;
}
/* END MH Edge Banding template 1 feedback 20260713 */

/* BEGIN MH Edge Banding template 1 alignment and portrait images 20260713 */
body.tax-product_cat.mh-product-cat-template-1 .mh-product-category-editorial__copy {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}

body.tax-product_cat.mh-product-cat-template-1 .mh-products-archive-grid :where(.product_item--thumbnail, .product_item--thumbnail-holder, .product_item--thumbnail-holder > a, .figure__object_fit) {
  aspect-ratio: 1 / 2 !important;
  height: auto !important;
}

body.tax-product_cat.mh-product-cat-template-1 .mh-products-archive-grid :where(.product_item--thumbnail img, .product_item--thumbnail-holder img, .figure__object_fit img) {
  object-fit: cover !important;
}

@media (max-width: 480px) {
  body.tax-product_cat.mh-product-cat-template-1 .mh-product-category-editorial__inner {
    width: calc(100% - 9px);
    margin-inline: auto;
  }
}
/* END MH Edge Banding template 1 alignment and portrait images 20260713 */

/* BEGIN MH template 1 desktop three-column grid 20260713 */
@media (min-width: 1200px) {
  body.tax-product_cat.mh-product-cat-template-1 .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
/* END MH template 1 desktop three-column grid 20260713 */

/* BEGIN MH template 1 archive feedback 20260717 */
body.tax-product_cat.mh-product-cat-template-1 .mh-product-archive-hero::before {
  display: none !important;
  background: none !important;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  body.tax-product_cat.mh-product-cat-template-1 .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1200px) {
  body.tax-product_cat.mh-product-cat-template-1 .mh-products-archive-grid :where(.lakit-products__list, ul.products, .products) {
    column-gap: 74px !important;
  }
}
/* END MH template 1 archive feedback 20260717 */

/* BEGIN MH product archive card admin display fields 20260720 */
body.tax-product_cat .mh-products-archive-grid .mh-product-card--image-bordered :where(.figure__object_fit, .p_img-first),
body.post-type-archive-product .mh-products-archive-grid .mh-product-card--image-bordered :where(.figure__object_fit, .p_img-first),
body.tax-product_tag .mh-products-archive-grid .mh-product-card--image-bordered :where(.figure__object_fit, .p_img-first) {
  border: 1px solid var(--mh-product-image-border-color, #202020) !important;
  box-sizing: border-box;
}
/* END MH product archive card admin display fields 20260720 */

/* BEGIN MH desktop mega menu fixed viewport alignment 20260713 */
@media (min-width: 1200px) {
  .elementor-46 :where(#header-top, #header-scroll)
    .lakit-nav-wrap.lakit-nav--enable-megamenu
    .lakit-nav--horizontal {
    will-change: auto !important;
  }
}
/* END MH desktop mega menu fixed viewport alignment 20260713 */

/* BEGIN MH template 2 Solid Colors layout feedback 20260713 */
body.tax-product_cat.mh-product-cat-template-2 .mh-product-category-hero-copy {
  transform: translateY(calc(var(--mh-header-scroll-h, 70px) / 2));
}

body.tax-product_cat.mh-product-cat-template-2 .mh-product-category-head {
  box-sizing: border-box;
  min-width: 0;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-product-category-crumbs {
  min-width: 0;
  flex: 1 1 auto;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-product-category-select {
  box-sizing: border-box;
  flex: 0 1 320px;
  min-width: 0;
  max-width: 100%;
  grid-template-columns: auto minmax(0, 1fr);
}

body.tax-product_cat.mh-product-cat-template-2 .mh-product-category-select select {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid {
  box-sizing: border-box;
  width: var(--mh-global-content, 100%) !important;
  max-width: var(--mh-global-content-width, 1200px) !important;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .lakit-pagination ul.page-numbers {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .lakit-pagination ul.page-numbers li > :where(a, span).page-numbers {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #8b6540 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .lakit-pagination ul.page-numbers li > :where(a, span).page-numbers.current,
body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .lakit-pagination ul.page-numbers li > a.page-numbers:hover,
body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .lakit-pagination ul.page-numbers li > a.page-numbers:focus-visible {
  border-color: #8b6540 !important;
  border-radius: 0 !important;
  background: #8b6540 !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  body.tax-product_cat.mh-product-cat-template-2 .mh-product-category-head,
  body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid {
    width: min(100% - 36px, 860px) !important;
    max-width: 860px !important;
  }

  body.tax-product_cat.mh-product-cat-template-2 .mh-product-category-select {
    flex: 0 1 100%;
    width: 100%;
  }
}
/* END MH template 2 Solid Colors layout feedback 20260713 */

/* BEGIN MH desktop mega menu spacing and preview balance 20260714 */
@media (min-width: 1200px) {
  .elementor-46 .mh-product-mega,
  .elementor-46 .mh-project-mega,
  .elementor-46 .mh-category-mega {
    grid-template-columns: clamp(184px, 17vw, 224px) minmax(0, 1fr);
  }

  .elementor-46 .mh-product-mega__side,
  .elementor-46 .mh-project-mega__side,
  .elementor-46 .mh-category-mega__side {
    gap: 6px;
    padding: clamp(24px, 2.6vw, 32px) clamp(22px, 2.4vw, 32px);
  }

  .elementor-46 .mh-product-mega__panel,
  .elementor-46 .mh-project-mega__panel,
  .elementor-46 .mh-category-mega__panel {
    gap: clamp(16px, 1.7vw, 24px);
    padding: clamp(24px, 2.5vw, 32px) clamp(28px, 3.2vw, 42px);
  }

  .elementor-46 .mh-product-mega__panel,
  .elementor-46 .mh-project-mega__panel {
    grid-template-columns: minmax(210px, .55fr) minmax(0, 1fr);
  }

  .elementor-46 .mh-product-mega__links {
    grid-template-columns: minmax(96px, .72fr) minmax(110px, 1fr);
    gap: 8px clamp(14px, 1.8vw, 22px);
  }

  .elementor-46 .mh-product-mega__surface {
    gap: 12px;
  }

  .elementor-46 .mh-product-mega__visuals,
  .elementor-46 .mh-project-mega__visuals {
    gap: clamp(12px, 1.7vw, 22px);
  }

  .elementor-46 .mh-product-mega__modules {
    gap: clamp(10px, 1.2vw, 16px);
  }

  .elementor-46 .mh-category-mega__panel {
    gap: clamp(16px, 1.7vw, 24px);
  }
}
/* END MH desktop mega menu spacing and preview balance 20260714 */

/* BEGIN MH desktop mega menu inner-content alignment 20260718 */
@media (min-width: 1200px) {
  .elementor-46 {
    --mh-header-mega-edge: 38px;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--enable-megamenu .lakit-nav__item--mega > .lakit-nav__sub-mega,
  .elementor-46 :where(#header-top, #header-scroll) .mh-header-nav-mega-parent > .lakit-nav__sub-mega {
    left: 50% !important;
    right: auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    transform: translateX(-50%) translateY(8px) !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal.mh-desktop-submenu-managed > .lakit-nav__item--mega.mh-desktop-submenu-open > .lakit-nav__sub-mega,
  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--enable-megamenu .lakit-nav__item--mega:hover > .lakit-nav__sub-mega,
  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--enable-megamenu .lakit-nav__item--mega:focus-within > .lakit-nav__sub-mega,
  .elementor-46 :where(#header-top, #header-scroll) .mh-header-nav-mega-parent:hover > .lakit-nav__sub-mega,
  .elementor-46 :where(#header-top, #header-scroll) .mh-header-nav-mega-parent:focus-within > .lakit-nav__sub-mega {
    transform: translateX(-50%) translateY(0) !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav__sub-mega :where(.mh-product-mega, .mh-project-mega, .mh-category-mega) {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: var(--mh-header-mega-edge) !important;
    padding-right: var(--mh-header-mega-edge) !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav__sub-mega :where(.mh-product-mega__side, .mh-project-mega__side, .mh-category-mega__side) {
    padding-left: 0 !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav__sub-mega :where(.mh-product-mega__panel, .mh-project-mega__panel, .mh-category-mega__panel) {
    padding-right: 0 !important;
  }
}
/* END MH desktop mega menu inner-content alignment 20260718 */

/* BEGIN MH project gallery canonical zoom 20260714 */
/* The full-width hero slider stays static: no hover zoom or transform. */
body.single-project .mh-project-detail-elementor-root .mh-project-detail-slider--gallery .mh-project-gallery-slider__item,
body.single-project .mh-project-detail-elementor-root .mh-project-detail-slider--gallery .mh-project-gallery-slider__item img,
body.single-project .mh-project-detail-elementor-root .mh-project-gallery-slider--static-showcase .mh-project-gallery-slider__item,
body.single-project .mh-project-detail-elementor-root .mh-project-gallery-slider--static-showcase .mh-project-gallery-slider__item img {
  cursor: default !important;
  transform: none !important;
  transition: none !important;
}

/* Keep the lower gallery at its original fixed frame and crop without distortion. */
body.single-project .mh-project-detail-elementor-root .mh-project-single-section--gallery-grid {
  --padding-top: clamp(8px, 1.2vw, 16px) !important;
}

body.single-project .mh-project-detail-elementor-root .mh-project-gallery-all {
  box-sizing: border-box;
  margin: clamp(8px, 1.2vw, 16px) auto 0 !important;
  max-width: var(--mh-project-detail-rail) !important;
  width: var(--mh-project-detail-rail) !important;
}

body.single-project .mh-project-detail-elementor-root .mh-project-gallery-all__actions {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 clamp(18px, 2.4vw, 28px);
  width: 100%;
}

body.single-project .mh-project-detail-elementor-root .mh-project-gallery-all__toggle {
  align-items: center;
  background: transparent;
  border: 1px solid #7c5739;
  color: #7c5739;
  cursor: pointer;
  display: inline-flex;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.2;
  min-height: 40px;
  padding: 10px 24px;
  transition: background .2s ease, color .2s ease;
}

body.single-project .mh-project-detail-elementor-root .mh-project-gallery-all__toggle:hover,
body.single-project .mh-project-detail-elementor-root .mh-project-gallery-all__toggle:focus-visible {
  background: #7c5739;
  color: #fff;
}

body.single-project .mh-project-detail-elementor-root .mh-project-gallery-all .mh-project-gallery-secondary {
  align-items: start;
  clear: both;
  display: grid;
  gap: clamp(24px, 4.8vw, 64px) !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin: 0 !important;
  width: 100%;
}

body.single-project .mh-project-detail-elementor-root .mh-project-gallery-all .mh-project-gallery-secondary__item {
  aspect-ratio: 1 / 1.08 !important;
  cursor: zoom-in;
  display: block;
  margin: 0 !important;
  overflow: hidden !important;
  position: relative;
  width: 100%;
}

body.single-project .mh-project-detail-elementor-root .mh-project-gallery-all .mh-project-gallery-secondary__item[hidden] {
  display: none !important;
}

body.single-project .mh-project-detail-elementor-root .mh-project-gallery-all .mh-project-gallery-secondary__item img {
  aspect-ratio: auto !important;
  display: block !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(1) !important;
  transform-origin: center center !important;
  transition: transform 800ms cubic-bezier(0, 0.65, 0.55, 1) !important;
  width: 100% !important;
  will-change: transform;
}

body.single-project .mh-project-detail-elementor-root .mh-project-gallery-all .mh-project-gallery-secondary__item:hover img,
body.single-project .mh-project-detail-elementor-root .mh-project-gallery-all .mh-project-gallery-secondary__item:focus-within img {
  transform: scale(1.1) !important;
}

@media (min-width: 1025px) {
  body.single-project:not(.elementor-editor-active) {
    --mh-project-fullscreen-height: calc(100vh - var(--mh-header-scroll-h, 70px));
  }

  body.admin-bar.single-project:not(.elementor-editor-active) {
    --mh-project-fullscreen-height: calc(100vh - var(--wp-admin--admin-bar--height, 32px) - var(--mh-header-scroll-h, 70px));
  }

  @supports (height: 100svh) {
    body.single-project:not(.elementor-editor-active) {
      --mh-project-fullscreen-height: calc(100svh - var(--mh-header-scroll-h, 70px));
    }

    body.admin-bar.single-project:not(.elementor-editor-active) {
      --mh-project-fullscreen-height: calc(100svh - var(--wp-admin--admin-bar--height, 32px) - var(--mh-header-scroll-h, 70px));
    }
  }

  body.single-project:not(.elementor-editor-active) .mh-page-hero.mh-page-hero-detail {
    min-height: var(--mh-project-fullscreen-height) !important;
  }

  body.single-project:not(.elementor-editor-active) .mh-project-single-overview {
    align-items: stretch !important;
  }

  body.single-project:not(.elementor-editor-active) .mh-project-single-overview__media {
    align-self: stretch !important;
    aspect-ratio: auto !important;
    height: 100% !important;
    min-height: 100% !important;
  }

  body.single-project:not(.elementor-editor-active) .mh-project-single-overview__media img {
    aspect-ratio: auto !important;
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
  }

  body.single-project:not(.elementor-editor-active) .mh-project-single-overview__content {
    align-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-height: 100% !important;
  }

  body.single-project:not(.elementor-editor-active) .mh-project-detail-slider--gallery.mh-related-slider,
  body.single-project:not(.elementor-editor-active) .mh-project-detail-slider--gallery .mh-related-slider__viewport,
  body.single-project:not(.elementor-editor-active) .mh-project-detail-slider--gallery .mh-related-slider__track,
  body.single-project:not(.elementor-editor-active) .mh-project-detail-slider--gallery .mh-related-slider__slide,
  body.single-project:not(.elementor-editor-active) .mh-project-detail-slider--gallery .mh-project-gallery-slider__item {
    height: var(--mh-project-fullscreen-height) !important;
    max-height: none !important;
    min-height: var(--mh-project-fullscreen-height) !important;
  }

  body.single-project:not(.elementor-editor-active) .mh-project-detail-slider--gallery .mh-project-gallery-slider__item img {
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
  }
}

/* Empty related sections are removed without leaving Elementor spacing behind. */
body.single-project.mh-project-no-related-products .elementor-element-mhpsprodsec,
body.single-project.mh-project-no-related-products .mh-project-single-section--products,
body.single-project.mh-project-no-related-projects .elementor-element-mhpsrelsec,
body.single-project.mh-project-no-related-projects .mh-project-single-section--related {
  display: none !important;
  margin: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}

/* The lightbox uses the original image without changing the page position. */
.mh-project-lightbox {
  align-items: center;
  background: rgba(12, 10, 8, .92);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: clamp(18px, 3vw, 40px);
  pointer-events: none;
  position: fixed;
  transition: opacity .18s ease;
  z-index: 99999;
}

html.mh-project-lightbox-open {
  overflow: hidden !important;
  scrollbar-gutter: stable;
}

.mh-project-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mh-project-lightbox__image {
  display: block;
  height: auto !important;
  max-height: calc(100vh - clamp(56px, 8vw, 112px)) !important;
  max-width: calc(100vw - clamp(36px, 6vw, 96px)) !important;
  object-fit: contain !important;
  width: auto !important;
}

.mh-project-lightbox__close {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border: 0;
  color: #202020;
  cursor: pointer;
  display: inline-flex;
  font-size: 28px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: clamp(18px, 3vw, 40px);
  top: clamp(18px, 3vw, 40px);
  width: 44px;
}

/* Minotti-style project gallery overlay: list first, full-frame viewer second. */
.mh-project-lightbox {
  background: #1b1b1b !important;
  box-sizing: border-box;
  display: block !important;
  overflow: hidden;
  padding: 0 !important;
}

.mh-project-lightbox.is-list-view {
  overflow-y: auto;
}

.mh-project-lightbox *,
.mh-project-lightbox *::before,
.mh-project-lightbox *::after {
  box-sizing: border-box;
}

.mh-project-lightbox__toolbar {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  pointer-events: none;
  position: fixed;
  right: clamp(18px, 2.8vw, 42px);
  top: clamp(18px, 2.8vw, 42px);
  z-index: 2;
}

.mh-project-lightbox__close,
.mh-project-lightbox__grid-button,
.mh-project-lightbox__nav {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  pointer-events: auto;
}

.mh-project-lightbox__close,
.mh-project-lightbox__grid-button {
  align-items: center;
  height: 42px;
  justify-content: center;
  position: static;
  width: 42px;
}

.mh-project-lightbox__close {
  font-family: Arial, sans-serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 1;
}

.mh-project-lightbox__grid-button {
  display: none;
  position: relative;
}

.mh-project-lightbox__grid-button::before {
  background:
    linear-gradient(#fff, #fff) 0 0 / 5px 5px no-repeat,
    linear-gradient(#fff, #fff) 50% 0 / 5px 5px no-repeat,
    linear-gradient(#fff, #fff) 100% 0 / 5px 5px no-repeat,
    linear-gradient(#fff, #fff) 0 50% / 5px 5px no-repeat,
    linear-gradient(#fff, #fff) 50% 50% / 5px 5px no-repeat,
    linear-gradient(#fff, #fff) 100% 50% / 5px 5px no-repeat,
    linear-gradient(#fff, #fff) 0 100% / 5px 5px no-repeat,
    linear-gradient(#fff, #fff) 50% 100% / 5px 5px no-repeat,
    linear-gradient(#fff, #fff) 100% 100% / 5px 5px no-repeat;
  content: '';
  display: block;
  height: 23px;
  width: 23px;
}

.mh-project-lightbox.is-viewer-view .mh-project-lightbox__grid-button {
  display: inline-flex;
}

.mh-project-lightbox.is-viewer-view .mh-project-lightbox__close {
  display: none;
}

.mh-project-lightbox__list,
.mh-project-lightbox__viewer {
  display: none;
}

.mh-project-lightbox.is-list-view .mh-project-lightbox__list {
  display: grid;
}

.mh-project-lightbox.is-viewer-view .mh-project-lightbox__viewer {
  align-items: center;
  display: flex;
}

.mh-project-lightbox__list {
  gap: clamp(20px, 2.2vw, 34px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: min(1320px, calc(100vw - 96px));
  padding: clamp(72px, 8vw, 118px) 0 clamp(42px, 5vw, 72px);
  width: 100%;
}

.mh-project-lightbox__thumb {
  appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
}

.mh-project-lightbox__thumb img {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 800ms cubic-bezier(0, 0.65, 0.55, 1);
  width: 100%;
}

.mh-project-lightbox__thumb:hover img,
.mh-project-lightbox__thumb:focus-visible img {
  transform: scale(1.06);
}

.mh-project-lightbox__thumb-number {
  background: rgba(0, 0, 0, .45);
  bottom: 10px;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  left: 10px;
  line-height: 1;
  padding: 6px 8px;
  position: absolute;
}

.mh-project-lightbox__viewer {
  inset: 0;
  justify-content: center;
  min-height: 100svh;
  padding: clamp(48px, 6vw, 84px) clamp(60px, 8vw, 118px);
  position: absolute;
}

.mh-project-lightbox__image {
  display: block !important;
  height: auto !important;
  max-height: calc(100svh - clamp(112px, 14vw, 172px)) !important;
  max-width: min(66vw, 1280px) !important;
  object-fit: contain !important;
  width: auto !important;
}

.mh-project-lightbox__nav {
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 200;
  height: 72px;
  justify-content: center;
  line-height: 1;
  margin-top: -36px;
  position: fixed;
  top: 50%;
  width: 72px;
  z-index: 2;
}

.mh-project-lightbox__nav[hidden] {
  display: none !important;
}

.mh-project-lightbox__nav--prev {
  left: clamp(18px, 2.8vw, 42px);
}

.mh-project-lightbox__nav--next {
  right: clamp(18px, 2.8vw, 42px);
}

.mh-project-lightbox__counter {
  bottom: clamp(18px, 3vw, 38px);
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  left: 50%;
  letter-spacing: .08em;
  position: fixed;
  transform: translateX(-50%);
}

.mh-project-lightbox.is-loading .mh-project-lightbox__image {
  opacity: .72;
}

@media (max-width: 1024px) {
  .mh-project-lightbox__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: calc(100vw - 48px);
  }

  .mh-project-lightbox__image {
    max-width: calc(100vw - 112px) !important;
  }
}

@media (max-width: 767px) {
  .mh-project-lightbox__toolbar {
    right: 14px;
    top: 14px;
  }

  .mh-project-lightbox__close,
  .mh-project-lightbox__grid-button {
    height: 38px;
    width: 38px;
  }

  .mh-project-lightbox__list {
    gap: 18px;
    grid-template-columns: 1fr;
    max-width: calc(100vw - 32px);
    padding-top: 72px;
  }

  .mh-project-lightbox__viewer {
    padding: 64px 16px 72px;
  }

  .mh-project-lightbox__image {
    max-height: calc(100svh - 144px) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .mh-project-lightbox__nav {
    background: rgba(0, 0, 0, .22);
    font-size: 42px;
    height: 56px;
    width: 42px;
  }

  .mh-project-lightbox__nav--prev {
    left: 4px;
  }

  .mh-project-lightbox__nav--next {
    right: 4px;
  }
}

/* Related projects and products use the homepage zoom curve and scale. */
body.single-project .mh-project-detail-elementor-root .mh-project-product-card__image,
body.single-project .mh-project-detail-elementor-root .mh-project-detail-slider--projects .mh-project-card__media,
body.single-project .mh-project-detail-elementor-root .mh-project-detail-slider--projects .mh-project-card__image {
  aspect-ratio: var(--mh-related-square-card-ratio, 1 / 1) !important;
  box-sizing: border-box;
  overflow: hidden !important;
}

body.single-project .mh-project-detail-elementor-root .mh-project-product-card__image {
  border: 0 !important;
}

body.single-project .mh-project-detail-elementor-root .mh-project-product-card--image-bordered .mh-project-product-card__image {
  border: 1px solid var(--mh-related-product-image-border-color, rgba(32, 32, 32, .45)) !important;
}

body.single-project .mh-project-detail-elementor-root .mh-project-detail-slider--products .mh-project-product-card__image img,
body.single-project .mh-project-detail-elementor-root .mh-project-detail-slider--projects .mh-project-card__media img,
body.single-project .mh-project-detail-elementor-root .mh-project-detail-slider--projects .mh-project-card__image {
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
  transform: scale(1) !important;
  transform-origin: center center !important;
  transition: transform 800ms cubic-bezier(0, 0.65, 0.55, 1) !important;
  will-change: transform;
}

body.single-project .mh-project-detail-elementor-root .mh-project-detail-slider--products .mh-project-product-card:hover .mh-project-product-card__image img,
body.single-project .mh-project-detail-elementor-root .mh-project-detail-slider--products .mh-project-product-card:focus-within .mh-project-product-card__image img,
body.single-project .mh-project-detail-elementor-root .mh-project-detail-slider--projects .mh-project-card:hover .mh-project-card__media img,
body.single-project .mh-project-detail-elementor-root .mh-project-detail-slider--projects .mh-project-card:focus-within .mh-project-card__media img,
body.single-project .mh-project-detail-elementor-root .mh-project-detail-slider--projects .mh-project-card:hover .mh-project-card__image,
body.single-project .mh-project-detail-elementor-root .mh-project-detail-slider--projects .mh-project-card:focus-within .mh-project-card__image {
  transform: scale(1.1) !important;
}

@media (max-width: 767px) {
  body.single-project .mh-project-detail-elementor-root .mh-project-single-section--gallery-grid {
    --padding-top: 8px !important;
  }

  body.single-project .mh-project-detail-elementor-root .mh-project-gallery-all {
    margin-top: 8px !important;
  }

  body.single-project .mh-project-detail-elementor-root .mh-project-gallery-all .mh-project-gallery-secondary {
    grid-template-columns: 1fr !important;
  }

  body.single-project .mh-project-detail-elementor-root .mh-project-gallery-all__toggle {
    min-height: 38px;
    padding-inline: 18px;
  }
}
/* END MH project gallery canonical zoom 20260714 */

/* BEGIN MH About story loader-safe reveal and image sizing 20260714 */
body.page-id-2070:is(.body-loading, .site-loading, .active_page_loading, .pace-running):not(.body-loaded):not(.pace-done) #mh-about-2026 .mh-about-story-map > :is(.mh-story-title-block, .mh-story-quote, .mh-story-card, .mh-story-image),
body.page-id-2070 #mh-about-2026.mh-about-story-assets-loading .mh-about-story-map > :is(.mh-story-title-block, .mh-story-quote, .mh-story-card, .mh-story-image) {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none !important;
}

@media (min-width: 901px) {
  body.page-id-2070 #mh-about-2026 .mh-story-image-hand {
    --mh-story-image-width: clamp(138px, 12.8vw, 160px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-image-sample {
    --mh-story-image-width: clamp(134px, 12.6vw, 156px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-image-room-a {
    --mh-story-image-width: clamp(126px, 12.5vw, 160px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-image-room-b {
    --mh-story-image-width: clamp(132px, 12.5vw, 156px) !important;
  }
}

@media (min-width: 1280px) {
  body.page-id-2070 #mh-about-2026 .mh-story-image-hand {
    --mh-story-image-width: clamp(154px, 12.8vw, 164px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-image-sample {
    --mh-story-image-width: clamp(150px, 12.4vw, 160px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-image-room-a {
    --mh-story-image-width: clamp(184px, 14vw, 192px) !important;
    top: clamp(-20px, -1.1vw, -14px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-image-room-b {
    --mh-story-image-width: clamp(150px, 12.3vw, 160px) !important;
    top: clamp(20px, 1.8vw, 28px) !important;
  }
}
/* END MH About story loader-safe reveal and image sizing 20260714 */

/* BEGIN MH mobile submenu controls and image ratio guard 20260715 */
.mh-mobile-submenu-toggle {
  display: none !important;
}

@media (max-width: 1199px) {
  .elementor-46 :where(#header-top, #header-scroll) .lakit-mobile-menu-active .menu-item {
    position: relative !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-mobile-menu-active .menu-item > .menu-item-link-top {
    padding-right: 52px !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-mobile-menu-active .menu-item > .mh-mobile-submenu-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    touch-action: manipulation;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav-wrap.lakit-mobile-menu-active .lakit-nav__mobile-close-btn {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    padding: 12px !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav-wrap.lakit-mobile-menu-active .lakit-nav__mobile-close-btn svg,
  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav-wrap.lakit-mobile-menu-active .lakit-nav__mobile-close-btn i {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    font-size: 20px !important;
    line-height: 20px !important;
  }

  body.page-id-2070 .elementor-element-4e50164 .swiper-slide .elementor-element-f23712c,
  body.page-id-2070 .elementor-element-4e50164 .swiper-slide .elementor-element-d329ecc {
    overflow: hidden !important;
  }

  body.page-id-2070 .elementor-element-4e50164 .swiper-slide .elementor-element-d329ecc img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }
}
/* END MH mobile submenu controls and image ratio guard 20260715 */

/* BEGIN MH About mobile reliability and menu icon refinement 20260715 */
@media (max-width: 900px) {
  /* Mobile story copy must not depend on a loader or IntersectionObserver to
   * become readable on iOS Safari. Desktop keeps the staged reveal. */
  body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > :is(.mh-story-title-block, .mh-story-quote, .mh-story-card, .mh-story-image) {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  /* The Elementor slide host has a 60vh minimum on the source widget. Let
   * each mobile slide follow its image instead of reserving a blank tail. */
  body.page-id-2070 .elementor-element-4e50164,
  body.page-id-2070 .elementor-element-4e50164 .lakit-carousel,
  body.page-id-2070 .elementor-element-4e50164 .swiper-container,
  body.page-id-2070 .elementor-element-4e50164 .swiper-wrapper,
  body.page-id-2070 .elementor-element-4e50164 .swiper-slide,
  body.page-id-2070 .elementor-element-4e50164 .swiper-slide .elementor-element-f23712c,
  body.page-id-2070 .elementor-element-4e50164 .swiper-slide .elementor-element-d329ecc {
    height: auto !important;
    min-height: 0 !important;
  }

  body.page-id-2070 .elementor-element-4e50164 .swiper-wrapper,
  body.page-id-2070 .elementor-element-4e50164 .swiper-slide {
    align-items: flex-start !important;
  }

  body.page-id-2070 .elementor-element-4e50164 .swiper-slide .elementor-element-f23712c {
    align-items: flex-start !important;
  }

  body.page-id-2070 .elementor-element-4e50164 .swiper-slide .elementor-element-d329ecc img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }
}

@media (max-width: 1199px) {
  /* Keep the native theme arrow. The empty plugin button is only the 44px
   * touch target and no longer draws a second chevron. */
  .elementor-46 :where(#header-top, #header-scroll) .lakit-mobile-menu-active .menu-item > .mh-mobile-submenu-toggle {
    font-size: 0 !important;
    line-height: 0 !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-mobile-menu-active .menu-item > .mh-mobile-submenu-toggle > * {
    display: none !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-mobile-menu-active .menu-item > .menu-item-link-top :where(.lakit-nav-arrow, .lakit-nav__arrow, .lakit-nav__sub-arrow) {
    display: inline-flex !important;
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    font-size: 16px !important;
    line-height: 16px !important;
    opacity: 1 !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav-wrap.lakit-mobile-menu-active .lakit-nav__mobile-close-btn svg,
  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav-wrap.lakit-mobile-menu-active .lakit-nav__mobile-close-btn i {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    font-size: 20px !important;
    line-height: 20px !important;
  }
}
/* END MH About mobile reliability and menu icon refinement 20260715 */

/* BEGIN MH responsive archive and product reliability 20260715 */
/* Project archive intro clears both fixed header layers on every narrow view. */
@media (max-width: 1199px) {
  body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-intro-region,
  body.tax-project_category #mh-project-archive-2026 .mh-project-archive-intro-region {
    --padding-top: calc(var(--mh-header-scroll-h, 62px) + 14px) !important;
  }

  body.admin-bar.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-intro-region,
  body.admin-bar.tax-project_category #mh-project-archive-2026 .mh-project-archive-intro-region {
    --padding-top: calc(var(--mh-header-scroll-h, 62px) + 46px + 14px) !important;
  }
}

/* Every article category using Elementor archive 1612 shares the same mobile
 * document flow. Let the list determine height so the footer cannot overlap. */
@media (max-width: 767px) {
  body.category {
    height: auto !important;
    min-height: 100vh !important;
    overflow-x: clip !important;
    overflow-y: visible !important;
  }

  body.category .lakit-site-wrapper,
  body.category .elementor.elementor-1612.elementor-location-archive,
  body.category .elementor.elementor-1612.elementor-location-archive > .elementor-element-mhnewsroot,
  body.category .elementor.elementor-1612.elementor-location-archive > .elementor-element-mhnewsroot > .e-con-inner,
  body.category .elementor-1612 .mh-news-category-archive,
  body.category .elementor-1612 .mh-news-category-posts,
  body.category .elementor-1612 .mh-news-category-posts .elementor-widget-container,
  body.category .elementor-1612 #lapost_mhnewsposts,
  body.category .elementor-1612 #lapost_mhnewsposts.lakit-posts,
  body.category .elementor-1612 #lapost_mhnewsposts .lakit-posts__list_wrapper,
  body.category .elementor-1612 #lapost_mhnewsposts .lakit-posts__list,
  body.category .elementor-1612 .lakit-posts,
  body.category .elementor-1612 .lakit-posts__list_wrapper,
  body.category .elementor-1612 .mh-news-category-posts .lakit-posts__list {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow-y: visible !important;
    align-self: stretch !important;
  }

  body.category .elementor.elementor-1612.elementor-location-archive {
    margin-bottom: 0 !important;
    padding-top: calc(var(--mh-header-scroll-h, 62px) + 14px) !important;
  }

  body.admin-bar.category .elementor.elementor-1612.elementor-location-archive {
    padding-top: calc(var(--mh-header-scroll-h, 62px) + 46px + 14px) !important;
  }

  body.category .elementor.elementor-1612.elementor-location-archive > .elementor-element-mhnewsroot > .e-con-inner {
    display: block !important;
    flex: 0 0 auto !important;
  }

  body.page-id-2768 .elementor-2768 .elementor-element-mhtrroot {
    margin-top: 0 !important;
  }

  body.page-id-2768 .elementor-2768 .elementor-element-mhtrroot > .e-con-inner {
    padding-top: calc(var(--mh-header-scroll-h, 62px) + 14px) !important;
  }

  body.admin-bar.page-id-2768 .elementor-2768 .elementor-element-mhtrroot > .e-con-inner {
    padding-top: calc(var(--mh-header-scroll-h, 62px) + 46px + 14px) !important;
  }
}

/* About story mobile is a real vertical flow. This prevents the quote from
 * landing behind card 01 while leaving the desktop composition untouched. */
@media (max-width: 900px) {
  body.page-id-2070 #mh-about-2026 .mh-about-story-map {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-about-story-map > :is(.mh-story-title-block, .mh-story-quote, .mh-story-card, .mh-story-image, .mh-story-rule) {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 28px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-quote {
    display: block !important;
    order: 2 !important;
    padding: 28px 18px 32px !important;
    overflow: visible !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-quote p {
    display: block !important;
    position: relative !important;
    z-index: 3 !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card-01 {
    order: 3 !important;
    margin-top: 18px !important;
    padding-top: 34px !important;
    overflow: visible !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-card-01 .mh-story-card-num {
    position: relative !important;
    z-index: 2 !important;
    margin-top: -48px !important;
    margin-bottom: 24px !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-rule {
    display: none !important;
  }
}

/* Preserve the original image ratio on the About mobile carousel. */
@media (max-width: 900px) {
  body.page-id-2070 .elementor-element-4e50164 .swiper-slide .elementor-element-d329ecc img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: 100% !important;
    object-fit: contain !important;
  }
}

/* END MH responsive archive and product reliability 20260715 */

/* BEGIN MH non-home header sticky flow 20260716 */
/*
 * The homepage keeps its existing transparent/fixed header state. On every
 * other public page the header participates in document flow and sticks while
 * scrolling, so content is not hidden behind a fixed header and no global
 * wrapper padding is required.
 */
body:not(.home):not(.elementor-editor-active) .elementor-location-header {
  position: sticky !important;
  inset: 0 0 auto 0 !important;
  top: 0 !important;
}

/* `overflow-x: hidden` makes the body a scroll container in Chromium and
 * prevents a sticky header from sticking. `clip` keeps off-canvas content
 * clipped without changing the vertical scroll container. */
body:not(.home):not(.elementor-editor-active) {
  overflow-x: clip !important;
}

@media (min-width: 783px) {
  body.admin-bar:not(.home):not(.elementor-editor-active) .elementor-location-header {
    top: 32px !important;
  }
}

/* The site wrapper already starts below the fixed WordPress admin bar.
 * Keeping the sticky offset at zero avoids adding the admin-bar height twice.
 */
/* END MH non-home header sticky flow 20260716 */
/* BEGIN MH unified non-home page start spacing 20260717 */
/*
 * The homepage is intentionally excluded. All other public pages use one
 * responsive start-gap token so legacy fixed-header compensation cannot be
 * added again by individual templates.
 */
body:not(.home):not(.elementor-editor-active) {
  --mh-page-start-gap: 48px;
}

@media (max-width: 1199px) {
  body:not(.home):not(.elementor-editor-active) {
    --mh-page-start-gap: 36px;
  }
}

@media (max-width: 767px) {
  body:not(.home):not(.elementor-editor-active) {
    --mh-page-start-gap: 24px;
  }
}

/* Full-bleed/search and detail heroes keep their backgrounds flush with the
 * header; only their internal content start is normalized. */
body:not(.home):not(.elementor-editor-active) .mh-search-hero,
body.single-project:not(.home):not(.elementor-editor-active) .mh-page-hero.mh-page-hero-detail,
body.single-product:not(.home):not(.elementor-editor-active) .elementor-location-single {
  padding-top: var(--mh-page-start-gap) !important;
}

/* About story: remove the old fixed-header reserve and its desktop title
 * offset so the first visible title uses the shared token. */
body.page-id-2070:not(.home):not(.elementor-editor-active) .mh-about-story {
  padding-top: var(--mh-page-start-gap) !important;
}

body.page-id-2070:not(.home):not(.elementor-editor-active) .mh-story-title-block {
  top: 0 !important;
}

/* Product landing and project archive Elementor containers expose their top
 * spacing through --padding-top in addition to the computed property. */
body.page-id-2101:not(.home):not(.elementor-editor-active) .mh-product-lines-landing {
  --padding-top: var(--mh-page-start-gap) !important;
  padding-top: var(--mh-page-start-gap) !important;
}

body.post-type-archive-project:not(.home):not(.elementor-editor-active) #mh-project-archive-2026 .mh-project-archive-intro-region,
body.tax-project_category:not(.home):not(.elementor-editor-active) #mh-project-archive-2026 .mh-project-archive-intro-region {
  --padding-top: var(--mh-page-start-gap) !important;
  padding-top: var(--mh-page-start-gap) !important;
}

/* Article category archives share Elementor template 1612. */
body.category:not(.home):not(.elementor-editor-active) .elementor.elementor-1612.elementor-location-archive {
  padding-top: var(--mh-page-start-gap) !important;
}

/* Trends landing. */
body.page-id-2768:not(.home):not(.elementor-editor-active) .elementor-2768 .elementor-element-mhtrroot {
  margin-top: 0 !important;
}

body.page-id-2768:not(.home):not(.elementor-editor-active) .elementor-2768 .elementor-element-mhtrroot > .e-con-inner {
  padding-top: var(--mh-page-start-gap) !important;
}

/* News landing. */
body:not(.home):not(.elementor-editor-active) #mh-news-2026 {
  padding-top: var(--mh-page-start-gap) !important;
}

/* Contact page: keep the panel's internal padding, but move the shared
 * start-gap to the outer grid so it is not combined with section padding. */
body.page-id-1349:not(.home):not(.elementor-editor-active) .mh-contact-primary-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Catalogue: remove the old outer margin and use the same token in the
 * content rail while preserving the sticky intro offset during scrolling. */
body:not(.home):not(.elementor-editor-active):has(#mh-catalogue-2026) #mh-catalogue-2026 {
  margin-top: 0 !important;
}

body:not(.home):not(.elementor-editor-active):has(#mh-catalogue-2026) #mh-catalogue-2026 > .elementor-element-mhcatscreen > .e-con-inner {
  padding-top: var(--mh-page-start-gap) !important;
}

/* Privacy/policy page. */
body.privacy-policy:not(.home):not(.elementor-editor-active) .elementor-element-mhpproot {
  margin-top: 0 !important;
}

body.privacy-policy:not(.home):not(.elementor-editor-active) .elementor-element-mhpproot > .e-con-inner {
  padding-top: var(--mh-page-start-gap) !important;
}

/* Product category templates with legacy mobile header formulas. */
body.mh-product-cat-depth-0:not(.home):not(.elementor-editor-active) .mh-product-category-editorial__inner,
body.tax-product_cat.mh-product-cat-template-3:not(.home):not(.elementor-editor-active) .mh-product-category-editorial__inner {
  padding-top: var(--mh-page-start-gap) !important;
}

body.tax-product_cat.mh-product-cat-template-2:not(.home):not(.elementor-editor-active) .mh-product-category-hero-copy {
  transform: none !important;
}
/* END MH unified non-home page start spacing 20260717 */

/* BEGIN MH Template 2 load-more product archive 20260717 */
body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .lakit-pagination.mh-products-pagination-source {
  display: none !important;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .mh-products-load-more-wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 32px;
  max-height: 84px;
  min-height: 42px;
  opacity: 1;
  overflow: visible;
  position: relative;
  transition: max-height .32s ease, margin-top .32s ease, opacity .24s ease;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .mh-products-load-more-wrap.is-empty {
  margin-top: 0;
  max-height: 0;
  min-height: 0;
  opacity: 0;
  pointer-events: none;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .mh-products-load-more-wrap::before {
  animation: mh-products-load-more-spin .7s linear infinite;
  border: 2px solid #8b6540;
  border-right-color: transparent;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -22px;
  transform: translateX(-50%);
  transition: opacity .2s ease;
  width: 16px;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .mh-products-load-more-wrap.is-loading::before {
  opacity: 1;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .mh-products-load-more {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 1px solid #8b6540;
  color: #8b6540;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.2;
  margin: 0 auto;
  min-height: 42px;
  min-width: 148px;
  padding: 11px 28px;
  position: relative;
  transition: background-color .25s ease, color .25s ease, opacity .25s ease;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .mh-products-load-more:hover,
body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .mh-products-load-more:focus-visible {
  background: #8b6540;
  color: #fff;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .mh-products-load-more[hidden] {
  display: none !important;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .mh-products-load-more.is-loading {
  cursor: wait;
  opacity: .72;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .mh-products-load-more-enter {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .35s ease, transform .35s ease;
}

body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .mh-products-load-more-enter.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes mh-products-load-more-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .mh-products-load-more-wrap,
  body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .mh-products-load-more,
  body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .mh-products-load-more-enter {
    transition: none;
  }

  body.tax-product_cat.mh-product-cat-template-2 .mh-products-archive-grid .mh-products-load-more-wrap::before {
    animation: none;
  }
}
/* END MH Template 2 load-more product archive 20260717 */

/* BEGIN MH booking popup feedback 20260717 */
#elementor-popup-modal-2579 .dialog-widget-content {
  width: 670px !important;
  max-width: min(670px, calc(100vw - 28px - env(safe-area-inset-left) - env(safe-area-inset-right))) !important;
}

#elementor-popup-modal-2579 input:not([type="submit"]):focus,
#elementor-popup-modal-2579 textarea:focus,
#elementor-popup-modal-2579 select:focus,
#elementor-popup-modal-2579 .wpcf7-form-control:focus {
  background-color: #fbf8f4 !important;
}

#elementor-popup-modal-2579 .mh-date-picker-wrap {
  position: relative;
}

#elementor-popup-modal-2579 .mh-date-picker-wrap::after {
  color: inherit;
  content: attr(data-mh-date-placeholder);
  left: 16px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#elementor-popup-modal-2579 .mh-date-picker-wrap.mh-date-picker-has-value::after {
  display: none;
}

#elementor-popup-modal-2579 .mh-date-picker-wrap:not(.mh-date-picker-has-value) .mh-date-picker {
  color: transparent !important;
  caret-color: transparent;
}

#elementor-popup-modal-2579 .mh-date-picker-wrap:not(.mh-date-picker-has-value) .mh-date-picker::-webkit-datetime-edit,
#elementor-popup-modal-2579 .mh-date-picker-wrap:not(.mh-date-picker-has-value) .mh-date-picker::-webkit-datetime-edit-text,
#elementor-popup-modal-2579 .mh-date-picker-wrap:not(.mh-date-picker-has-value) .mh-date-picker::-webkit-datetime-edit-month-field,
#elementor-popup-modal-2579 .mh-date-picker-wrap:not(.mh-date-picker-has-value) .mh-date-picker::-webkit-datetime-edit-day-field,
#elementor-popup-modal-2579 .mh-date-picker-wrap:not(.mh-date-picker-has-value) .mh-date-picker::-webkit-datetime-edit-year-field {
  color: transparent;
}
/* END MH booking popup feedback 20260717 */

/* BEGIN MH template 3 child card vertical hover 20260717 */
body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card {
  position: relative;
  z-index: 0;
  transform: none;
  will-change: auto;
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card__image {
  aspect-ratio: 1;
  box-sizing: border-box;
  display: block;
  height: auto;
  overflow: visible;
  padding-top: 0;
  position: relative;
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card__image img {
  aspect-ratio: auto;
  bottom: auto;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: height .55s cubic-bezier(.22, .61, .36, 1), top .55s cubic-bezier(.22, .61, .36, 1);
  transform: scale(1) !important;
  width: 100%;
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card:hover,
body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card:focus-visible,
body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card:focus-within {
  z-index: 2;
  transform: none;
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card:hover .mh-product-category-child-card__image,
body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card:focus-visible .mh-product-category-child-card__image,
body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card:focus-within .mh-product-category-child-card__image {
  overflow: visible;
}

body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card:hover .mh-product-category-child-card__image img,
body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card:focus-visible .mh-product-category-child-card__image img,
body.tax-product_cat.mh-product-cat-template-3 .mh-product-category-child-card:focus-within .mh-product-category-child-card__image img {
  height: calc(100% + 30px);
  top: -30px;
}
/* END MH template 3 child card vertical hover 20260717 */

/* BEGIN MH booking popup copy alignment 20260717 */
#elementor-popup-modal-2579 .dialog-message .elementor-element-b81f2c9,
#elementor-popup-modal-2579 .dialog-message .elementor-element-b81f2c9 p {
  text-align: center !important;
}

#elementor-popup-modal-2579 .dialog-message,
#elementor-popup-modal-2579 .dialog-message > .elementor,
#elementor-popup-modal-2579 .dialog-message .elementor-element-f7f7b78,
#elementor-popup-modal-2579 .dialog-message .elementor-element-f7f7b78 .wpcf7 {
  max-width: 100% !important;
  width: 100% !important;
}
/* END MH booking popup copy alignment 20260717 */

/* BEGIN MH product mega alignment 20260718 */
@media (min-width: 1200px) {
  .elementor-46 .lakit-nav__item-2408 > .lakit-nav__sub-mega .mh-product-mega__side {
    box-sizing: border-box;
    padding-left: 7.5px !important;
    padding-right: clamp(28px, 4vw, 48px) !important;
  }

  .elementor-46 .lakit-nav__item-2408 > .lakit-nav__sub-mega .mh-product-mega__side,
  .elementor-46 .lakit-nav__item-2408 > .lakit-nav__sub-mega .mh-product-mega__side-child,
  .elementor-46 .lakit-nav__item-2408 > .lakit-nav__sub-mega .mh-product-mega__side-link {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .elementor-46 .lakit-nav__item-2408 > .lakit-nav__sub-mega .mh-product-mega__visuals {
    width: min(760px, calc(100% - clamp(24px, 3vw, 40px)));
    max-width: 100%;
    min-width: 0;
    margin-inline: auto;
    justify-self: center;
  }

  .elementor-46 .lakit-nav__item-2408 > .lakit-nav__sub-mega .mh-product-mega__visuals img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
/* END MH product mega alignment 20260718 */

-news-detail-related-posts img,
body:not(.home) .mh-product-line-card-image img,
body.tax-product_cat:not(.mh-product-cat-template-3) .mh-products-archive-grid :where(.product_item--thumbnail img, .product_item--thumbnail-holder img, .figure__object_fit img),
body.tax-product_cat:not(.mh-product-cat-template-3) .mh-product-category-child-card__image img,
body.tax-product_cat:not(.mh-product-cat-template-3) .mh-product-category-editorial__feature :where(img, video),
body:not(.home) .mh-product-project-card img {
  transform: scale(1);
  transform-origin: center center;
  transition: var(--mh-site-hover-zoom-transition);
}

body:not(.home) .mh-search-card:hover .mh-search-card__image img,
body:not(.home) .mh-search-card:focus-within .mh-search-card__image img,
body:not(.home) .mh-project-card:hover .mh-project-card__image,
body:not(.home) .mh-project-card:focus-within .mh-project-card__image,
body:not(.home) .single-project .mh-project-product-card:hover .mh-project-product-card__image img,
body:not(.home) .single-project .mh-project-product-card:focus-visible .mh-project-product-card__image img,
body:not(.home) .mh-product-mega__tile:hover img,
body:not(.home) .mh-product-mega__module:hover img,
body:not(.home) .mh-project-mega__tile:hover img,
body:not(.home) .elementor-2768 .mh-trends-posts .lakit-posts__inner-box:hover .lakit-posts__thumbnail-img,
body:not(.home) #mh-news-2026 .mh-news-card:hover .mh-news-card-media img,
body:not(.home) #mh-news-2026 .mh-news-card:focus-visible .mh-news-card-media img,
body:not(.home) .elementor-1696 .elementor-element-mhndrelposts a:hover img,
body:not(.home) .elementor-1696 .elementor-element-mhndrelposts a:focus-visible img,
body:not(.home) .elementor-1696 .mh-news-detail-related-posts a:hover img,
body:not(.home) .elementor-1696 .mh-news-detail-related-posts a:focus-visible img,
body:not(.home) .mh-product-line-card:is(:hover, :focus-within, .is-hover-active) .mh-product-line-card-image img,
body.tax-product_cat:not(.mh-product-cat-template-3) .mh-products-archive-grid :where(li.product:hover, li.product:focus-within, .product_item:hover, .product_item:focus-within) :where(.product_item--thumbnail img, .product_item--thumbnail-holder img, .figure__object_fit img),
body.tax-product_cat:not(.mh-product-cat-template-3) .mh-product-category-child-card:hover .mh-product-category-child-card__image img,
body.tax-product_cat:not(.mh-product-cat-template-3) .mh-product-category-child-card:focus-visible .mh-product-category-child-card__image img,
body.tax-product_cat:not(.mh-product-cat-template-3) .mh-product-category-editorial__feature:hover :where(img, video),
body.tax-product_cat:not(.mh-product-cat-template-3) .mh-product-category-editorial__feature:focus-within :where(img, video),
body:not(.home) .mh-product-project-card:hover img,
body:not(.home) .mh-product-project-card:focus-visible img {
  transform: scale(var(--mh-site-hover-zoom-scale));
}
/* END MH unified non-home image hover zoom 20260718 */
/* MH split post-category archives 20260719: Xu hướng and Thiết kế only. */
body:is(.category-xu-huong, .category-thiet-ke) {
  --mh-news-category-ink: #202020;
  --mh-news-category-brown: #7c5739;
  --mh-news-category-beige: #ead8c1;
  overflow-x: hidden;
}

body:is(.category-xu-huong, .category-thiet-ke) .page-header--default {
  display: none !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .elementor-element-mhnewsroot,
body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .mh-news-category-archive {
  background: #fff !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .elementor-element-mhnewsroot > .e-con-inner,
body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .mh-news-category-archive > .e-con-inner {
  width: min(1440px, calc(100vw - 160px)) !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-title {
  margin: 0 0 clamp(34px, 3.8vw, 54px) !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-title .lakit-breadcrumbs__content {
  display: none !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-title .lakit-breadcrumbs__title,
body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-title .mh-news-category-heading {
  display: block !important;
  margin: 0 !important;
  color: var(--mh-news-category-ink) !important;
  font-family: "Noto Serif Display", serif !important;
  font-size: clamp(34px, 3.1vw, 48px) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-rows: auto !important;
  gap: clamp(36px, 4vw, 52px) clamp(32px, 3.75vw, 48px) !important;
  align-items: stretch !important;
  transform: none !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__item {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-column: auto !important;
  grid-row: auto !important;
  aspect-ratio: 1 / 1 !important;
  flex: none !important;
  --gw: auto !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__item-g,
body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__outer-box,
body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__inner-box {
  height: 100% !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__inner-box {
  position: relative !important;
  overflow: hidden !important;
  border: 0 !important;
  background: #111 !important;
  box-shadow: none !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .post-thumbnail,
body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__thumbnail {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #eee6df !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__thumbnail-link,
body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__thumbnail-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__thumbnail-link,
body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__thumbnail-img {
  position: absolute !important;
  inset: 0 !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__thumbnail-img {
  object-fit: cover !important;
  object-position: center !important;
  transition: transform .35s ease !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__inner-box::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, .08) 38%, rgba(0, 0, 0, .66) 100%) !important;
  pointer-events: none !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__inner-box::before {
  content: "\2192" !important;
  position: absolute !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 3 !important;
  color: #fff !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 34px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  pointer-events: none !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__inner-box:hover .lakit-posts__thumbnail-img,
body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__inner-box:focus-within .lakit-posts__thumbnail-img {
  transform: scale(var(--mh-site-hover-zoom-scale, 1.1)) !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__inner-content {
  position: absolute !important;
  z-index: 2 !important;
  inset: auto clamp(48px, 4.1vw, 58px) clamp(22px, 2.35vw, 30px) clamp(18px, 1.7vw, 22px) !important;
  padding: 0 !important;
  text-align: left !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__meta,
body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__meta1,
body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__meta a,
body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__meta1 a {
  margin: 0 0 8px !important;
  color: rgba(255, 255, 255, .86) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__title,
body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__title a {
  margin: 0 !important;
  color: #fff !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 22px !important;
  margin: clamp(32px, 4vw, 56px) 0 0 !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-pagination a,
body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-pagination span,
body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 36px !important;
  height: 36px !important;
  padding: 0 10px !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(124, 87, 57, .72) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-pagination .current,
body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .page-numbers.current {
  background: var(--mh-news-category-brown) !important;
  color: #fff !important;
}

@media (max-width: 1199px) {
  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .elementor-element-mhnewsroot > .e-con-inner,
  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .mh-news-category-archive > .e-con-inner {
    width: min(960px, calc(100vw - 72px)) !important;
  }

  body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px !important;
  }
}

@media (max-width: 767px) {
  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive {
    padding-bottom: 58px !important;
  }

  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .elementor-element-mhnewsroot > .e-con-inner,
  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .mh-news-category-archive > .e-con-inner {
    width: min(100%, calc(100vw - 40px)) !important;
  }

  body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-title {
    margin-bottom: 28px !important;
  }

  body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-title .lakit-breadcrumbs__title,
  body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-title .mh-news-category-heading {
    font-size: clamp(30px, 10vw, 38px) !important;
  }

  body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__list {
    grid-template-columns: 1fr !important;
    row-gap: 32px !important;
    column-gap: 0 !important;
  }

  body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__item {
    aspect-ratio: 4 / 3 !important;
  }

  body:is(.category-xu-huong, .category-thiet-ke) .mh-news-category-posts .lakit-posts__inner-content {
    inset: auto 52px 20px 18px !important;
  }
}
/* END MH split post-category archives 20260719 */
/* BEGIN MH audit remediation final overrides 20260719 */
/* Final audited overrides appended to the staging runtime base. */
@media (min-width: 1200px) {
  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal > .lakit-nav__item--mega > .lakit-nav__sub-mega,
  .elementor-46 :where(#header-top, #header-scroll) .mh-header-nav-mega-parent > .lakit-nav__sub-mega {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
    transform: translate3d(0, 8px, 0) !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal > .lakit-nav__item--mega:hover > .lakit-nav__sub-mega,
  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal > .lakit-nav__item--mega:focus-within > .lakit-nav__sub-mega,
  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav--horizontal > .lakit-nav__item--mega.lakit-nav__item--active > .lakit-nav__sub-mega,
  .elementor-46 :where(#header-top, #header-scroll) .mh-header-nav-mega-parent:hover > .lakit-nav__sub-mega,
  .elementor-46 :where(#header-top, #header-scroll) .mh-header-nav-mega-parent:focus-within > .lakit-nav__sub-mega,
  .elementor-46 :where(#header-top, #header-scroll) .mh-header-nav-mega-parent.lakit-nav__item--active > .lakit-nav__sub-mega {
    transform: translate3d(0, 0, 0) !important;
  }
}

body .la-image-loading.spinner-custom .content {
  width: min(calc(100vw - 40px), 520px) !important;
  min-height: clamp(260px, 31vw, 430px) !important;
}

body .la-image-loading.spinner-custom .content .la-loader {
  width: clamp(180px, 20vw, 310px) !important;
}

body .la-image-loading.spinner-custom .content .la-loader::after {
  inset: calc(50% + clamp(62px, 7vw, 112px)) 6% auto;
  opacity: .5;
}

body .la-image-loading.spinner-custom .content img {
  --mh-loading-cell-x: clamp(58px, 5vw, 88px);
  --mh-loading-cell-x-half: clamp(29px, 2.5vw, 44px);
  --mh-loading-cell-x-neg: clamp(-88px, -5vw, -58px);
  --mh-loading-cell-x-half-neg: clamp(-44px, -2.5vw, -29px);
  --mh-loading-cell-y: clamp(34px, 3.2vw, 58px);
  --mh-loading-cell-y-half: clamp(17px, 1.6vw, 29px);
  --mh-loading-cell-y-neg: clamp(-58px, -3.2vw, -34px);
  --mh-loading-cell-y-half-neg: clamp(-29px, -1.6vw, -17px);
  animation: mh-loading-logo-grid-flip 4.8s cubic-bezier(.42, 0, .24, 1) infinite !important;
  opacity: .76 !important;
  transform-origin: 50% 50% !important;
}

body .la-image-loading.mh-loader-exiting.spinner-custom .content img,
body.body-loaded .la-image-loading.spinner-custom:not(.mh-loader-hidden) .content img,
body.pace-done .la-image-loading.spinner-custom:not(.mh-loader-hidden) .content img {
  animation-play-state: paused !important;
}

@keyframes mh-loading-logo-grid-flip {
  0%, 4% { opacity: .76; transform-origin: left center; transform: translate3d(var(--mh-loading-cell-x), var(--mh-loading-cell-y), 0) rotateY(0deg); }
  8% { opacity: .46; transform-origin: left center; transform: translate3d(var(--mh-loading-cell-x-half), var(--mh-loading-cell-y), 0) rotateY(-88deg); }
  12.5%, 16.5% { opacity: .76; transform-origin: center top; transform: translate3d(0, var(--mh-loading-cell-y), 0) rotateY(0deg); }
  20.5% { opacity: .46; transform-origin: center top; transform: translate3d(0, var(--mh-loading-cell-y-half), 0) rotateX(88deg); }
  25%, 29% { opacity: .76; transform-origin: left center; transform: translate3d(0, 0, 0) rotateX(0deg); }
  33% { opacity: .46; transform-origin: left center; transform: translate3d(var(--mh-loading-cell-x-half-neg), 0, 0) rotateY(-88deg); }
  37.5%, 41.5% { opacity: .76; transform-origin: center top; transform: translate3d(var(--mh-loading-cell-x-neg), 0, 0) rotateY(0deg); }
  45.5% { opacity: .46; transform-origin: center top; transform: translate3d(var(--mh-loading-cell-x-neg), var(--mh-loading-cell-y-half-neg), 0) rotateX(88deg); }
  50%, 54% { opacity: .76; transform-origin: right center; transform: translate3d(var(--mh-loading-cell-x-neg), var(--mh-loading-cell-y-neg), 0) rotateX(0deg); }
  58% { opacity: .46; transform-origin: right center; transform: translate3d(var(--mh-loading-cell-x-half-neg), var(--mh-loading-cell-y-neg), 0) rotateY(88deg); }
  62.5%, 66.5% { opacity: .76; transform-origin: right center; transform: translate3d(0, var(--mh-loading-cell-y-neg), 0) rotateY(0deg); }
  70.5% { opacity: .46; transform-origin: right center; transform: translate3d(var(--mh-loading-cell-x-half), var(--mh-loading-cell-y-neg), 0) rotateY(88deg); }
  75%, 79% { opacity: .76; transform-origin: center bottom; transform: translate3d(var(--mh-loading-cell-x), var(--mh-loading-cell-y-neg), 0) rotateY(0deg); }
  83% { opacity: .46; transform-origin: center bottom; transform: translate3d(var(--mh-loading-cell-x), var(--mh-loading-cell-y-half-neg), 0) rotateX(-88deg); }
  87.5%, 91.5% { opacity: .76; transform-origin: center bottom; transform: translate3d(var(--mh-loading-cell-x), 0, 0) rotateX(0deg); }
  95.5% { opacity: .46; transform-origin: center bottom; transform: translate3d(var(--mh-loading-cell-x), var(--mh-loading-cell-y-half), 0) rotateX(-88deg); }
  100% { opacity: .76; transform-origin: left center; transform: translate3d(var(--mh-loading-cell-x), var(--mh-loading-cell-y), 0) rotateX(0deg); }
}

@media (max-width: 1199px) {
  body .la-image-loading.spinner-custom .content {
    width: min(calc(100vw - 36px), 420px) !important;
    min-height: clamp(230px, 47vw, 350px) !important;
  }

  body .la-image-loading.spinner-custom .content .la-loader {
    width: clamp(160px, 28vw, 250px) !important;
  }

  body .la-image-loading.spinner-custom .content img {
    --mh-loading-cell-x: clamp(42px, 7vw, 64px);
    --mh-loading-cell-x-half: clamp(21px, 3.5vw, 32px);
    --mh-loading-cell-x-neg: clamp(-64px, -7vw, -42px);
    --mh-loading-cell-x-half-neg: clamp(-32px, -3.5vw, -21px);
    --mh-loading-cell-y: clamp(28px, 4.6vw, 44px);
    --mh-loading-cell-y-half: clamp(14px, 2.3vw, 22px);
    --mh-loading-cell-y-neg: clamp(-44px, -4.6vw, -28px);
    --mh-loading-cell-y-half-neg: clamp(-22px, -2.3vw, -14px);
  }
}

@media (max-width: 639px) {
  body .la-image-loading.spinner-custom .content {
    width: min(calc(100vw - 28px), 320px) !important;
    min-height: clamp(210px, 72vw, 292px) !important;
  }

  body .la-image-loading.spinner-custom .content .la-loader {
    width: clamp(142px, 48vw, 210px) !important;
  }

  body .la-image-loading.spinner-custom .content img {
    --mh-loading-cell-x: clamp(24px, 8vw, 36px);
    --mh-loading-cell-x-half: clamp(12px, 4vw, 18px);
    --mh-loading-cell-x-neg: clamp(-36px, -8vw, -24px);
    --mh-loading-cell-x-half-neg: clamp(-18px, -4vw, -12px);
    --mh-loading-cell-y: clamp(18px, 6vw, 28px);
    --mh-loading-cell-y-half: clamp(9px, 3vw, 14px);
    --mh-loading-cell-y-neg: clamp(-28px, -6vw, -18px);
    --mh-loading-cell-y-half-neg: clamp(-14px, -3vw, -9px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body .la-image-loading.spinner-custom .content img {
    animation: none !important;
    transform: none !important;
  }
}

/* MH audit remediation mega wrapper final fix 20260719 */
@media (min-width: 1200px) {
  #header-top .lakit-nav__sub-mega,
  #header-scroll .lakit-nav__sub-mega {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
/* END MH audit remediation mega wrapper final fix 20260719 */
/* END MH audit remediation final overrides 20260719 */

/* BEGIN MH mega menu layout and hover final 20260719 */
@media (min-width: 1200px) {
  .elementor-46 :where(#header-top, #header-scroll) :is(.mh-product-mega, .mh-project-mega) {
    box-sizing: border-box;
    padding-left: 38px !important;
    padding-right: 0 !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) :is(.mh-product-mega__main, .mh-project-mega__main) {
    box-sizing: border-box;
    padding-right: 38px !important;
    background-color: #eddac9 !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .lakit-nav__item-2408 > .lakit-nav__sub-mega .mh-product-mega__side {
    padding-left: 0 !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) .mh-product-mega__visuals {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    justify-self: stretch !important;
  }

  .elementor-46 :where(#header-top, #header-scroll) :is(.mh-product-mega__tile, .mh-product-mega__module, .mh-project-mega__tile) {
    overflow: hidden;
  }

  .elementor-46 :where(#header-top, #header-scroll) :is(.mh-product-mega__tile, .mh-product-mega__module, .mh-project-mega__tile) img {
    transform: scale(1) !important;
    transform-origin: center center;
    transition: transform .8s cubic-bezier(0, .65, .55, 1) !important;
    will-change: transform;
  }

  .elementor-46 :where(#header-top, #header-scroll) :is(.mh-product-mega__tile, .mh-product-mega__module, .mh-project-mega__tile):is(:hover, :focus-within) img {
    transform: scale(1.1) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .elementor-46 :where(#header-top, #header-scroll) :is(.mh-product-mega__tile, .mh-product-mega__module, .mh-project-mega__tile) img {
    transform: scale(1) !important;
    transition: none !important;
  }
}
/* END MH mega menu layout and hover final 20260719 */

/* BEGIN MH project sticky hero and resilient lightbox 20260719 */
body.single-project:not(.elementor-editor-active) .elementor-location-single {
  isolation: isolate;
  overflow: visible !important;
  position: relative;
}

html.mh-project-sticky-hero-ready body.single-project:not(.elementor-editor-active) .elementor-element-mhpshero {
  position: sticky !important;
  top: var(--mh-project-hero-sticky-top, var(--mh-header-scroll-h, 70px)) !important;
  z-index: 0 !important;
}

body.single-project:not(.elementor-editor-active) .elementor-element-mhpshero ~ .mh-project-detail-elementor-root {
  background-color: #fff !important;
  position: relative !important;
  z-index: 2 !important;
}

html.mh-project-lightbox-open {
  overflow: hidden !important;
  scrollbar-gutter: stable;
}

.mh-project-lightbox {
  background: #1b1b1b !important;
  box-sizing: border-box;
  display: block;
  inset: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity .18s ease;
  z-index: 99999;
}

.mh-project-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mh-project-lightbox.is-list-view {
  overflow-y: auto;
}

.mh-project-lightbox *,
.mh-project-lightbox *::before,
.mh-project-lightbox *::after {
  box-sizing: border-box;
}

.mh-project-lightbox__toolbar {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  pointer-events: none;
  position: fixed;
  right: clamp(18px, 2.8vw, 42px);
  top: clamp(18px, 2.8vw, 42px);
  z-index: 3;
}

.mh-project-lightbox__close,
.mh-project-lightbox__grid-button,
.mh-project-lightbox__nav {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  pointer-events: auto;
}

.mh-project-lightbox__close,
.mh-project-lightbox__grid-button {
  align-items: center;
  height: 42px;
  justify-content: center;
  padding: 0;
  position: static;
  width: 42px;
}

.mh-project-lightbox__close {
  font-family: Arial, sans-serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 1;
}

.mh-project-lightbox__grid-button {
  display: none;
  position: relative;
}

.mh-project-lightbox__grid-button::before {
  background:
    linear-gradient(#fff, #fff) 0 0 / 5px 5px no-repeat,
    linear-gradient(#fff, #fff) 50% 0 / 5px 5px no-repeat,
    linear-gradient(#fff, #fff) 100% 0 / 5px 5px no-repeat,
    linear-gradient(#fff, #fff) 0 50% / 5px 5px no-repeat,
    linear-gradient(#fff, #fff) 50% 50% / 5px 5px no-repeat,
    linear-gradient(#fff, #fff) 100% 50% / 5px 5px no-repeat,
    linear-gradient(#fff, #fff) 0 100% / 5px 5px no-repeat,
    linear-gradient(#fff, #fff) 50% 100% / 5px 5px no-repeat,
    linear-gradient(#fff, #fff) 100% 100% / 5px 5px no-repeat;
  content: '';
  display: block;
  height: 23px;
  width: 23px;
}

.mh-project-lightbox.is-viewer-view .mh-project-lightbox__grid-button {
  display: inline-flex;
}

.mh-project-lightbox.is-viewer-view .mh-project-lightbox__close {
  display: none;
}

.mh-project-lightbox__list,
.mh-project-lightbox__viewer {
  display: none;
}

.mh-project-lightbox.is-list-view .mh-project-lightbox__list {
  display: grid;
}

.mh-project-lightbox.is-viewer-view .mh-project-lightbox__viewer {
  align-items: center;
  display: flex;
}

.mh-project-lightbox__list {
  gap: clamp(20px, 2.2vw, 34px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: min(1320px, calc(100vw - 96px));
  padding: clamp(72px, 8vw, 118px) 0 clamp(42px, 5vw, 72px);
  width: 100%;
}

.mh-project-lightbox__thumb {
  appearance: none;
  aspect-ratio: 16 / 10;
  background: #262626;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
}

.mh-project-lightbox__thumb::before {
  background: linear-gradient(105deg, #262626 22%, #333 42%, #262626 62%);
  background-size: 220% 100%;
  content: '';
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity .18s ease;
}

.mh-project-lightbox__thumb.is-placeholder::before {
  animation: mh-project-thumb-loading 1.15s linear infinite;
  opacity: 1;
}

.mh-project-lightbox__thumb.is-error::after {
  align-items: center;
  color: rgba(255, 255, 255, .78);
  content: 'Tải lại';
  display: flex;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  inset: 0;
  justify-content: center;
  letter-spacing: .04em;
  position: absolute;
}

@keyframes mh-project-thumb-loading {
  to {
    background-position-x: -220%;
  }
}

.mh-project-lightbox__thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1);
  transition: opacity .2s ease, transform 800ms cubic-bezier(0, .65, .55, 1);
  width: 100%;
}

.mh-project-lightbox__thumb.is-ready img {
  opacity: 1;
}

.mh-project-lightbox__thumb.is-ready:hover img,
.mh-project-lightbox__thumb.is-ready:focus-visible img {
  transform: scale(1.06);
}

.mh-project-lightbox__thumb.is-active {
  outline: 1px solid rgba(255, 255, 255, .85);
  outline-offset: 3px;
}

.mh-project-lightbox__thumb-number {
  background: rgba(0, 0, 0, .45);
  bottom: 10px;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  left: 10px;
  line-height: 1;
  padding: 6px 8px;
  position: absolute;
  z-index: 2;
}

.mh-project-lightbox__viewer {
  inset: 0;
  justify-content: center;
  min-height: 100svh;
  padding: clamp(48px, 6vw, 84px) clamp(60px, 8vw, 118px);
  position: absolute;
}

.mh-project-lightbox__image {
  display: block !important;
  height: auto !important;
  max-height: calc(100svh - clamp(112px, 14vw, 172px)) !important;
  max-width: min(66vw, 1280px) !important;
  object-fit: contain !important;
  opacity: 1;
  transition: opacity .16s ease;
  width: auto !important;
}

.mh-project-lightbox.is-loading .mh-project-lightbox__image {
  opacity: .72;
}

.mh-project-lightbox.is-viewer-error .mh-project-lightbox__viewer::after {
  bottom: clamp(52px, 6vw, 74px);
  color: rgba(255, 255, 255, .78);
  content: 'Không tải được ảnh. Hãy thử lại.';
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
}

.mh-project-lightbox__nav {
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 200;
  height: 72px;
  justify-content: center;
  line-height: 1;
  margin-top: -36px;
  position: fixed;
  top: 50%;
  width: 72px;
  z-index: 2;
}

.mh-project-lightbox__nav[hidden] {
  display: none !important;
}

.mh-project-lightbox__nav--prev {
  left: clamp(18px, 2.8vw, 42px);
}

.mh-project-lightbox__nav--next {
  right: clamp(18px, 2.8vw, 42px);
}

.mh-project-lightbox__counter {
  bottom: clamp(18px, 3vw, 38px);
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  left: 50%;
  letter-spacing: .08em;
  position: fixed;
  transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .mh-project-lightbox__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: calc(100vw - 48px);
  }

  .mh-project-lightbox__image {
    max-width: calc(100vw - 112px) !important;
  }
}

@media (max-width: 767px) {
  .mh-project-lightbox__toolbar {
    right: 14px;
    top: 14px;
  }

  .mh-project-lightbox__close,
  .mh-project-lightbox__grid-button {
    height: 38px;
    width: 38px;
  }

  .mh-project-lightbox__list {
    gap: 18px;
    grid-template-columns: 1fr;
    max-width: calc(100vw - 32px);
    padding-top: 72px;
  }

  .mh-project-lightbox__viewer {
    padding: 64px 16px 72px;
  }

  .mh-project-lightbox__image {
    max-height: calc(100svh - 144px) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .mh-project-lightbox__nav {
    background: rgba(0, 0, 0, .22);
    font-size: 42px;
    height: 56px;
    width: 42px;
  }

  .mh-project-lightbox__nav--prev {
    left: 4px;
  }

  .mh-project-lightbox__nav--next {
    right: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mh-project-lightbox,
  .mh-project-lightbox__image,
  .mh-project-lightbox__thumb img {
    transition: none !important;
  }

  .mh-project-lightbox__thumb.is-placeholder::before {
    animation: none;
  }
}
/* END MH project sticky hero and resilient lightbox 20260719 */

/* BEGIN MH Trends and Design category editorial archives 20260719 */
body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts .lakit-posts__list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-rows: clamp(220px, 18.7vw, 252px) !important;
  gap: clamp(32px, 3.4vw, 44px) clamp(32px, 3.75vw, 48px) !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts .lakit-posts__item {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  aspect-ratio: auto !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts .lakit-posts__item-g,
body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts .lakit-posts__outer-box,
body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts .lakit-posts__inner-box {
  height: 100% !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts .post-thumbnail,
body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts .lakit-posts__thumbnail {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts .lakit-posts__thumbnail-link,
body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts .lakit-posts__thumbnail-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts .lakit-posts__thumbnail-link,
body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts .lakit-posts__thumbnail-img {
  position: absolute !important;
  inset: 0 !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts .lakit-posts__thumbnail-img {
  object-fit: cover !important;
  object-position: center !important;
}

body.category-xu-huong .mh-trends-posts--xu-huong:not(.is-mh-page-2plus) .lakit-posts__item:nth-child(1) {
  grid-column: span 2 !important;
  grid-row: span 2 !important;
}

body.category-xu-huong .mh-trends-posts--xu-huong:not(.is-mh-page-2plus) .lakit-posts__item:nth-child(1) .lakit-posts__title,
body.category-xu-huong .mh-trends-posts--xu-huong:not(.is-mh-page-2plus) .lakit-posts__item:nth-child(1) .lakit-posts__title a,
body.category-thiet-ke .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__item:nth-child(2) .lakit-posts__title,
body.category-thiet-ke .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__item:nth-child(2) .lakit-posts__title a {
  font-size: clamp(22px, 2vw, 26px) !important;
  line-height: 1.12 !important;
}

body.category-xu-huong .mh-trends-posts--xu-huong:not(.is-mh-page-2plus) .lakit-posts__item:nth-child(n+7),
body.category-thiet-ke .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__item:nth-child(n+6) {
  display: none !important;
}

body.category-thiet-ke .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__item:nth-child(1) {
  grid-row: span 2 !important;
}

body.category-thiet-ke .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__item:nth-child(2) {
  grid-column: span 2 !important;
  grid-row: span 2 !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts .lakit-posts__inner-box:is(:hover, :focus-within) .lakit-posts__thumbnail-img {
  transform: scale(var(--mh-site-hover-zoom-scale, 1.1)) !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts.is-mh-page-2plus {
  container-type: inline-size;
  --mh-trends-page-card-gap-x: clamp(32px, 3.75vw, 48px);
  --mh-trends-page-card-gap-y: clamp(32px, 3.4vw, 44px);
  --mh-trends-page-card-size: calc((100cqw - (2 * var(--mh-trends-page-card-gap-x))) / 3);
  --mh-trends-page-card-row-size: calc(((var(--mh-trends-page-card-size) * 1.5) - var(--mh-trends-page-card-gap-y)) / 2);
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts.is-mh-page-2plus .lakit-posts__list {
  gap: var(--mh-trends-page-card-gap-y) var(--mh-trends-page-card-gap-x) !important;
  grid-auto-rows: var(--mh-trends-page-card-row-size) !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts.is-mh-page-2plus .lakit-posts__item {
  grid-column: auto !important;
  grid-row: auto !important;
  height: auto !important;
  aspect-ratio: auto !important;
}

body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts.is-mh-page-2plus .lakit-posts__item:nth-child(n+10) {
  display: none !important;
}

@media (max-width: 1199px) {
  body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts .lakit-posts__list,
  body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts.is-mh-page-2plus .lakit-posts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 260px !important;
    gap: 30px !important;
  }

  body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts .lakit-posts__item,
  body.category-xu-huong .mh-trends-posts--xu-huong:not(.is-mh-page-2plus) .lakit-posts__item:nth-child(1),
  body.category-thiet-ke .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__item:nth-child(1),
  body.category-thiet-ke .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__item:nth-child(2) {
    grid-column: auto !important;
    grid-row: auto !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    width: 100% !important;
  }

  body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts.is-mh-page-2plus .lakit-posts__item {
    aspect-ratio: 4 / 3 !important;
  }
}

@media (max-width: 767px) {
  body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts .lakit-posts__list,
  body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts.is-mh-page-2plus .lakit-posts__list {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
    gap: 22px !important;
  }

  body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts .lakit-posts__item,
  body.category-xu-huong .mh-trends-posts--xu-huong:not(.is-mh-page-2plus) .lakit-posts__item:nth-child(1),
  body.category-thiet-ke .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__item:nth-child(1),
  body.category-thiet-ke .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__item:nth-child(2) {
    aspect-ratio: 4 / 3 !important;
    width: 100% !important;
  }

  body:is(.category-xu-huong, .category-thiet-ke) .mh-trends-posts.is-mh-page-2plus .lakit-posts__item {
    aspect-ratio: 4 / 3 !important;
  }
}
/* END MH Trends and Design category editorial archives 20260719 */

/* BEGIN MH template 3 child card desktop hover height 20260720 */
@media (min-width: 1200px) {
  body.tax-product_cat.mh-product-cat-template-3
    .mh-product-category-child-card:hover .mh-product-category-child-card__image img,
  body.tax-product_cat.mh-product-cat-template-3
    .mh-product-category-child-card:focus-visible .mh-product-category-child-card__image img,
  body.tax-product_cat.mh-product-cat-template-3
    .mh-product-category-child-card:focus-within .mh-product-category-child-card__image img {
    height: calc(100% + 80px);
    top: -80px;
  }
}
/* END MH template 3 child card desktop hover height 20260720 */

/* BEGIN MH unified gentle image hover zoom 20260720 */
body {
  --mh-site-hover-zoom-scale: 1.1;
  --mh-site-hover-zoom-transition: transform 800ms cubic-bezier(0, .65, .55, 1);
}

body.tax-product_cat:where(.mh-product-cat-template-1, .mh-product-cat-template-2) {
  --mh-category-image-hover-scale: var(--mh-site-hover-zoom-scale);
}

body:is(.category-xu-huong, .category-thiet-ke) :where(
  .mh-news-category-posts .lakit-posts__thumbnail-img,
  .mh-trends-posts .lakit-posts__thumbnail-img
) {
  transform: scale(1) !important;
  transform-origin: center center !important;
  transition: var(--mh-site-hover-zoom-transition) !important;
  will-change: transform;
}

body:is(.category-xu-huong, .category-thiet-ke) :where(
  .mh-news-category-posts .lakit-posts__inner-box:hover,
  .mh-news-category-posts .lakit-posts__inner-box:focus-within,
  .mh-trends-posts .lakit-posts__inner-box:hover,
  .mh-trends-posts .lakit-posts__inner-box:focus-within
) .lakit-posts__thumbnail-img {
  transform: scale(var(--mh-site-hover-zoom-scale)) !important;
}

@media (prefers-reduced-motion: reduce) {
  body:is(.category-xu-huong, .category-thiet-ke) :where(
    .mh-news-category-posts .lakit-posts__thumbnail-img,
    .mh-trends-posts .lakit-posts__thumbnail-img
  ) {
    transition: none !important;
  }
}
/* END MH unified gentle image hover zoom 20260720 */

/* BEGIN MH design category balanced card heights 20260720 */
body.category-thiet-ke .mh-trends-posts--thiet-ke,
body.page-id-2768 .elementor-2768 .mh-trends-posts--thiet-ke {
  container-type: inline-size;
}

body.category-thiet-ke .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus),
body.page-id-2768 .elementor-2768 .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) {
  --mh-design-card-gap-x: clamp(32px, 3.75vw, 48px);
  --mh-design-card-gap-y: clamp(32px, 3.4vw, 44px);
  --mh-design-card-size: calc((100cqw - (2 * var(--mh-design-card-gap-x))) / 3);
  --mh-design-card-row-size: calc(((var(--mh-design-card-size) * 1.5) - var(--mh-design-card-gap-y)) / 2);
}

body.category-thiet-ke .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__list,
body.page-id-2768 .elementor-2768 .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__list {
  gap: var(--mh-design-card-gap-y) var(--mh-design-card-gap-x) !important;
  grid-auto-rows: var(--mh-design-card-row-size) !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.category-thiet-ke .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__list,
  body.page-id-2768 .elementor-2768 .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__list {
    grid-auto-rows: auto !important;
  }

  body.category-thiet-ke .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__item,
  body.page-id-2768 .elementor-2768 .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__item {
    aspect-ratio: 4 / 3 !important;
    width: 100% !important;
  }
}
/* END MH design category balanced card heights 20260720 */

/* BEGIN MH trends category balanced card heights 20260720 */
body.category-xu-huong .mh-trends-posts--xu-huong,
body.page-id-2768 .elementor-2768 .mh-trends-posts--xu-huong {
  container-type: inline-size;
}

body.category-xu-huong .mh-trends-posts--xu-huong:not(.is-mh-page-2plus),
body.page-id-2768 .elementor-2768 .mh-trends-posts--xu-huong:not(.is-mh-page-2plus) {
  --mh-trends-card-gap-x: clamp(32px, 3.75vw, 48px);
  --mh-trends-card-gap-y: clamp(32px, 3.4vw, 44px);
  --mh-trends-card-size: calc((100cqw - (2 * var(--mh-trends-card-gap-x))) / 3);
  --mh-trends-card-row-size: calc(((var(--mh-trends-card-size) * 1.5) - var(--mh-trends-card-gap-y)) / 2);
}

body.category-xu-huong .mh-trends-posts--xu-huong:not(.is-mh-page-2plus) .lakit-posts__list,
body.page-id-2768 .elementor-2768 .mh-trends-posts--xu-huong:not(.is-mh-page-2plus) .lakit-posts__list {
  gap: var(--mh-trends-card-gap-y) var(--mh-trends-card-gap-x) !important;
  grid-auto-rows: var(--mh-trends-card-row-size) !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.category-xu-huong .mh-trends-posts--xu-huong:not(.is-mh-page-2plus) .lakit-posts__list,
  body.page-id-2768 .elementor-2768 .mh-trends-posts--xu-huong:not(.is-mh-page-2plus) .lakit-posts__list {
    grid-auto-rows: auto !important;
  }

  body.category-xu-huong .mh-trends-posts--xu-huong:not(.is-mh-page-2plus) .lakit-posts__item,
  body.page-id-2768 .elementor-2768 .mh-trends-posts--xu-huong:not(.is-mh-page-2plus) .lakit-posts__item {
    aspect-ratio: 4 / 3 !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive,
  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .elementor-element-mhnewsroot,
  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .elementor-element-mhnewsroot > .e-con-inner,
  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .mh-news-category-posts,
  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .mh-news-category-posts > .elementor-widget-container,
  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .mh-news-category-posts .lakit-posts,
  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .mh-news-category-posts .lakit-posts__list_wrapper,
  body.page-id-2768 .elementor-2768 .elementor-element-mhtrroot,
  body.page-id-2768 .elementor-2768 .elementor-element-mhtrroot > .e-con-inner,
  body.page-id-2768 .elementor-2768 .mh-trends-posts,
  body.page-id-2768 .elementor-2768 .mh-trends-posts > .elementor-widget-container,
  body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-posts,
  body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-posts__list_wrapper {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    contain: none !important;
    transform: none !important;
  }

  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .elementor-element-mhnewsroot,
  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .elementor-element-mhnewsroot > .e-con-inner,
  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .elementor-element-mhnewstitle,
  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .elementor-element-mhnewsposts {
    align-self: stretch !important;
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
  }

  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .elementor-element-mhnewsroot > .e-con-inner {
    display: block !important;
  }

  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .mh-news-category-posts,
  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .mh-news-category-posts > .elementor-widget-container,
  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .mh-news-category-posts .lakit-posts,
  body:is(.category-xu-huong, .category-thiet-ke) .elementor-location-archive .mh-news-category-posts .lakit-posts__list_wrapper,
  body.page-id-2768 .elementor-2768 .mh-trends-posts,
  body.page-id-2768 .elementor-2768 .mh-trends-posts > .elementor-widget-container,
  body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-posts,
  body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-posts__list_wrapper {
    display: block !important;
    position: relative !important;
  }

  body.category-xu-huong .mh-trends-posts--xu-huong:not(.is-mh-page-2plus) .lakit-posts__list,
  body.category-thiet-ke .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__list,
  body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-posts__list,
  body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__list {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
    grid-auto-rows: auto !important;
    grid-template-columns: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
  }

  body.category-xu-huong .mh-trends-posts--xu-huong:not(.is-mh-page-2plus) .lakit-posts__item,
  body.category-thiet-ke .mh-trends-posts--thiet-ke:not(.is-mh-page-2plus) .lakit-posts__item,
  body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-posts__item,
  body.page-id-2768 .elementor-2768 .mh-trends-posts.is-mh-page-2plus .lakit-posts__item {
    align-self: stretch !important;
    aspect-ratio: 4 / 3 !important;
    flex: 0 0 auto !important;
    height: auto !important;
    min-width: 0 !important;
    width: 100% !important;
  }
}
/* END MH trends category balanced card heights 20260720 */

/* BEGIN MH final unified trends/design hover zoom 20260720 */
body.category-xu-huong .elementor-1612 .mh-news-category-posts .lakit-posts__thumbnail-link,
body.category-thiet-ke .elementor-1612 .mh-news-category-posts .lakit-posts__thumbnail-link,
body.category-xu-huong .mh-trends-posts .lakit-posts__thumbnail-link,
body.category-thiet-ke .mh-trends-posts .lakit-posts__thumbnail-link,
body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-posts__thumbnail-link {
  padding: 0 !important;
}

body.category-xu-huong .elementor-1612 .mh-news-category-posts .lakit-posts__thumbnail-img,
body.category-thiet-ke .elementor-1612 .mh-news-category-posts .lakit-posts__thumbnail-img,
body.category-xu-huong .mh-trends-posts .lakit-posts__thumbnail-img,
body.category-thiet-ke .mh-trends-posts .lakit-posts__thumbnail-img,
body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-posts__thumbnail-img {
  transform: scale(1) !important;
  transform-origin: center center !important;
  transition: transform 800ms cubic-bezier(0, .65, .55, 1) !important;
  will-change: transform;
}

body.category-xu-huong .elementor-1612 .mh-news-category-posts .lakit-posts__inner-box:hover .lakit-posts__thumbnail-img,
body.category-xu-huong .elementor-1612 .mh-news-category-posts .lakit-posts__inner-box:focus-within .lakit-posts__thumbnail-img,
body.category-thiet-ke .elementor-1612 .mh-news-category-posts .lakit-posts__inner-box:hover .lakit-posts__thumbnail-img,
body.category-thiet-ke .elementor-1612 .mh-news-category-posts .lakit-posts__inner-box:focus-within .lakit-posts__thumbnail-img,
body.category-xu-huong .mh-trends-posts .lakit-posts__inner-box:hover .lakit-posts__thumbnail-img,
body.category-xu-huong .mh-trends-posts .lakit-posts__inner-box:focus-within .lakit-posts__thumbnail-img,
body.category-thiet-ke .mh-trends-posts .lakit-posts__inner-box:hover .lakit-posts__thumbnail-img,
body.category-thiet-ke .mh-trends-posts .lakit-posts__inner-box:focus-within .lakit-posts__thumbnail-img,
body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-posts__inner-box:hover .lakit-posts__thumbnail-img,
body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-posts__inner-box:focus-within .lakit-posts__thumbnail-img {
  transform: scale(1.1) !important;
}

@media (prefers-reduced-motion: reduce) {
  body.category-xu-huong .elementor-1612 .mh-news-category-posts .lakit-posts__thumbnail-img,
  body.category-thiet-ke .elementor-1612 .mh-news-category-posts .lakit-posts__thumbnail-img,
  body.category-xu-huong .mh-trends-posts .lakit-posts__thumbnail-img,
  body.category-thiet-ke .mh-trends-posts .lakit-posts__thumbnail-img,
  body.page-id-2768 .elementor-2768 .mh-trends-posts .lakit-posts__thumbnail-img {
    transition: none !important;
  }
}
/* END MH final unified trends/design hover zoom 20260720 */

/* BEGIN MH unified next/prev control arrows 20260721 */
body {
  --mh-ui-nextprev-arrow-size: clamp(22px, 2.2vw, 29px);
  --mh-ui-nextprev-arrow-stroke: 2px;
  --mh-ui-nextprev-arrow-color-on-image: rgba(255, 255, 255, .8);
}

body :where(
  .mh-related-slider__button,
  .mh-project-lightbox__nav,
  .mh-product-lines-slider__button,
  .mh-news-page-next,
  .slick-prev,
  .slick-next,
  .lakitcarousel_postformat_prev,
  .lakitcarousel_postformat_next
) {
  position: relative;
}

body :where(
  .mh-related-slider__button,
  .mh-project-lightbox__nav,
  .mh-product-lines-slider__button,
  .mh-news-page-next,
  .slick-prev,
  .slick-next,
  .lakitcarousel_postformat_prev,
  .lakitcarousel_postformat_next
) > :where(svg, span, i) {
  opacity: 0 !important;
}

body :where(
  .mh-related-slider__button,
  .mh-project-lightbox__nav,
  .mh-product-lines-slider__button,
  .mh-news-page-next,
  .slick-prev,
  .slick-next,
  .lakitcarousel_postformat_prev,
  .lakitcarousel_postformat_next
) {
  font-size: 0 !important;
}

body :where(
  .mh-related-slider__button,
  .mh-project-lightbox__nav,
  .mh-product-lines-slider__button,
  .mh-news-page-next,
  .slick-prev,
  .slick-next,
  .lakitcarousel_postformat_prev,
  .lakitcarousel_postformat_next
) :where(svg, span, i) {
  opacity: 0 !important;
  visibility: hidden !important;
}

body :where(.mh-news-page-next) {
  min-height: calc(var(--mh-ui-nextprev-arrow-size) + 6px);
  min-width: calc(var(--mh-ui-nextprev-arrow-size) + 6px);
}

body :where(
  .mh-related-slider__button,
  .mh-project-lightbox__nav,
  .mh-product-lines-slider__button,
  .mh-news-page-next,
  .slick-prev,
  .slick-next,
  .lakitcarousel_postformat_prev,
  .lakitcarousel_postformat_next
)::before {
  border: solid currentColor;
  border-width: 0 var(--mh-ui-nextprev-arrow-stroke) var(--mh-ui-nextprev-arrow-stroke) 0;
  box-sizing: border-box;
  content: '' !important;
  display: block;
  height: var(--mh-ui-nextprev-arrow-size);
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
  width: var(--mh-ui-nextprev-arrow-size);
}

body :where(
  .mh-related-slider__button--prev,
  .mh-project-lightbox__nav--prev,
  .mh-product-lines-slider__button--prev,
  .slick-prev,
  .lakitcarousel_postformat_prev
)::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

body :where(
  .mh-project-gallery-slider__nav,
  .mh-project-lightbox__nav
) {
  color: var(--mh-ui-nextprev-arrow-color-on-image) !important;
}

body :where(
  .slick-prev,
  .slick-next,
  .lakitcarousel_postformat_prev,
  .lakitcarousel_postformat_next
)::after {
  content: none !important;
}
/* END MH unified next/prev control arrows 20260721 */

/* BEGIN MH Uiverse loading pulse override 20260721 */
body .la-image-loading.spinner-custom .content .la-loader::before,
body .la-image-loading.spinner-custom .content .la-loader::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("/wp-content/uploads/2026/07/LOGO-ICON-2.png") 50% 50% / contain no-repeat;
  filter: drop-shadow(0 12px 23px rgba(255, 255, 255, .12));
  mix-blend-mode: screen;
  opacity: .72;
  pointer-events: none;
  transform: perspective(720px) translateZ(0) scale(1);
  transform-origin: 50% 50%;
}

body .la-image-loading.spinner-custom .content .la-loader {
  aspect-ratio: 200 / 167;
  isolation: isolate;
  width: clamp(120px, 13.333vw, 207px) !important;
}

body .la-image-loading.spinner-custom .content .la-loader::before {
  opacity: .22;
  animation: mh-loading-logo-pulse 1.18s cubic-bezier(.19, 1, .22, 1) infinite !important;
}

body .la-image-loading.spinner-custom .content .la-loader::after {
  inset: calc(50% + clamp(41px, 4.667vw, 75px)) 6% auto;
  z-index: -1;
  border-radius: 999px;
  height: 7px;
  mix-blend-mode: normal;
  background: rgba(0, 0, 0, .18);
  filter: blur(7px);
  opacity: .58;
  transform: scaleX(.78);
  animation: mh-loading-logo-shadow 1.18s cubic-bezier(.19, 1, .22, 1) infinite !important;
}

body .la-image-loading.spinner-custom .content img {
  animation: mh-loading-logo-uiverse-pulse 1.18s cubic-bezier(.19, 1, .22, 1) infinite !important;
  opacity: .96 !important;
  mix-blend-mode: screen;
  position: relative;
  transform-origin: 50% 50% !important;
  transform-style: preserve-3d;
  will-change: transform, opacity;
  z-index: 1;
}

@keyframes mh-loading-logo-uiverse-pulse {
  0% {
    opacity: .96;
    transform: perspective(900px) translateZ(0) scale(1) rotateX(0deg) rotateY(0deg);
  }
  42% {
    opacity: 1;
    transform: perspective(900px) translateZ(19px) scale(1.035) rotateX(0deg) rotateY(0deg);
  }
  100% {
    opacity: .92;
    transform: perspective(900px) translateZ(0) scale(1) rotateX(0deg) rotateY(0deg);
  }
}

@keyframes mh-loading-logo-pulse {
  0% {
    opacity: .42;
    transform: perspective(720px) translateZ(0) scale(.96);
  }
  100% {
    opacity: 0;
    transform: perspective(720px) translateZ(173px) scale(1.22);
  }
}

@keyframes mh-loading-logo-shadow {
  0% {
    opacity: .58;
    transform: scaleX(.78);
  }
  42% {
    opacity: .34;
    transform: scaleX(.58);
  }
  100% {
    opacity: .58;
    transform: scaleX(.78);
  }
}

@media (prefers-reduced-motion: reduce) {
  body .la-image-loading.spinner-custom .content .la-loader::before,
  body .la-image-loading.spinner-custom .content .la-loader::after,
  body .la-image-loading.spinner-custom .content img {
    animation: none !important;
    opacity: 1;
    transform: none !important;
  }
}
/* END MH Uiverse loading pulse override 20260721 */

/* BEGIN MH home-only loading gate 20260722 */
html:has(body:is(.home, .front-page, .page-id-2109)) {
  scrollbar-gutter: stable;
}

body:is(.home, .front-page, .page-id-2109) > .pace,
body:is(.home, .front-page, .page-id-2109) .pace,
body:not(.home):not(.front-page):not(.page-id-2109):not(.mh-navigation-loading) .la-image-loading,
body:not(.home):not(.front-page):not(.page-id-2109):not(.mh-navigation-loading) > .pace,
body:not(.home):not(.front-page):not(.page-id-2109):not(.mh-navigation-loading) .pace {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
/* END MH home-only loading gate 20260722 */

/* BEGIN MH product archive template load-more spinner center 20260723 */
body.archive.woocommerce .lakit-products .lakit-pagination,
body.woocommerce-shop .lakit-products .lakit-pagination,
body.archive.woocommerce .woocommerce-pagination,
body.woocommerce-shop .woocommerce-pagination {
  clear: both;
  float: none;
  width: 100%;
  text-align: center;
}

body.archive.woocommerce .lakit-products .lakit-pagination.doing-ajax .lakit-ajax-loading-outer,
body.woocommerce-shop .lakit-products .lakit-pagination.doing-ajax .lakit-ajax-loading-outer,
body.archive.woocommerce .woocommerce-pagination.doing-ajax .lakit-ajax-loading-outer,
body.woocommerce-shop .woocommerce-pagination.doing-ajax .lakit-ajax-loading-outer,
body.archive.woocommerce .woocommerce-pagination.doing-ajax .la-ajax-loading-outer,
body.woocommerce-shop .woocommerce-pagination.doing-ajax .la-ajax-loading-outer {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  clear: both;
  float: none !important;
  width: 100%;
  min-height: 42px;
  margin: 16px auto 0 !important;
  padding: 0;
  text-align: center;
  transform: none !important;
}

body.archive.woocommerce .lakit-products .lakit-pagination.doing-ajax .lakit-css-loader,
body.woocommerce-shop .lakit-products .lakit-pagination.doing-ajax .lakit-css-loader,
body.archive.woocommerce .woocommerce-pagination.doing-ajax .lakit-css-loader,
body.woocommerce-shop .woocommerce-pagination.doing-ajax .lakit-css-loader,
body.archive.woocommerce .woocommerce-pagination.doing-ajax .la-loader,
body.woocommerce-shop .woocommerce-pagination.doing-ajax .la-loader {
  position: relative !important;
  inset: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 auto !important;
  transform: none !important;
}

body.archive.woocommerce .lakit-products .lakit-pagination.doing-ajax .lakit-css-loader::after,
body.woocommerce-shop .lakit-products .lakit-pagination.doing-ajax .lakit-css-loader::after,
body.archive.woocommerce .woocommerce-pagination.doing-ajax .lakit-css-loader::after,
body.woocommerce-shop .woocommerce-pagination.doing-ajax .lakit-css-loader::after,
body.archive.woocommerce .woocommerce-pagination.doing-ajax .la-loader::before,
body.woocommerce-shop .woocommerce-pagination.doing-ajax .la-loader::before {
  transform-origin: 50% 50%;
  animation: mh-product-loadmore-spin 720ms linear infinite !important;
}

body.archive.woocommerce .mh-products-load-more-wrap::before,
body.woocommerce-shop .mh-products-load-more-wrap::before {
  left: 50% !important;
  right: auto !important;
  transform-origin: 50% 50%;
  transform: translateX(-50%) rotate(0deg);
  animation: mh-product-loadmore-center-spin 720ms linear infinite !important;
}

@keyframes mh-product-loadmore-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes mh-product-loadmore-center-spin {
  from {
    transform: translateX(-50%) rotate(0deg);
  }

  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.archive.woocommerce .lakit-products .lakit-pagination.doing-ajax .lakit-css-loader::after,
  body.woocommerce-shop .lakit-products .lakit-pagination.doing-ajax .lakit-css-loader::after,
  body.archive.woocommerce .woocommerce-pagination.doing-ajax .lakit-css-loader::after,
  body.woocommerce-shop .woocommerce-pagination.doing-ajax .lakit-css-loader::after,
  body.archive.woocommerce .woocommerce-pagination.doing-ajax .la-loader::before,
  body.woocommerce-shop .woocommerce-pagination.doing-ajax .la-loader::before,
  body.archive.woocommerce .mh-products-load-more-wrap::before,
  body.woocommerce-shop .mh-products-load-more-wrap::before {
    animation: none !important;
  }
}
/* END MH product archive template load-more spinner center 20260723 */

/* BEGIN MH Tag archive template */
body.tag {
  --mh-news-ink: #24201d;
  --mh-news-muted: #6c6259;
  --mh-news-accent: #9a6842;
  --mh-news-line: rgba(122, 80, 50, 0.2);
  --mh-news-soft: #f8f3ee;
  --mh-news-container: min(1320px, calc(100vw - 64px));
  color: var(--mh-news-ink);
  font-family: Montserrat, Arial, sans-serif;
}

body.tag .mh-news-archive {
  background: #fff;
  color: var(--mh-news-ink);
}

body.tag .mh-news-archive__content {
  width: var(--mh-news-container);
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(56px, 6vw, 88px) 0 clamp(72px, 8vw, 112px);
}

body.tag .mh-news-archive__layout {
  display: block;
}

body.tag .mh-news-archive__main {
  width: 100%;
  max-width: none;
}

body.tag .mh-news-sidebar {
  display: none !important;
}

body.tag .mh-news-archive__head {
  margin: 0 0 clamp(32px, 4vw, 54px);
}

body.tag .mh-news-archive__head h2 {
  margin: 0;
  color: var(--mh-news-ink);
  font-family: "Noto Serif Display", Georgia, serif;
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

body.tag .mh-news-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 54px) clamp(28px, 3.5vw, 48px);
}

body.tag .mh-news-card {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

body.tag .mh-news-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #e7ded2;
}

body.tag .mh-news-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 54%;
  background: linear-gradient(180deg, rgba(10, 24, 38, 0) 0%, rgba(10, 24, 38, .72) 100%);
  pointer-events: none;
}

body.tag .mh-news-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.001);
  transition: transform .32s ease, filter .32s ease;
}

body.tag .mh-news-card:hover .mh-news-card__image,
body.tag .mh-news-card:focus-within .mh-news-card__image {
  transform: scale(1.25);
  filter: saturate(.96) contrast(1.03);
}

body.tag .mh-news-card__cat {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  display: inline-flex;
  max-width: calc(100% - 36px);
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

body.tag .mh-news-card__body {
  padding: 18px 0 0;
}

body.tag .mh-news-card__date {
  margin: 0 0 8px;
  color: var(--mh-news-accent);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

body.tag .mh-news-card__title {
  margin: 0;
  color: #050505;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0;
}

body.tag .mh-news-card__title a {
  color: inherit;
  text-decoration: none;
}

body.tag .mh-news-card__title a:hover,
body.tag .mh-news-card__title a:focus-visible {
  color: var(--mh-news-accent);
}

body.tag .mh-news-pagination {
  margin-top: clamp(42px, 5vw, 64px);
}

@media (max-width: 1024px) {
  body.tag {
    --mh-news-container: min(1000px, calc(100vw - 48px));
  }

  body.tag .mh-news-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.tag {
    --mh-news-container: calc(100vw - 32px);
  }

  body.tag .mh-news-archive__content {
    padding: 42px 0 72px;
  }

  body.tag .mh-news-archive__head h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  body.tag .mh-news-archive__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.tag .mh-news-card__cat {
    left: 14px;
    top: 14px;
  }
}
/* END MH Tag archive template */

/* BEGIN MH product category title gap template 1/2 20260724 */
body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-products-archive-grid :where(.product_item--title, .product_item--title a) {
  margin-top: 5px !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  text-transform: none !important;
}

body.tax-product_cat:is(.mh-product-cat-template-1, .mh-product-cat-template-2) .mh-products-archive-grid .lakitp-zone-d {
  padding-top: 0 !important;
}
/* END MH product category title gap template 1/2 20260724 */

/* BEGIN MH hide empty project messages 20260724 */
body.home #lapost_b02a061 .nothing-found-message {
  display: none !important;
}
/* END MH hide empty project messages 20260724 */

/* BEGIN MH contact showroom and distributor locator 20260727 */
.mh-contact-showroom,
.mh-distributor-locator {
  --mh-contact-design-width: 1236px;
  --mh-contact-side-gap: clamp(18px, 6.9vw, 100px);
  --mh-contact-brown: #8a6240;
  --mh-contact-brown-dark: #332417;
  --mh-distributor-brown: var(--mh-contact-brown);
  --mh-distributor-dark: var(--mh-contact-brown-dark);
  --mh-contact-text: #2f2a25;
  --mh-contact-beige: #f5eee7;
  --mh-contact-border: rgba(51, 36, 23, .42);
  box-sizing: border-box;
}

.mh-contact-showroom *,
.mh-contact-showroom *::before,
.mh-contact-showroom *::after,
.mh-distributor-locator *,
.mh-distributor-locator *::before,
.mh-distributor-locator *::after {
  box-sizing: border-box;
}

.mh-contact-showroom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(54px, 10.8vw, 150px);
  width: min(calc(100vw - 32px), var(--mh-contact-design-width));
  margin: clamp(72px, 7vw, 94px) auto clamp(74px, 7.2vw, 100px);
  color: var(--mh-contact-text);
}

.mh-contact-showroom__card {
  min-width: 0;
  margin: 0;
}

.mh-contact-showroom__image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 560 / 372;
  margin: 0 0 18px;
  overflow: hidden;
  background: #ece6dd;
}

.mh-contact-showroom__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .8s cubic-bezier(0, .65, .55, 1);
  will-change: transform;
}

.mh-contact-showroom__image:hover img,
.mh-contact-showroom__image:focus-within img {
  transform: scale(1.1);
}

body.page-id-1349 :where(.elementor-element-9d2042e .elementor-element-6e75c99, .elementor-element-c88b7e3 .elementor-element-2f4dbdd) {
  overflow: hidden;
}

body.page-id-1349 :where(.elementor-element-9d2042e .elementor-element-6e75c99, .elementor-element-c88b7e3 .elementor-element-2f4dbdd) > a {
  display: block;
  overflow: hidden;
  line-height: 0;
}

body.page-id-1349 :where(.elementor-element-9d2042e .elementor-element-6e75c99, .elementor-element-c88b7e3 .elementor-element-2f4dbdd) img {
  display: block;
  width: 100%;
  transition: transform .8s cubic-bezier(0, .65, .55, 1);
  transform-origin: center;
  will-change: transform;
}

body.page-id-1349 :where(.elementor-element-9d2042e .elementor-element-6e75c99, .elementor-element-c88b7e3 .elementor-element-2f4dbdd):hover img,
body.page-id-1349 :where(.elementor-element-9d2042e .elementor-element-6e75c99, .elementor-element-c88b7e3 .elementor-element-2f4dbdd):focus-within img {
  transform: scale(1.1);
}

.mh-contact-showroom__image.is-empty::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,0)),
    repeating-linear-gradient(105deg, rgba(138,98,64,.12) 0 12px, rgba(51,36,23,.06) 12px 24px);
}

.mh-contact-showroom__copy {
  display: grid;
  gap: 3px;
}

.mh-contact-showroom__name {
  margin: 0;
  color: var(--mh-contact-brown);
  font-size: clamp(24px, 2.15vw, 31px);
  font-weight: 500;
  line-height: 1.08;
}

.mh-contact-showroom__address {
  margin: 0;
  color: #151515;
  font-size: clamp(14px, 1.08vw, 16px);
  font-weight: 600;
  line-height: 1.45;
}

.mh-distributor-locator {
  --mh-distributor-filter-gap: clamp(32px, 5.6vw, 74px);
  --mh-distributor-map-height: clamp(520px, 43vw, 640px);
  --mh-distributor-list-width: clamp(360px, 30vw, 430px);
  --mh-distributor-marker-size: 62px;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 0 -50vw;
  padding-top: clamp(66px, 7vw, 92px);
  color: var(--mh-contact-text);
  background: var(--mh-contact-beige);
}

.mh-distributor-locator__header,
.mh-distributor-locator__filters {
  width: min(calc(100vw - 32px), var(--mh-contact-design-width));
  margin-right: auto;
  margin-left: auto;
}

.mh-distributor-locator__header {
  margin-bottom: clamp(48px, 5.8vw, 78px);
  text-align: center;
}

.mh-distributor-locator__eyebrow {
  display: none;
}

.mh-distributor-locator__title {
  margin: 0;
  color: #111;
  font-family: "Noto Serif Display", Georgia, serif;
  font-size: clamp(42px, 4.35vw, 64px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
}

.mh-distributor-locator__filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 240px)) minmax(150px, 176px);
  column-gap: var(--mh-distributor-filter-gap);
  row-gap: 16px;
  justify-content: space-between;
  align-items: start;
  margin-bottom: clamp(50px, 6vw, 72px);
}

.mh-distributor-locator__field {
  position: relative;
  display: block;
  min-width: 0;
  margin: 0;
}

.mh-distributor-locator__field.is-open {
  z-index: 20;
}

.mh-distributor-locator__field::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 14px;
  height: 9px;
  background: #5d5147;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 1.25L7 7L12.75 1.25' stroke='black' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 1.25L7 7L12.75 1.25' stroke='black' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  pointer-events: none;
  transform: translateY(-50%);
}

.mh-distributor-locator__field > .mh-distributor-locator__screen-reader-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.mh-distributor-locator__field select,
.mh-distributor-locator__select-trigger,
.mh-distributor-locator__button {
  width: 100%;
  height: 37px;
  min-height: 37px;
  padding: 0 15px;
  color: #5d5147;
  background-color: transparent;
  border: 1px solid var(--mh-contact-border);
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  outline: 0;
  text-transform: none;
}

.mh-distributor-locator__select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  text-align: left;
}

.mh-distributor-locator__select-trigger > span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mh-distributor-locator__native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.mh-distributor-locator__field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 42px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px 9px;
}

.mh-distributor-locator__select-trigger:focus-visible {
  border-color: var(--mh-contact-brown);
  box-shadow: 0 0 0 2px rgba(138, 98, 64, .14);
}

.mh-distributor-locator__select-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  max-height: 240px;
  overflow-y: auto;
  background: #f7f3ee;
  border: 1px solid var(--mh-contact-border);
  box-shadow: 0 8px 20px rgba(45, 32, 22, .12);
}

.mh-distributor-locator__select-option {
  display: block;
  width: 100%;
  min-height: 37px;
  padding: 8px 15px;
  color: #5d5147;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(138, 98, 64, .15);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  cursor: pointer;
}

.mh-distributor-locator__select-option:last-child {
  border-bottom: 0;
}

.mh-distributor-locator__select-option:hover,
.mh-distributor-locator__select-option:focus-visible,
.mh-distributor-locator__select-option[aria-selected="true"] {
  color: #fff;
  background: var(--mh-contact-brown);
  outline: 0;
}

.mh-distributor-locator__field select::-ms-expand {
  display: none;
}

.mh-distributor-locator__field select:focus,
.mh-distributor-locator__button:focus-visible {
  border-color: var(--mh-contact-brown);
  box-shadow: 0 0 0 2px rgba(138, 98, 64, .14);
}

.mh-distributor-locator__actions {
  display: contents;
}

.mh-distributor-locator__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, opacity .2s ease;
}

.mh-distributor-locator__button:disabled {
  cursor: wait;
  opacity: .62;
}

.mh-distributor-locator__button:hover,
.mh-distributor-locator__button:focus-visible {
  color: #fff;
  background: var(--mh-contact-brown);
  border-color: var(--mh-contact-brown);
}

.mh-distributor-locator__body {
  display: grid;
  grid-template-columns: var(--mh-distributor-list-width) minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
  min-height: var(--mh-distributor-map-height);
}

.mh-distributor-locator__list-panel,
.mh-distributor-locator__map-panel {
  min-width: 0;
}

.mh-distributor-locator__list-panel {
  max-height: var(--mh-distributor-map-height);
  overflow: auto;
  background: var(--mh-contact-brown-dark);
  scrollbar-width: thin;
}

.mh-distributor-locator__list {
  display: block;
}

.mh-distributor-card {
  display: block;
  margin: 0;
  padding: 23px 38px;
  color: #fff;
  background: var(--mh-contact-brown-dark);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .27);
  cursor: pointer;
  outline: none;
  transition: background-color .2s ease;
}

.mh-distributor-card:hover,
.mh-distributor-card:focus-visible,
.mh-distributor-card.is-active {
  background: var(--mh-contact-brown);
}

.mh-distributor-card__title {
  margin: 0 0 7px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.28;
}

.mh-distributor-card__address,
.mh-distributor-card__hotline,
.mh-distributor-card__meta {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.58;
}

.mh-distributor-card__meta,
.mh-distributor-card__map-link {
  display: none;
}

.mh-distributor-locator__state {
  margin: 0;
  padding: 18px 45px;
  color: rgba(255,255,255,.8);
  font-size: 14px;
  line-height: 1.5;
}

.mh-distributor-locator__state:empty {
  display: none;
}

.mh-distributor-locator__map-panel {
  position: relative;
  min-height: var(--mh-distributor-map-height);
  overflow: hidden;
  background: #b8b6b2;
}

.mh-distributor-locator__map {
  width: 100%;
  min-height: var(--mh-distributor-map-height);
  height: 100%;
  background: #b8b6b2;
}

.mh-distributor-locator__map.is-embed-map {
  overflow: hidden;
  background: #f3f0ea;
}

.mh-distributor-locator__gmap-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: var(--mh-distributor-map-height);
  border: 0;
}

.mh-distributor-locator .leaflet-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #ddd;
  outline-offset: 1px;
  font: 12px/1.5 Arial, Helvetica, sans-serif;
  touch-action: pan-x pan-y;
}

.mh-distributor-locator .leaflet-pane,
.mh-distributor-locator .leaflet-tile,
.mh-distributor-locator .leaflet-marker-icon,
.mh-distributor-locator .leaflet-marker-shadow,
.mh-distributor-locator .leaflet-tile-container,
.mh-distributor-locator .leaflet-pane > svg,
.mh-distributor-locator .leaflet-pane > canvas,
.mh-distributor-locator .leaflet-zoom-box,
.mh-distributor-locator .leaflet-image-layer,
.mh-distributor-locator .leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.mh-distributor-locator .leaflet-tile,
.mh-distributor-locator .leaflet-marker-icon,
.mh-distributor-locator .leaflet-marker-shadow {
  user-select: none;
  -webkit-user-drag: none;
}

.mh-distributor-locator .leaflet-marker-icon,
.mh-distributor-locator .leaflet-marker-shadow {
  display: block;
}

.mh-distributor-locator .leaflet-container img {
  max-width: none !important;
  max-height: none !important;
}

.mh-distributor-locator .leaflet-container img.leaflet-image-layer,
.mh-distributor-locator .leaflet-container .leaflet-tile {
  max-width: none !important;
}

.mh-distributor-locator .leaflet-tile {
  filter: grayscale(1) saturate(.12) contrast(.92) brightness(1.06);
  visibility: hidden;
}

.mh-distributor-locator .leaflet-tile-loaded {
  visibility: inherit;
}

.mh-distributor-locator .leaflet-map-pane {
  z-index: 400;
}

.mh-distributor-locator .leaflet-tile-pane {
  z-index: 200;
}

.mh-distributor-locator .leaflet-shadow-pane {
  z-index: 500;
}

.mh-distributor-locator .leaflet-marker-pane {
  z-index: 600;
}

.mh-distributor-locator .leaflet-tooltip-pane {
  z-index: 650;
}

.mh-distributor-locator .leaflet-overlay-pane {
  z-index: 640;
}

.mh-distributor-locator .leaflet-popup-pane {
  z-index: 700;
}

.mh-distributor-locator .leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: auto;
  float: left;
  clear: both;
}

.mh-distributor-locator .leaflet-top,
.mh-distributor-locator .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.mh-distributor-locator .leaflet-top {
  top: 0;
}

.mh-distributor-locator .leaflet-right {
  right: 0;
}

.mh-distributor-locator .leaflet-bottom {
  bottom: 0;
}

.mh-distributor-locator .leaflet-left {
  left: 0;
}

.mh-distributor-locator .leaflet-control-zoom {
  border: 1px solid rgba(47, 36, 27, .18);
  background: #fff;
}

.mh-distributor-locator .leaflet-control-zoom a {
  display: block;
  width: 32px;
  height: 32px;
  color: var(--mh-distributor-dark);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid rgba(47, 36, 27, .12);
}

.mh-distributor-locator .leaflet-control-zoom a:last-child {
  border-bottom: 0;
}

.mh-distributor-locator .leaflet-control-container .leaflet-top.leaflet-left {
  margin: 10px 0 0 10px;
}

.mh-distributor-locator .leaflet-control-attribution {
  margin: 0;
  padding: 2px 6px;
  background: rgba(255, 255, 255, .78);
  font-size: 10px;
}

.mh-distributor-locator .leaflet-popup {
  position: absolute;
  margin-bottom: 0;
  text-align: center;
}

.mh-distributor-locator .leaflet-popup-content-wrapper {
  padding: 1px;
  border-radius: 0;
  color: var(--mh-distributor-dark);
  background: #fff;
  box-shadow: 0 18px 46px rgba(47, 36, 27, .22);
}

.mh-distributor-locator .leaflet-popup-content {
  min-width: 180px;
  margin: 14px 16px;
  font-size: 14px;
  line-height: 1.5;
}

.mh-distributor-locator .leaflet-popup-content a {
  color: var(--mh-distributor-brown);
  font-weight: 700;
}

.mh-distributor-locator .leaflet-popup-tip-container {
  position: absolute;
  left: 50%;
  width: 40px;
  height: 20px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.mh-distributor-locator .leaflet-popup-tip {
  width: 17px;
  height: 17px;
  margin: -10px auto 0;
  padding: 1px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(47, 36, 27, .22);
  transform: rotate(45deg);
}

.mh-distributor-locator .leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 8px 0 0;
  color: #757575;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  text-align: center;
  text-decoration: none;
}

.mh-distributor-locator .leaflet-interactive {
  cursor: pointer;
}

.mh-distributor-locator .gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 0;
  color: var(--mh-contact-text);
  box-shadow: 0 16px 42px rgba(47, 36, 27, .2);
}

.mh-distributor-locator .gm-style .gm-style-iw-d {
  overflow: visible !important;
}

.mh-distributor-locator .gm-style .gm-ui-hover-effect {
  top: 2px !important;
  right: 2px !important;
  width: 28px !important;
  height: 28px !important;
}

.mh-distributor-locator .gm-style .gm-ui-hover-effect span {
  width: 18px !important;
  height: 18px !important;
  margin: 5px !important;
}

.mh-distributor-google-popup {
  display: grid;
  gap: 8px;
  box-sizing: border-box;
  width: min(340px, calc(100vw - 96px));
  min-width: 0;
  max-width: 340px;
  padding: 12px 28px 12px 16px;
  color: var(--mh-contact-text);
  font-family: Montserrat, Arial, sans-serif;
  text-align: left;
}

.mh-distributor-google-popup__title {
  display: block;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.mh-distributor-google-popup__row {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: #5f554b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  text-decoration: none;
}

.mh-distributor-google-popup__row:hover,
.mh-distributor-google-popup__row:focus-visible {
  color: var(--mh-contact-brown);
  text-decoration: underline;
}

.mh-distributor-google-popup__icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  color: var(--mh-contact-brown);
}

.mh-distributor-google-popup__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.mh-distributor-google-popup__address,
.mh-distributor-google-popup__phone {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.mh-distributor-google-popup__phone {
  color: #5f554b;
  font-weight: 700;
}

.mh-distributor-territory-label {
  pointer-events: none;
}

.mh-distributor-territory-label span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  color: rgba(51, 36, 23, .8);
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(138, 98, 64, .28);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(51, 36, 23, .12);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.mh-distributor-territory-label span::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: var(--mh-contact-brown);
  box-shadow: 0 0 0 3px rgba(138, 98, 64, .18);
}

.mh-distributor-territory-label--archipelago span {
  padding: 4px 10px;
  color: #fff;
  background: rgba(138, 98, 64, .9);
  border-color: rgba(255, 255, 255, .72);
  font-size: 11px;
}

.mh-distributor-territory-label--archipelago span::before {
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .22);
}

.mh-distributor-map-marker {
  display: block;
  width: var(--mh-distributor-marker-size) !important;
  height: calc(var(--mh-distributor-marker-size) + 14px) !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  overflow: visible !important;
}

.mh-distributor-map-marker--image {
  width: calc(var(--mh-distributor-marker-icon-width, 56px) * var(--mh-distributor-marker-scale, 1)) !important;
  height: calc(var(--mh-distributor-marker-icon-height, 76px) * var(--mh-distributor-marker-scale, 1)) !important;
  transform-origin: 50% 100%;
}

.mh-distributor-map-marker__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(51, 36, 23, .28));
  transition: transform .2s ease, filter .2s ease;
}

.mh-distributor-map-marker--image:hover .mh-distributor-map-marker__image,
.mh-distributor-map-marker--image:focus .mh-distributor-map-marker__image {
  filter: drop-shadow(0 8px 16px rgba(51, 36, 23, .32));
  transform: scale(1.06);
}

.mh-distributor-map-marker__pin {
  position: absolute;
  left: 50%;
  top: 0;
  width: var(--mh-distributor-marker-size);
  height: var(--mh-distributor-marker-size);
  border-radius: 50% 50% 50% 0;
  background: var(--mh-contact-brown);
  box-shadow: 0 10px 20px rgba(51, 36, 23, .28);
  transform: translateX(-50%) rotate(-45deg);
  transform-origin: 50% 50%;
  transition: transform .2s ease, background-color .2s ease;
}

.mh-distributor-map-marker__badge {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 64%;
  height: 64%;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.mh-distributor-map-marker__logo {
  content: "";
  display: block;
  width: 68%;
  height: 68%;
  background: var(--mh-contact-brown);
  -webkit-mask: url("/wp-content/uploads/2026/07/LOGO-ICON-2.png") center / contain no-repeat;
  mask: url("/wp-content/uploads/2026/07/LOGO-ICON-2.png") center / contain no-repeat;
}

.mh-distributor-map-marker:hover .mh-distributor-map-marker__pin,
.leaflet-marker-icon:focus .mh-distributor-map-marker__pin {
  background: var(--mh-contact-brown-dark);
  transform: translateX(-50%) rotate(-45deg) scale(1.08);
}

@media (max-width: 1199px) {
  .mh-contact-showroom {
    gap: 32px;
    width: min(calc(100% - 48px), var(--mh-contact-design-width));
  }

  .mh-distributor-locator__filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

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

  .mh-distributor-locator__list-panel {
    max-height: 390px;
  }

  .mh-distributor-locator__map {
    min-height: 420px;
  }

  .mh-distributor-locator__gmap-frame {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .mh-contact-showroom {
    grid-template-columns: 1fr;
    width: min(calc(100% - 32px), var(--mh-contact-design-width));
    margin: 48px auto 54px;
  }

  .mh-contact-showroom__image {
    margin-bottom: 14px;
  }

  .mh-contact-showroom__name {
    font-size: 24px;
  }

  .mh-distributor-locator {
    padding-top: 52px;
  }

  .mh-distributor-locator__header,
  .mh-distributor-locator__filters {
    width: min(calc(100% - 32px), var(--mh-contact-design-width));
  }

  .mh-distributor-locator__header {
    margin-bottom: 34px;
  }

  .mh-distributor-locator__title {
    font-size: 38px;
  }

  .mh-distributor-locator__filters {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .mh-distributor-card {
    padding: 20px 24px;
  }

  .mh-distributor-locator__list-panel {
    max-height: 360px;
  }

  .mh-distributor-locator__map {
    min-height: 360px;
  }

  .mh-distributor-locator__gmap-frame {
    min-height: 360px;
  }

  .mh-distributor-locator .gm-style .gm-style-iw-c {
    max-width: calc(100vw - 64px) !important;
  }

  .mh-distributor-locator .gm-style .gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
    width: 26px !important;
    height: 26px !important;
  }

  .mh-distributor-locator .gm-style .gm-ui-hover-effect span {
    width: 16px !important;
    height: 16px !important;
    margin: 5px !important;
  }

  .mh-distributor-google-popup {
    width: min(300px, calc(100vw - 96px));
    max-width: calc(100vw - 96px);
    gap: 7px;
    padding: 10px 26px 10px 14px;
  }

  .mh-distributor-google-popup__row {
    grid-template-columns: 15px minmax(0, 1fr);
    gap: 7px;
    font-size: 12.5px;
    line-height: 1.36;
  }

  .mh-distributor-google-popup__icon {
    width: 15px;
    height: 15px;
  }
}
/* END MH contact showroom and distributor locator 20260727 */

/* BEGIN MH About story tablet image flow 20260728
 * Pending deploy 280726. Keep desktop untouched; mobile keeps natural image
 * height. On tablet-sized About screens, paired consecutive story images share
 * one row with equal height, while single images occupy the full row. */
@media (min-width: 481px) and (max-width: 900px) {
  body.page-id-2070 #mh-about-2026 .mh-about-story-map {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: stretch !important;
    gap: 28px 20px !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-about-story-map > :is(.mh-story-title-block, .mh-story-quote, .mh-story-card, .mh-story-rule) {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-about-story-map > .mh-story-image {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 5px !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-about-story-map > :is(.mh-story-image-fan, .mh-story-image-hand, .mh-story-image-sample, .mh-story-image-room-a) {
    flex-basis: calc(50% - 10px) !important;
    width: calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
    aspect-ratio: 1 / 1 !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-about-story-map > :is(.mh-story-image-fan, .mh-story-image-hand, .mh-story-image-sample, .mh-story-image-room-a) img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-about-story-map > :is(.mh-story-image-left, .mh-story-image-room-b) img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

@media (max-width: 480px) {
  body.page-id-2070 #mh-about-2026 .mh-about-story-map > .mh-story-image img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    object-fit: contain !important;
  }
}
/* END MH About story tablet image flow 20260728 */

/* BEGIN MH responsive containment and WebKit compatibility 20260805 */
/* Elementor can preserve a percentage flex basis on tablet even when the
 * child content has switched to a container-sized layout. Keep the public
 * About host and its story map inside the real content width. */
@media (max-width: 1199px) {
  body.page-id-2070 .elementor-element-mhabout,
  body.page-id-2070 .elementor-element-mhabout > .elementor-widget-container,
  body.page-id-2070 #mh-about-2026,
  body.page-id-2070 #mh-about-2026 .mh-about-story,
  body.page-id-2070 #mh-about-2026 .mh-about-story-map {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-2070 .elementor-element-mhabout {
    flex: 0 0 100% !important;
  }

  body.page-id-2070 #mh-about-2026 {
    --mh-about-rail: min(100%, calc(100% - 48px));
  }

  body.page-id-2070 #mh-about-2026 :where(.mh-story-title-block, .mh-story-quote, .mh-story-card, .mh-story-image, .mh-story-rule) {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 480px) {
  body.page-id-2070 #mh-about-2026 {
    --mh-about-rail: min(100%, calc(100% - 40px));
  }
}

/* Keep archive intro and cards in zero-minimum grid tracks on Safari/WebKit.
 * This also prevents long translated labels from widening an Elementor item. */
body.post-type-archive-project #mh-project-archive-2026,
body.tax-project_category #mh-project-archive-2026,
body.post-type-archive-project #mh-project-archive-2026 :where(.e-con, .e-con-inner, .mh-project-archive-intro-region, .mh-project-archive-grid-region, .mh-project-archive-header, .mh-project-archive-description, .mh-project-archive-intro-text, .mh-project-grid, .mh-project-card),
body.tax-project_category #mh-project-archive-2026 :where(.e-con, .e-con-inner, .mh-project-archive-intro-region, .mh-project-archive-grid-region, .mh-project-archive-header, .mh-project-archive-description, .mh-project-archive-intro-text, .mh-project-grid, .mh-project-card) {
  box-sizing: border-box !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

body.post-type-archive-project #mh-project-archive-2026 :where(.mh-project-archive-description, .mh-project-archive-intro-text, .mh-project-archive-description p, .mh-project-archive-intro-text p),
body.tax-project_category #mh-project-archive-2026 :where(.mh-project-archive-description, .mh-project-archive-intro-text, .mh-project-archive-description p, .mh-project-archive-intro-text p) {
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.post-type-archive-project #mh-project-archive-2026,
  body.tax-project_category #mh-project-archive-2026 {
    --mh-project-archive-rail: min(calc(100% - 48px), 1220px);
  }

  body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-header,
  body.tax-project_category #mh-project-archive-2026 .mh-project-archive-header,
  body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-intro-region > .e-con-inner,
  body.tax-project_category #mh-project-archive-2026 .mh-project-archive-intro-region > .e-con-inner {
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 28px !important;
  }

  body.post-type-archive-project #mh-project-archive-2026 .mh-project-grid,
  body.tax-project_category #mh-project-archive-2026 .mh-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  body.post-type-archive-project #mh-project-archive-2026,
  body.tax-project_category #mh-project-archive-2026 {
    --mh-project-archive-rail: min(calc(100% - 36px), 1220px);
  }

  body.post-type-archive-project #mh-project-archive-2026 .mh-project-grid,
  body.tax-project_category #mh-project-archive-2026 .mh-project-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
/* END MH responsive containment and WebKit compatibility 20260805 */

/* BEGIN MH public rails: never let About content touch or escape its host 20260805 */
body.page-id-2070 .elementor-element-mhabout,
body.page-id-2070 .elementor-element-mhabout > .elementor-widget-container,
body.page-id-2070 #mh-about-2026 {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body.page-id-2070 .elementor-element-mhabout {
  flex: 0 0 100% !important;
}

body.page-id-2070 #mh-about-2026 .mh-about-story-map {
  box-sizing: border-box !important;
  width: var(--mh-about-rail) !important;
  max-width: calc(100% - 48px) !important;
  min-width: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 480px) {
  body.page-id-2070 #mh-about-2026 .mh-about-story-map {
    max-width: calc(100% - 40px) !important;
  }
}
/* END MH public rails: never let About content touch or escape its host 20260805 */

/* BEGIN MH deterministic project archive intro flow 20260806 */
/* Elementor can briefly keep a stale grid/flex size while images or fonts are
 * settling. Keep the intro's title and description in normal document flow
 * until the card grid starts, without changing the card grid itself. */
@media (max-width: 1024px) {
  body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-intro-region,
  body.tax-project_category #mh-project-archive-2026 .mh-project-archive-intro-region,
  body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-grid-region,
  body.tax-project_category #mh-project-archive-2026 .mh-project-archive-grid-region {
    box-sizing: border-box !important;
    flex: 0 0 auto !important;
    height: auto !important;
    max-width: 100% !important;
    min-height: 0 !important;
    overflow: visible !important;
    width: 100% !important;
  }

  body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-intro-region > .e-con-inner,
  body.tax-project_category #mh-project-archive-2026 .mh-project-archive-intro-region > .e-con-inner {
    align-content: flex-start !important;
    align-items: stretch !important;
    display: flex !important;
    flex: 0 0 auto !important;
    flex-direction: column !important;
    gap: 28px !important;
    height: auto !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-intro-region > .e-con-inner > :is(.elementor-element-0564a29, .elementor-element-28c567c),
  body.tax-project_category #mh-project-archive-2026 .mh-project-archive-intro-region > .e-con-inner > :is(.elementor-element-0564a29, .elementor-element-28c567c) {
    align-self: stretch !important;
    flex: 0 0 auto !important;
    height: auto !important;
    max-width: 100% !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.post-type-archive-project #mh-project-archive-2026 .mh-project-archive-grid-region,
  body.tax-project_category #mh-project-archive-2026 .mh-project-archive-grid-region {
    clear: both !important;
    position: relative !important;
  }
}
/* END MH deterministic project archive intro flow 20260806 */

/* BEGIN MH About story tablet alignment and cross-device reveal 20260805 */
/* Keep the PC composition as the reference while giving the 901-1279px
 * layout enough overlap room for the feedback composition. */
@media (min-width: 901px) and (max-width: 1279px) {
  body.page-id-2070 #mh-about-2026 .mh-story-quote {
    width: calc(100% + 26px) !important;
    max-width: calc(100% + 26px) !important;
    z-index: 5 !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-image-fan {
    top: clamp(-48px, -3.8vw, -30px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-image-hand {
    left: clamp(70px, 6.4vw, 78px) !important;
    top: clamp(-32px, -2.6vw, -24px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-image-sample {
    left: clamp(64px, 6.4vw, 78px) !important;
  }

  body.page-id-2070 #mh-about-2026 .mh-story-image-room-a {
    --mh-story-image-width: clamp(176px, 15.4vw, 184px) !important;
    left: clamp(160px, 14.4vw, 172px) !important;
    top: clamp(-92px, -7.5vw, -72px) !important;
    z-index: 8 !important;
  }
}

/* The previous mobile reliability rule made the story appear instantly on
 * iOS. Use the same staged reveal as desktop, while keeping the asset loader
 * as the final guard against a flash of incomplete content. */
@media (max-width: 900px) {
  body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > .mh-about-story-reveal {
    opacity: 0 !important;
    visibility: visible !important;
    transform: translate3d(var(--mh-story-reveal-x, 0px), var(--mh-story-reveal-y, 28px), 0) !important;
    transition: opacity .72s cubic-bezier(.22, .61, .36, 1), transform .72s cubic-bezier(.22, .61, .36, 1) !important;
    will-change: opacity, transform;
  }

  body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > .mh-about-story-reveal.mh-about-story-revealed {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  body.page-id-2070:is(.body-loading, .site-loading, .active_page_loading, .pace-running):not(.body-loaded):not(.pace-done) #mh-about-2026 .mh-about-story-map > .mh-about-story-reveal,
  body.page-id-2070 #mh-about-2026.mh-about-story-assets-loading .mh-about-story-map > .mh-about-story-reveal {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > .mh-about-story-reveal,
  body.page-id-2070 #mh-about-2026 .mh-about-story-map.mh-about-story-animate > .mh-about-story-reveal.mh-about-story-revealed {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
  }
}
/* END MH About story tablet alignment and cross-device reveal 20260805 */

/* BEGIN MH public image interaction guard 20260806 */
img.mh-image-protected {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
/* END MH public image interaction guard 20260806 */
