/* PDR landing pages only. Booking and site-wide assets retain their own styles. */
.mhg-pdr-page main { color: #18231e; background: #fff; }
.mhg-pdr-page main *, .mhg-pdr-page main *::before, .mhg-pdr-page main *::after { letter-spacing: 0; }
.mhg-pdr-page main .mhg-shell { width: min(1180px, calc(100% - 64px)); }
.mhg-pdr-page main .mhg-kicker { font-size: 12px; line-height: 1.5; font-weight: 700; text-transform: uppercase; }
.mhg-pdr-page main h2 { font-size: 38px; line-height: 1.25; margin: 8px 0 18px; }
.mhg-pdr-page main h3 { font-size: 22px; line-height: 1.35; }
.mhg-pdr-page main p { line-height: 1.7; }
.mhg-pdr-page main .mhg-btn { border-radius: 4px; min-height: 48px; box-shadow: none; white-space: normal; text-align: center; }
.mhg-pdr-page main a:focus-visible, .mhg-pdr-page main summary:focus-visible { outline: 3px solid #38902c; outline-offset: 5px; }
.mhg-pdr-page .mhg-pdr-section { padding: 72px 0; background: #fff; }
.mhg-pdr-page .mhg-pdr-section__head { max-width: 760px; margin-bottom: 32px; }
.mhg-pdr-page .mhg-section__lead { font-size: 17px; line-height: 1.7; color: #526059; }
.mhg-pdr-page .mhg-pdr-hero { padding: 0; min-height: 460px; height: min(540px, calc(100svh - 200px)); background: #19231f; isolation: isolate; }
/* Keep the photographic plane within the original's pixel dimensions on wide screens. */
.pdr-hero-media { position: absolute; inset: 0 auto 0 0; width: min(100%, 960px); height: 100%; margin-left: max(0px, calc((100% - 1280px) / 2)); z-index: -2; }
.pdr-hero-photo { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.mhg-pdr-page .mhg-pdr-hero::after { content: ''; position: absolute; inset: 0 auto 0 0; width: min(100%, 960px); margin-left: max(0px, calc((100% - 1280px) / 2)); background: linear-gradient(90deg, #19231f 0%, transparent 8%, rgba(12,20,16,.08) 45%, rgba(12,20,16,.94) 86%, #19231f 100%); z-index: -1; }
.mhg-pdr-page .mhg-pdr-hero > .mhg-shell { height: 100%; display: flex; align-items: center; justify-content: flex-end; }
.mhg-pdr-page .mhg-pdr-hero__copy { width: 450px; padding: 0; animation: pdr-enter .65s ease-out both; }
.mhg-pdr-page .mhg-pdr-hero h1 { font-size: 64px; line-height: 1.1; max-width: none; margin: 18px 0 24px; color: #fff; }
.mhg-pdr-page .mhg-pdr-hero__copy p { font-size: 18px; color: #fff; }
.mhg-pdr-page .mhg-pdr-hero__copy .mhg-kicker { font-size: 13px; }
.mhg-pdr-page .mhg-pdr-hero__copy .pdr-hero-location { font-size: 13px; margin-top: 28px; color: #e0e7e2; }
.mhg-pdr-page .mhg-actions { gap: 18px; align-items: center; }
.pdr-text-link { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; color: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.pdr-text-link span, .pdr-story h3 span { display: inline-block; transition: transform .2s ease; }
.pdr-text-link:hover span, .pdr-story h3 a:hover span { transform: translate(3px, -3px); }
.mhg-pdr-page .mhg-pdr-jumpnav { position: sticky; top: 0; background: #fff; color: #18231e; border-bottom: 1px solid #dfe5df; z-index: 20; box-shadow: none; }
.mhg-pdr-page .mhg-pdr-jumpnav .mhg-shell { gap: 30px; padding-top: 0; padding-bottom: 0; }
.mhg-pdr-page .mhg-pdr-jumpnav a { padding: 18px 0; border: 0; border-radius: 0; background: transparent; color: #33473b; font-size: 14px; }
.mhg-pdr-page .mhg-pdr-jumpnav a:last-child { margin-left: auto; color: #246b1f; font-weight: 800; }
.mhg-pdr-page main [id] { scroll-margin-top: 78px; }
.mhg-pdr-page .mhg-pdr-course-options { gap: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
html[lang='th'] .mhg-pdr-page .mhg-pdr-course-options { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mhg-pdr-page .mhg-pdr-course-option { border: 1px solid #dce4dd; border-radius: 6px; box-shadow: none; background: #fff; overflow: hidden; }
.mhg-pdr-page .mhg-pdr-course-option__media { aspect-ratio: 4 / 3; margin: 0; height: auto; border-radius: 0; background: #edf2ee; }
.mhg-pdr-page .mhg-pdr-course-option__media img { height: 100%; width: 100%; object-fit: contain; }
.mhg-pdr-page .mhg-pdr-course-option:hover img { transform: none; }
.mhg-pdr-page .mhg-pdr-course-option__body { padding: 24px; gap: 0; }
.mhg-pdr-page .mhg-pdr-course-option__body .mhg-kicker { margin-bottom: 10px; }
.mhg-pdr-page .mhg-pdr-course-option__body h3 { font-size: 24px; min-height: 66px; margin: 0 0 12px; }
.mhg-pdr-page .mhg-pdr-course-option__body > p:not(.mhg-kicker) { font-size: 15px; min-height: 104px; color: #526059; }
html[lang='th'] .mhg-pdr-page .mhg-pdr-course-option__body h3 { min-height: 34px; }
html[lang='th'] .mhg-pdr-page .mhg-pdr-course-option__body > p:not(.mhg-kicker) { min-height: 82px; }
.mhg-pdr-page .mhg-pdr-course-option__price { display: grid; gap: 5px; justify-items: start; padding: 18px 0; border-top: 1px solid #dce4dd; border-bottom: 0; margin: 0; }
.mhg-pdr-page .mhg-pdr-course-option__price strong { font-size: 27px; line-height: 1.2; color: #18231e; }
.mhg-pdr-page .mhg-pdr-course-option__price span { font-size: 13px; line-height: 1.6; }
.mhg-pdr-page .mhg-pdr-course-option__body ul { grid-template-columns: 1fr; gap: 5px; margin: 0 0 24px; padding-top: 4px; }
.mhg-pdr-page .mhg-pdr-course-option__body li { font-size: 14px; line-height: 1.6; }
.mhg-pdr-page .mhg-pdr-course-option__body > .mhg-btn { width: 100%; margin-top: auto; }
.mhg-pdr-page .mhg-pdr-course-option--private { background: #19382a; border-color: #19382a; }
.mhg-pdr-page .mhg-pdr-course-option--private .mhg-kicker { color: #b7e6a0; }
.mhg-pdr-page .mhg-pdr-course-option--private h3, .mhg-pdr-page .mhg-pdr-course-option--private .mhg-pdr-course-option__price strong { color: #fff; }
.mhg-pdr-page .mhg-pdr-course-option--private .mhg-pdr-course-option__body > p:not(.mhg-kicker), .mhg-pdr-page .mhg-pdr-course-option--private li, .mhg-pdr-page .mhg-pdr-course-option--private .mhg-pdr-course-option__price span { color: #e4eee7; }
.mhg-pdr-page .mhg-pdr-course-option--private .mhg-pdr-course-option__price { border-color: #496454; }
.mhg-pdr-page .mhg-pdr-course-option--private .mhg-btn { background: #fff; color: #19382a; border-color: #fff; }
.mhg-pdr-page .pdr-trainer-band { background: #edf2ee; }
.mhg-pdr-page .mhg-pdr-trainer { grid-template-columns: 320px minmax(0, 1fr); gap: 76px; align-items: center; max-width: 1000px; }
.mhg-pdr-page .mhg-pdr-trainer__portrait { margin: 0; width: 100%; border: 0; border-radius: 4px; background: #fff; box-shadow: none; aspect-ratio: 4 / 5; min-height: 0; }
.mhg-pdr-page .mhg-pdr-trainer__portrait img { width: 100%; height: 100%; object-fit: contain; }
.mhg-pdr-page .mhg-pdr-trainer__copy h2 { font-size: 44px; margin-bottom: 10px; color: #18231e; }
.mhg-pdr-page .mhg-pdr-trainer__copy p { color: #43564a; font-size: 16px; }
.mhg-pdr-page .mhg-pdr-trainer__copy .pdr-trainer-role { color: #246b1f; font-size: 14px; font-weight: 700; margin-bottom: 24px; }
.pdr-section-heading { margin-bottom: 32px; max-width: 760px; }
.pdr-story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
.pdr-story-photo { display: block; aspect-ratio: 3 / 2; overflow: hidden; border-radius: 4px; background: #edf2ee; }
.pdr-story-photo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.pdr-story-photo:hover img { transform: none; }
.pdr-story h3 { margin: 8px 0; }
.pdr-story h3 a { color: #18231e; text-decoration: none; }
.pdr-story p { font-size: 15px; color: #526059; margin: 8px 0 0; }
.pdr-story .pdr-story-date { color: #276f22; font-size: 12px; font-weight: 700; margin-top: 20px; }
.mhg-pdr-page .pdr-learning { border-top: 1px solid #dfe5df; background: #f6f8f6; }
.mhg-pdr-page .mhg-pdr-outcomes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.mhg-pdr-page .mhg-pdr-outcomes article { display: block; padding: 0; border: 0; background: none; }
.mhg-pdr-page .mhg-pdr-outcomes article > span { display: block; width: auto; height: auto; border: 0; background: none; border-radius: 0; color: #277723; font-size: 15px; margin-bottom: 12px; }
.mhg-pdr-page .mhg-pdr-outcomes h3 { margin: 0 0 10px; font-size: 21px; }
.mhg-pdr-page .mhg-pdr-outcomes p, .pdr-learning-note { color: #526059; font-size: 15px; }
.pdr-learning-note { margin: 26px 0 36px; max-width: 900px; }
.pdr-disclosure { border-bottom: 1px solid #ccd7ce; }
.pdr-disclosure:first-child { border-top: 1px solid #ccd7ce; }
.pdr-disclosure summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; list-style: none; cursor: pointer; font-size: 18px; font-weight: 700; }
.pdr-disclosure summary::-webkit-details-marker { display: none; }
.pdr-disclosure summary::after { content: '+'; flex: 0 0 24px; text-align: center; color: #276f22; font-size: 24px; font-weight: 400; transition: transform .2s; }
.pdr-disclosure[open] > summary::after { transform: rotate(45deg); }
.pdr-disclosure-body { padding: 0 0 26px; font-size: 15px; color: #43564a; }
.mhg-pdr-page .mhg-pdr-syllabus { display: grid; grid-template-columns: 1fr; gap: 0; }
.mhg-pdr-page .mhg-pdr-syllabus__day { display: grid; grid-template-columns: 90px 250px 1fr; gap: 24px; background: none; padding: 18px 0; border: 0; border-bottom: 1px solid #dfe5df; border-radius: 0; box-shadow: none; }
.mhg-pdr-page .mhg-pdr-syllabus__day h3 { font-size: 17px; margin: 0; }
.mhg-pdr-page .mhg-pdr-syllabus__day p { margin: 0; }
.mhg-pdr-page .mhg-pdr-inclusions__list { border-radius: 0; background: none; padding: 0; border: 0; }
.mhg-pdr-page .mhg-pdr-inclusion { border-radius: 0; background: none; border: 0; border-bottom: 1px solid #dfe5df; }
.pdr-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pdr-facts dt { font-weight: 700; color: #18231e; margin-bottom: 6px; }
.pdr-facts dd { margin: 0; line-height: 1.7; }
.pdr-flyer { margin-top: 20px; }
.pdr-flyer img { display: block; width: min(420px, 100%); height: auto; margin-bottom: 20px; }
.mhg-pdr-page #booking { background: #fff; }
.mhg-pdr-page .mhg-pdr-form-grid { grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.mhg-pdr-page .mhg-pdr-form-shell { background: #f6f8f6; color: #18231e; border: 1px solid #dce4dd; border-radius: 6px; box-shadow: none; padding: 28px; }
.mhg-pdr-page .mhg-pdr-form-shell .mhg-pdr-summary { background: #fff; color: #18231e; border-radius: 4px; }
.mhg-pdr-page .mhg-pdr-form-shell label, .mhg-pdr-page .mhg-pdr-form-shell strong, .mhg-pdr-page .mhg-pdr-summary__row span { color: inherit; }
.mhg-pdr-page .mhg-pdr-form-shell [data-pdr-form-status] { color: #243d2d !important; }
.mhg-pdr-page .mhg-pdr-week-picker { box-shadow: none; border-radius: 4px; }
.mhg-pdr-page .mhg-pdr-form-shell .mhg-field input,
.mhg-pdr-page .mhg-pdr-form-shell .mhg-field select,
.mhg-pdr-page .mhg-pdr-form-shell .mhg-field textarea { background: #fff; color: #18231e; border: 1px solid #aebdb2; border-radius: 4px; }
.mhg-pdr-page .mhg-pdr-form-shell .mhg-field input::placeholder,
.mhg-pdr-page .mhg-pdr-form-shell .mhg-field textarea::placeholder { color: #68776d; }
.mhg-pdr-page .mhg-pdr-week-picker { padding: 0 0 24px; border: 0; border-bottom: 1px solid #ccd7ce; background: none; }
.mhg-pdr-page .mhg-pdr-week-picker__control { grid-template-columns: 1fr; }
.mhg-pdr-page .mhg-pdr-week-picker__select select { min-height: 52px; padding: 12px 40px 12px 14px; }
.mhg-pdr-page .mhg-pdr-week-picker__summary { padding: 0; border: 0; border-radius: 0; background: none; }
.mhg-pdr-page .mhg-pdr-week-picker__summary-row span,
.mhg-pdr-page .mhg-pdr-week-picker__copy { color: #43564a; }
.mhg-pdr-page .mhg-pdr-week-picker__holiday { color: #912b23; background: #fff4f2; border-radius: 4px; }
.mhg-pdr-page .mhg-pdr-week-legend__label { color: #43564a; }
.mhg-pdr-page .mhg-pdr-week-chip.is-holiday { color: #912b23; background: #fff4f2; border-radius: 4px; }
.mhg-pdr-page .mhg-pdr-form-shell .mhg-kicker { color: #276f22; }
.mhg-pdr-page .mhg-pdr-booking-aside { position: sticky; top: 80px; padding: 0; background: none; color: #18231e; border: 0; border-radius: 0; box-shadow: none; }
.mhg-pdr-page .mhg-pdr-booking-aside h3 { color: #18231e; font-size: 25px; }
.mhg-pdr-page .mhg-pdr-booking-aside p { color: #526059; }
.mhg-pdr-page .mhg-pdr-bank-card { padding: 16px 0; background: none; border: 0; border-top: 1px solid #dce4dd; border-radius: 0; }
.mhg-pdr-page .mhg-pdr-bank-card strong { color: #276f22; }
.mhg-pdr-page .mhg-pdr-booking-checklist { border: 0; border-radius: 0; padding: 0; background: none; }
.mhg-pdr-page .mhg-pdr-booking-proof { border-radius: 4px; margin-top: 28px; }
.mhg-pdr-page .mhg-pdr-booking-proof img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.mhg-pdr-page .mhg-pdr-booking-proof figcaption { background: #edf2ee; color: #18231e; }
.mhg-pdr-page .pdr-faq { background: #f6f8f6; }
.pdr-faq-layout { display: grid; grid-template-columns: 1fr 1.65fr; gap: 56px; }
.pdr-faq-layout > div:first-child p { color: #526059; }
.pdr-faq .pdr-disclosure summary { font-size: 16px; padding: 17px 0; }
.mhg-pdr-page .mhg-pdr-policy { padding: 28px 0; background: #f6f8f6; }
.mhg-pdr-page .mhg-pdr-policy h2 { font-size: 20px; margin: 0; }
@keyframes pdr-enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1050px) {
  .mhg-pdr-page .mhg-pdr-course-option__body { padding: 20px; }
  .mhg-pdr-page .mhg-pdr-course-option__body h3 { font-size: 21px; }
  .mhg-pdr-page .mhg-pdr-course-option__price strong { font-size: 23px; }
  .mhg-pdr-page .mhg-pdr-course-option__body > p:not(.mhg-kicker) { min-height: 130px; }
  html[lang='th'] .mhg-pdr-page .mhg-pdr-course-option__body h3 { min-height: 66px; }
  html[lang='th'] .mhg-pdr-page .mhg-pdr-course-option__body > p:not(.mhg-kicker) { min-height: 130px; }
  .mhg-pdr-page .mhg-pdr-trainer { gap: 40px; }
  .mhg-pdr-page .mhg-pdr-form-grid, .pdr-faq-layout { gap: 28px; }
}
@media (max-width: 760px) {
  .mhg-pdr-page main .mhg-shell { width: calc(100% - 40px); }
  .mhg-pdr-page .mhg-pdr-section { padding: 44px 0; }
  .mhg-pdr-page main h2 { font-size: 29px; }
  .mhg-pdr-page .mhg-section__lead { font-size: 15px; }
  .mhg-pdr-page .mhg-pdr-hero { height: min(540px, calc(100svh - 210px)); min-height: 480px; }
  .pdr-hero-photo { object-position: 22% top; }
  .mhg-pdr-page .mhg-pdr-hero::after { background: linear-gradient(180deg, rgba(12,20,16,.02) 15%, rgba(12,20,16,.65) 49%, #101d16 100%); }
  .mhg-pdr-page .mhg-pdr-hero > .mhg-shell { align-items: flex-end; padding-bottom: 28px; }
  .mhg-pdr-page .mhg-pdr-hero__copy { width: 100%; max-width: 480px; margin-right: auto; }
  .mhg-pdr-page .mhg-pdr-hero h1 { font-size: 42px; margin: 10px 0 14px; }
  .mhg-pdr-page .mhg-pdr-hero__copy p { font-size: 16px; margin-bottom: 16px; }
  .mhg-pdr-page .mhg-pdr-hero__copy .pdr-hero-location { font-size: 12px; margin: 18px 0 0; }
  .mhg-pdr-page .mhg-pdr-hero .mhg-actions { gap: 12px 18px; }
  .mhg-pdr-page .mhg-pdr-hero .pdr-text-link { font-size: 14px; }
  .mhg-pdr-page .mhg-pdr-jumpnav .mhg-shell { width: 100%; padding: 0 20px; gap: 24px; }
  .mhg-pdr-page .mhg-pdr-jumpnav a { font-size: 13px; padding: 15px 0; }
  .mhg-pdr-page .mhg-pdr-course-options, html[lang='th'] .mhg-pdr-page .mhg-pdr-course-options { grid-template-columns: 1fr; gap: 24px; }
  .mhg-pdr-page .mhg-pdr-course-option__body h3 { min-height: 0; font-size: 24px; }
  .mhg-pdr-page .mhg-pdr-course-option__body > p:not(.mhg-kicker) { min-height: 0; margin-bottom: 18px; }
  html[lang='th'] .mhg-pdr-page .mhg-pdr-course-option__body h3, html[lang='th'] .mhg-pdr-page .mhg-pdr-course-option__body > p:not(.mhg-kicker) { min-height: 0; }
  .mhg-pdr-page .mhg-pdr-course-option__price strong { font-size: 27px; }
  .mhg-pdr-page .mhg-pdr-course-option__body ul { grid-template-columns: 1fr 1fr; gap: 8px; }
  .mhg-pdr-page .mhg-pdr-trainer { grid-template-columns: 1fr; gap: 28px; }
  .mhg-pdr-page .mhg-pdr-trainer__portrait { max-width: 250px; aspect-ratio: 1 / 1; }
  .mhg-pdr-page .mhg-pdr-trainer__portrait img { object-fit: cover; object-position: center 20%; }
  .mhg-pdr-page .mhg-pdr-trainer__copy h2 { font-size: 36px; }
  .pdr-story-grid { grid-template-columns: 1fr; gap: 32px; }
  .mhg-pdr-page .mhg-pdr-outcomes { grid-template-columns: 1fr; gap: 22px; }
  .mhg-pdr-page .mhg-pdr-outcomes article { display: grid; grid-template-columns: 28px 1fr; gap: 16px; }
  .mhg-pdr-page .mhg-pdr-outcomes article > span { margin-top: 4px; }
  .mhg-pdr-page .mhg-pdr-outcomes h3 { font-size: 21px; }
  .mhg-pdr-page .mhg-pdr-syllabus__day { grid-template-columns: 1fr; gap: 8px; }
  .pdr-facts { grid-template-columns: 1fr; }
  .pdr-disclosure summary { font-size: 17px; }
  .mhg-pdr-page .mhg-pdr-form-grid, .pdr-faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .mhg-pdr-page .mhg-pdr-form-shell { padding: 20px 16px; }
  .mhg-pdr-page .mhg-pdr-booking-aside { position: static; }
  .mhg-pdr-page .mhg-pdr-booking-proof { max-width: 420px; }
  .mhg-pdr-page .mhg-pdr-policy { padding: 12px 0 32px; }
  .mhg-pdr-page .mhg-pdr-policy h2 { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .mhg-pdr-page main *, .mhg-pdr-page main *::before, .mhg-pdr-page main *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
