.mhg-about-v2-page {
  --about-ink: #17221e;
  --about-deep: #07150f;
  --about-green: #278a2d;
  --about-soft: #f3f7f3;
  --about-line: rgba(23, 34, 30, 0.16);
}

.mhg-about-v2-page .mhg-cinematic--about-v2 {
  min-height: clamp(620px, 78svh, 780px);
  padding: 92px 0 62px;
  background:
    linear-gradient(90deg, rgba(4, 12, 8, 0.96) 0 38%, rgba(4, 12, 8, 0.68) 58%, rgba(4, 12, 8, 0.16) 100%),
    var(--mhg-hero-image) var(--mhg-hero-position, center) / cover;
}

.mhg-about-v2-page .mhg-cinematic--about-v2::before {
  display: none;
}

.mhg-about-v2-page .mhg-cinematic--about-v2::after {
  height: 26%;
  background: linear-gradient(180deg, transparent, rgba(4, 12, 8, 0.82));
}

.mhg-about-v2-page .mhg-cinematic--about-v2 .mhg-cinematic__inner {
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.45fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: end;
}

.mhg-about-v2-page .mhg-cinematic--about-v2 h1 {
  max-width: 720px;
  font-size: clamp(48px, 6.3vw, 88px);
  line-height: 0.94;
  text-wrap: balance;
}

.mhg-about-v2-page .mhg-cinematic--about-v2 .mhg-cinematic__copy {
  max-width: 640px;
}

.mhg-about-v2-page .mhg-cinematic--about-v2 .mhg-tech-console {
  max-width: 360px;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(4, 12, 8, 0.76);
  box-shadow: none;
  backdrop-filter: blur(12px);
  transform: none;
}

.mhg-about-v2-page .mhg-cinematic--about-v2 .mhg-tech-console__screen {
  min-height: 0;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.mhg-about-intro,
.mhg-about-brands,
.mhg-about-leadership {
  padding: clamp(72px, 9vw, 126px) 0;
}

.mhg-about-intro {
  color: var(--about-ink);
  background: #fff;
}

.mhg-about-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1.05fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
}

.mhg-about-intro__copy h2,
.mhg-about-heading h2,
.mhg-about-leadership__copy h2,
.mhg-about-final h2 {
  margin: 0;
  letter-spacing: 0;
  text-wrap: balance;
}

.mhg-about-intro__copy h2,
.mhg-about-heading h2,
.mhg-about-leadership__copy h2 {
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.98;
}

.mhg-about-intro__copy > p:last-of-type,
.mhg-about-heading > p:last-child,
.mhg-about-leadership__copy > p {
  max-width: 720px;
  margin: 24px 0 0;
  color: #596760;
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.65;
}

.mhg-about-intro__media {
  position: relative;
  margin: 0;
  min-height: clamp(470px, 56vw, 680px);
  overflow: hidden;
  background: var(--about-deep);
}

.mhg-about-intro__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  transition: transform 500ms ease;
}

.mhg-about-intro__media:hover img {
  transform: scale(1.02);
}

.mhg-about-intro__media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 22px 24px;
  color: #fff;
  background: rgba(4, 12, 8, 0.82);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
}

.mhg-about-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid var(--about-line);
  border-left: 1px solid var(--about-line);
}

.mhg-about-facts > div {
  min-height: 122px;
  padding: 22px;
  border-right: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.mhg-about-facts strong,
.mhg-about-facts span {
  display: block;
}

.mhg-about-facts strong {
  color: var(--about-green);
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1;
}

.mhg-about-facts span {
  margin-top: 10px;
  color: #596760;
  font-size: 13px;
  font-weight: 740;
  line-height: 1.4;
}

.mhg-about-proof {
  padding: clamp(72px, 8vw, 112px) 0;
  color: #fff;
  background: var(--about-deep);
}

.mhg-about-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
  column-gap: clamp(44px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.mhg-about-heading .mhg-kicker {
  grid-column: 1 / -1;
}

.mhg-about-proof .mhg-about-heading > p:last-child,
.mhg-about-path .mhg-about-heading > p:last-child {
  color: rgba(255, 255, 255, 0.68);
}

.mhg-about-proof .mhg-kicker,
.mhg-about-path .mhg-kicker {
  color: #79dd75;
}

.mhg-about-proof__grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  grid-template-rows: repeat(2, minmax(260px, 1fr));
  gap: 12px;
  min-height: 690px;
}

.mhg-about-proof__item {
  position: relative;
  min-height: 0;
  overflow: hidden;
  color: #fff;
  background: #0d1712;
  text-decoration: none;
}

.mhg-about-proof__item--feature {
  grid-row: 1 / 3;
}

.mhg-about-proof__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, opacity 240ms ease;
}

.mhg-about-proof__item--feature img {
  object-position: center;
}

.mhg-about-proof__item > span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 8px;
  padding: 24px;
  background: rgba(4, 12, 8, 0.86);
}

.mhg-about-proof__item strong {
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.05;
}

.mhg-about-proof__item small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.45;
}

.mhg-about-proof__item em {
  color: #72d56f;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.mhg-about-proof__item:hover img,
.mhg-about-proof__item:focus-visible img {
  transform: scale(1.025);
  opacity: 0.92;
}

.mhg-about-brands {
  color: var(--about-ink);
  background: var(--about-soft);
}

.mhg-about-brands .mhg-logo-wall {
  margin-top: 8px;
}

.mhg-about-brands .mhg-actions {
  margin-top: 30px;
}

.mhg-about-path {
  padding: clamp(72px, 8vw, 112px) 0;
  color: #fff;
  background: #123f2a;
}

.mhg-about-path__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  list-style: none;
}

.mhg-about-stage {
  min-height: 280px;
  padding: 28px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.mhg-about-stage:last-child {
  border-right: 0;
}

.mhg-about-stage > span {
  display: block;
  color: #79dd75;
  font-size: 13px;
  font-weight: 900;
}

.mhg-about-stage h3 {
  margin: 52px 0 0;
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.05;
}

.mhg-about-stage p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.55;
}

.mhg-about-leadership {
  color: var(--about-ink);
  background: #fff;
}

.mhg-about-leadership__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1fr);
  gap: clamp(52px, 8vw, 116px);
  align-items: center;
}

.mhg-about-leadership__copy .mhg-btn {
  margin-top: 30px;
}

.mhg-about-leadership__people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--about-line);
  border-left: 1px solid var(--about-line);
}

.mhg-about-leader {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 142px;
  padding: 20px;
  border-right: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.mhg-about-leader img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 50%;
  background: #f1f4f1;
}

.mhg-about-leader strong,
.mhg-about-leader span {
  display: block;
}

.mhg-about-leader strong {
  font-size: 17px;
  line-height: 1.2;
}

.mhg-about-leader span {
  margin-top: 6px;
  color: var(--about-green);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.mhg-about-final {
  position: relative;
  min-height: clamp(520px, 64svh, 680px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--about-deep);
}

.mhg-about-final > img,
.mhg-about-final__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mhg-about-final > img {
  object-fit: cover;
  object-position: center 44%;
}

.mhg-about-final__shade {
  background: rgba(4, 12, 8, 0.72);
}

.mhg-about-final__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding-top: 76px;
  padding-bottom: 76px;
}

.mhg-about-final h2 {
  max-width: 820px;
  font-size: clamp(44px, 6.2vw, 82px);
  line-height: 0.96;
}

.mhg-about-final__inner > p:not(.mhg-kicker) {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6;
}

.mhg-about-final .mhg-actions {
  margin-top: 30px;
}

html[lang="th"] .mhg-about-v2-page .mhg-cinematic--about-v2 h1,
html[lang="th"] .mhg-about-intro__copy h2,
html[lang="th"] .mhg-about-heading h2,
html[lang="th"] .mhg-about-leadership__copy h2,
html[lang="th"] .mhg-about-final h2 {
  line-height: 1.13;
}

@media (max-width: 980px) {
  .mhg-about-v2-page .mhg-cinematic--about-v2 {
    min-height: 700px;
    background:
      linear-gradient(90deg, rgba(4, 12, 8, 0.94), rgba(4, 12, 8, 0.56)),
      var(--mhg-hero-image) 54% center / cover;
  }

  .mhg-about-v2-page .mhg-cinematic--about-v2 .mhg-cinematic__inner,
  .mhg-about-intro__grid,
  .mhg-about-leadership__grid {
    grid-template-columns: 1fr;
  }

  .mhg-about-v2-page .mhg-cinematic--about-v2 .mhg-tech-console {
    max-width: 720px;
    margin: 0;
  }

  .mhg-about-v2-page .mhg-cinematic--about-v2 .mhg-tech-console__screen {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhg-about-intro__media {
    min-height: 560px;
  }

  .mhg-about-heading {
    grid-template-columns: 1fr;
  }

  .mhg-about-heading > p:last-child {
    margin-top: 20px;
  }

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

  .mhg-about-stage:nth-child(2) {
    border-right: 0;
  }

  .mhg-about-stage:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 680px) {
  .mhg-about-v2-page .mhg-cinematic--about-v2 {
    min-height: calc(100svh - 62px);
    padding: 72px 0 38px;
    background:
      linear-gradient(180deg, rgba(4, 12, 8, 0.56), rgba(4, 12, 8, 0.94) 68%),
      var(--mhg-hero-image) 54% center / cover;
  }

  .mhg-about-v2-page .mhg-cinematic--about-v2 h1 {
    font-size: clamp(39px, 12.4vw, 56px);
  }

  .mhg-about-v2-page .mhg-cinematic--about-v2 .mhg-tech-console {
    display: none;
  }

  .mhg-about-intro,
  .mhg-about-brands,
  .mhg-about-leadership,
  .mhg-about-proof,
  .mhg-about-path {
    padding: 66px 0;
  }

  .mhg-about-intro__copy h2,
  .mhg-about-heading h2,
  .mhg-about-leadership__copy h2 {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .mhg-about-facts {
    grid-template-columns: 1fr;
  }

  .mhg-about-facts > div {
    min-height: 100px;
  }

  .mhg-about-intro__media {
    min-height: 430px;
  }

  .mhg-about-proof__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .mhg-about-proof__item,
  .mhg-about-proof__item--feature {
    grid-row: auto;
    min-height: 380px;
  }

  .mhg-about-proof__item > span {
    padding: 20px;
  }

  .mhg-about-path__grid,
  .mhg-about-leadership__people {
    grid-template-columns: 1fr;
  }

  .mhg-about-stage,
  .mhg-about-stage:nth-child(2) {
    min-height: 0;
    padding: 28px 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .mhg-about-stage:last-child {
    border-bottom: 0;
  }

  .mhg-about-stage h3 {
    margin-top: 26px;
  }

  .mhg-about-leader {
    grid-template-columns: 76px minmax(0, 1fr);
    min-height: 116px;
  }

  .mhg-about-leader img {
    width: 76px;
    height: 76px;
  }

  .mhg-about-final {
    min-height: 570px;
  }

  .mhg-about-final > img {
    object-position: 48% center;
  }

  .mhg-about-final h2 {
    font-size: clamp(38px, 11.5vw, 58px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mhg-about-intro__media img,
  .mhg-about-proof__item img {
    transition: none;
  }
}
