.mhg-privacy-v2-page {
  background: #ffffff;
}

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

.mhg-privacy-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #07110e;
  border-bottom: 5px solid #2d8b28;
}

.mhg-privacy-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 0 154px;
  background: linear-gradient(90deg, #07110e 0%, rgba(7, 17, 14, 0.98) 34%, rgba(7, 17, 14, 0.7) 56%, rgba(7, 17, 14, 0.12) 100%);
  pointer-events: none;
}

.mhg-privacy-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: clamp(22px, 7vw, 110px);
  width: 1px;
  height: calc(100% - 154px);
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.mhg-privacy-hero__media {
  position: absolute;
  inset: 0 0 154px 34%;
  margin: 0;
}

.mhg-privacy-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}

.mhg-privacy-story:nth-child(2) img {
  object-position: center 38%;
}

.mhg-privacy-hero__grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 660px) minmax(0, 1fr);
  align-items: center;
  min-height: 570px;
  padding-top: clamp(64px, 7vw, 104px);
  padding-bottom: clamp(64px, 7vw, 104px);
}

.mhg-privacy-hero__copy {
  max-width: 790px;
}

.mhg-privacy-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(34px, 5vw, 58px);
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 800;
}

.mhg-privacy-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.mhg-privacy-breadcrumb a:hover,
.mhg-privacy-breadcrumb a:focus-visible {
  color: #75d765;
}

.mhg-privacy-kicker,
.mhg-privacy-contact p,
.mhg-privacy-section header p {
  margin: 0;
  color: #67ce58;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mhg-privacy-hero h1 {
  max-width: 760px;
  margin: 14px 0 24px;
  color: #ffffff;
  font-size: clamp(48px, 6.3vw, 86px);
  line-height: 0.98;
  letter-spacing: 0;
}

.mhg-privacy-hero__copy > p:last-child {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 650;
  line-height: 1.65;
}

.mhg-privacy-summary {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  padding: 26px 0 28px;
}

.mhg-privacy-summary-wrap {
  position: relative;
  z-index: 4;
  min-height: 154px;
  background: rgba(7, 17, 14, 0.94);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.mhg-privacy-summary > strong {
  display: block;
  margin: 0;
  color: #67ce58;
  font-size: 13px;
  text-transform: uppercase;
}

.mhg-privacy-summary dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.mhg-privacy-summary dl > div {
  display: grid;
  gap: 7px;
  padding: 8px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.mhg-privacy-summary dt,
.mhg-privacy-summary dd {
  margin: 0;
  line-height: 1.4;
}

.mhg-privacy-summary dt {
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mhg-privacy-summary dd {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.mhg-privacy-document {
  padding: clamp(72px, 9vw, 132px) 0 clamp(84px, 10vw, 150px);
  background: #ffffff;
}

.mhg-privacy-document__grid {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: clamp(56px, 8vw, 126px);
  align-items: start;
}

.mhg-privacy-index {
  position: sticky;
  top: 108px;
  padding-top: 18px;
  border-top: 3px solid #2d8b28;
}

.mhg-privacy-index > strong {
  display: block;
  margin-bottom: 18px;
  color: #1b2924;
  font-size: 13px;
  text-transform: uppercase;
}

.mhg-privacy-index nav {
  display: grid;
}

.mhg-privacy-index a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  padding: 13px 0;
  color: #53645e;
  border-top: 1px solid #dfe6e2;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.mhg-privacy-index a span {
  color: #1f6f21;
  font-size: 11px;
}

.mhg-privacy-index a:hover,
.mhg-privacy-index a:focus-visible {
  color: #1f6f21;
}

.mhg-privacy-content {
  min-width: 0;
}

.mhg-privacy-intro {
  max-width: 850px;
  padding-bottom: clamp(64px, 8vw, 108px);
}

.mhg-privacy-visual {
  padding: 0 0 clamp(76px, 9vw, 118px);
}

.mhg-privacy-visual > header {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(260px, 0.38fr);
  column-gap: clamp(32px, 7vw, 92px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 56px);
}

.mhg-privacy-visual > header > p {
  grid-column: 1 / -1;
  margin: 0 0 12px;
  color: #1f6f21;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mhg-privacy-visual > header h2 {
  margin: 0;
  color: #17231f;
  font-size: clamp(32px, 3.7vw, 52px);
  line-height: 1.06;
  letter-spacing: 0;
}

.mhg-privacy-visual > header span {
  color: #5d6d67;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.65;
}

.mhg-privacy-visual__media {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
  gap: 14px;
  align-items: stretch;
}

.mhg-privacy-story {
  position: relative;
  min-height: 370px;
  margin: 0;
  overflow: hidden;
  background: #0b1b15;
}

.mhg-privacy-story img {
  width: 100%;
  height: 100%;
  min-height: 370px;
  object-fit: cover;
  transition: transform 280ms ease;
}

.mhg-privacy-story--wide img {
  object-position: center 36%;
}

.mhg-privacy-story:hover img {
  transform: scale(1.018);
}

.mhg-privacy-story::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(180deg, transparent, rgba(4, 12, 9, 0.92));
  pointer-events: none;
}

.mhg-privacy-story figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 7px;
  padding: 26px;
  color: #ffffff;
}

.mhg-privacy-story figcaption strong {
  color: #73d763;
  font-size: 14px;
  text-transform: uppercase;
}

.mhg-privacy-story figcaption span {
  max-width: 540px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.mhg-privacy-intro h2 {
  margin: 0;
  color: #17231f;
  font-size: clamp(38px, 4.5vw, 66px);
  line-height: 1.02;
  letter-spacing: 0;
}

.mhg-privacy-intro p {
  max-width: 760px;
  margin: 26px 0 0;
  color: #5d6d67;
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 650;
  line-height: 1.65;
}

.mhg-privacy-section {
  scroll-margin-top: 112px;
  padding: clamp(54px, 7vw, 92px) 0;
  border-top: 1px solid #cfd9d3;
}

.mhg-privacy-section:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.mhg-privacy-section header {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 38px);
  align-items: start;
}

.mhg-privacy-section header > span {
  display: block;
  padding-top: 4px;
  color: #1f6f21;
  font-size: 22px;
  font-weight: 900;
}

.mhg-privacy-section header p {
  color: #1f6f21;
}

.mhg-privacy-section h2 {
  max-width: 830px;
  margin: 10px 0 0;
  color: #18241f;
  font-size: clamp(31px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.mhg-privacy-rows {
  margin-top: clamp(36px, 5vw, 64px);
  padding-left: calc(66px + clamp(18px, 3vw, 38px));
}

.mhg-privacy-rows article {
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(24px, 5vw, 72px);
  padding: 25px 0;
  border-top: 1px solid #dfe6e2;
}

.mhg-privacy-rows h3,
.mhg-privacy-rows p {
  margin: 0;
}

.mhg-privacy-rows h3 {
  color: #1b2924;
  font-size: 17px;
  line-height: 1.35;
}

.mhg-privacy-rows p {
  color: #5b6c66;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.mhg-privacy-contact {
  color: #ffffff;
  background: #0b1b15;
  border-top: 5px solid #2d8b28;
}

.mhg-privacy-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: end;
  padding-top: clamp(64px, 8vw, 104px);
  padding-bottom: clamp(64px, 8vw, 104px);
}

.mhg-privacy-contact h2 {
  max-width: 760px;
  margin: 14px 0 20px;
  color: #ffffff;
  font-size: clamp(36px, 4.5vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}

.mhg-privacy-contact div > span {
  display: block;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.65;
}

.mhg-privacy-contact__actions {
  display: grid;
  gap: 12px;
}

.mhg-privacy-contact__actions .mhg-btn {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.mhg-privacy-contact__actions .mhg-btn--ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
  background: transparent;
}

.mhg-privacy-contact__actions small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

html[lang="th"] .mhg-privacy-hero h1,
html[lang="th"] .mhg-privacy-intro h2,
html[lang="th"] .mhg-privacy-section h2,
html[lang="th"] .mhg-privacy-contact h2 {
  line-height: 1.15;
}

@media (max-width: 920px) {
  .mhg-privacy-contact__grid {
    grid-template-columns: 1fr;
  }

  .mhg-privacy-hero__grid {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 0.28fr);
    min-height: 530px;
  }

  .mhg-privacy-summary {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .mhg-privacy-summary dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 12px;
  }

  .mhg-privacy-summary-wrap {
    min-height: 184px;
  }

  .mhg-privacy-hero::before {
    bottom: 184px;
  }

  .mhg-privacy-hero::after {
    height: calc(100% - 184px);
  }

  .mhg-privacy-hero__media {
    bottom: 184px;
  }

  .mhg-privacy-document__grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .mhg-privacy-index {
    position: static;
  }

  .mhg-privacy-index nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
  }

  .mhg-privacy-visual > header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 620px) {
  .mhg-privacy-hero::before,
  .mhg-privacy-hero::after {
    display: none;
  }

  .mhg-privacy-hero__media {
    position: relative;
    inset: auto;
    height: 290px;
  }

  .mhg-privacy-hero__media::after {
    content: "";
    position: absolute;
    inset: 58% 0 0;
    background: linear-gradient(180deg, transparent, #07110e);
  }

  .mhg-privacy-hero__grid {
    display: block;
    min-height: 0;
    padding-top: 38px;
    padding-bottom: 48px;
  }

  .mhg-privacy-breadcrumb {
    margin-bottom: 38px;
  }

  .mhg-privacy-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .mhg-privacy-summary dl > div {
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .mhg-privacy-summary,
  .mhg-privacy-summary dl {
    grid-template-columns: 1fr;
  }

  .mhg-privacy-summary {
    gap: 14px;
    padding-top: 30px;
  }

  .mhg-privacy-summary-wrap {
    min-height: 0;
  }

  .mhg-privacy-document {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .mhg-privacy-document__grid {
    gap: 60px;
  }

  .mhg-privacy-index nav {
    grid-template-columns: 1fr;
  }

  .mhg-privacy-intro {
    padding-bottom: 72px;
  }

  .mhg-privacy-visual__media {
    grid-template-columns: 1fr;
  }

  .mhg-privacy-story,
  .mhg-privacy-story img {
    min-height: 330px;
  }

  .mhg-privacy-intro h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .mhg-privacy-section {
    padding: 66px 0;
  }

  .mhg-privacy-section header {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .mhg-privacy-section header > span {
    font-size: 17px;
  }

  .mhg-privacy-section h2 {
    font-size: clamp(30px, 9vw, 39px);
  }

  .mhg-privacy-rows {
    margin-top: 34px;
    padding-left: 56px;
  }

  .mhg-privacy-rows article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 0;
  }

  .mhg-privacy-contact__grid {
    gap: 38px;
  }

  .mhg-privacy-contact h2 {
    font-size: clamp(34px, 10vw, 46px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mhg-privacy-v2-page * {
    scroll-behavior: auto !important;
  }
}
