/* Clean-room stylesheet reconstructed from the current rendered layout. */
@font-face { font-family: "Noto Sans Thai"; font-style: normal; font-weight: 300 800; font-display: swap; src: url("/fonts/noto_sans_thai_v29_thai_wght_500_600.woff2") format("woff2"); unicode-range: U+0E00-0E7F; }
@font-face { font-family: "Noto Sans Thai"; font-style: normal; font-weight: 300 800; font-display: swap; src: url("/fonts/noto_sans_thai_v29_latin_wght_500_600.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans Thai Looped"; font-style: normal; font-weight: 300 800; font-display: swap; src: url("/fonts/noto_sans_thai_looped_v16_thai_wght_400_500.woff2") format("woff2"); unicode-range: U+0E00-0E7F; }
@font-face { font-family: "Noto Sans Thai Looped"; font-style: normal; font-weight: 300 800; font-display: swap; src: url("/fonts/noto_sans_thai_looped_v16_latin_wght_400_500.woff2") format("woff2"); }
@font-face { font-family: "DM Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/dm_mono_v16_latin_400.woff2") format("woff2"); }
@font-face { font-family: "DM Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("/fonts/dm_mono_v16_latin_500.woff2") format("woff2"); }

:root { --ink: #111; --ink-soft: #2b2b2b; --paper: #fff; --stone: #e6e6e6; --moss: #666; --moss-deep: #2b2b2b; --line-light: #11111140; --line-dark: #ffffff40; --gutter: clamp(20px, 4vw, 72px); --content: 1320px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Noto Sans Thai Looped", "Noto Sans Thai", "Leelawadee UI", Tahoma, sans-serif; font-size: 16px; line-height: 1.72; font-synthesis: none; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, sans-serif; font-weight: 600; line-height: 1.36; font-synthesis: none; }
h2 { font-size: clamp(2rem, calc(1.54rem + 2.32vw), 3.75rem); letter-spacing: -.01em; line-height: 1.18; }
h3 { font-size: clamp(1.25rem, calc(1.16rem + .45vw), 1.5rem); }
.page-grid { width: min(100%, var(--content)); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; border: 1px solid currentColor; padding: 0 19px; font-family: "DM Mono", monospace; font-size: .82rem; letter-spacing: .04em; transition: background .2s, color .2s; }
.button--dark { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.button--dark:hover { background: transparent; color: var(--ink); }
.button--light { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.button--light:hover { background: transparent; color: var(--paper); }

.site-header { position: fixed; z-index: 20; top: 0; right: 0; left: 0; height: 88px; background: var(--ink); color: var(--paper); border-bottom: 1px solid var(--line-dark); }
.site-header__inner { height: 100%; padding-left: calc(var(--gutter) + ((min(100%, var(--content)) - (2 * var(--gutter))) * .0833333)); padding-right: var(--gutter); display: flex; align-items: center; justify-content: space-between; }
.brand-mark { width: 70px; height: 70px; object-fit: contain; }
.site-header .brand-mark { transform: scale(2); transform-origin: left center; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 42px); margin-left: auto; margin-right: clamp(24px, 4vw, 72px); font-family: "Noto Sans Thai", sans-serif; font-size: .78rem; opacity: .75; }
.desktop-nav a, .site-footer a { border-bottom: 1px solid transparent; }
.desktop-nav a:hover, .site-footer a:hover { border-color: currentColor; }
.header-cta { min-height: 44px; padding: 0 16px; background: transparent; border-color: var(--paper); color: var(--paper); }
.header-cta:hover { background: var(--paper); color: var(--ink); }
.menu-button { display: flex; width: 44px; height: 44px; justify-content: center; align-items: center; background: transparent; color: inherit; border: 1px solid currentColor; padding: 0; font-size: 1.3rem; line-height: 1; cursor: pointer; }
.mobile-navigation { display: none; }

.site-main { position: relative; overflow: hidden; }
.site-main__background { position: fixed; z-index: -1; pointer-events: none; inset: -48px; background: var(--paper) url("/asset/v1_background-01.webp") center / cover no-repeat; }
.hero { min-height: 100svh; color: var(--ink); }
.hero__frame { min-height: 100svh; padding-top: 168px; padding-bottom: 48px; display: grid; grid-template-rows: 1fr auto; grid-template-columns: 8.333% minmax(0, 8fr) minmax(250px, 3fr); }
.hero__main { grid-column: 2; align-self: center; max-width: 800px; padding-right: 50px; }
.eyebrow { color: var(--moss); font-family: "Noto Sans Thai", sans-serif; font-size: 1rem; font-weight: 500; line-height: 1.45; letter-spacing: normal; }
.hero h1 { --hero-title-line: 1.25; margin-top: 22px; max-width: 780px; font-family: "Noto Sans Thai Looped", "Noto Sans Thai", sans-serif; font-size: clamp(2.375rem, calc(1.77rem + 3.04vw), 4.5rem); font-weight: 400; letter-spacing: -.015em; line-height: var(--hero-title-line); font-synthesis: none; }
.hero-title__concept { display: inline-block; height: calc(var(--hero-title-line) * 1em); }
.hero-title__regular { font-family: "Noto Sans Thai", sans-serif; font-size: 90%; font-weight: 300; }
.hero-title__concept--emphasis { font-family: "Noto Sans Thai", sans-serif; font-weight: 600; }
.hero__subhead { margin-top: 23px; font-size: clamp(1rem, calc(.96rem + .18vw), 1.125rem); line-height: 1.68; }
.hero__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 27px; margin-top: 34px; }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; padding: 15px 0; font-family: "DM Mono", monospace; font-size: .875rem; letter-spacing: .025em; line-height: 1.55; }
.contact-actions a, .mobile-contact-bar a { display: inline-flex; align-items: center; gap: 6px; }
.contact-actions a { position: relative; border-bottom: 1px solid transparent; transition: border-color .2s var(--ease-out), transform .2s var(--ease-out); }
.contact-actions a::before { content: ""; position: absolute; inset: -12px 0; }
.contact-actions a:hover { border-color: currentColor; }
.contact-actions img, .mobile-contact-bar img { width: 18px; height: 18px; object-fit: contain; }
.hero__closing, .contact-section__closing { max-width: 650px; margin-top: 0; padding-top: 20px; color: var(--moss); font-size: .9375rem; line-height: 1.72; }
.hero__closing > span, .contact-section__closing > span { display: block; }
.hero__closing { grid-column: 2; grid-row: 2; align-self: end; }
.hero__closing--mobile { display: none; }

.section { padding: clamp(80px, 10vw, 160px) 0; }
.section--stone { background: #e6e6e64d; }
.section--charcoal { background: #161817f2; color: var(--paper); }
.section__intro { display: grid; grid-template-columns: 8.333% 1fr; }
.section__intro-body { grid-column: 2; text-align: center; }
.services { padding-bottom: 0; background: linear-gradient(#e6e6e600, #e6e6e6); }
.services__image-wrap { width: min(54%, 720px); margin: 52px auto 0; }
.services__image-wrap img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }
.case-list { display: grid; grid-template-columns: repeat(3, 1fr); width: 115%; margin-top: 52px; margin-left: -7.5%; row-gap: 24px; background: transparent; border-top: 0; }
.case-list article { min-height: 190px; padding: 24px 28px 34px; border: 0; }
.case-list article:nth-child(3n) { border-right: 0; }
.case-list p { max-width: 415px; margin-top: 18px; font-size: 1rem; }
.case-card--dark { background: #161817f2; color: var(--paper); }
.case-card--dark h3 { color: var(--stone); }

.split-grid { display: grid; grid-template-columns: 8.333% minmax(0, 3.2fr) minmax(0, 5.8fr); gap: 0; }
.split-grid > :first-child { grid-column: 2; padding-right: clamp(28px, 4vw, 70px); }
.split-grid > :first-child h2 { margin-top: 23px; }
.split-grid > :first-child p { max-width: 430px; margin-top: 23px; }
.split-grid > :nth-child(2) { grid-column: 3; }
.step-list { margin: 0; padding: 0 0 0 clamp(20px, 3vw, 52px); list-style: none; border-left: 1px solid var(--line-dark); }
.step-list li { padding: 29px 0 35px; }
.step-list li + li { border-top: 1px solid var(--line-dark); }
.step-list p { color: var(--stone); margin-top: 12px; max-width: 32rem; font-size: .95rem; }
.outcome-list { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid var(--line-light); }
.outcome-list article { padding: 0 clamp(20px, 3vw, 52px) 12px; }
.outcome-list article + article { border-left: 1px solid var(--line-light); }
.outcome-list img { width: 56px; height: 56px; margin-bottom: 20px; }
.outcome-list p { margin-top: 17px; color: #555; font-size: .94rem; }
.pricing__lead { max-width: 40.625rem; font-size: clamp(1.5rem, calc(1.25rem + 1.25vw), 2.375rem); line-height: 1.5; }
.pricing__timeline { margin: 50px 0 20px; }
.pricing__timeline p { padding: 16px 0; border-bottom: 1px solid var(--line-light); }
.commitment-list article { padding: 24px 0 27px; border-bottom: 1px solid var(--line-light); }
.commitment-list p { margin-top: 12px; font-size: .95rem; }
.commitment-list .closing { margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--line-light); }
.faq__list details { border-bottom: 1px solid var(--line-light); }
.faq__list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 30px 20px 0; cursor: pointer; font-family: "Noto Sans Thai", sans-serif; font-size: clamp(1.375rem, calc(1.2rem + .89vw), 2rem); font-weight: 600; line-height: 1.35; }
.faq__list summary::after { content: ""; flex: 0 0 10px; width: 10px; height: 10px; margin: 5px 4px 0 0; border-right: 1.5px solid var(--moss-deep); border-bottom: 1.5px solid var(--moss-deep); transform: rotate(45deg); }
.faq__list details[open] summary::after { transform: rotate(225deg) translate(-2px, -2px); }
.faq__list p { padding: 0 48px 28px 0; color: #555; font-size: .95rem; }

.contact-section { color: var(--paper); background: #161817 url("/asset/v1_background-07.webp") center / cover no-repeat; padding: clamp(85px, 10vw, 152px) 0 48px; }
.contact-section__content { display: grid; grid-template-columns: 8.333% minmax(0, 7fr) minmax(190px, 2fr); row-gap: 20px; }
.contact-section__main { grid-column: 2; max-width: 780px; }
.contact-section h2 { font-size: clamp(2.375rem, calc(1.77rem + 3.04vw), 4.5rem); line-height: 1.25; letter-spacing: -.015em; }
.contact-section__main > p { margin-top: 25px; font-size: 1.15rem; }
.contact-section__qr { grid-column: 3; place-self: end; padding-left: 36px; border-left: 1px solid var(--line-dark); }
.contact-section__qr img { width: 144px; padding: 8px; background: var(--paper); }
.contact-section__closing { grid-column: 2 / 4; color: var(--stone); }
.site-footer { color: var(--paper); background: var(--ink); border-top: 1px solid var(--line-dark); padding: 36px 0 42px; }
.site-footer__grid { display: grid; grid-template-columns: minmax(122px, 1fr) minmax(0, 5fr) minmax(0, 4fr); gap: 25px; align-items: start; }
.site-footer__grid > div { font-family: "DM Mono", monospace; font-size: .76rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.site-footer__grid > div:last-child { text-align: right; }
.mobile-contact-bar { display: none; }

@media (min-width: 901px) {
  .menu-button { display: none; }
  .services .section__intro-body { grid-column: 1 / -1; display: flex; justify-content: center; }
}

@media (min-width: 681px) {
  .hero__main { transform: none; }
  .hero h1 { margin-bottom: 0; }
  .hero__closing--wide { transform: translateY(-113px); }
  .case-list { padding-bottom: 23px; }
  .step-list { padding-bottom: 39px; }
  .outcomes { padding-top: clamp(80px, 8vw, 120px); padding-bottom: clamp(80px, 8vw, 120px); }
  .outcome-list { padding-bottom: 24px; }
  .pricing__body { padding-top: 6px; }
  .commitment-list { margin-bottom: -14px; }
  .faq { padding-bottom: calc(clamp(80px, 10vw, 160px) + 13px); }
  .contact-section { padding-bottom: 40px; }
}

.not-found-page { min-height: 100vh; display: grid; place-items: center; background: var(--paper); }
.not-found-page__content { width: min(100% - 40px, 720px); padding: 70px 0; }
.not-found-page__code { margin: 14px 0; color: var(--moss-deep); font-family: "DM Mono", monospace; font-size: clamp(5rem, 16vw, 10rem); }
.not-found-page__content > p { margin: 20px 0 35px; }

@media (max-width: 900px) {
  .desktop-nav, .header-cta { display: none; } .site-header__inner { position: relative; } .site-header .menu-button { display: flex !important; visibility: visible !important; opacity: 1 !important; position: relative; z-index: 25; top: auto; right: auto; width: 44px; height: 44px; flex: 0 0 44px; color: #fff !important; border: 0 !important; background: transparent !important; }
  .site-header .menu-button::before { content: ""; position: absolute; inset: 3px; border: 1px solid #fff; } .site-header .menu-button span { position: relative; z-index: 1; }
  .mobile-navigation { position: fixed; z-index: 19; top: 88px; right: 0; left: 0; display: block; padding: 0 var(--gutter) 34px; background: var(--ink); color: var(--paper); border-bottom: 1px solid var(--line-dark); transform: translateY(-105%); opacity: 0; pointer-events: none; transition: transform .4s, opacity .2s; }
  .mobile-navigation.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-navigation nav a { display: flex; justify-content: space-between; align-items: center; padding: 13.5px 0; border-bottom: 1px solid var(--line-dark); font-family: "Noto Sans Thai", sans-serif; font-size: 1.15rem; font-weight: 600; }
  .mobile-menu-cta { float: right; margin-top: 24px; min-height: 44px; }
  .hero__frame { grid-template-columns: 9% minmax(0, 2.7fr) minmax(180px, 1fr); padding-top: 135px; }
  .split-grid > :first-child h2 { margin-top: 23px; }
  .split-grid { grid-template-columns: 9% minmax(0, 1fr); max-width: 760px; } .split-grid > :first-child, .split-grid > :nth-child(2) { grid-column: 2; } .split-grid > :first-child { padding-right: 0; } .split-grid > :nth-child(2) { margin-top: 40px; }
  .case-list { grid-template-columns: repeat(2, 1fr); } .case-list article:nth-child(3n) { border-right: 1px solid var(--line-light); } .case-list article:nth-child(2n) { border-right: 0; }
  .services__image-wrap { width: min(66%, 620px); }
}
@media (max-width: 680px) {
  :root { --gutter: 20px; } html { scroll-padding-top: 70px; } body { padding-bottom: 65px; }
  .site-header { height: 70px; } .site-header__inner { width: 100%; padding: 0 20px; } .site-header .brand-mark { width: 52px; height: 52px; transform: scale(2); transform-origin: left center; } .mobile-navigation { top: 0; right: 0; padding-top: 70px; } .site-header:has(+ .mobile-navigation.is-open) .brand-link { visibility: hidden; }
  .site-main__background { background-image: url("/asset/v1_background-02.webp"); background-position: 70%; }
  .hero__frame { min-height: 100svh; padding: 112px var(--gutter) calc(34px + 65px); display: flex; flex-direction: column; } .hero__main { width: 100%; min-width: 0; flex: auto; align-self: stretch; align-items: center; padding: 0; display: flex; transform: none; } .hero__content { width: 100%; min-width: 0; transform: translateY(15px); } .hero h1 { --hero-title-line: 1.4; margin-top: 17px; font-size: clamp(2.375rem, calc(1.77rem + 3.04vw), 4.5rem); line-height: var(--hero-title-line); }
  .hero__subhead { margin-top: 16px; } .hero__actions { margin-top: 26px; gap: 27px; } .contact-actions { gap: 10px; font-size: .875rem; } .hero__closing--wide { display: none; } .hero__closing--mobile { display: block; flex: none; align-self: stretch; max-width: 650px; margin-bottom: 24px; padding-top: 20px; transform: translateY(24px); }
  .section { padding: 70px 0; } .services { padding-bottom: 0; } .section.faq { padding-top: 70px; } .section__intro { display: block; } .section__intro-body { margin-top: 19px; text-align: left; }
  .services__image-wrap { width: calc(100% - 44px); margin-top: 40px; } .case-list { width: auto; grid-template-columns: 1fr; margin: 23px 0 0; row-gap: 10px; } .case-list article, .case-list article:nth-child(3n) { min-height: auto; border-right: 0; padding: 17px 20px 26.8px; }
  .split-grid { display: block; padding-left: var(--gutter); padding-right: var(--gutter); } .split-grid > :nth-child(2) { margin-top: 40px; }
  .step-list { padding-left: 0; border-top: 1px solid var(--line-dark); border-left: 0; } .step-list li { padding: 22px 0 28px; } .step-list li:first-child { padding-top: 24px; } .step-list li:last-child { padding-bottom: 22px; } .outcome-list { display: block; border-top: 1px solid var(--line-light); border-left: 0; padding-top: 24px; padding-bottom: 10px; } .outcome-list article { padding: 0 0 24px; } .outcome-list article + article { padding-top: 24px; border-top: 1px solid var(--line-light); border-left: 0; } .outcome-list img { width: 40px; height: 40px; margin-bottom: 14px; } .outcome-list p { margin-top: 11px; }
  .pricing__timeline { margin: 34px 0 -2px; } .commitment-list article { padding: 22px 0 24px; } .commitment-list article:last-of-type { padding-bottom: 12px; } .commitment-list p { margin-top: 8px; } .commitment-list { padding-bottom: 0; }
  .faq__list { padding-bottom: 24px; } .faq__list summary { padding: 20px 20px 16px 0; font-size: 1.25rem; line-height: 1.36; }
  .contact-section { padding: 70px 0 31px; background-image: url("/asset/v1_background-08.webp"); } .contact-section__content { display: block; } .contact-section h2 { margin-top: 16px; font-size: clamp(2.375rem, calc(1.77rem + 3.04vw), 4.5rem); } .contact-section__qr { display: flex; width: 128px; height: 128px; margin-top: 0; padding: 0; border: 0; } .contact-section__qr img { width: 112px; } .contact-section__closing { margin-top: 0; }
  .site-footer { padding: 28px 0 32px; } .site-footer__grid { grid-template-columns: 1fr; gap: 24px; } .site-footer__grid > div:last-child { text-align: left; }
  .mobile-contact-bar { position: fixed; z-index: 30; bottom: 0; right: 0; left: 0; min-height: 65px; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); color: var(--paper); background: var(--ink); border-top: 1px solid var(--line-dark); } .mobile-contact-bar a { min-width: 0; justify-content: center; padding: 8px; font-family: "DM Mono", monospace; font-size: .7rem; text-align: center; overflow-wrap: anywhere; } .mobile-contact-bar img { width: 27px; height: 27px; flex: 0 0 27px; } .mobile-contact-bar a + a { color: var(--ink); background: var(--paper); }
}

/* Tablet retains the reference's compact navigation and single-rail content grid. */
@media (min-width: 681px) and (max-width: 900px) {
  .site-header__inner { padding-left: calc(var(--gutter) + ((min(100%, var(--content)) - (2 * var(--gutter))) * .09)); }
  .hero-title__concept { height: auto; }
  .site-header:has(+ .mobile-navigation.is-open) .brand-link { visibility: hidden; }
  .mobile-navigation nav a { padding: 15px 0; font-size: clamp(1.25rem, calc(1.16rem + .45vw), 1.5rem); line-height: 1.36; }
  .mobile-menu-cta { width: 143.34px; height: 44px; min-height: 44px; padding: 0 17px; font-family: "Noto Sans Thai", sans-serif; font-size: .875rem; font-weight: 600; }
  .hero__main { padding-right: 32px; transform: translateY(-37px); }
  .hero h1 { margin-bottom: 0; }
  .hero__closing--wide { transform: none; }
  .split-grid > :nth-child(2) { margin-top: 52px; }
  .case-list { width: auto; margin-left: 0; padding-bottom: 0; }
  .step-list { padding-bottom: 0; }
  .outcome-list { padding-bottom: 0; }
  .pricing__body { padding-top: 0; }
  .commitment-list { margin-bottom: 0; }
  .contact-section__content { grid-template-columns: 9% minmax(0, 1fr) 136px; }
  .contact-section__qr { padding-left: clamp(20px, 3vw, 52px); }
  .process { padding-bottom: calc(clamp(80px, 10vw, 160px) + 18px); }
  .contact-section { padding-bottom: 26.5px; }
  .site-footer { padding-bottom: 35px; }
}
@media (min-width: 901px) and (max-height: 1000px) {
  .hero__closing--wide { transform: translateY(-40px); }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .case-list { width: 100%; margin-left: 0; }
  .case-list { padding-bottom: 0; }
  .case-list article { min-height: 211px; }
  .step-list { padding-bottom: 23.5px; }
  .process { padding-bottom: clamp(80px, 10vw, 160px); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
