
:root { color-scheme: light; }
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; }
body { margin: 0; line-height: inherit; }
h1, h2, h3, h4, h5, h6, p, blockquote, dl, dd, figure { margin: 0; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { color: inherit; text-decoration: inherit; }
img, svg, video, canvas { display: block; vertical-align: middle; max-width: 100%; height: auto; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit;
  line-height: inherit; color: inherit; margin: 0; padding: 0; }
button { background-color: transparent; background-image: none; cursor: pointer; text-transform: none; }
summary { cursor: pointer; display: list-item; }
details > summary::-webkit-details-marker { display: none; }
body { font-family: 'Plus Jakarta Sans', 'Noto Sans Thai', sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: 'Be Vietnam Pro', 'Noto Sans Thai', sans-serif; }

/* Mobile menu panel (toggled via JS) */
.mobile-menu-panel { display: none; flex-direction: column; gap: 4px; padding: 16px; border-top: 1px solid #bfc9c2; background: #f9f9f9; }
.mobile-menu-panel.open { display: flex; }
.mobile-menu-panel a { display: block; padding: 12px 16px; border-radius: 8px; color: #1a1c1c; font-weight: 700; font-size: 1rem; text-decoration: none; }
.mobile-menu-panel a:hover { background: #eeeeee; }
.mobile-menu-panel a.mobile-menu-line { background: #06C755; color: #ffffff; text-align: center; margin-top: 8px; }
.mobile-menu-panel a.mobile-menu-call { background: #004630; color: #ffffff; text-align: center; }
@media (min-width: 1024px) { .mobile-menu-panel { display: none !important; } }

.-translate-y-1\/2 { transform: translateY(-50%); }
.absolute { position: absolute; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.aspect-video { aspect-ratio: 16 / 9; }
.bg-\[\#06C755\] { background-color: #06C755; }
.bg-\[\#111e15\] { background-color: #111e15; }
.bg-\[\#141616\] { background-color: #141616; }
.bg-\[\#1877F2\] { background-color: #1877F2; }
.bg-\[\#1a1c1c\] { background-color: #1a1c1c; }
.bg-\[\#2f3131\] { background-color: #2f3131; }
.bg-background { background-color: #f9f9f9; }
.bg-center { background-position: center; }
.bg-cover { background-size: cover; }
.bg-outline-variant\/30 { background-color: rgba(191, 201, 194, 0.3); }
.bg-primary { background-color: #004630; }
.bg-primary-container { background-color: #1f5e46; }
.bg-primary-fixed-dim\/20 { background-color: rgba(149, 212, 181, 0.2); }
.bg-surface { background-color: #f9f9f9; }
.bg-surface-container { background-color: #eeeeee; }
.bg-surface-container-high { background-color: #e8e8e8; }
.bg-surface-container-low { background-color: #f3f3f3; }
.bg-surface-container-lowest { background-color: #ffffff; }
.bg-surface-variant { background-color: #e2e2e2; }
.bg-tertiary-fixed { background-color: #d7e7d7; }
.border { border-width: 1px; border-style: solid; border-color: currentColor; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.border-b-2 { border-bottom-width: 2px; border-bottom-style: solid; }
.border-l-4 { border-left-width: 4px; border-left-style: solid; }
.border-outline-variant { border-color: #bfc9c2; }
.border-outline-variant\/10 { border-color: rgba(191, 201, 194, 0.1); }
.border-outline-variant\/20 { border-color: rgba(191, 201, 194, 0.2); }
.border-outline-variant\/30 { border-color: rgba(191, 201, 194, 0.3); }
.border-outline-variant\/50 { border-color: rgba(191, 201, 194, 0.5); }
.border-primary { border-color: #004630; }
.border-primary\/20 { border-color: rgba(0, 70, 48, 0.2); }
.border-surface-variant { border-color: #e2e2e2; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-white\/5 { border-color: rgba(255, 255, 255, 0.05); }
.border-y { border-top-width: 1px; border-top-style: solid; border-bottom-width: 1px; border-bottom-style: solid; }
.bottom-1 { bottom: 0.25rem; }
.bottom-2 { bottom: 0.5rem; }
.cursor-pointer { cursor: pointer; }
.dark\:hover\:bg-primary-container:hover { background-color: #1f5e46; }
.duration-300 { transition-duration: 300ms; }
.fill-current { fill: currentColor; }
.fixed { position: fixed; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-grow { flex-grow: 1; }
.flex-wrap { flex-wrap: wrap; }
.font-body-lg { font-family: 'Plus Jakarta Sans', 'Noto Sans Thai', sans-serif; }
.font-body-md { font-family: 'Plus Jakarta Sans', 'Noto Sans Thai', sans-serif; }
.font-bold { font-weight: 700; }
.font-headline-lg { font-family: 'Be Vietnam Pro', 'Noto Sans Thai', sans-serif; }
.font-headline-lg-mobile { font-family: 'Be Vietnam Pro', 'Noto Sans Thai', sans-serif; }
.font-headline-md { font-family: 'Be Vietnam Pro', 'Noto Sans Thai', sans-serif; }
.font-headline-xl { font-family: 'Be Vietnam Pro', 'Noto Sans Thai', sans-serif; }
.font-label-md { font-family: 'Plus Jakarta Sans', 'Noto Sans Thai', sans-serif; }
.gap-1 { gap: 0.25rem; }
.gap-12 { gap: 3rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-gutter { gap: 24px; }
.gap-lg { gap: 48px; }
.gap-md { gap: 24px; }
.gap-sm { gap: 12px; }
.gap-xs { gap: 4px; }
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.group {  }
.group:hover .group-hover\:bg-primary-container\/30 { background-color: rgba(31, 94, 70, 0.3); }
.group:hover .group-hover\:text-primary-container { color: #1f5e46; }
.group:hover .group-hover\:translate-x-1 { transform: translateX(0.25rem); }
.group[open] .group-open\:rotate-180 { transform: rotate(180deg); }
.h-12 { height: 3rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-28 { height: 7rem; }
.h-32 { height: 8rem; }
.h-40 { height: 10rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-64 { height: 16rem; }
.h-\[300px\] { height: 300px; }
.h-\[400px\] { height: 400px; }
.h-full { height: 100%; }
.hidden { display: none; }
.hover\:bg-on-primary-fixed-variant:hover { background-color: #0d513a; }
.hover\:bg-primary:hover { background-color: #004630; }
.hover\:bg-surface-container-low:hover { background-color: #f3f3f3; }
.hover\:border-primary:hover { border-color: #004630; }
.hover\:opacity-90:hover { opacity: 0.9; }
.hover\:scale-110:hover { transform: scale(1.10); }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
.hover\:text-on-primary:hover { color: #ffffff; }
.hover\:text-primary:hover { color: #004630; }
.hover\:text-primary-fixed:hover { color: #b0f0d1; }
.hover\:text-white:hover { color: #ffffff; }
.hover\:underline:hover { text-decoration: underline; }
.inline-flex { display: inline-flex; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.italic { font-style: italic; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.list-disc { list-style-type: disc; }
.list-none { list-style-type: none; }
.material-symbols-outlined { font-family: 'Material Symbols Outlined', sans-serif; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; vertical-align: middle; }
.max-h-\[calc\(100vh_-_8rem\)\] { max-height: calc(100vh - 8rem); }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-\[1280px\] { max-width: 1280px; }
.max-w-\[800px\] { max-width: 800px; }
.max-w-lg { max-width: 32rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-lg { margin-bottom: 48px; }
.mb-md { margin-bottom: 24px; }
.mb-sm { margin-bottom: 12px; }
.mb-xs { margin-bottom: 4px; }
.min-h-\[200px\] { min-height: 200px; }
.min-h-\[300px\] { min-height: 300px; }
.min-h-\[60vh\] { min-height: 60vh; }
.min-h-screen { min-height: 100vh; }
.mix-blend-multiply { mix-blend-mode: multiply; }
.mt-1 { margin-top: 0.25rem; }
.mt-12 { margin-top: 3rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-auto { margin-top: auto; }
.mt-lg { margin-top: 48px; }
.mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.object-contain { object-fit: contain; }
.object-cover { object-fit: cover; }
.opacity-10 { opacity: 0.1; }
.opacity-30 { opacity: 0.3; }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }
.overflow-hidden { overflow: hidden; }
.overflow-x-hidden { overflow-x: hidden; }
.overflow-y-auto { overflow-y: auto; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-lg { padding: 48px; }
.p-md { padding: 24px; }
.pb-lg { padding-bottom: 48px; }
.pb-xl { padding-bottom: 80px; }
.pl-6 { padding-left: 1.5rem; }
.pr-2 { padding-right: 0.5rem; }
.pr-4 { padding-right: 1rem; }
.pt-4 { padding-top: 1rem; }
.pt-xl { padding-top: 80px; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-margin-mobile { padding-left: 16px; padding-right: 16px; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-lg { padding-top: 48px; padding-bottom: 48px; }
.py-xl { padding-top: 80px; padding-bottom: 80px; }
.relative { position: relative; }
.right-0 { right: 0rem; }
.right-1 { right: 0.25rem; }
.right-2 { right: 0.5rem; }
.bottom-6 { bottom: 1.5rem; }
.rounded { border-radius: 0.125rem; }
.rounded-DEFAULT { border-radius: 0.125rem; }
.rounded-full { border-radius: 0.75rem; }
.rounded-lg { border-radius: 0.25rem; }
.rounded-xl { border-radius: 0.5rem; }
.selection\:bg-primary-container::selection, .selection\:bg-primary-container *::selection { background-color: #1f5e46; }
.selection\:bg-primary-fixed-dim::selection, .selection\:bg-primary-fixed-dim *::selection { background-color: #95d4b5; }
.selection\:text-on-primary-container::selection, .selection\:text-on-primary-container *::selection { color: #96d5b7; }
.selection\:text-on-primary-fixed::selection, .selection\:text-on-primary-fixed *::selection { color: #002115; }
.self-start { align-self: flex-start; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.shrink-0 { flex-shrink: 0; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.sticky { position: sticky; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-\[\#95d4b5\] { color: #95d4b5; }
.text-\[\#96d5b7\] { color: #96d5b7; }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.text-\[12px\] { font-size: 12px; }
.text-\[16px\] { font-size: 16px; }
.text-\[18px\] { font-size: 18px; }
.text-\[20px\] { font-size: 20px; }
.text-\[40px\] { font-size: 40px; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-body-lg { font-size: 18px; line-height: 28px; font-weight: 400; }
.text-body-md { font-size: 16px; line-height: 24px; font-weight: 400; }
.text-center { text-align: center; }
.text-headline-lg { font-size: 32px; line-height: 40px; font-weight: 700; letter-spacing: -0.01em; }
.text-headline-lg-mobile { font-size: 28px; line-height: 36px; font-weight: 700; }
.text-headline-md { font-size: 24px; line-height: 32px; font-weight: 600; }
.text-headline-xl { font-size: 48px; line-height: 60px; font-weight: 700; letter-spacing: -0.02em; }
.text-label-md { font-size: 14px; line-height: 20px; font-weight: 600; }
.text-on-background { color: #1a1c1c; }
.text-on-primary { color: #ffffff; }
.text-on-primary-container { color: #96d5b7; }
.text-on-surface { color: #1a1c1c; }
.text-on-surface-variant { color: #404943; }
.text-on-tertiary-fixed { color: #111e15; }
.text-on-tertiary-fixed-variant { color: #3c4a3e; }
.text-primary { color: #004630; }
.text-primary\/30 { color: rgba(0, 70, 48, 0.3); }
.text-primary\/40 { color: rgba(0, 70, 48, 0.4); }
.text-secondary { color: #5c5f61; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-surface-variant { color: #e2e2e2; }
.text-white { color: #ffffff; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.top-0 { top: 0rem; }
.top-1\/2 { top: 50.0%; }
.top-32 { top: 8rem; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors { transition-property: background-color, border-color, color, fill, stroke; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow { transition-property: box-shadow; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.w-12 { width: 3rem; }
.w-16 { width: 4rem; }
.w-24 { width: 6rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-auto { width: auto; }
.w-fit { width: fit-content; }
.w-full { width: 100%; }
.w-px { width: 1px; }
.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
/* Small-screen refinements: keep the header and contact shortcuts usable without covering content. */
@media (max-width: 767px) {
  header .h-28 { height: 4.75rem; }
  header .h-28 img.h-20 { height: 3.25rem; }
  header .text-headline-lg { font-size: 1.25rem; line-height: 1.5rem; }
  .py-xl { padding-top: 3rem; padding-bottom: 3rem; }
  .fixed.right-0.top-1\/2 {
    top: auto;
    right: 50%;
    bottom: 1rem;
    flex-direction: row;
    padding-right: 0;
    transform: translateX(50%);
  }
  .fixed.right-0.top-1\/2 a { width: 3rem; height: 3rem; }
}
@media (min-width: 640px) {
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
  .md\:block { display: block; }
  .md\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:col-span-3 { grid-column: span 3 / span 3; }
  .md\:col-span-4 { grid-column: span 4 / span 4; }
  .md\:col-span-5 { grid-column: span 5 / span 5; }
  .md\:col-span-7 { grid-column: span 7 / span 7; }
  .md\:flex-row { flex-direction: row; }
  .md\:font-headline-xl { font-family: 'Be Vietnam Pro', 'Noto Sans Thai', sans-serif; }
  .md\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:h-\[400px\] { height: 400px; }
  .md\:h-\[500px\] { height: 500px; }
  .md\:h-auto { height: auto; }
  .md\:p-12 { padding: 3rem; }
  .md\:px-margin-desktop { padding-left: 64px; padding-right: 64px; }
  .md\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .md\:text-headline-xl { font-size: 48px; line-height: 60px; font-weight: 700; letter-spacing: -0.02em; }
  .md\:w-2\/5 { width: 40.0%; }
  .md\:w-\[calc\(33\.333\%_-_1rem\)\] { width: calc(33.333% - 1rem); }
}
@media (min-width: 1024px) {
  .lg\:col-span-12 { grid-column: span 12 / span 12; }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:col-span-3 { grid-column: span 3 / span 3; }
  .lg\:col-span-4 { grid-column: span 4 / span 4; }
  .lg\:col-span-8 { grid-column: span 8 / span 8; }
  .lg\:col-span-9 { grid-column: span 9 / span 9; }
  .lg\:flex { display: flex; }
  .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:hidden { display: none; }
  .lg\:block { display: block; }
}
.overflow-x-auto { overflow-x: auto; }
.whitespace-nowrap { white-space: nowrap; }
.flex-nowrap { flex-wrap: nowrap; }
.category-chip-scroll { -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.category-chip-scroll::-webkit-scrollbar { display: none; }
