﻿:root {
  --mhg-green: #39942d;
  --mhg-green-2: #2d7f22;
  --mhg-green-3: #59b447;
  --mhg-lime: #d8f2cf;
  --mhg-charcoal: #18211f;
  --mhg-black: #101614;
  --mhg-ink: #202825;
  --mhg-muted: #66736f;
  --mhg-line: rgba(33, 45, 41, 0.12);
  --mhg-glass-line: rgba(24, 167, 126, 0.16);
  --mhg-panel: rgba(255, 255, 255, 0.92);
  --mhg-soft: #f4f8f4;
  --mhg-metal: #c7d2cc;
  --mhg-steel: #dbe4de;
  --mhg-shadow: 0 18px 48px rgba(13, 24, 21, 0.09);
  --mhg-shadow-heavy: 0 30px 90px rgba(13, 24, 21, 0.22);
  --mhg-radius: 8px;
  --mhg-max: 1180px;
  --mhg-header: 74px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--mhg-ink);
  background: #fff;
  text-rendering: geometricPrecision;
}

html[lang="th"] body {
  line-height: 1.46;
}

html[lang="th"] .mhg-cinematic h1,
html[lang="th"] .mhg-pdr-hero h1 {
  line-height: 1.04;
  word-break: keep-all;
}

a {
  color: inherit;
}

.mhg-page {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(57, 148, 45, 0.04), transparent 32%),
    linear-gradient(180deg, #fff 0%, #fafcf9 46%, #fff 100%);
  isolation: isolate;
}

.mhg-shell {
  width: min(var(--mhg-max), calc(100% - 40px));
  margin: 0 auto;
}

.mhg-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: var(--mhg-header);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.mhg-nav__inner {
  min-height: var(--mhg-header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mhg-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--mhg-charcoal);
}

.mhg-logo__image {
  width: 88px;
  height: 62px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

.mhg-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.02;
  font-size: 18px;
}

.mhg-logo__sub {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: rgba(32, 40, 37, 0.62);
  text-transform: uppercase;
}

.mhg-nav__links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 750;
  color: rgba(32, 40, 37, 0.76);
}

.mhg-nav__links a {
  text-decoration: none;
  transition: color 180ms ease;
}

.mhg-nav__links a:hover {
  color: #fff;
}

.mhg-language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 5px 8px;
  border: 1px solid rgba(32, 40, 37, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(32, 40, 37, 0.58);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.mhg-language-switch a {
  padding: 5px 7px;
  border-radius: 999px;
  text-decoration: none;
}

.mhg-language-switch a[aria-current="true"] {
  color: #fff;
  background: var(--mhg-green);
}

.mhg-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid var(--mhg-line);
  border-radius: var(--mhg-radius);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.mhg-btn:hover {
  transform: translateY(-2px);
}

.mhg-btn--primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--mhg-green), var(--mhg-green-2));
  box-shadow: 0 14px 34px rgba(6, 63, 50, 0.26);
}

.mhg-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.mhg-card .mhg-btn--ghost,
.mhg-brand-card .mhg-btn--ghost,
.mhg-product-master__summary .mhg-btn--ghost,
.mhg-product-doc-grid .mhg-btn--ghost {
  color: var(--mhg-ink);
  border-color: rgba(10, 14, 13, 0.16);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: none;
}

.mhg-card .mhg-btn--ghost:hover,
.mhg-brand-card .mhg-btn--ghost:hover,
.mhg-product-master__summary .mhg-btn--ghost:hover,
.mhg-product-doc-grid .mhg-btn--ghost:hover {
  color: var(--mhg-ink);
  border-color: rgba(57, 148, 45, 0.3);
  background: #fff;
}

.mhg-section:not(.mhg-support-band) .mhg-actions > .mhg-btn--ghost {
  color: var(--mhg-ink);
  border-color: rgba(10, 14, 13, 0.16);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: none;
}

.mhg-section:not(.mhg-support-band) .mhg-actions > .mhg-btn--ghost:hover {
  color: var(--mhg-ink);
  border-color: rgba(57, 148, 45, 0.3);
  background: #fff;
}

.mhg-hero {
  position: relative;
  min-height: clamp(700px, 84svh, 900px);
  display: grid;
  align-items: center;
  padding: 72px 0 52px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 8, 7, 0.96) 0%, rgba(5, 8, 7, 0.84) 42%, rgba(5, 8, 7, 0.18) 100%),
    url("https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=2400&q=82") center / cover;
}

.mhg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.66;
  background-image:
    radial-gradient(circle at 80% 28%, rgba(24, 167, 126, 0.35), transparent 20%),
    linear-gradient(120deg, transparent 0 64%, rgba(24, 167, 126, 0.28) 64% 66%, transparent 66%),
    linear-gradient(160deg, transparent 0 52%, rgba(255, 255, 255, 0.12) 52% 53%, transparent 53%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 82px);
  pointer-events: none;
}

.mhg-hero::after,
.mhg-cinematic::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(5, 8, 7, 0.84));
  pointer-events: none;
}

.mhg-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: 56px;
  align-items: center;
}

.mhg-kicker {
  margin: 0 0 16px;
  color: var(--mhg-green-3);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mhg-hero h1,
.mhg-section h2,
.mhg-page h1 {
  margin: 0;
  font-family: "Arial Narrow", Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
  line-height: 0.96;
}

.mhg-hero h1 {
  max-width: 760px;
  font-size: clamp(48px, 8vw, 104px);
  text-transform: uppercase;
  text-shadow: 0 20px 70px rgba(0, 0, 0, 0.44);
}

.mhg-hero__copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.mhg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.mhg-hero__instrument {
  position: relative;
  min-height: 420px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.055)),
    linear-gradient(135deg, rgba(24, 167, 126, 0.14), transparent 48%);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(20px);
  transform: perspective(1100px) rotateY(-7deg) rotateX(3deg);
}

.mhg-hero__instrument::after {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  z-index: -1;
  border: 1px solid rgba(24, 167, 126, 0.35);
  border-radius: 8px;
}

.mhg-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.mhg-metric {
  min-height: 124px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(11, 18, 17, 0.54);
}

.mhg-metric strong {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.mhg-metric span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
}

.mhg-scanline {
  height: 120px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, rgba(24, 167, 126, 0), rgba(24, 167, 126, 0.4), rgba(24, 167, 126, 0)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 13px);
  animation: mhgPulse 5s ease-in-out infinite;
}

@keyframes mhgPulse {
  0%, 100% { opacity: 0.55; transform: translateX(-8px); }
  50% { opacity: 1; transform: translateX(8px); }
}

.mhg-section {
  padding: 84px 0;
}

.mhg-section--dark {
  color: var(--mhg-ink);
  background:
    radial-gradient(circle at 78% 12%, rgba(57, 148, 45, 0.08), transparent 32%),
    linear-gradient(135deg, #f8fbf7, #eef4ef);
}

.mhg-section--soft {
  background: var(--mhg-soft);
}

.mhg-section__head {
  max-width: 780px;
  margin-bottom: 36px;
}

.mhg-section h2,
.mhg-section__head h1 {
  font-size: clamp(34px, 5vw, 66px);
  color: inherit;
}

.mhg-section__lead {
  margin: 18px 0 0;
  color: var(--mhg-muted);
  font-size: 18px;
  line-height: 1.65;
}

.mhg-section--dark .mhg-section__lead {
  color: var(--mhg-muted);
}

.mhg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mhg-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.mhg-card {
  position: relative;
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--mhg-line);
  border-radius: var(--mhg-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.7)),
    var(--mhg-panel);
  box-shadow: 0 10px 30px rgba(13, 24, 21, 0.06);
  transform-style: preserve-3d;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mhg-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(24, 167, 126, 0.12), transparent 44%, rgba(200, 208, 204, 0.16));
  transition: opacity 180ms ease;
  pointer-events: none;
}

.mhg-card:hover {
  border-color: rgba(6, 63, 50, 0.32);
  box-shadow: var(--mhg-shadow);
}

.mhg-card:hover::after {
  opacity: 1;
}

.mhg-card__eyebrow {
  color: var(--mhg-green-2);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.mhg-card h3 {
  margin: 14px 0 10px;
  font-size: 24px;
  line-height: 1.12;
}

.mhg-card p,
.mhg-card li {
  color: var(--mhg-muted);
  line-height: 1.55;
}

.mhg-card--dark {
  color: var(--mhg-ink);
  border-color: rgba(33, 45, 41, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 249, 0.96)),
    linear-gradient(135deg, rgba(57, 148, 45, 0.08), transparent 56%);
  box-shadow: var(--mhg-shadow);
}

.mhg-card--dark p,
.mhg-card--dark li,
.mhg-card--dark .mhg-feature span {
  color: var(--mhg-muted);
}

.mhg-card ul {
  padding-left: 18px;
  margin: 14px 0 0;
}

.mhg-card--brand {
  min-height: 290px;
  overflow: hidden;
}

.mhg-card--brand::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--mhg-green), var(--mhg-metal));
}

.mhg-media-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mhg-media-wall--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mhg-media-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--mhg-line);
  border-radius: var(--mhg-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(13, 24, 21, 0.08);
  transform-style: preserve-3d;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mhg-media-card--button {
  width: 100%;
  padding: 0;
  text-align: left;
  cursor: pointer;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
}

.mhg-media-card--button:focus-visible {
  outline: 3px solid rgba(57, 148, 45, 0.45);
  outline-offset: 3px;
}

.mhg-media-card:hover {
  transform: translateY(-6px) rotateX(2deg) rotateY(-3deg);
  border-color: rgba(6, 63, 50, 0.24);
  box-shadow: var(--mhg-shadow);
}

.mhg-media-card__frame {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #fff, #edf2ee);
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  padding: 10px;
}

.mhg-media-card__frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform 260ms ease;
}

.mhg-media-card:hover .mhg-media-card__frame img {
  transform: scale(1.01);
}

.mhg-media-card__meta {
  padding: 14px 16px 16px;
  display: grid;
  gap: 4px;
}

.mhg-media-card__meta strong {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--mhg-charcoal);
}

.mhg-media-card__meta span {
  color: var(--mhg-muted);
  font-size: 14px;
  line-height: 1.45;
}

.mhg-media-wall--compact .mhg-media-card__meta {
  padding-top: 12px;
}

.mhg-media-wall--compact .mhg-media-card__meta span {
  display: none;
}

.mhg-media-card.is-video .mhg-media-card__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 11, 10, 0.04), rgba(8, 11, 10, 0.2));
  z-index: 1;
}

.mhg-media-card__play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 18px;
  background: rgba(10, 14, 13, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.mhg-brand-portfolio {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 22px;
  align-items: start;
}

.mhg-brand-portfolio__summary {
  position: sticky;
  top: calc(var(--mhg-header) + 18px);
  padding: 30px;
  border: 1px solid var(--mhg-line);
  border-radius: var(--mhg-radius);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 247, 0.88)),
    var(--mhg-panel);
  box-shadow: 0 12px 30px rgba(13, 24, 21, 0.08);
}

.mhg-brand-portfolio__summary h3 {
  margin: 12px 0 14px;
  font-size: 28px;
  line-height: 1.08;
}

.mhg-brand-portfolio__summary ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--mhg-muted);
  line-height: 1.65;
}

.mhg-brand-portfolio__summary li + li {
  margin-top: 10px;
}

.mhg-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mhg-brand-grid--catalog {
  margin-top: 22px;
}

.mhg-home-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mhg-home-brand-band {
  background:
    radial-gradient(circle at 78% 10%, rgba(57, 148, 45, 0.13), transparent 27%),
    linear-gradient(135deg, #fbfdfb 0%, #eef4ef 55%, #e8f0eb 100%);
}

.mhg-home-brand-band .mhg-section__lead {
  color: var(--mhg-muted);
}

.mhg-home-brand-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 32px;
}

.mhg-home-brand-intro h2 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(42px, 6vw, 84px);
  line-height: 0.95;
  letter-spacing: 0;
}

.mhg-home-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(33, 45, 41, 0.12);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 54px rgba(13, 24, 21, 0.08);
}

.mhg-home-proof-grid div {
  min-height: 112px;
  padding: 22px;
  border-right: 1px solid rgba(33, 45, 41, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.mhg-home-proof-grid div:last-child {
  border-right: 0;
}

.mhg-home-proof-grid strong {
  color: var(--mhg-green);
  font-size: 34px;
  line-height: 1;
}

.mhg-home-proof-grid span {
  color: var(--mhg-muted);
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.mhg-home-brand-band .mhg-brand-card {
  border-color: rgba(33, 45, 41, 0.12);
}

.mhg-home-logo-strip {
  padding: 50px 0 34px;
  border-bottom: 1px solid rgba(13, 24, 21, 0.08);
  background:
    linear-gradient(90deg, rgba(57, 148, 45, 0.06), transparent 34%),
    linear-gradient(180deg, #ffffff, #f6faf7);
}

.mhg-home-logo-strip .mhg-kicker {
  margin-bottom: 14px;
}

.mhg-home-brand-trust {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 26px;
}

.mhg-home-brand-trust__copy h2 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 0.98;
}

.mhg-home-brand-trust__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(13, 24, 21, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 42px rgba(13, 24, 21, 0.08);
  overflow: hidden;
}

.mhg-home-brand-trust__proof div {
  min-height: 118px;
  padding: 20px;
  border-right: 1px solid rgba(13, 24, 21, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.mhg-home-brand-trust__proof div:last-child {
  border-right: 0;
}

.mhg-home-brand-trust__proof strong {
  color: var(--mhg-green);
  font-size: clamp(20px, 2.4vw, 34px);
  line-height: 1;
}

.mhg-home-brand-trust__proof span {
  color: var(--mhg-muted);
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 850;
}

.mhg-home-logo-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.mhg-home-logo-link {
  min-height: 94px;
  padding: 16px 12px 14px;
  border: 1px solid rgba(13, 24, 21, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--mhg-ink);
  text-decoration: none;
  display: grid;
  place-items: center;
  gap: 10px;
  box-shadow: 0 12px 28px rgba(13, 24, 21, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.mhg-home-logo-link:hover {
  transform: translateY(-4px);
  border-color: rgba(57, 148, 45, 0.28);
  box-shadow: 0 18px 38px rgba(13, 24, 21, 0.1);
}

.mhg-home-logo-link img {
  width: min(100%, 140px);
  height: 44px;
  object-fit: contain;
  display: block;
}

.mhg-home-logo-link--ditec img {
  width: min(100%, 120px);
  height: 50px;
}

.mhg-home-logo-link--lanopro img {
  width: 58px;
  height: 58px;
}

.mhg-home-logo-fallback {
  width: 58px;
  height: 58px;
  border-radius: 50% 50% 4px 50%;
  background: linear-gradient(135deg, #59bf43, #218c29);
  color: #101412;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 900;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.75), 0 10px 18px rgba(33, 140, 41, 0.2);
}

.mhg-home-logo-link span {
  font-size: 13px;
  font-weight: 850;
  color: var(--mhg-muted);
}

.mhg-support-band {
  background:
    linear-gradient(120deg, rgba(5, 12, 10, 0.94), rgba(13, 31, 26, 0.9)),
    url("/assets/suppliers/ditec-quality-check.webp") center / cover no-repeat;
}

.mhg-support-band .mhg-section__lead {
  color: rgba(255, 255, 255, 0.76);
}

.mhg-home-path-band {
  background:
    radial-gradient(circle at 18% 18%, rgba(57, 148, 45, 0.1), transparent 24%),
    linear-gradient(180deg, #f7fbf7, #eef4ef);
}

.mhg-home-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mhg-home-path-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mhg-home-path-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: 38px;
  align-items: end;
  margin-bottom: 34px;
}

.mhg-home-path-head h2 {
  max-width: 900px;
}

.mhg-home-path-head p:last-child {
  margin: 0;
  color: var(--mhg-muted);
  line-height: 1.58;
  font-size: 17px;
}

.mhg-home-path-card {
  min-height: 168px;
  padding: 22px 20px 18px;
  border: 1px solid rgba(33, 45, 41, 0.1);
  border-radius: var(--mhg-radius);
  background:
    linear-gradient(160deg, rgba(57, 148, 45, 0.1), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 248, 0.96));
  color: var(--mhg-ink);
  text-decoration: none;
  box-shadow: var(--mhg-shadow);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mhg-home-path-card:hover {
  transform: translateY(-6px) rotateX(2deg) rotateY(-3deg);
  border-color: rgba(57, 148, 45, 0.3);
  box-shadow: 0 20px 44px rgba(13, 24, 21, 0.12);
}

.mhg-home-path-card__number {
  color: var(--mhg-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.mhg-home-path-card strong {
  display: block;
  font-size: 22px;
  line-height: 1.05;
  color: var(--mhg-charcoal);
}

.mhg-home-path-card span {
  display: block;
  color: var(--mhg-muted);
  line-height: 1.5;
  font-size: 15px;
}

.mhg-home-path-card em {
  margin-top: auto;
  font-style: normal;
  color: var(--mhg-green);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 850;
}

.mhg-home-brand-card {
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--mhg-line);
  border-radius: var(--mhg-radius);
  color: var(--mhg-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 248, 0.96)),
    linear-gradient(145deg, rgba(57, 148, 45, 0.06), rgba(255, 255, 255, 0.98));
  box-shadow: var(--mhg-shadow);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transform-style: preserve-3d;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mhg-home-brand-card:hover {
  transform: translateY(-7px) rotateX(2deg) rotateY(-3deg);
  border-color: rgba(57, 148, 45, 0.28);
  box-shadow: var(--mhg-shadow);
}

.mhg-home-brand-card__logo {
  min-height: 86px;
  padding: 16px 14px;
  border: 1px solid rgba(33, 45, 41, 0.08);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(57, 148, 45, 0.14), transparent 44%),
    linear-gradient(180deg, #fff, #eef4ef);
  display: grid;
  place-items: center;
}

.mhg-home-brand-card__logo img {
  width: 100%;
  max-width: 180px;
  max-height: 58px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 12px 18px rgba(13, 24, 21, 0.12));
}

.mhg-home-brand-card__label {
  color: var(--mhg-green-3);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 850;
}

.mhg-home-brand-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
}

.mhg-home-brand-card p {
  margin: 0;
  color: var(--mhg-muted);
  line-height: 1.55;
  font-size: 15px;
}

.mhg-home-brand-card .mhg-actions {
  margin-top: auto;
}

.mhg-home-portfolio-band .mhg-section__lead {
  max-width: 840px;
}

.mhg-home-capability {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: stretch;
}

.mhg-home-capability__media {
  min-height: 680px;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(3, 8, 7, 0.22), rgba(3, 8, 7, 0.82)),
    var(--mhg-capability-image) center / cover no-repeat;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 34px;
  box-shadow: 0 28px 70px rgba(13, 24, 21, 0.18);
}

.mhg-home-capability__media .mhg-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.mhg-home-capability__media h3 {
  margin: 0 0 12px;
  max-width: 520px;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 0.96;
}

.mhg-home-capability__media p {
  margin: 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.58;
}

.mhg-home-capability__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mhg-home-capability-list {
  margin-top: 30px;
  border-top: 1px solid rgba(13, 24, 21, 0.1);
}

.mhg-home-capability-item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(13, 24, 21, 0.1);
  color: var(--mhg-ink);
  text-decoration: none;
  display: grid;
  grid-template-columns: minmax(130px, 0.35fr) minmax(0, 0.65fr);
  gap: 24px;
  align-items: start;
}

.mhg-home-capability-item strong {
  font-size: 19px;
  line-height: 1.1;
}

.mhg-home-capability-item span {
  color: var(--mhg-muted);
  line-height: 1.55;
}

.mhg-home-capability-item:hover strong {
  color: var(--mhg-green);
}

.mhg-home-confidence {
  color: #fff;
  background:
    linear-gradient(120deg, rgba(3, 9, 7, 0.94), rgba(11, 36, 28, 0.92)),
    url("/assets/suppliers/ditec-quality-check.webp") center / cover no-repeat;
}

.mhg-home-confidence .mhg-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.mhg-home-confidence .mhg-section__lead {
  color: rgba(255, 255, 255, 0.76);
}

.mhg-home-confidence .mhg-btn--ghost,
.mhg-home-confidence .mhg-actions > .mhg-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.mhg-home-confidence__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

.mhg-home-confidence__copy h2 {
  max-width: 760px;
}

.mhg-home-confidence__proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mhg-home-confidence__item {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.mhg-home-confidence__item strong {
  color: #fff;
  font-size: 26px;
  line-height: 1.05;
}

.mhg-home-confidence__item span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.mhg-brand-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--mhg-line);
  border-radius: var(--mhg-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 246, 0.96));
  box-shadow: 0 14px 30px rgba(13, 24, 21, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transform-style: preserve-3d;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mhg-brand-card:hover {
  transform: translateY(-7px) rotateX(2deg) rotateY(-3deg);
  border-color: rgba(6, 63, 50, 0.22);
  box-shadow: var(--mhg-shadow);
}

.mhg-brand-card__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.mhg-brand-card__brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--mhg-charcoal);
}

.mhg-brand-card__mark {
  width: 34px;
  height: 24px;
  display: inline-grid;
  place-items: center;
}

.mhg-brand-card__mark img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.mhg-brand-card__category {
  color: var(--mhg-green);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  text-align: right;
}

.mhg-brand-card__media {
  aspect-ratio: 4 / 3;
  padding: 18px;
  border: 1px solid rgba(13, 24, 21, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 18%, rgba(24, 167, 126, 0.1), transparent 48%),
    linear-gradient(180deg, #ffffff, #f4f7f6);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.mhg-brand-card__media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 18px 24px rgba(13, 24, 21, 0.18));
}

.mhg-brand-card__media--home {
  background:
    radial-gradient(circle at 50% 18%, rgba(24, 167, 126, 0.1), transparent 48%),
    var(--mhg-home-card-image) center / cover no-repeat,
    linear-gradient(180deg, #ffffff, #f4f7f6);
}

.mhg-brand-card__media--distributor img {
  width: var(--mhg-distributor-logo-width, 72%);
  height: auto;
  max-width: 100%;
  max-height: var(--mhg-distributor-logo-height, 64%);
  object-fit: contain;
  object-position: var(--mhg-distributor-logo-position, center);
  filter: none;
}

.mhg-brand-card__media--distributor {
  min-height: 184px;
  padding: var(--mhg-distributor-logo-padding, 24px);
  background: var(--mhg-distributor-logo-bg,
    radial-gradient(circle at 50% 18%, rgba(24, 167, 126, 0.08), transparent 48%),
    linear-gradient(180deg, #ffffff, #f7f9f8));
}

.mhg-section__head--compact {
  margin-bottom: 6px;
}

.mhg-section__head--compact .mhg-section__lead {
  max-width: 860px;
}

.mhg-brand-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.12;
}

.mhg-brand-card p {
  margin: 0;
  color: var(--mhg-muted);
  line-height: 1.55;
}

.mhg-brand-card__actions {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mhg-distributor-card__actions {
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 10px;
}

.mhg-distributor-card__actions .mhg-btn {
  width: min(100%, 230px);
  min-height: 48px;
  justify-content: center;
  white-space: normal;
  text-align: center;
}

.mhg-brand-mark {
  width: 64px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--mhg-charcoal), var(--mhg-green));
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  font-size: 13px;
  font-weight: 900;
}

.mhg-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 36px;
  align-items: start;
}

.mhg-split--reverse .mhg-split__copy {
  order: 2;
}

.mhg-split--reverse .mhg-split__media {
  order: 1;
}

.mhg-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  min-width: 0;
}

.mhg-split__copy .mhg-grid,
.mhg-split__copy .mhg-spec-rail,
.mhg-split__copy .mhg-directory {
  margin-top: 8px;
}

.mhg-split__copy .mhg-spec-rail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mhg-split__copy .mhg-spec {
  min-height: 104px;
  padding: 18px;
}

.mhg-split__copy .mhg-spec strong {
  font-size: clamp(20px, 2vw, 28px);
}

.mhg-split__media {
  position: relative;
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--mhg-radius) + 2px);
  overflow: hidden;
  box-shadow: var(--mhg-shadow);
  background:
    linear-gradient(180deg, rgba(4, 8, 7, 0.08), rgba(4, 8, 7, 0.6)),
    var(--mhg-split-image) center / cover no-repeat;
}

.mhg-home-pdr-poster {
  min-height: clamp(560px, 54vw, 780px);
  aspect-ratio: 2 / 3;
  background:
    linear-gradient(180deg, rgba(4, 8, 7, 0.02), rgba(4, 8, 7, 0.12)),
    var(--mhg-split-image) center / contain no-repeat,
    #07100d;
}

.mhg-split__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(24, 167, 126, 0.24), transparent 32%),
    linear-gradient(180deg, rgba(2, 6, 5, 0.12), rgba(2, 6, 5, 0.9));
  pointer-events: none;
}

.mhg-split__media.mhg-home-pdr-poster::before {
  display: none;
}

.mhg-split__media-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  max-width: 420px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(5, 10, 9, 0.74);
  backdrop-filter: blur(12px);
  color: #fff;
  z-index: 1;
}

.mhg-split__media-content h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.06;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.mhg-split__media-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

.mhg-logo-wall {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  margin: 10px 0 22px;
}

.mhg-logo-chip {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(8, 12, 11, 0.88);
  display: grid;
  place-items: center;
  gap: 10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.74);
  transform-style: preserve-3d;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.mhg-logo-chip:hover {
  transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
  border-color: rgba(24, 167, 126, 0.25);
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.26);
}

.mhg-logo-chip img {
  width: 100%;
  max-width: 96px;
  max-height: 42px;
  object-fit: contain;
  display: block;
}

.mhg-logo-chip span {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 750;
}

.mhg-about-brand-strip {
  padding-top: 66px;
  background:
    radial-gradient(circle at 84% 14%, rgba(57, 148, 45, 0.1), transparent 28%),
    #f8fbf8;
}

.mhg-about-brand-strip .mhg-logo-wall {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.mhg-about-brand-strip .mhg-logo-chip {
  min-height: 104px;
  border-color: rgba(13, 24, 21, 0.1);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 247, 0.94));
  color: var(--mhg-ink);
  box-shadow: 0 16px 34px rgba(11, 18, 16, 0.08);
}

.mhg-about-brand-strip .mhg-logo-chip:hover {
  border-color: rgba(57, 148, 45, 0.32);
  box-shadow: 0 22px 38px rgba(11, 18, 16, 0.12);
}

.mhg-about-brand-strip .mhg-logo-chip img {
  max-width: 118px;
  max-height: 50px;
}

.mhg-about-brand-strip .mhg-logo-chip span {
  color: rgba(31, 45, 41, 0.76);
}

.mhg-about-brand-strip .mhg-actions > .mhg-btn--ghost {
  color: var(--mhg-ink);
  border-color: rgba(13, 24, 21, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.mhg-product-tile--image {
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 247, 0.98));
}

.mhg-product-tile--image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  display: block;
  background: #fff;
}

.mhg-product-tile--image > div {
  padding: 16px 18px 18px;
}

.mhg-product-tile--image strong {
  display: block;
  font-size: 16px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.mhg-product-tile--image span {
  display: block;
  color: var(--mhg-muted);
  line-height: 1.45;
  font-size: 14px;
}

.mhg-tech-row {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  align-items: center;
}

.mhg-machine {
  min-height: 420px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(6, 63, 50, 0.12), transparent 45%),
    url("https://images.unsplash.com/photo-1504222490345-c075b6008014?auto=format&fit=crop&w=1400&q=80") center / cover;
  box-shadow: var(--mhg-shadow);
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
}

.mhg-feature-list {
  display: grid;
  gap: 14px;
}

.mhg-feature {
  padding: 18px 0;
  border-bottom: 1px solid var(--mhg-line);
}

.mhg-feature strong {
  display: block;
  font-size: 18px;
}

.mhg-feature span {
  display: block;
  margin-top: 6px;
  color: var(--mhg-muted);
  line-height: 1.5;
}

.mhg-network {
  min-height: 440px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(24, 167, 126, 0.14), transparent 45%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 64px);
}

.mhg-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--mhg-green-3);
  box-shadow: 0 0 0 9px rgba(24, 167, 126, 0.14), 0 0 28px rgba(24, 167, 126, 0.8);
}

.mhg-node span {
  position: absolute;
  left: 18px;
  top: -4px;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.mhg-node--bkk { left: 52%; top: 48%; }
.mhg-node--vn { left: 61%; top: 39%; }
.mhg-node--id { left: 58%; top: 70%; }
.mhg-node--pk { left: 25%; top: 34%; }
.mhg-node--apac { left: 76%; top: 57%; }

.mhg-roi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.mhg-roi__panel {
  padding: 36px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--mhg-line);
  box-shadow: var(--mhg-shadow);
}

.mhg-roi__number {
  display: block;
  margin: 8px 0;
  color: var(--mhg-green);
  font-size: clamp(46px, 7vw, 82px);
  font-weight: 900;
  line-height: 0.95;
}

.mhg-cta {
  padding: 76px 0;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(57, 148, 45, 0.96), rgba(31, 111, 67, 0.96)),
    url("https://images.unsplash.com/photo-1625047509168-a7026f36de04?auto=format&fit=crop&w=2000&q=80") center / cover;
}

.mhg-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.mhg-cta h2 {
  max-width: 760px;
  font-size: clamp(34px, 5vw, 68px);
}

.mhg-cta .mhg-btn {
  min-height: 46px;
  padding: 15px 20px;
  font-size: 13px;
}

.mhg-about-page .mhg-sticky-cta {
  display: none;
}

.mhg-about-page .mhg-cta .mhg-btn {
  min-height: 54px;
  padding: 18px 24px;
  border-radius: 7px;
  font-size: 14px;
}

.mhg-about-page .mhg-card {
  min-height: 228px;
  border-radius: 10px;
  border-color: rgba(13, 24, 21, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 249, 0.94));
}

.mhg-about-page .mhg-card h3 {
  font-size: 25px;
}

.mhg-about-page .mhg-card p {
  font-size: 15px;
}

.mhg-about-page .mhg-process__step {
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 249, 0.94));
}

.mhg-brands-page .mhg-sticky-cta {
  display: none;
}

.mhg-brands-page .mhg-cta .mhg-btn {
  min-height: 54px;
  padding: 18px 24px;
  border-radius: 7px;
  font-size: 14px;
}

.mhg-catalogues-page .mhg-sticky-cta {
  display: none;
}

.mhg-catalogues-page .mhg-cta .mhg-btn {
  min-height: 54px;
  padding: 18px 24px;
  border-radius: 7px;
  font-size: 14px;
}

.mhg-company-profile-page .mhg-sticky-cta {
  display: none;
}

.mhg-company-profile-page .mhg-cta .mhg-btn {
  min-height: 54px;
  padding: 18px 24px;
  border-radius: 7px;
  font-size: 14px;
}

.mhg-contact-page .mhg-sticky-cta {
  display: none;
}

.mhg-contact-page .mhg-cta .mhg-btn {
  min-height: 54px;
  padding: 18px 24px;
  border-radius: 7px;
  font-size: 14px;
}

.mhg-credentials-page .mhg-sticky-cta {
  display: none;
}

.mhg-credentials-page .mhg-cta .mhg-btn {
  min-height: 54px;
  padding: 18px 24px;
  border-radius: 7px;
  font-size: 14px;
}

.mhg-distributor-page .mhg-sticky-cta {
  display: none;
}

.mhg-distributor-page .mhg-cta .mhg-btn {
  min-height: 54px;
  padding: 18px 24px;
  border-radius: 7px;
  font-size: 14px;
}

.mhg-catalog-hub-page .mhg-sticky-cta {
  display: none;
}

.mhg-catalog-hub-page .mhg-cta .mhg-btn {
  min-height: 54px;
  padding: 18px 24px;
  border-radius: 7px;
  font-size: 14px;
}

.mhg-team-page .mhg-sticky-cta {
  display: none;
}

.mhg-team-page .mhg-cta .mhg-btn {
  min-height: 54px;
  padding: 18px 24px;
  border-radius: 7px;
  font-size: 14px;
}

.mhg-footer {
  padding: 48px 0 34px;
  color: rgba(255, 255, 255, 0.84);
  background: #18211f;
  font-size: 13px;
}

.mhg-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.mhg-footer__grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(4, minmax(140px, 1fr));
  gap: 28px;
}

.mhg-footer__brand strong,
.mhg-footer__nav strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 15px;
}

.mhg-footer__brand span {
  display: block;
  color: rgba(255, 255, 255, 0.64);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-weight: 800;
}

.mhg-footer__brand p {
  max-width: 280px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.mhg-footer__nav {
  display: grid;
  align-content: start;
  gap: 9px;
}

.mhg-footer__nav a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  line-height: 1.35;
}

.mhg-footer__nav a:hover {
  color: #fff;
}

.mhg-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.64);
}

.mhg-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease;
}

.mhg-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mhg-page-intro {
  padding: 90px 0 56px;
  background: linear-gradient(135deg, #0c1110, #16362f);
  color: #fff;
}

.mhg-nav--minimal {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(10, 14, 13, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mhg-nav--minimal .mhg-logo {
  color: #fff;
}

.mhg-nav--minimal .mhg-logo__image {
  display: none;
}

.mhg-nav--minimal .mhg-logo__sub {
  color: rgba(255, 255, 255, 0.68);
}

.mhg-nav--pdr {
  z-index: 40;
}

.mhg-nav--pdr .mhg-nav__inner {
  gap: 16px;
}

.mhg-nav--pdr .mhg-nav__links {
  gap: 16px;
  font-size: 12px;
}

.mhg-nav--pdr__actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.mhg-nav--pdr__actions .mhg-btn {
  min-height: 42px;
  padding: 12px 18px;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .mhg-nav--pdr .mhg-logo__text {
    display: none;
  }

  .mhg-nav--pdr .mhg-logo__image {
    width: 76px;
  }
}

.mhg-pdr-page {
  background:
    radial-gradient(circle at top right, rgba(57, 148, 45, 0.22), transparent 36%),
    linear-gradient(180deg, #090c0b 0%, #101513 30%, #f5f7f4 30%, #f5f7f4 100%);
}

.mhg-pdr-hero {
  position: relative;
  overflow: clip;
  padding: 0 0 48px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 10%, rgba(57, 148, 45, 0.28), transparent 24%),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.12), transparent 18%),
    linear-gradient(180deg, #090c0b 0%, #111513 68%, rgba(17, 21, 19, 0.94) 100%);
}

.mhg-pdr-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 36px;
  align-items: start;
  min-height: auto;
  padding: 28px 0 28px;
}

.mhg-pdr-hero__copy {
  padding-top: 4vh;
  position: relative;
  z-index: 1;
}

.mhg-pdr-hero h1 {
  max-width: 9.5ch;
  margin: 10px 0 18px;
  font-size: clamp(54px, 7.2vw, 98px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.mhg-pdr-hero__copy p {
  max-width: 42rem;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.65;
}

.mhg-pdr-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 26px;
}

.mhg-pdr-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mhg-pdr-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.mhg-pdr-poster {
  position: sticky;
  top: 24px;
  width: min(100%, 560px);
  justify-self: end;
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(20px);
  position: relative;
  z-index: 1;
}

.mhg-pdr-poster__media {
  overflow: hidden;
  border-radius: 20px;
  background:
    #fff
    var(--mhg-pdr-poster-image, none)
    center / contain
    no-repeat;
  aspect-ratio: 0.86;
  min-height: 560px;
}

.mhg-pdr-poster__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.mhg-pdr-summary {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(15, 19, 18, 0.98), rgba(11, 14, 13, 0.98));
  border: 1px solid rgba(57, 148, 45, 0.22);
}

.mhg-pdr-summary__row,
.mhg-pdr-fast__row,
.mhg-pdr-details__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 12px 0;
}

.mhg-pdr-summary__row,
.mhg-pdr-fast__row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mhg-pdr-details__row {
  border-bottom: 1px solid rgba(10, 14, 13, 0.08);
}

.mhg-pdr-summary__row:last-child,
.mhg-pdr-fast__row:last-child,
.mhg-pdr-details__row:last-child {
  border-bottom: 0;
}

.mhg-pdr-summary strong,
.mhg-pdr-fast strong,
.mhg-pdr-details strong {
  font-weight: 700;
}

.mhg-pdr-summary strong,
.mhg-pdr-fast strong {
  color: #fff;
}

.mhg-pdr-details strong {
  color: #0f1513;
}

.mhg-pdr-summary span,
.mhg-pdr-fast span,
.mhg-pdr-details span {
  text-align: right;
}

.mhg-pdr-summary span,
.mhg-pdr-fast span {
  color: rgba(255, 255, 255, 0.74);
}

.mhg-pdr-details span {
  color: #5a6760;
}

.mhg-pdr-section {
  padding: 46px 0;
}

.mhg-pdr-page {
  background: #f5f7f4;
  color: #101412;
}

.mhg-pdr-section--dark {
  color: #fff;
  background: linear-gradient(180deg, #111513, #0b0d0c);
}

.mhg-pdr-section--light {
  background: #f5f7f4;
  color: #101412;
}

.mhg-pdr-section--light .mhg-section__lead,
.mhg-pdr-section--light .mhg-pdr-note,
.mhg-pdr-section--light .mhg-pdr-fast__card p,
.mhg-pdr-section--light .mhg-pdr-mini-card p,
.mhg-pdr-section--light .mhg-pdr-payment-card span,
.mhg-pdr-section--light .mhg-pdr-details span {
  color: #5a6760;
}

.mhg-pdr-section--light .mhg-kicker {
  color: var(--mhg-green);
}

.mhg-pdr-section--light h2,
.mhg-pdr-section--light h3,
.mhg-pdr-section--light p,
.mhg-pdr-section--light li {
  color: inherit;
}

.mhg-pdr-section--dark .mhg-pdr-list li {
  color: rgba(255, 255, 255, 0.88);
}

.mhg-pdr-section--dark .mhg-pdr-list li::before {
  color: var(--mhg-green);
}

.mhg-pdr-section__head {
  max-width: 54rem;
  margin-bottom: 22px;
}

.mhg-pdr-section__head h2 {
  margin: 8px 0 12px;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.mhg-pdr-fast {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.mhg-pdr-fast__card {
  min-height: 100%;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(10, 14, 13, 0.08);
  box-shadow: 0 14px 35px rgba(5, 7, 6, 0.08);
}

.mhg-pdr-fast__card strong {
  display: block;
  margin-bottom: 8px;
  color: #0f1513;
  font-size: 18px;
}

.mhg-pdr-fast__card p {
  margin: 0;
  color: #5a6760;
  line-height: 1.5;
}

.mhg-pdr-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.mhg-pdr-copy {
  grid-column: span 5;
}

.mhg-pdr-panel {
  grid-column: span 7;
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  color: #101412;
  border: 1px solid rgba(10, 14, 13, 0.08);
  box-shadow: 0 18px 40px rgba(5, 7, 6, 0.08);
}

.mhg-pdr-panel--dark {
  background: linear-gradient(180deg, #0d1210, #131918);
  color: #fff;
  border-color: rgba(57, 148, 45, 0.2);
}

.mhg-pdr-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mhg-pdr-mini-card {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(10, 14, 13, 0.08);
  box-shadow: 0 12px 26px rgba(5, 7, 6, 0.06);
}

.mhg-pdr-mini-card h3 {
  margin: 0 0 8px;
  color: #0f1513;
}

.mhg-pdr-mini-card p {
  margin: 0;
  color: #5a6760;
  line-height: 1.55;
}

.mhg-pdr-list {
  display: grid;
  gap: 12px;
}

.mhg-pdr-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #101412;
  line-height: 1.55;
}

.mhg-pdr-list li::before {
  content: "\2713";
  flex: 0 0 auto;
  color: var(--mhg-green);
  font-weight: 900;
}

.mhg-pdr-bio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mhg-pdr-audience-card {
  min-height: 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  color: #0f1513;
  border: 1px solid rgba(10, 14, 13, 0.1);
  font-weight: 850;
  line-height: 1.25;
  box-shadow: 0 10px 22px rgba(5, 7, 6, 0.06);
}

.mhg-pdr-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: start;
}

.mhg-pdr-form-grid > .mhg-pdr-panel,
.mhg-pdr-form-grid > .mhg-pdr-form-shell {
  grid-column: auto;
  min-width: 0;
}

.mhg-pdr-form-shell {
  padding: 24px;
  border-radius: 24px;
  background: #0d1210;
  color: #fff;
  border: 1px solid rgba(57, 148, 45, 0.2);
  box-shadow: 0 18px 40px rgba(5, 7, 6, 0.14);
}

.mhg-pdr-form-shell .mhg-field label {
  color: rgba(255, 255, 255, 0.84);
}

.mhg-pdr-form-shell .mhg-field input,
.mhg-pdr-form-shell .mhg-field select,
.mhg-pdr-form-shell .mhg-field textarea {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.mhg-pdr-form-shell .mhg-field select option {
  background: #fff;
  color: #101412;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mhg-pdr-form-shell .mhg-field input:focus,
.mhg-pdr-form-shell .mhg-field select:focus,
.mhg-pdr-form-shell .mhg-field textarea:focus {
  outline: 2px solid var(--mhg-green);
  outline-offset: 2px;
}

.mhg-pdr-form-shell .mhg-field input::placeholder,
.mhg-pdr-form-shell .mhg-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.mhg-pdr-dates {
  display: grid;
  gap: 12px;
}

.mhg-pdr-week-picker {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(7, 10, 9, 0.88), rgba(12, 16, 15, 0.98));
  border: 1px solid rgba(57, 148, 45, 0.18);
  box-shadow: 0 18px 40px rgba(5, 7, 6, 0.14);
}

.mhg-pdr-week-picker__head {
  display: grid;
  gap: 6px;
}

.mhg-pdr-week-picker__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.5;
}

.mhg-pdr-week-picker__control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 14px;
  align-items: start;
}

.mhg-pdr-week-picker__select {
  margin: 0;
  position: relative;
}

.mhg-pdr-week-picker__select::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 3px solid var(--mhg-green-3);
  border-bottom: 3px solid var(--mhg-green-3);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
  filter: drop-shadow(0 0 4px rgba(57, 148, 45, 0.4));
}

.mhg-pdr-week-picker__select select {
  min-height: 72px;
  padding: 18px 48px 18px 18px;
  border-radius: 20px;
  border: 1px solid rgba(57, 148, 45, 0.55);
  background:
    linear-gradient(180deg, rgba(28, 35, 32, 0.98), rgba(12, 16, 15, 0.98));
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.8) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.8) 50%, transparent 50%),
    linear-gradient(180deg, rgba(28, 35, 32, 0.98), rgba(12, 16, 15, 0.98));
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%,
    0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
}

.mhg-pdr-week-picker__select select option {
  color: #101412;
  background: #fff;
}

.mhg-pdr-week-picker__summary {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mhg-pdr-week-picker__summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.mhg-pdr-week-picker__summary-row strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
}

.mhg-pdr-week-picker__summary-row span {
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
}

.mhg-pdr-week-picker__holiday {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(239, 68, 68, 0.36);
  background: rgba(239, 68, 68, 0.08);
  color: #ff8f8f;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}

.mhg-pdr-week-legend {
  display: grid;
  gap: 10px;
}

.mhg-pdr-week-legend__label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mhg-pdr-week-legend__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
}

.mhg-pdr-week-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.mhg-pdr-week-chip.is-holiday {
  border-color: rgba(239, 68, 68, 0.38);
  background: rgba(239, 68, 68, 0.08);
  color: #ff8f8f;
}

.mhg-pdr-date {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 13px 15px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.mhg-pdr-date.is-holiday {
  border-color: rgba(239, 68, 68, 0.45);
  background: rgba(239, 68, 68, 0.08);
}

.mhg-pdr-date input {
  margin-top: 4px;
  accent-color: var(--mhg-green);
}

.mhg-pdr-date strong {
  display: block;
  margin-bottom: 4px;
}

.mhg-pdr-date span span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.35;
}

.mhg-pdr-date__holiday {
  display: block;
  margin-top: 6px;
  color: #ef4444;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.mhg-pdr-payment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mhg-pdr-payment-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(10, 14, 13, 0.08);
  box-shadow: 0 12px 26px rgba(5, 7, 6, 0.06);
}

.mhg-pdr-payment-card.is-unavailable {
  opacity: 0.7;
}

.mhg-pdr-payment-card img {
  width: 100%;
  max-width: 220px;
  margin-top: 6px;
  border-radius: 14px;
}

.mhg-pdr-payment-card strong {
  color: #0f1513;
}

.mhg-pdr-payment-card span {
  color: #5a6760;
}

.mhg-pdr-payment-card p {
  margin: 0;
  color: #5a6760;
  line-height: 1.5;
}

.mhg-pdr-payment-details {
  display: grid;
  gap: 8px;
  margin-top: 6px;
}

.mhg-pdr-payment-details div {
  display: grid;
  grid-template-columns: minmax(120px, 0.38fr) minmax(0, 1fr);
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(10, 14, 13, 0.08);
}

.mhg-pdr-payment-details strong {
  color: #0f1513;
  font-size: 13px;
}

.mhg-pdr-payment-details span {
  color: #5a6760;
  text-align: left;
  overflow-wrap: anywhere;
}

.mhg-pdr-bank-card {
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(57, 148, 45, 0.18);
}

.mhg-pdr-bank-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.mhg-pdr-bank-card p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.mhg-pdr-confirmation {
  min-height: 100svh;
  padding: 42px 0 88px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(57, 148, 45, 0.18), transparent 30%),
    linear-gradient(180deg, #090c0b 0%, #101513 28%, #f5f7f4 28%, #f5f7f4 100%);
}

.mhg-pdr-confirmation__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 24px;
  align-items: start;
  color: #101412;
  position: relative;
  z-index: 1;
}

.mhg-pdr-confirmation__hero .mhg-kicker {
  color: var(--mhg-green);
}

.mhg-pdr-confirmation__hero h1,
.mhg-pdr-confirmation__hero h2,
.mhg-pdr-confirmation__hero p {
  color: inherit;
}

.mhg-pdr-confirmation__hero .mhg-cinematic__copy {
  color: #59655f;
}

.mhg-pdr-confirmation__hero .mhg-btn--ghost {
  color: #101412;
  border-color: rgba(10, 14, 13, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.mhg-pdr-confirmation__card {
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  color: #101412;
  border: 1px solid rgba(10, 14, 13, 0.08);
  box-shadow: 0 18px 40px rgba(5, 7, 6, 0.08);
}

.mhg-pdr-confirmation__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.mhg-pdr-admin {
  padding: 32px 0 64px;
  background: #f5f7f4;
  color: #101412;
}

.mhg-pdr-admin__toolbar {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 18px;
}

.mhg-pdr-admin__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(5, 7, 6, 0.08);
}

.mhg-pdr-admin__table th,
.mhg-pdr-admin__table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(10, 14, 13, 0.08);
  vertical-align: top;
  text-align: left;
}

.mhg-pdr-admin__table th {
  background: #0d1210;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mhg-pdr-admin__table select {
  width: 100%;
  min-width: 150px;
}

.mhg-pdr-note {
  color: #5a6760;
  font-size: 14px;
}

.mhg-pdr-sticky {
  position: sticky;
  bottom: 16px;
  z-index: 45;
  display: none;
  margin: 0 16px 16px;
}

.mhg-pdr-sticky a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mhg-green), var(--mhg-green-deep));
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(57, 148, 45, 0.32);
}

.mhg-home-path-grid--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mhg-cinematic--selector {
  background-position: center;
}

.mhg-selector-page .mhg-sticky-cta {
  display: none;
}

.mhg-selector-band {
  background:
    linear-gradient(135deg, rgba(57, 148, 45, 0.08), transparent 34%),
    linear-gradient(180deg, #f6faf6 0%, #eef5f0 100%);
}

.mhg-selector-intro {
  max-width: 880px;
  margin-bottom: 28px;
}

.mhg-selector {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
  gap: 24px;
  align-items: start;
}

.mhg-selector__controls {
  display: grid;
  gap: 16px;
}

.mhg-selector__block,
.mhg-selector__results {
  border: 1px solid rgba(14, 28, 24, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--mhg-shadow);
}

.mhg-selector__block {
  padding: 18px;
}

.mhg-selector__block-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.mhg-selector__block-head span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(57, 148, 45, 0.12);
  color: var(--mhg-green);
  font-size: 12px;
  font-weight: 900;
}

.mhg-selector__block-head h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
}

.mhg-selector-segments,
.mhg-selector-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mhg-selector-segments--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mhg-selector-option,
.mhg-selector-check {
  min-height: 112px;
  border: 1px solid rgba(12, 23, 20, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--mhg-ink);
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.mhg-selector-option {
  padding: 15px;
  font: inherit;
  cursor: pointer;
}

.mhg-selector-option:hover,
.mhg-selector-check:hover {
  transform: translateY(-2px);
  border-color: rgba(57, 148, 45, 0.3);
  box-shadow: 0 12px 28px rgba(13, 24, 21, 0.08);
}

.mhg-selector-option.is-selected,
.mhg-selector-check:has(input:checked) {
  border-color: rgba(57, 148, 45, 0.48);
  background:
    linear-gradient(135deg, rgba(57, 148, 45, 0.12), rgba(255, 255, 255, 0.96) 52%),
    #fff;
  box-shadow: 0 16px 34px rgba(57, 148, 45, 0.12);
}

.mhg-selector-option strong,
.mhg-selector-check strong {
  display: block;
  font-size: 17px;
  line-height: 1.15;
}

.mhg-selector-option span,
.mhg-selector-check em {
  display: block;
  margin-top: 8px;
  color: var(--mhg-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.mhg-selector-check {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
  padding: 15px;
  cursor: pointer;
}

.mhg-selector-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--mhg-green);
}

.mhg-selector__block--sliders {
  display: grid;
  gap: 16px;
}

.mhg-selector-range {
  display: grid;
  gap: 10px;
}

.mhg-selector-range span {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--mhg-muted);
  font-size: 14px;
}

.mhg-selector-range strong {
  color: var(--mhg-green);
  white-space: nowrap;
}

.mhg-selector-range input {
  width: 100%;
  accent-color: var(--mhg-green);
}

.mhg-selector__results {
  position: sticky;
  top: calc(var(--mhg-header) + 18px);
  overflow: hidden;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(12, 20, 18, 0.96), rgba(24, 39, 34, 0.94)),
    #101614;
  color: #fff;
}

.mhg-selector__results::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(91, 209, 144, 0.11), transparent),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 18px);
  pointer-events: none;
}

.mhg-selector__results > * {
  position: relative;
  z-index: 1;
}

.mhg-selector-score {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin: -4px 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mhg-selector-score span {
  max-width: 180px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.mhg-selector-score strong {
  color: #b7f0a7;
  font-size: 56px;
  line-height: 0.9;
}

.mhg-selector__results .mhg-kicker {
  color: #96da84;
}

.mhg-selector__results h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 0.98;
}

.mhg-selector__results p {
  color: rgba(255, 255, 255, 0.78);
}

.mhg-selector-visuals {
  margin-top: 18px;
}

.mhg-selector-product-grid {
  display: grid;
  gap: 10px;
}

.mhg-selector-product {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 88px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
  text-decoration: none;
}

.mhg-selector-product:hover {
  border-color: rgba(183, 240, 167, 0.48);
  background: rgba(183, 240, 167, 0.12);
}

.mhg-selector-product img {
  grid-row: span 3;
  width: 86px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.mhg-selector-product span {
  color: #b7f0a7;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.mhg-selector-product strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
}

.mhg-selector-product em {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.mhg-selector-priority {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.mhg-selector-priority strong {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
}

.mhg-selector-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mhg-selector-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.mhg-selector-pill[href]:hover {
  border-color: rgba(183, 240, 167, 0.5);
  background: rgba(183, 240, 167, 0.12);
}

.mhg-selector-outcomes {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mhg-selector-outcomes li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.45;
}

.mhg-selector-outcomes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #58c447;
}

.mhg-selector-compare {
  display: grid;
  gap: 10px;
}

.mhg-selector-compare div {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
}

.mhg-selector-compare span {
  display: block;
  margin-bottom: 6px;
  color: #b7f0a7;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.mhg-selector-compare strong {
  margin: 0 0 6px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.mhg-selector-compare em {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.mhg-selector-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.mhg-selector-actions .mhg-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}

.mhg-selector-tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mhg-selector-copy {
  width: 100%;
  min-height: 44px;
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.mhg-selector-copy.is-copied {
  border-color: rgba(183, 240, 167, 0.54);
  background: rgba(57, 148, 45, 0.32);
}

.mhg-selector-proof {
  background: #fff;
}

.mhg-selector-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 36px;
  align-items: start;
}

@media (max-width: 1120px) {
  .mhg-split {
    grid-template-columns: 1fr;
  }

  .mhg-split--reverse .mhg-split__copy,
  .mhg-split--reverse .mhg-split__media {
    order: initial;
  }

  .mhg-split__media {
    min-height: 340px;
  }

  .mhg-distributor-profile__brand {
    grid-template-columns: 1fr;
  }

  .mhg-distributor-profile__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhg-home-pdr-poster {
    min-height: auto;
    width: min(100%, 420px);
    margin: 0 auto;
  }

  .mhg-logo-wall {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }

  .mhg-home-logo-row,
  .mhg-home-path-grid--five,
  .mhg-home-path-grid--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mhg-selector,
  .mhg-selector-proof__grid {
    grid-template-columns: 1fr;
  }

  .mhg-selector__results {
    position: relative;
    top: 0;
  }

  .mhg-selector-segments--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhg-home-brand-trust,
  .mhg-home-path-head {
    grid-template-columns: 1fr;
  }

  .mhg-home-brand-trust__proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mhg-home-capability,
  .mhg-home-confidence__grid {
    grid-template-columns: 1fr;
  }

  .mhg-home-capability__media {
    min-height: 460px;
  }

  .mhg-pdr-hero__inner,
  .mhg-pdr-confirmation__hero,
  .mhg-pdr-form-grid,
  .mhg-pdr-grid {
    grid-template-columns: 1fr;
  }

  .mhg-pdr-hero__copy {
    padding-top: 0;
  }

  .mhg-pdr-poster {
    position: relative;
    top: 0;
  }

  .mhg-pdr-fast,
  .mhg-pdr-card-grid,
  .mhg-pdr-payment-grid,
  .mhg-pdr-bio-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .mhg-footer__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mhg-footer__bottom {
    flex-direction: column;
  }

  .mhg-home-proof-grid {
    grid-template-columns: 1fr;
  }

  .mhg-home-proof-grid div {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid rgba(33, 45, 41, 0.1);
  }

  .mhg-home-proof-grid div:last-child {
    border-bottom: 0;
  }

  .mhg-split__media-content {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 16px;
  }

  .mhg-split__media-content h3 {
    font-size: 20px;
  }

  .mhg-distributor-profile {
    padding: 18px;
  }

  .mhg-distributor-profile__facts {
    grid-template-columns: 1fr;
  }

  .mhg-logo-chip {
    min-height: 84px;
  }

  .mhg-home-logo-row,
  .mhg-home-path-grid--five,
  .mhg-home-path-grid--six,
  .mhg-home-brand-trust__proof,
  .mhg-home-confidence__proof {
    grid-template-columns: 1fr;
  }

  .mhg-selector__block,
  .mhg-selector__results {
    padding: 16px;
  }

  .mhg-selector-segments,
  .mhg-selector-segments--compact,
  .mhg-selector-checks {
    grid-template-columns: 1fr;
  }

  .mhg-selector-option,
  .mhg-selector-check {
    min-height: auto;
  }

  .mhg-selector-score strong {
    font-size: 44px;
  }

  .mhg-selector__results h2 {
    font-size: 30px;
  }

  .mhg-selector-tools {
    grid-template-columns: 1fr;
  }

  .mhg-selector-product {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .mhg-selector-product img {
    width: 78px;
    height: 66px;
  }

  .mhg-home-brand-trust__proof div {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid rgba(13, 24, 21, 0.08);
  }

  .mhg-home-brand-trust__proof div:last-child {
    border-bottom: 0;
  }

  .mhg-home-logo-link {
    min-height: 82px;
  }

  .mhg-home-capability__media {
    min-height: 380px;
    padding: 22px;
  }

  .mhg-home-capability-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mhg-home-confidence__item {
    min-height: 150px;
  }

  .mhg-pdr-hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 16vw, 64px);
  }

  .mhg-pdr-hero__actions,
  .mhg-pdr-confirmation__actions,
  .mhg-pdr-admin__toolbar {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .mhg-pdr-week-picker__control {
    grid-template-columns: 1fr;
  }

  .mhg-pdr-week-picker__summary-row {
    flex-direction: column;
    gap: 4px;
  }

  .mhg-pdr-week-picker__summary-row span {
    text-align: left;
  }

  .mhg-pdr-fast,
  .mhg-pdr-card-grid,
  .mhg-pdr-payment-grid,
  .mhg-pdr-bio-grid {
    grid-template-columns: 1fr;
  }

  .mhg-pdr-payment-details div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .mhg-pdr-payment-details strong {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #39942d;
  }

  .mhg-pdr-payment-details span {
    font-size: 14px;
    line-height: 1.35;
  }

  .mhg-pdr-sticky {
    display: block;
  }
}

/* Premium second-pass system: Car-O-Liner-inspired category confidence with M&H identity. */
.mhg-cinematic {
  position: relative;
  min-height: clamp(680px, 84svh, 900px);
  display: grid;
  align-items: end;
  padding: 100px 0 68px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 5, 5, 0.98), rgba(3, 5, 5, 0.72) 45%, rgba(3, 5, 5, 0.16)),
    var(--mhg-hero-image, url("https://images.unsplash.com/photo-1517524008697-84bbe3c3fd98?auto=format&fit=crop&w=2400&q=82")) var(--mhg-hero-position, center) / cover;
}

.mhg-cinematic::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: var(--mhg-cinematic-overlay, 0.82);
  background:
    radial-gradient(circle at var(--mhg-pointer-x, 74%) var(--mhg-pointer-y, 28%), rgba(24, 167, 126, 0.28), transparent 18%),
    linear-gradient(118deg, transparent 0 58%, rgba(24, 167, 126, 0.27) 58% 59%, transparent 59%),
    linear-gradient(150deg, transparent 0 70%, rgba(255, 255, 255, 0.13) 70% 71%, transparent 71%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.042) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 92px);
  transition: background 140ms linear;
  pointer-events: none;
}

.mhg-cinematic__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.58fr);
  gap: 56px;
  align-items: end;
}

.mhg-cinematic h1 {
  max-width: 830px;
  margin: 0;
  font-size: clamp(48px, 8vw, 112px);
  line-height: 0.9;
  text-transform: uppercase;
}

.mhg-cinematic__copy {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
}

.mhg-tech-console {
  position: relative;
  padding: 22px;
  border: 1px solid var(--mhg-glass-line);
  border-radius: 8px;
  background: rgba(7, 12, 11, 0.62);
  box-shadow: var(--mhg-shadow-heavy);
  backdrop-filter: blur(20px);
  transform: perspective(1200px) rotateY(-7deg) rotateX(4deg);
}

.mhg-tech-console__screen {
  min-height: 250px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, rgba(24, 167, 126, 0.08), transparent 55%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 18px);
}

.mhg-console-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mhg-console-row strong {
  color: #fff;
}

.mhg-console-row span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  text-transform: uppercase;
}

.mhg-category-band {
  position: relative;
  margin-top: -1px;
  padding: 22px 0;
  color: var(--mhg-ink);
  background: linear-gradient(180deg, #f7fbf7, #eef4ef);
  border-top: 1px solid rgba(33, 45, 41, 0.08);
  border-bottom: 1px solid rgba(33, 45, 41, 0.08);
}

.mhg-category-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.mhg-category-tile {
  min-height: 118px;
  padding: 18px;
  text-decoration: none;
  border: 1px solid rgba(33, 45, 41, 0.1);
  border-radius: var(--mhg-radius);
  background:
    linear-gradient(135deg, rgba(57, 148, 45, 0.08), transparent 48%),
    #fff;
  box-shadow: var(--mhg-shadow);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.mhg-category-tile:hover {
  transform: translateY(-4px);
  background:
    linear-gradient(135deg, rgba(57, 148, 45, 0.14), transparent 54%),
    #fff;
  box-shadow: 0 20px 52px rgba(13, 24, 21, 0.12);
}

.mhg-category-tile strong,
.mhg-product-tile strong {
  display: block;
  font-size: 18px;
  line-height: 1.15;
  color: var(--mhg-charcoal);
}

.mhg-category-tile span,
.mhg-product-tile span {
  display: block;
  margin-top: 8px;
  color: var(--mhg-muted);
  font-size: 13px;
  line-height: 1.4;
}

.mhg-equipment-stage {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--mhg-ink);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.2)),
    var(--mhg-stage-image, url("https://images.unsplash.com/photo-1605152276897-4f618f831968?auto=format&fit=crop&w=2200&q=82")) center / cover;
}

.mhg-equipment-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(116deg, rgba(24, 167, 126, 0.2) 0 1px, transparent 1px 48%),
    linear-gradient(155deg, transparent 0 62%, rgba(255, 255, 255, 0.12) 62% 63%, transparent 63%);
  pointer-events: none;
}

.mhg-stage-panel {
  position: relative;
  z-index: 1;
  max-width: 660px;
  padding: 46px;
  border-left: 4px solid var(--mhg-green);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(246, 249, 247, 0.76));
  backdrop-filter: blur(12px);
  box-shadow: var(--mhg-shadow);
}

.mhg-stage-panel h2 {
  font-size: clamp(36px, 6vw, 78px);
  line-height: 0.94;
  text-transform: uppercase;
}

.mhg-product-wall {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mhg-product-hero {
  padding: 42px 0 24px;
  background:
    radial-gradient(circle at 12% 14%, rgba(57, 148, 45, 0.12), transparent 24%),
    linear-gradient(180deg, #fbfcfa, #eef4ef);
}

.mhg-product-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: start;
}

.mhg-product-hero__copy {
  min-width: 0;
}

.mhg-product-hero__copy h1 {
  margin-top: 12px;
  max-width: 14ch;
}

.mhg-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--mhg-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.mhg-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.mhg-breadcrumb span {
  color: var(--mhg-line-strong);
}

.mhg-product-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.mhg-product-hero__stat {
  padding: 14px 16px;
  border: 1px solid rgba(33, 45, 41, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 248, 0.96));
  box-shadow: 0 12px 28px rgba(13, 24, 21, 0.08);
}

.mhg-product-hero__stat strong {
  display: block;
  color: var(--mhg-green);
  font-size: 28px;
  line-height: 1;
}

.mhg-product-hero__stat span {
  display: block;
  margin-top: 8px;
  color: var(--mhg-muted);
  font-size: 13px;
  line-height: 1.35;
}

.mhg-product-hero__media {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 108px;
}

.mhg-product-hero__image {
  overflow: hidden;
  border: 1px solid rgba(33, 45, 41, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(57, 148, 45, 0.08), transparent 44%),
    #fff;
  box-shadow: var(--mhg-shadow-heavy);
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mhg-product-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 28px;
  display: block;
  filter: drop-shadow(0 20px 28px rgba(13, 24, 21, 0.1));
}

.mhg-product-hero__sidebar {
  padding: 24px 26px;
  border: 1px solid rgba(33, 45, 41, 0.12);
  border-radius: 24px;
  color: #fff;
  background:
    linear-gradient(160deg, rgba(12, 17, 15, 0.98), rgba(20, 26, 23, 0.95)),
    linear-gradient(135deg, rgba(57, 148, 45, 0.16), transparent 45%);
  box-shadow: var(--mhg-shadow);
}

.mhg-product-hero__sidebar h3 {
  margin: 10px 0 12px;
  font-size: 24px;
  line-height: 1.1;
}

.mhg-product-hero__sidebar p {
  color: rgba(245, 247, 246, 0.84);
}

.mhg-product-hero__sidebar-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mhg-product-hero__sidebar-row strong {
  color: rgba(245, 247, 246, 0.8);
}

.mhg-product-hero__sidebar-row a {
  color: var(--mhg-green-2);
  text-decoration: none;
}

.mhg-product-master-section {
  padding-top: 24px;
}

.mhg-product-master {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: start;
}

.mhg-product-master__gallery {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(33, 45, 41, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(57, 148, 45, 0.08), transparent 42%),
    #fff;
  box-shadow: var(--mhg-shadow);
}

.mhg-product-master__main {
  overflow: hidden;
  border: 1px solid rgba(33, 45, 41, 0.08);
  border-radius: 24px;
  background: #fff;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mhg-product-master__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px;
  display: block;
  filter: drop-shadow(0 18px 24px rgba(13, 24, 21, 0.08));
}

.mhg-cinematic--about {
  min-height: clamp(620px, 76svh, 760px);
  padding: 86px 0 58px;
  background:
    linear-gradient(90deg, rgba(3, 5, 5, 0.98), rgba(3, 5, 5, 0.76) 44%, rgba(3, 5, 5, 0.18)),
    var(--mhg-hero-image) var(--mhg-hero-position, center) / cover;
}

.mhg-cinematic--about::before {
  opacity: 0.48;
  background:
    radial-gradient(circle at 72% 30%, rgba(24, 167, 126, 0.22), transparent 22%),
    linear-gradient(118deg, transparent 0 62%, rgba(24, 167, 126, 0.24) 62% 63%, transparent 63%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 104px);
}

.mhg-cinematic--about::after {
  height: 100%;
  opacity: 0.16;
  background:
    url("/assets/logo-mh-group.png") right 9% center / min(34vw, 420px) auto no-repeat;
  filter: grayscale(1) brightness(2.4);
  mix-blend-mode: screen;
}

.mhg-cinematic--about .mhg-cinematic__inner {
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.54fr);
  align-items: center;
}

.mhg-cinematic--about h1 {
  max-width: 760px;
  font-size: clamp(46px, 5.6vw, 86px);
  line-height: 0.96;
  text-wrap: balance;
}

.mhg-cinematic--about .mhg-cinematic__copy {
  max-width: 610px;
  font-size: clamp(16px, 1.45vw, 19px);
}

.mhg-cinematic--about .mhg-tech-console {
  align-self: end;
  max-width: 420px;
  margin-left: auto;
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.mhg-cinematic--about .mhg-tech-console__screen {
  min-height: 218px;
}

.mhg-cinematic--brands {
  min-height: clamp(620px, 76svh, 760px);
  padding: 86px 0 58px;
  background:
    linear-gradient(90deg, rgba(3, 5, 5, 0.98), rgba(3, 5, 5, 0.76) 44%, rgba(3, 5, 5, 0.18)),
    var(--mhg-hero-image) var(--mhg-hero-position, center) / cover;
}

.mhg-cinematic--brands::before {
  opacity: 0.5;
  background:
    radial-gradient(circle at 74% 30%, rgba(24, 167, 126, 0.22), transparent 22%),
    linear-gradient(118deg, transparent 0 62%, rgba(24, 167, 126, 0.24) 62% 63%, transparent 63%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 104px);
}

.mhg-cinematic--brands::after {
  height: 100%;
  opacity: 0.14;
  background:
    url("/assets/logo-mh-group.png") right 9% center / min(34vw, 420px) auto no-repeat;
  filter: grayscale(1) brightness(2.4);
  mix-blend-mode: screen;
}

.mhg-cinematic--brands .mhg-cinematic__inner {
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.54fr);
  align-items: center;
}

.mhg-cinematic--brands h1 {
  max-width: 780px;
  font-size: clamp(46px, 5.7vw, 88px);
  line-height: 0.96;
  text-wrap: balance;
}

.mhg-cinematic--brands .mhg-cinematic__copy {
  max-width: 620px;
  font-size: clamp(16px, 1.45vw, 19px);
}

.mhg-cinematic--brands .mhg-tech-console {
  align-self: end;
  max-width: 430px;
  margin-left: auto;
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.mhg-cinematic--brands .mhg-tech-console__screen {
  min-height: 218px;
}

.mhg-cinematic--catalogues {
  min-height: clamp(620px, 76svh, 760px);
  padding: 86px 0 58px;
  background:
    linear-gradient(90deg, rgba(3, 5, 5, 0.98), rgba(3, 5, 5, 0.75) 45%, rgba(3, 5, 5, 0.22)),
    var(--mhg-hero-image) var(--mhg-hero-position, center) / cover;
}

.mhg-cinematic--catalogues::before {
  opacity: 0.5;
  background:
    radial-gradient(circle at 72% 28%, rgba(24, 167, 126, 0.2), transparent 23%),
    linear-gradient(118deg, transparent 0 62%, rgba(24, 167, 126, 0.24) 62% 63%, transparent 63%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 104px);
}

.mhg-cinematic--catalogues::after {
  height: 100%;
  opacity: 0.14;
  background:
    url("/assets/logo-mh-group.png") right 9% center / min(34vw, 420px) auto no-repeat;
  filter: grayscale(1) brightness(2.4);
  mix-blend-mode: screen;
}

.mhg-cinematic--catalogues .mhg-cinematic__inner {
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.54fr);
  align-items: center;
}

.mhg-cinematic--catalogues h1 {
  max-width: 800px;
  font-size: clamp(46px, 5.7vw, 88px);
  line-height: 0.96;
  text-wrap: balance;
}

.mhg-cinematic--catalogues .mhg-cinematic__copy {
  max-width: 620px;
  font-size: clamp(16px, 1.45vw, 19px);
}

.mhg-cinematic--catalogues .mhg-tech-console {
  align-self: end;
  max-width: 430px;
  margin-left: auto;
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.mhg-cinematic--catalogues .mhg-tech-console__screen {
  min-height: 218px;
}

.mhg-cinematic--company-profile {
  min-height: clamp(620px, 76svh, 760px);
  padding: 86px 0 58px;
  background:
    linear-gradient(90deg, rgba(3, 5, 5, 0.98), rgba(3, 5, 5, 0.76) 44%, rgba(3, 5, 5, 0.2)),
    var(--mhg-hero-image) var(--mhg-hero-position, center) / cover;
}

.mhg-cinematic--company-profile::before {
  opacity: 0.5;
  background:
    radial-gradient(circle at 74% 30%, rgba(24, 167, 126, 0.2), transparent 22%),
    linear-gradient(118deg, transparent 0 62%, rgba(24, 167, 126, 0.24) 62% 63%, transparent 63%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 104px);
}

.mhg-cinematic--company-profile::after {
  height: 100%;
  opacity: 0.14;
  background:
    url("/assets/logo-mh-group.png") right 9% center / min(34vw, 420px) auto no-repeat;
  filter: grayscale(1) brightness(2.4);
  mix-blend-mode: screen;
}

.mhg-cinematic--company-profile .mhg-cinematic__inner {
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.54fr);
  align-items: center;
}

.mhg-cinematic--company-profile h1 {
  max-width: 820px;
  font-size: clamp(46px, 5.7vw, 88px);
  line-height: 0.96;
  text-wrap: balance;
}

.mhg-cinematic--company-profile .mhg-cinematic__copy {
  max-width: 640px;
  font-size: clamp(16px, 1.45vw, 19px);
}

.mhg-cinematic--company-profile .mhg-tech-console {
  align-self: end;
  max-width: 430px;
  margin-left: auto;
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.mhg-cinematic--company-profile .mhg-tech-console__screen {
  min-height: 218px;
}

.mhg-cinematic--contact {
  min-height: clamp(620px, 76svh, 760px);
  padding: 86px 0 58px;
  background:
    linear-gradient(90deg, rgba(3, 5, 5, 0.98), rgba(3, 5, 5, 0.75) 45%, rgba(3, 5, 5, 0.2)),
    var(--mhg-hero-image) var(--mhg-hero-position, center) / cover;
}

.mhg-cinematic--contact::before {
  opacity: 0.5;
  background:
    radial-gradient(circle at 74% 30%, rgba(24, 167, 126, 0.2), transparent 22%),
    linear-gradient(118deg, transparent 0 62%, rgba(24, 167, 126, 0.24) 62% 63%, transparent 63%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 104px);
}

.mhg-cinematic--contact::after {
  height: 100%;
  opacity: 0.14;
  background:
    url("/assets/logo-mh-group.png") right 9% center / min(34vw, 420px) auto no-repeat;
  filter: grayscale(1) brightness(2.4);
  mix-blend-mode: screen;
}

.mhg-cinematic--contact .mhg-cinematic__inner {
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.54fr);
  align-items: center;
}

.mhg-cinematic--contact h1 {
  max-width: 760px;
  font-size: clamp(46px, 5.7vw, 88px);
  line-height: 0.96;
  text-wrap: balance;
}

.mhg-cinematic--contact .mhg-cinematic__copy {
  max-width: 640px;
  font-size: clamp(16px, 1.45vw, 19px);
}

.mhg-cinematic--contact .mhg-tech-console {
  align-self: end;
  max-width: 430px;
  margin-left: auto;
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.mhg-cinematic--contact .mhg-tech-console__screen {
  min-height: 218px;
}

.mhg-cinematic--credentials {
  min-height: clamp(620px, 76svh, 760px);
  padding: 86px 0 58px;
  background:
    linear-gradient(90deg, rgba(3, 5, 5, 0.98), rgba(3, 5, 5, 0.75) 45%, rgba(3, 5, 5, 0.2)),
    var(--mhg-hero-image) var(--mhg-hero-position, center) / cover;
}

.mhg-cinematic--credentials::before {
  opacity: 0.5;
  background:
    radial-gradient(circle at 74% 30%, rgba(24, 167, 126, 0.2), transparent 22%),
    linear-gradient(118deg, transparent 0 62%, rgba(24, 167, 126, 0.24) 62% 63%, transparent 63%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 104px);
}

.mhg-cinematic--credentials::after {
  height: 100%;
  opacity: 0.14;
  background:
    url("/assets/logo-mh-group.png") right 9% center / min(34vw, 420px) auto no-repeat;
  filter: grayscale(1) brightness(2.4);
  mix-blend-mode: screen;
}

.mhg-cinematic--credentials .mhg-cinematic__inner {
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.54fr);
  align-items: center;
}

.mhg-cinematic--credentials h1 {
  max-width: 820px;
  font-size: clamp(46px, 5.7vw, 88px);
  line-height: 0.96;
  text-wrap: balance;
}

.mhg-cinematic--credentials .mhg-cinematic__copy {
  max-width: 640px;
  font-size: clamp(16px, 1.45vw, 19px);
}

.mhg-cinematic--credentials .mhg-tech-console {
  align-self: end;
  max-width: 430px;
  margin-left: auto;
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.mhg-cinematic--credentials .mhg-tech-console__screen {
  min-height: 218px;
}

.mhg-cinematic--distributor {
  min-height: clamp(620px, 76svh, 760px);
  padding: 86px 0 58px;
  background:
    linear-gradient(90deg, rgba(3, 5, 5, 0.98), rgba(3, 5, 5, 0.76) 44%, rgba(3, 5, 5, 0.2)),
    var(--mhg-hero-image) var(--mhg-hero-position, center) / cover;
}

.mhg-cinematic--distributor::before {
  opacity: 0.5;
  background:
    radial-gradient(circle at 74% 30%, rgba(24, 167, 126, 0.2), transparent 22%),
    linear-gradient(118deg, transparent 0 62%, rgba(24, 167, 126, 0.24) 62% 63%, transparent 63%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 104px);
}

.mhg-cinematic--distributor::after {
  height: 100%;
  opacity: 0.14;
  background:
    url("/assets/logo-mh-group.png") right 9% center / min(34vw, 420px) auto no-repeat;
  filter: grayscale(1) brightness(2.4);
  mix-blend-mode: screen;
}

.mhg-cinematic--distributor .mhg-cinematic__inner {
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.54fr);
  align-items: center;
}

.mhg-cinematic--distributor h1 {
  max-width: 820px;
  font-size: clamp(46px, 5.7vw, 88px);
  line-height: 0.96;
  text-wrap: balance;
}

.mhg-cinematic--distributor .mhg-cinematic__copy {
  max-width: 640px;
  font-size: clamp(16px, 1.45vw, 19px);
}

.mhg-cinematic--distributor .mhg-tech-console {
  align-self: end;
  max-width: 430px;
  margin-left: auto;
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.mhg-cinematic--distributor .mhg-tech-console__screen {
  min-height: 218px;
}

.mhg-cinematic--catalog-hub {
  min-height: clamp(620px, 76svh, 760px);
  padding: 86px 0 58px;
  background:
    linear-gradient(90deg, rgba(3, 5, 5, 0.98), rgba(3, 5, 5, 0.75) 45%, rgba(3, 5, 5, 0.2)),
    var(--mhg-hero-image) var(--mhg-hero-position, center) / cover;
}

.mhg-cinematic--catalog-hub::before {
  opacity: 0.5;
  background:
    radial-gradient(circle at 74% 30%, rgba(24, 167, 126, 0.2), transparent 22%),
    linear-gradient(118deg, transparent 0 62%, rgba(24, 167, 126, 0.24) 62% 63%, transparent 63%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 104px);
}

.mhg-cinematic--catalog-hub::after {
  height: 100%;
  opacity: 0.14;
  background:
    url("/assets/logo-mh-group.png") right 9% center / min(34vw, 420px) auto no-repeat;
  filter: grayscale(1) brightness(2.4);
  mix-blend-mode: screen;
}

.mhg-cinematic--catalog-hub .mhg-cinematic__inner {
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.54fr);
  align-items: center;
}

.mhg-cinematic--catalog-hub h1 {
  max-width: 840px;
  font-size: clamp(46px, 5.7vw, 88px);
  line-height: 0.96;
  text-wrap: balance;
}

.mhg-cinematic--catalog-hub .mhg-cinematic__copy {
  max-width: 640px;
  font-size: clamp(16px, 1.45vw, 19px);
}

.mhg-cinematic--catalog-hub .mhg-tech-console {
  align-self: end;
  max-width: 430px;
  margin-left: auto;
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.mhg-cinematic--catalog-hub .mhg-tech-console__screen {
  min-height: 218px;
}

.mhg-cinematic--team {
  min-height: clamp(620px, 76svh, 760px);
  padding: 86px 0 58px;
  background:
    linear-gradient(90deg, rgba(3, 5, 5, 0.98), rgba(3, 5, 5, 0.76) 44%, rgba(3, 5, 5, 0.2)),
    var(--mhg-hero-image) var(--mhg-hero-position, center) / cover;
}

.mhg-cinematic--team::before {
  opacity: 0.5;
  background:
    radial-gradient(circle at 74% 30%, rgba(24, 167, 126, 0.2), transparent 22%),
    linear-gradient(118deg, transparent 0 62%, rgba(24, 167, 126, 0.24) 62% 63%, transparent 63%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 104px);
}

.mhg-cinematic--team::after {
  height: 100%;
  opacity: 0.14;
  background:
    url("/assets/logo-mh-group.png") right 9% center / min(34vw, 420px) auto no-repeat;
  filter: grayscale(1) brightness(2.4);
  mix-blend-mode: screen;
}

.mhg-cinematic--team .mhg-cinematic__inner {
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.54fr);
  align-items: center;
}

.mhg-cinematic--team h1 {
  max-width: 860px;
  font-size: clamp(46px, 5.7vw, 88px);
  line-height: 0.96;
  text-wrap: balance;
}

.mhg-cinematic--team .mhg-cinematic__copy {
  max-width: 640px;
  font-size: clamp(16px, 1.45vw, 19px);
}

.mhg-cinematic--team .mhg-tech-console {
  align-self: end;
  max-width: 430px;
  margin-left: auto;
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.mhg-cinematic--team .mhg-tech-console__screen {
  min-height: 218px;
}

.mhg-catalogues-hub {
  background:
    radial-gradient(circle at 86% 18%, rgba(57, 148, 45, 0.11), transparent 28%),
    var(--mhg-soft);
}

.mhg-catalogue-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mhg-catalogue-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(13, 24, 21, 0.08);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 249, 0.94));
  box-shadow: 0 18px 38px rgba(11, 18, 16, 0.08);
}

.mhg-catalogue-feature__image {
  min-height: 100%;
  background: #f9fbfa;
}

.mhg-catalogue-feature__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mhg-catalogue-feature__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  padding: 24px;
}

.mhg-catalogue-feature__body h3 {
  margin: 0;
  color: var(--mhg-charcoal);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1;
}

.mhg-catalogue-feature__body p {
  margin: 0;
  color: var(--mhg-muted);
  line-height: 1.55;
}

.mhg-catalogue-feature .mhg-actions > .mhg-btn--ghost,
.mhg-catalogues-buyer-path .mhg-actions > .mhg-btn--ghost {
  color: var(--mhg-ink);
  border-color: rgba(13, 24, 21, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.mhg-catalogue-card-grid {
  align-items: stretch;
}

.mhg-catalogue-card {
  min-height: 270px;
  border-radius: 10px;
  border-color: rgba(13, 24, 21, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 249, 0.94));
}

.mhg-catalogue-card h3 {
  font-size: 25px;
  line-height: 1.04;
}

.mhg-catalogue-card p {
  font-size: 15px;
}

.mhg-catalogues-buyer-path .mhg-process__step {
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 249, 0.94));
}

.mhg-company-profile-intro {
  background:
    radial-gradient(circle at 86% 18%, rgba(57, 148, 45, 0.11), transparent 28%),
    var(--mhg-soft);
}

.mhg-company-profile-showcase .mhg-split__copy h2 {
  max-width: 680px;
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 0.96;
}

.mhg-profile-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgba(13, 24, 21, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 38px rgba(11, 18, 16, 0.08);
}

.mhg-profile-proof-grid div {
  min-height: 104px;
  padding: 20px;
  border-right: 1px solid rgba(13, 24, 21, 0.08);
  border-bottom: 1px solid rgba(13, 24, 21, 0.08);
}

.mhg-profile-proof-grid div:nth-child(2n) {
  border-right: 0;
}

.mhg-profile-proof-grid div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.mhg-profile-proof-grid strong {
  display: block;
  color: var(--mhg-green);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1;
}

.mhg-profile-proof-grid span {
  display: block;
  margin-top: 8px;
  color: rgba(31, 45, 41, 0.7);
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.25;
}

.mhg-company-profile-brands .mhg-logo-wall {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.mhg-company-profile-brands .mhg-logo-chip {
  min-height: 104px;
  border-color: rgba(13, 24, 21, 0.1);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 247, 0.94));
  color: var(--mhg-ink);
  box-shadow: 0 16px 34px rgba(11, 18, 16, 0.08);
}

.mhg-company-profile-brands .mhg-logo-chip img {
  max-width: 118px;
  max-height: 50px;
}

.mhg-company-profile-brands .mhg-logo-chip span {
  color: rgba(31, 45, 41, 0.76);
}

.mhg-company-profile-routes .mhg-actions > .mhg-btn--ghost,
.mhg-company-profile-brands .mhg-actions > .mhg-btn--ghost {
  color: var(--mhg-ink);
  border-color: rgba(13, 24, 21, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.mhg-contact-intro {
  background:
    radial-gradient(circle at 86% 18%, rgba(57, 148, 45, 0.11), transparent 28%),
    var(--mhg-soft);
}

.mhg-contact-showcase .mhg-split__copy h2,
.mhg-contact-form-layout .mhg-split__copy h2 {
  max-width: 720px;
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 0.96;
}

.mhg-contact-showcase .mhg-profile-proof-grid strong {
  color: var(--mhg-charcoal);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.05;
}

.mhg-contact-showcase .mhg-profile-proof-grid span {
  font-size: 13px;
  line-height: 1.35;
  text-transform: none;
}

.mhg-contact-form-section {
  background:
    radial-gradient(circle at 16% 24%, rgba(57, 148, 45, 0.1), transparent 26%),
    var(--mhg-soft);
}

.mhg-contact-form-layout {
  align-items: start;
}

.mhg-contact-form-layout .mhg-form {
  margin-top: 24px;
  border-radius: 10px;
  box-shadow: 0 22px 42px rgba(11, 18, 16, 0.08);
}

.mhg-credentials-intro {
  background:
    radial-gradient(circle at 86% 18%, rgba(57, 148, 45, 0.11), transparent 28%),
    var(--mhg-soft);
}

.mhg-credentials-showcase .mhg-split__copy h2 {
  max-width: 720px;
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 0.96;
}

.mhg-credentials-brands .mhg-logo-wall {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.mhg-credentials-brands .mhg-logo-chip {
  min-height: 104px;
  border-color: rgba(13, 24, 21, 0.1);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 247, 0.94));
  color: var(--mhg-ink);
  box-shadow: 0 16px 34px rgba(11, 18, 16, 0.08);
}

.mhg-credentials-brands .mhg-logo-chip img {
  max-width: 118px;
  max-height: 50px;
}

.mhg-credentials-brands .mhg-logo-chip span {
  color: rgba(31, 45, 41, 0.76);
}

.mhg-credentials-routes .mhg-actions > .mhg-btn--ghost,
.mhg-credentials-brands .mhg-actions > .mhg-btn--ghost {
  color: var(--mhg-ink);
  border-color: rgba(13, 24, 21, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.mhg-distributor-intro {
  background:
    radial-gradient(circle at 86% 18%, rgba(57, 148, 45, 0.11), transparent 28%),
    var(--mhg-soft);
}

.mhg-distributor-directory {
  background: #fff;
}

.mhg-distributor-page .mhg-brand-grid--catalog {
  align-items: stretch;
}

.mhg-distributor-page .mhg-brand-card--distributor {
  border-radius: 10px;
  border-color: rgba(13, 24, 21, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 249, 0.94));
  box-shadow: 0 18px 38px rgba(11, 18, 16, 0.08);
}

.mhg-distributor-page .mhg-brand-card--distributor .mhg-brand-card__media {
  border-color: rgba(13, 24, 21, 0.1);
  background:
    radial-gradient(circle at 50% 35%, rgba(57, 148, 45, 0.08), transparent 46%),
    var(--mhg-distributor-logo-bg, #fff);
}

.mhg-distributor-page .mhg-brand-card--distributor .mhg-brand-card__media img {
  max-width: 78%;
  max-height: 78%;
  object-fit: contain;
}

.mhg-distributor-page .mhg-actions > .mhg-btn--ghost {
  color: var(--mhg-ink);
  border-color: rgba(13, 24, 21, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.mhg-catalog-hub-intro {
  background:
    radial-gradient(circle at 86% 18%, rgba(57, 148, 45, 0.11), transparent 28%),
    var(--mhg-soft);
}

.mhg-catalog-hub-products {
  background: #fff;
}

.mhg-catalog-hub-page .mhg-brand-card {
  border-radius: 10px;
  border-color: rgba(13, 24, 21, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 249, 0.94));
  box-shadow: 0 18px 38px rgba(11, 18, 16, 0.08);
}

.mhg-catalog-hub-page .mhg-actions > .mhg-btn--ghost {
  color: var(--mhg-ink);
  border-color: rgba(13, 24, 21, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.mhg-team-intro {
  background:
    radial-gradient(circle at 86% 18%, rgba(57, 148, 45, 0.11), transparent 28%),
    var(--mhg-soft);
}

.mhg-team-showcase .mhg-split__copy h2 {
  max-width: 720px;
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 0.96;
}

.mhg-team-leaders {
  background: #fff;
}

.mhg-team-card {
  min-height: 390px;
  border-radius: 10px;
  border-color: rgba(13, 24, 21, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 249, 0.94));
  box-shadow: 0 18px 38px rgba(11, 18, 16, 0.08);
}

.mhg-team-page .mhg-actions > .mhg-btn--ghost {
  color: var(--mhg-ink);
  border-color: rgba(13, 24, 21, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.mhg-brands-portfolio {
  background:
    radial-gradient(circle at 86% 18%, rgba(57, 148, 45, 0.11), transparent 28%),
    var(--mhg-soft);
}

.mhg-brands-role-band {
  margin-bottom: 26px;
}

.mhg-brands-role-band h3,
.mhg-brands-showcase .mhg-split__copy h3 {
  margin: 0 0 14px;
  color: var(--mhg-charcoal);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 0.98;
}

.mhg-brands-logo-panel {
  margin: 0 0 32px;
  padding: 0;
  background: transparent;
}

.mhg-brands-logo-panel .mhg-logo-wall {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.mhg-brands-logo-panel .mhg-logo-chip {
  min-height: 104px;
  border-color: rgba(13, 24, 21, 0.1);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 247, 0.94));
  color: var(--mhg-ink);
  box-shadow: 0 16px 34px rgba(11, 18, 16, 0.08);
}

.mhg-brands-logo-panel .mhg-logo-chip img {
  max-width: 118px;
  max-height: 50px;
}

.mhg-brands-logo-panel .mhg-logo-chip span {
  color: rgba(31, 45, 41, 0.76);
}

.mhg-brands-showcase {
  margin-bottom: 34px;
}

.mhg-brands-showcase .mhg-actions > .mhg-btn--ghost {
  color: var(--mhg-ink);
  border-color: rgba(13, 24, 21, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.mhg-brands-card-grid {
  align-items: stretch;
}

.mhg-brands-card {
  min-height: 100%;
  border-radius: 10px;
  border-color: rgba(13, 24, 21, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 249, 0.94));
}

.mhg-brands-card .mhg-brand-card__media {
  background:
    radial-gradient(circle at 50% 18%, rgba(24, 167, 126, 0.08), transparent 44%),
    #f9fbfa;
}

.mhg-brands-card--lanopro .mhg-brand-card__media img {
  object-fit: contain;
  padding: 10px;
}

.mhg-brands-card h3 {
  font-size: 25px;
}

.mhg-brands-card p {
  font-size: 15px;
}

.mhg-product-master__main iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #0f1412;
}

.mhg-product-master__media {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #fff;
}

.mhg-product-master__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.mhg-product-master__thumb {
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(33, 45, 41, 0.08);
  cursor: pointer;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  aspect-ratio: 1 / 1;
  position: relative;
  box-shadow: 0 8px 18px rgba(13, 24, 21, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mhg-product-master__thumb:hover {
  transform: translateY(-2px);
  border-color: rgba(57, 148, 45, 0.26);
  box-shadow: 0 14px 24px rgba(13, 24, 21, 0.12);
}

.mhg-product-master__thumb.is-active {
  border-color: rgba(57, 148, 45, 0.42);
  box-shadow: 0 16px 28px rgba(57, 148, 45, 0.16);
}

.mhg-product-master__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 8px;
  display: block;
  background: #fff;
}

.mhg-product-master__thumb-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 15px;
  background: rgba(10, 14, 13, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.mhg-product-master__summary {
  position: sticky;
  top: 108px;
  padding: 28px;
  border: 1px solid rgba(33, 45, 41, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 248, 0.96)),
    linear-gradient(135deg, rgba(57, 148, 45, 0.08), transparent 54%);
  box-shadow: var(--mhg-shadow-heavy);
}

.mhg-product-master__summary h1 {
  margin: 10px 0 12px;
  font-size: clamp(36px, 3.6vw, 52px);
  line-height: 0.98;
}

.mhg-product-master__subtitle {
  color: var(--mhg-green);
  font-weight: 850;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mhg-product-master__summary-copy {
  margin-top: 12px;
  color: var(--mhg-muted);
  line-height: 1.58;
}

.mhg-product-master__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.mhg-product-master__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(33, 45, 41, 0.12);
  background: rgba(57, 148, 45, 0.08);
  color: var(--mhg-ink);
  font-size: 13px;
  font-weight: 750;
}

.mhg-product-master__facts {
  display: grid;
  gap: 12px;
  margin: 20px 0 22px;
}

.mhg-product-master__fact {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(33, 45, 41, 0.1);
}

.mhg-product-master__fact strong {
  color: var(--mhg-ink);
}

.mhg-product-master__fact span {
  color: var(--mhg-muted);
  text-align: right;
}

.mhg-product-master__note {
  margin-top: 16px;
  color: var(--mhg-muted);
  font-size: 14px;
  line-height: 1.5;
}

.mhg-product-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mhg-product-detail-grid .mhg-spec {
  min-height: 96px;
  padding: 16px 18px;
}

.mhg-product-detail-grid .mhg-spec-rail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mhg-product-detail-grid .mhg-spec strong {
  font-size: clamp(18px, 2.2vw, 28px);
}

.mhg-product-doc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.mhg-product-detail-grid .mhg-card,
.mhg-product-doc-grid .mhg-card {
  min-height: 0;
}

.mhg-bullet-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.mhg-bullet-list li {
  position: relative;
  padding-left: 22px;
  color: var(--mhg-muted);
  line-height: 1.5;
}

.mhg-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mhg-green);
  box-shadow: 0 0 0 4px rgba(57, 148, 45, 0.12);
}

.mhg-video-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.mhg-video-feature__media,
.mhg-video-feature__copy {
  min-width: 0;
}

.mhg-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(33, 45, 41, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(57, 148, 45, 0.12), transparent 44%),
    #0f1412;
  box-shadow: var(--mhg-shadow-heavy);
}

.mhg-video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 20% 80%, rgba(57, 148, 45, 0.16) 80% 100%);
  opacity: 0.75;
  z-index: 1;
}

.mhg-video-frame iframe {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.mhg-video-feature__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 32px;
  border: 1px solid rgba(33, 45, 41, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 247, 0.96)),
    linear-gradient(135deg, rgba(57, 148, 45, 0.05), transparent 58%);
  box-shadow: var(--mhg-shadow);
}

.mhg-video-feature__copy h3 {
  margin: 0;
  font-size: clamp(28px, 4.4vw, 48px);
  line-height: 0.96;
  color: var(--mhg-charcoal);
}

.mhg-video-feature__copy > p {
  margin: 0;
  color: var(--mhg-muted);
  line-height: 1.6;
  font-size: 17px;
}

.mhg-video-notes {
  gap: 14px;
}

.mhg-video-notes .mhg-card {
  min-height: 0;
  padding: 18px;
}

.mhg-audit-page .mhg-cinematic h1 {
  max-width: 820px;
}

.mhg-audit-page .mhg-cinematic__copy {
  max-width: 720px;
}

.mhg-audit-proof {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
  background: rgba(255, 255, 255, 0.82);
}

.mhg-audit-proof strong {
  font-size: clamp(18px, 2vw, 30px);
}

.mhg-audit-authority .mhg-split__copy h2,
.mhg-audit-output .mhg-split__copy h2 {
  max-width: 760px;
  font-size: clamp(36px, 4.7vw, 62px);
  line-height: 0.96;
}

.mhg-audit-report {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 30px;
  border: 1px solid rgba(183, 240, 167, 0.2);
  border-radius: 10px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(4, 19, 15, 0.98), rgba(11, 45, 34, 0.94)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 22px);
  box-shadow: 0 28px 80px rgba(8, 22, 18, 0.22);
}

.mhg-audit-report::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(44, 148, 62, 0.16), transparent),
    repeating-linear-gradient(0deg, rgba(183, 240, 167, 0.08) 0 1px, transparent 1px 36px);
  opacity: 0.72;
  pointer-events: none;
}

.mhg-audit-report__head,
.mhg-audit-report__row {
  position: relative;
  z-index: 1;
}

.mhg-audit-report__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.mhg-audit-report__head span {
  color: #73d66b;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}

.mhg-audit-report__head strong {
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 0.9;
}

.mhg-audit-report__row {
  display: grid;
  grid-template-columns: 46px minmax(120px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mhg-audit-report__row:last-child {
  border-bottom: 0;
}

.mhg-audit-report__row b {
  color: #73d66b;
  font-size: 13px;
}

.mhg-audit-report__row strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}

.mhg-audit-report__row span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.mhg-audit-selector .mhg-home-brand-trust {
  border-radius: 10px;
}

.mhg-product-tile {
  min-height: 230px;
  padding: 24px;
  text-decoration: none;
  border: 1px solid rgba(33, 45, 41, 0.1);
  border-radius: var(--mhg-radius);
  color: var(--mhg-ink);
  background:
    linear-gradient(145deg, rgba(57, 148, 45, 0.08), transparent 46%),
    #fff;
  box-shadow: var(--mhg-shadow);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.mhg-product-tile:hover {
  transform: translateY(-6px);
  background:
    linear-gradient(145deg, rgba(57, 148, 45, 0.14), transparent 54%),
    #fff;
  box-shadow: 0 22px 56px rgba(13, 24, 21, 0.14);
}

.mhg-product-tile img {
  width: 100%;
  min-height: 150px;
  max-height: 150px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 18px 24px rgba(13, 24, 21, 0.12));
}

.mhg-spec-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--mhg-line);
  background: #fff;
  box-shadow: var(--mhg-shadow);
}

.mhg-spec {
  min-width: 0;
  min-height: 122px;
  padding: 20px;
  border-right: 1px solid var(--mhg-line);
}

.mhg-spec:last-child {
  border-right: 0;
}

.mhg-spec strong {
  display: block;
  color: var(--mhg-green);
  font-size: clamp(22px, 2.7vw, 34px);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.mhg-spec span {
  display: block;
  margin-top: 10px;
  color: var(--mhg-muted);
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.mhg-process {
  counter-reset: process;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  background: transparent;
}

.mhg-process__step {
  position: relative;
  min-height: 220px;
  padding: 26px;
  color: var(--mhg-ink);
  border: 1px solid rgba(33, 45, 41, 0.1);
  border-radius: var(--mhg-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 247, 0.96)),
    linear-gradient(135deg, rgba(57, 148, 45, 0.06), transparent 56%);
  box-shadow: var(--mhg-shadow);
}

.mhg-process__step::before {
  counter-increment: process;
  content: "0" counter(process);
  display: block;
  margin-bottom: 46px;
  color: var(--mhg-green);
  font-weight: 900;
}

.mhg-process__step h3 {
  margin: 0 0 12px;
  color: var(--mhg-charcoal);
}

.mhg-process__step p {
  margin: 0;
  color: var(--mhg-muted);
  line-height: 1.55;
}

.mhg-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.mhg-profile {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--mhg-line);
  background: #fff;
  box-shadow: var(--mhg-shadow);
}

.mhg-avatar {
  min-height: 160px;
  background:
    linear-gradient(145deg, rgba(24, 167, 126, 0.18), transparent),
    linear-gradient(135deg, #dce4e0, #f6f8f7);
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}

.mhg-contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
}

.mhg-form-shell {
  padding: 30px;
  border: 1px solid var(--mhg-line);
  background: #fff;
  box-shadow: var(--mhg-shadow);
}

.mhg-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.mhg-field {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.mhg-field label {
  color: var(--mhg-green);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.mhg-field input,
.mhg-field select,
.mhg-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--mhg-line);
  border-radius: 0;
  background: #f8faf9;
  color: var(--mhg-ink);
  font: inherit;
}

.mhg-field textarea {
  min-height: 130px;
  resize: vertical;
}

.mhg-directory {
  display: grid;
  gap: 14px;
}

.mhg-directory--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mhg-directory--compact .mhg-directory-item {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.mhg-directory--compact .mhg-directory-item .mhg-btn {
  width: 100%;
  justify-content: flex-start;
  text-align: left;
  white-space: normal;
  min-height: 60px;
  padding: 14px 16px;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(57, 148, 45, 0.18);
  font-size: 15px;
  line-height: 1.35;
}

.mhg-directory--compact .mhg-directory-item p {
  margin-top: 8px;
}

.mhg-directory-item {
  padding: 22px;
  border: 1px solid var(--mhg-line);
  background: #fff;
  box-shadow: 0 12px 32px rgba(13, 24, 21, 0.06);
}

.mhg-directory-item__address {
  margin-bottom: 14px;
}

.mhg-directory-item__meta {
  display: grid;
  gap: 8px;
  margin: 16px 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--mhg-radius);
  background: rgba(255, 255, 255, 0.02);
}

.mhg-directory-item__meta span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

.mhg-brand-card--distributor .mhg-directory-item__meta {
  border-color: rgba(13, 24, 21, 0.08);
  background: rgba(13, 24, 21, 0.03);
}

.mhg-brand-card--distributor .mhg-directory-item__meta span,
.mhg-brand-card--distributor .mhg-directory-item__extra {
  color: rgba(31, 45, 41, 0.72);
}

.mhg-directory-item__extra {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.5;
}

.mhg-directory-item__actions {
  margin-top: 0;
}

.mhg-distributor-profile {
  margin-bottom: 22px;
  padding: 22px;
  border: 1px solid var(--mhg-line);
  border-radius: calc(var(--mhg-radius) + 2px);
  background:
    linear-gradient(135deg, rgba(24, 167, 126, 0.08), transparent 42%),
    #fff;
  box-shadow: var(--mhg-shadow);
}

.mhg-distributor-profile__brand {
  display: grid;
  grid-template-columns: minmax(120px, 160px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.mhg-distributor-profile__logo {
  display: grid;
  place-items: center;
  min-height: 120px;
  padding: 16px;
  border: 1px solid rgba(13, 24, 21, 0.08);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 20%, rgba(24, 167, 126, 0.12), transparent 52%),
    linear-gradient(180deg, #ffffff, #f4f7f6);
}

.mhg-distributor-profile__logo img {
  width: min(100%, 130px);
  max-height: 90px;
  object-fit: contain;
}

.mhg-distributor-profile__logo--fallback strong {
  color: var(--mhg-green);
  font-size: 34px;
  line-height: 1;
}

.mhg-distributor-profile__brand-copy {
  min-width: 0;
}

.mhg-distributor-profile__brand-copy h3 {
  margin: 6px 0 8px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.02;
}

.mhg-distributor-profile__brand-copy p {
  margin: 0;
  color: var(--mhg-muted);
  line-height: 1.55;
}

.mhg-distributor-profile__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.mhg-distributor-profile__fact {
  padding: 16px 18px;
  border: 1px solid rgba(13, 24, 21, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
}

.mhg-distributor-profile__fact strong {
  display: block;
  color: var(--mhg-green);
  font-size: 16px;
  line-height: 1.1;
}

.mhg-distributor-profile__fact span {
  display: block;
  margin-top: 6px;
  color: var(--mhg-muted);
  font-size: 13px;
  line-height: 1.35;
}

.mhg-distributor-profile .mhg-actions {
  margin-top: 18px;
}

.mhg-distributor-profile .mhg-btn {
  min-height: 46px;
}

.mhg-distributor-profile .mhg-btn--ghost {
  background: #fff;
}

.mhg-section--dark .mhg-directory-item,
.mhg-directory--dark .mhg-directory-item {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(24, 167, 126, 0.08), transparent 45%),
    rgba(7, 14, 12, 0.92);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.mhg-section--dark .mhg-directory-item .mhg-kicker,
.mhg-directory--dark .mhg-directory-item .mhg-kicker {
  color: var(--mhg-green);
}

.mhg-section--dark .mhg-directory-item h3,
.mhg-section--dark .mhg-directory-item p,
.mhg-directory--dark .mhg-directory-item h3,
.mhg-directory--dark .mhg-directory-item p {
  color: rgba(255, 255, 255, 0.92);
}

.mhg-section--dark .mhg-directory-item p:last-of-type,
.mhg-directory--dark .mhg-directory-item p:last-of-type {
  color: rgba(255, 255, 255, 0.74);
}

.mhg-doc-viewer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.mhg-doc-page {
  min-height: 220px;
  padding: 18px;
  border: 1px solid var(--mhg-line);
  background:
    linear-gradient(135deg, rgba(24, 167, 126, 0.12), transparent 50%),
    #fff;
  box-shadow: var(--mhg-shadow);
}

.mhg-doc-page strong {
  display: block;
  color: var(--mhg-green);
  font-size: 28px;
}

.mhg-page-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.mhg-page-nav a {
  padding: 10px 13px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.mhg-sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: flex;
  gap: 8px;
}

.mhg-sticky-cta a {
  min-height: 42px;
  padding: 10px 14px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 850;
  background: linear-gradient(135deg, var(--mhg-green), var(--mhg-green-2));
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

.mhg-page-intro h1 {
  font-size: clamp(44px, 7vw, 82px);
  text-transform: uppercase;
}

.mhg-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: var(--mhg-shadow);
}

.mhg-table th,
.mhg-table td {
  padding: 16px;
  border-bottom: 1px solid var(--mhg-line);
  text-align: left;
  vertical-align: top;
}

.mhg-table th {
  color: var(--mhg-green);
  font-size: 12px;
  text-transform: uppercase;
}

.mhg-voice-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px;
  align-items: start;
}

.mhg-voice-panel {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(33, 45, 41, 0.1);
  border-radius: var(--mhg-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 247, 0.96));
  box-shadow: var(--mhg-shadow);
}

.mhg-voice-panel--main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mhg-voice-panel--side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mhg-voice-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.mhg-voice-status {
  display: flex;
  gap: 12px;
  align-items: center;
}

.mhg-voice-status__dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--mhg-green-3);
  box-shadow: 0 0 0 8px rgba(24, 167, 126, 0.12);
  flex: 0 0 auto;
}

.mhg-voice-status strong {
  display: block;
  color: var(--mhg-charcoal);
  font-size: 17px;
  line-height: 1.1;
}

.mhg-voice-status span {
  display: block;
  color: var(--mhg-muted);
  font-size: 13px;
  line-height: 1.35;
}

.mhg-voice-language {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mhg-voice-chip {
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid var(--mhg-line);
  border-radius: var(--mhg-radius);
  background: #fff;
  color: var(--mhg-ink);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  cursor: pointer;
}

.mhg-voice-chip.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--mhg-green), var(--mhg-green-2));
  box-shadow: 0 10px 24px rgba(6, 63, 50, 0.2);
}

.mhg-voice-log {
  min-height: 360px;
  max-height: 54vh;
  overflow: auto;
  padding: 18px;
  border: 1px solid var(--mhg-line);
  border-radius: var(--mhg-radius);
  background: linear-gradient(180deg, #f8fbf8, #eef4ef);
  display: grid;
  gap: 12px;
}

.mhg-voice-message {
  padding: 14px 16px;
  border-radius: var(--mhg-radius);
  border: 1px solid var(--mhg-line);
  background: #fff;
}

.mhg-voice-message__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--mhg-muted);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mhg-voice-message p {
  margin: 10px 0 0;
  color: var(--mhg-ink);
  line-height: 1.55;
}

.mhg-voice-message--assistant {
  border-color: rgba(57, 148, 45, 0.18);
}

.mhg-voice-message--user {
  margin-left: auto;
  background: linear-gradient(135deg, var(--mhg-green), var(--mhg-green-2));
  border-color: transparent;
  color: #fff;
}

.mhg-voice-message--user .mhg-voice-message__meta,
.mhg-voice-message--user p {
  color: rgba(255, 255, 255, 0.92);
}

.mhg-voice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mhg-voice-panel .mhg-btn--ghost {
  color: var(--mhg-ink);
  border-color: var(--mhg-line);
  background: linear-gradient(180deg, #fff, #f7faf8);
  backdrop-filter: none;
}

.mhg-voice-panel .mhg-btn--ghost:hover {
  color: var(--mhg-ink);
}

.mhg-voice-compose {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.mhg-voice-compose textarea {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 56px;
  padding: 13px 14px;
  border: 1px solid var(--mhg-line);
  border-radius: var(--mhg-radius);
  background: #fff;
  color: var(--mhg-ink);
  font: inherit;
  resize: vertical;
}

.mhg-voice-compose textarea:focus,
.mhg-voice-chip:focus,
.mhg-voice-prompt:focus {
  outline: 2px solid rgba(57, 148, 45, 0.24);
  outline-offset: 2px;
}

.mhg-voice-stack {
  display: grid;
  gap: 14px;
}

.mhg-voice-stack__block {
  padding: 16px 0;
  border-bottom: 1px solid var(--mhg-line);
}

.mhg-voice-stack__block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.mhg-voice-stack__block strong {
  display: block;
  margin-bottom: 6px;
  color: var(--mhg-charcoal);
  font-size: 18px;
}

.mhg-voice-stack__block p {
  margin: 0;
  color: var(--mhg-muted);
  line-height: 1.55;
}

.mhg-voice-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mhg-voice-tags span {
  padding: 9px 11px;
  border: 1px solid var(--mhg-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--mhg-charcoal);
  font-size: 12px;
  font-weight: 800;
}

.mhg-voice-contact {
  padding-top: 14px;
  border-top: 1px solid var(--mhg-line);
}

.mhg-voice-contact strong {
  display: block;
  margin-bottom: 8px;
  color: var(--mhg-charcoal);
  font-size: 18px;
}

.mhg-voice-contact p {
  margin: 0;
  color: var(--mhg-muted);
  line-height: 1.5;
}

.mhg-voice-prompt-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mhg-voice-prompt {
  min-height: 110px;
  padding: 18px;
  border: 1px solid var(--mhg-line);
  border-radius: var(--mhg-radius);
  background: #fff;
  box-shadow: var(--mhg-shadow);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  color: var(--mhg-ink);
  cursor: pointer;
}

.mhg-voice-prompt strong {
  font-size: 18px;
  line-height: 1.1;
}

.mhg-voice-prompt span {
  color: var(--mhg-muted);
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 900px) {
  .mhg-shell {
    width: min(100% - 28px, var(--mhg-max));
  }

  .mhg-nav__links {
    display: none;
  }

  .mhg-hero {
    min-height: auto;
    padding: 72px 0 44px;
  }

  .mhg-hero__inner,
  .mhg-cinematic__inner,
  .mhg-tech-row,
  .mhg-roi,
  .mhg-grid,
  .mhg-grid--2,
  .mhg-contact-grid,
  .mhg-profile-grid,
  .mhg-brand-portfolio {
    grid-template-columns: 1fr;
  }

  .mhg-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhg-home-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhg-home-brand-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mhg-home-brand-intro h2 {
    font-size: clamp(38px, 10vw, 58px);
  }

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

  .mhg-home-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhg-hero__instrument {
    min-height: auto;
    transform: none;
  }

  .mhg-cinematic {
    min-height: auto;
    padding: 88px 0 56px;
  }

  .mhg-cinematic h1 {
    font-size: clamp(36px, 12vw, 56px);
    max-width: 100%;
  }

  .mhg-cinematic--about {
    padding: 76px 0 48px;
    background-position: 58% center;
  }

  .mhg-cinematic--about .mhg-cinematic__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mhg-cinematic--about h1 {
    max-width: 520px;
    font-size: clamp(34px, 10.4vw, 48px);
    line-height: 1.02;
  }

  .mhg-cinematic--about .mhg-cinematic__copy {
    max-width: 520px;
    font-size: 16px;
  }

  .mhg-cinematic--about .mhg-tech-console {
    width: 100%;
    max-width: 520px;
    margin: 0;
    padding: 14px;
    transform: none;
  }

  .mhg-cinematic--about .mhg-tech-console__screen {
    min-height: 0;
    padding: 14px;
  }

  .mhg-cinematic--about .mhg-console-row {
    align-items: flex-start;
  }

  .mhg-cinematic--about .mhg-console-row span {
    max-width: 52%;
    text-align: right;
    line-height: 1.25;
  }

  .mhg-cinematic--about::after {
    background-size: 260px auto;
    background-position: right -82px top 92px;
    opacity: 0.1;
  }

  .mhg-cinematic--brands {
    padding: 76px 0 48px;
    background-position: 58% center;
  }

  .mhg-cinematic--brands .mhg-cinematic__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mhg-cinematic--brands h1 {
    max-width: 520px;
    font-size: clamp(34px, 10.4vw, 48px);
    line-height: 1.02;
  }

  .mhg-cinematic--brands .mhg-cinematic__copy {
    max-width: 520px;
    font-size: 16px;
  }

  .mhg-cinematic--brands .mhg-tech-console {
    width: 100%;
    max-width: 520px;
    margin: 0;
    padding: 14px;
    transform: none;
  }

  .mhg-cinematic--brands .mhg-tech-console__screen {
    min-height: 0;
    padding: 14px;
  }

  .mhg-cinematic--brands .mhg-console-row {
    align-items: flex-start;
  }

  .mhg-cinematic--brands .mhg-console-row span {
    max-width: 52%;
    text-align: right;
    line-height: 1.25;
  }

  .mhg-cinematic--brands::after {
    background-size: 260px auto;
    background-position: right -82px top 92px;
    opacity: 0.1;
  }

  .mhg-cinematic--catalogues {
    padding: 76px 0 48px;
    background-position: 58% center;
  }

  .mhg-cinematic--catalogues .mhg-cinematic__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mhg-cinematic--catalogues h1 {
    max-width: 520px;
    font-size: clamp(34px, 10.4vw, 48px);
    line-height: 1.02;
  }

  .mhg-cinematic--catalogues .mhg-cinematic__copy {
    max-width: 520px;
    font-size: 16px;
  }

  .mhg-cinematic--catalogues .mhg-tech-console {
    width: 100%;
    max-width: 520px;
    margin: 0;
    padding: 14px;
    transform: none;
  }

  .mhg-cinematic--catalogues .mhg-tech-console__screen {
    min-height: 0;
    padding: 14px;
  }

  .mhg-cinematic--catalogues .mhg-console-row {
    align-items: flex-start;
  }

  .mhg-cinematic--catalogues .mhg-console-row span {
    max-width: 52%;
    text-align: right;
    line-height: 1.25;
  }

  .mhg-cinematic--catalogues::after {
    background-size: 260px auto;
    background-position: right -82px top 92px;
    opacity: 0.1;
  }

  .mhg-cinematic--company-profile {
    padding: 76px 0 48px;
    background-position: 58% center;
  }

  .mhg-cinematic--company-profile .mhg-cinematic__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mhg-cinematic--company-profile h1 {
    max-width: 520px;
    font-size: clamp(34px, 10.4vw, 48px);
    line-height: 1.02;
  }

  .mhg-cinematic--company-profile .mhg-cinematic__copy {
    max-width: 520px;
    font-size: 16px;
  }

  .mhg-cinematic--company-profile .mhg-tech-console {
    width: 100%;
    max-width: 520px;
    margin: 0;
    padding: 14px;
    transform: none;
  }

  .mhg-cinematic--company-profile .mhg-tech-console__screen {
    min-height: 0;
    padding: 14px;
  }

  .mhg-cinematic--company-profile .mhg-console-row {
    align-items: flex-start;
  }

  .mhg-cinematic--company-profile .mhg-console-row span {
    max-width: 52%;
    text-align: right;
    line-height: 1.25;
  }

  .mhg-cinematic--company-profile::after {
    background-size: 260px auto;
    background-position: right -82px top 92px;
    opacity: 0.1;
  }

  .mhg-cinematic--contact {
    padding: 76px 0 48px;
    background-position: 58% center;
  }

  .mhg-cinematic--contact .mhg-cinematic__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mhg-cinematic--contact h1 {
    max-width: 520px;
    font-size: clamp(34px, 10.4vw, 48px);
    line-height: 1.02;
  }

  .mhg-cinematic--contact .mhg-cinematic__copy {
    max-width: 520px;
    font-size: 16px;
  }

  .mhg-cinematic--contact .mhg-tech-console {
    width: 100%;
    max-width: 520px;
    margin: 0;
    padding: 14px;
    transform: none;
  }

  .mhg-cinematic--contact .mhg-tech-console__screen {
    min-height: 0;
    padding: 14px;
  }

  .mhg-cinematic--contact .mhg-console-row {
    align-items: flex-start;
  }

  .mhg-cinematic--contact .mhg-console-row span {
    max-width: 52%;
    text-align: right;
    line-height: 1.25;
  }

  .mhg-cinematic--contact::after {
    background-size: 260px auto;
    background-position: right -82px top 92px;
    opacity: 0.1;
  }

  .mhg-cinematic--credentials {
    padding: 76px 0 48px;
    background-position: 58% center;
  }

  .mhg-cinematic--credentials .mhg-cinematic__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mhg-cinematic--credentials h1 {
    max-width: 520px;
    font-size: clamp(34px, 10.4vw, 48px);
    line-height: 1.02;
  }

  .mhg-cinematic--credentials .mhg-cinematic__copy {
    max-width: 520px;
    font-size: 16px;
  }

  .mhg-cinematic--credentials .mhg-tech-console {
    width: 100%;
    max-width: 520px;
    margin: 0;
    padding: 14px;
    transform: none;
  }

  .mhg-cinematic--credentials .mhg-tech-console__screen {
    min-height: 0;
    padding: 14px;
  }

  .mhg-cinematic--credentials .mhg-console-row {
    align-items: flex-start;
  }

  .mhg-cinematic--credentials .mhg-console-row span {
    max-width: 52%;
    text-align: right;
    line-height: 1.25;
  }

  .mhg-cinematic--credentials::after {
    background-size: 260px auto;
    background-position: right -82px top 92px;
    opacity: 0.1;
  }

  .mhg-cinematic--distributor {
    padding: 76px 0 48px;
    background-position: 58% center;
  }

  .mhg-cinematic--distributor .mhg-cinematic__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mhg-cinematic--distributor h1 {
    max-width: 520px;
    font-size: clamp(34px, 10.4vw, 48px);
    line-height: 1.02;
  }

  .mhg-cinematic--distributor .mhg-cinematic__copy {
    max-width: 520px;
    font-size: 16px;
  }

  .mhg-cinematic--distributor .mhg-tech-console {
    width: 100%;
    max-width: 520px;
    margin: 0;
    padding: 14px;
    transform: none;
  }

  .mhg-cinematic--distributor .mhg-tech-console__screen {
    min-height: 0;
    padding: 14px;
  }

  .mhg-cinematic--distributor .mhg-console-row {
    align-items: flex-start;
  }

  .mhg-cinematic--distributor .mhg-console-row span {
    max-width: 52%;
    text-align: right;
    line-height: 1.25;
  }

  .mhg-cinematic--distributor::after {
    background-size: 260px auto;
    background-position: right -82px top 92px;
    opacity: 0.1;
  }

  .mhg-cinematic--catalog-hub {
    padding: 76px 0 48px;
    background-position: 58% center;
  }

  .mhg-cinematic--catalog-hub .mhg-cinematic__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mhg-cinematic--catalog-hub h1 {
    max-width: 520px;
    font-size: clamp(34px, 10.4vw, 48px);
    line-height: 1.02;
  }

  .mhg-cinematic--catalog-hub .mhg-cinematic__copy {
    max-width: 520px;
    font-size: 16px;
  }

  .mhg-cinematic--catalog-hub .mhg-tech-console {
    width: 100%;
    max-width: 520px;
    margin: 0;
    padding: 14px;
    transform: none;
  }

  .mhg-cinematic--catalog-hub .mhg-tech-console__screen {
    min-height: 0;
    padding: 14px;
  }

  .mhg-cinematic--catalog-hub .mhg-console-row {
    align-items: flex-start;
  }

  .mhg-cinematic--catalog-hub .mhg-console-row span {
    max-width: 52%;
    text-align: right;
    line-height: 1.25;
  }

  .mhg-cinematic--catalog-hub::after {
    background-size: 260px auto;
    background-position: right -82px top 92px;
    opacity: 0.1;
  }

  .mhg-cinematic--team {
    padding: 76px 0 48px;
    background-position: 58% center;
  }

  .mhg-cinematic--team .mhg-cinematic__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mhg-cinematic--team h1 {
    max-width: 520px;
    font-size: clamp(34px, 10.4vw, 48px);
    line-height: 1.02;
  }

  .mhg-cinematic--team .mhg-cinematic__copy {
    max-width: 520px;
    font-size: 16px;
  }

  .mhg-cinematic--team .mhg-tech-console {
    width: 100%;
    max-width: 520px;
    margin: 0;
    padding: 14px;
    transform: none;
  }

  .mhg-cinematic--team .mhg-tech-console__screen {
    min-height: 0;
    padding: 14px;
  }

  .mhg-cinematic--team .mhg-console-row {
    align-items: flex-start;
  }

  .mhg-cinematic--team .mhg-console-row span {
    max-width: 52%;
    text-align: right;
    line-height: 1.25;
  }

  .mhg-cinematic--team::after {
    background-size: 260px auto;
    background-position: right -82px top 92px;
    opacity: 0.1;
  }

  .mhg-catalogue-feature-grid {
    grid-template-columns: 1fr;
  }

  .mhg-catalogue-feature {
    grid-template-columns: 1fr;
  }

  .mhg-catalogue-feature__image {
    min-height: 210px;
  }

  .mhg-about-brand-strip .mhg-logo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhg-brands-logo-panel .mhg-logo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhg-company-profile-brands .mhg-logo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhg-credentials-brands .mhg-logo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhg-profile-proof-grid {
    grid-template-columns: 1fr;
  }

  .mhg-audit-proof {
    grid-template-columns: 1fr;
  }

  .mhg-audit-report {
    min-height: 0;
    padding: 22px;
  }

  .mhg-audit-report__head {
    display: block;
  }

  .mhg-audit-report__head strong {
    display: block;
    margin-top: 10px;
  }

  .mhg-audit-report__row {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px 14px;
  }

  .mhg-audit-report__row span {
    grid-column: 2;
  }

  .mhg-profile-proof-grid div,
  .mhg-profile-proof-grid div:nth-child(2n),
  .mhg-profile-proof-grid div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(13, 24, 21, 0.08);
  }

  .mhg-profile-proof-grid div:last-child {
    border-bottom: 0;
  }

  .mhg-product-hero__grid,
  .mhg-product-master {
    grid-template-columns: 1fr;
  }

  .mhg-product-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhg-product-hero__media,
  .mhg-product-master__summary {
    position: static;
  }

  .mhg-product-hero__image,
  .mhg-product-master__gallery {
    min-height: auto;
  }

  .mhg-product-master__thumbs,
  .mhg-product-detail-grid,
  .mhg-product-doc-grid {
    grid-template-columns: 1fr;
  }

  .mhg-product-master__summary h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .mhg-tech-console {
    transform: none;
  }

  .mhg-brand-portfolio__summary {
    position: static;
  }

  .mhg-category-strip,
  .mhg-product-wall,
  .mhg-media-wall,
  .mhg-video-feature,
  .mhg-voice-grid,
  .mhg-voice-prompt-grid,
  .mhg-spec-rail,
  .mhg-process,
  .mhg-doc-viewer,
  .mhg-form-row {
    grid-template-columns: 1fr;
  }

  .mhg-brand-grid {
    grid-template-columns: 1fr;
  }

  .mhg-home-brand-grid {
    grid-template-columns: 1fr;
  }

  .mhg-home-path-grid {
    grid-template-columns: 1fr;
  }

  .mhg-video-feature__copy {
    padding: 22px;
  }

  .mhg-voice-compose {
    flex-direction: column;
    align-items: stretch;
  }

  .mhg-spec {
    border-right: 0;
    border-bottom: 1px solid var(--mhg-line);
  }

  .mhg-profile {
    grid-template-columns: 1fr;
  }

  .mhg-sticky-cta {
    display: none;
  }

  .mhg-section {
    padding: 68px 0;
  }

  .mhg-cta__inner,
  .mhg-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

