@font-face { font-family: Manrope; src: url('/assets/manrope-regular.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: Manrope; src: url('/assets/manrope-semibold.ttf') format('truetype'); font-weight: 600; font-display: swap; }
@font-face { font-family: Manrope; src: url('/assets/manrope-bold.ttf') format('truetype'); font-weight: 700 800; font-display: swap; }
@font-face { font-family: 'IBM Plex Mono'; src: url('/assets/plex-mono.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Noto Sans Thai'; src: url('/assets/noto-thai-regular.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Noto Sans Thai'; src: url('/assets/noto-thai-semibold.ttf') format('truetype'); font-weight: 600 800; font-display: swap; }
:root { --white: #fff; --ink: #282b28; --text: #5e645f; --muted: #727772; --line: #e3e6e2; --surface: #f5f7f5; --orange: #ff7126; --accent: #b7430e; --orange-wash: #fff3eb; --dark: #202522; --font: Manrope, Arial, sans-serif; --mono: 'IBM Plex Mono', monospace; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 115px; }
body { margin: 0; background: var(--white); color: var(--ink); font: 400 1rem/1.75 var(--font); -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: var(--font); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-size: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; width: auto; max-width: 100%; height: auto; }
p, h1, h2, h3, figure { margin: 0; }
h1, h2, h3 { font-weight: 600; letter-spacing: -.05em; line-height: 1.15; text-wrap: balance; }
h1 { font-size: clamp(2.8rem, 4.7vw, 4.4rem); }
h2 { font-size: clamp(2.05rem, 3.1vw, 3rem); }
h3 { font-size: 1.45rem; line-height: 1.35; letter-spacing: -.035em; }
em { font-style: normal; color: var(--accent); }
::selection { background: #ffdec9; color: #282b28; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.container { width: 100%; max-width: 1360px; margin-inline: auto; padding-inline: 64px; }
.eyebrow { font: 400 .75rem/1.7 var(--mono); letter-spacing: .075em; color: var(--accent); margin-bottom: 23px; }
.eyebrow-mark { display: inline-block; width: 7px; height: 7px; background: var(--orange); margin-right: 10px; transform: rotate(45deg); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; max-width: 100%; min-height: 48px; border: 1px solid var(--orange); border-radius: 999px; background: var(--orange); color: #211b16; padding: 13px 23px; font-size: .9375rem; font-weight: 700; line-height: 1.5; transition: background .18s, box-shadow .18s, transform .18s; }
.button:hover { background: #ff884a; border-color: #ff884a; box-shadow: 0 5px 15px #282b2810; transform: translateY(-2px); }
.button span, .text-link span { font-size: 1.25rem; font-weight: 400; flex: 0 0 auto; transition: transform .18s; }
.button:is(:hover,:focus-visible) span,.text-link:is(:hover,:focus-visible) span { transform: translateX(3px); }
.button-small { padding: 10px 18px; gap: 17px; min-height: 44px; font-size: .875rem; }
.button-outline { background: transparent; border-color: #aeb5ae; color: var(--ink); }
.button-outline:hover { background: var(--surface); border-color: var(--ink); }
.button-white { background: #fff; border-color: #fff; color: var(--dark); }
.button-white:hover { background: #fff2e9; border-color: #fff2e9; }
.text-link { display: inline-flex; gap: 19px; align-items: center; font-size: .875rem; line-height: 1.6; font-weight: 600; }
.text-link:hover { color: var(--accent); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; color: var(--ink); background: var(--orange); }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute; height: 1px; width: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.nav-row { display: flex; align-items: center; gap: 32px; min-height: 96px; }
.brand { width: 176px; flex: 0 0 auto; display: block; }
.brand img { width: 100%; }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.desktop-nav a { font-size: .875rem; color: #4f554f; }
.desktop-nav a:hover, .desktop-nav a[aria-current] { color: var(--accent); }
.nav-actions { display: flex; align-items: center; gap: 27px; }
.language-switch { display: flex; align-items: center; padding: 3px; border: 1px solid var(--line); border-radius: 999px; }
.language-switch a { min-width: 35px; min-height: 36px; padding: 7px 6px; font-family: Manrope, sans-serif; font-size: .75rem; font-weight: 600; text-align: center; line-height: 22px; border-radius: 999px; color: var(--text); }
.language-switch a[aria-current] { background: var(--ink); color: #fff; }
.language-switch a:not([aria-current]):hover { background: var(--surface); }
.menu-toggle { display: none; }
.mobile-nav[hidden] { display: none; }
.hero { position: relative; overflow: hidden; isolation: isolate; }
.hero::before { content: ''; position: absolute; z-index: -2; pointer-events: none; width: 72%; height: 58%; right: -12%; top: 12%; transform: skewY(-12deg); background: linear-gradient(115deg, #fff 3%, var(--orange-wash) 45%, #ffdec9 100%); }
.hero::after { content: ''; position: absolute; z-index: -1; pointer-events: none; inset: 0 max(24px, calc((100vw - 1232px) / 2)); border-inline: 1px solid #e3e6e260; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), #e3e6e240 calc(25% - 1px), #e3e6e240 25%); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(0,1fr); align-items: center; gap: 30px; padding-top: 88px; padding-bottom: 96px; min-height: 675px; }
.hero-copy { position: relative; z-index: 1; min-width: 0; }
.hero-copy .eyebrow { font-size: .875rem; font-family: var(--font); font-weight: 600; letter-spacing: 0; margin-bottom: 27px; max-width: 480px; }
.hero h1 { font-size: clamp(3.2rem,5.5vw,4.8rem); line-height: 1.08; letter-spacing: -.055em; }
.hero h1 em { color: var(--accent); }
.hero-intro { max-width: 500px; font-size: 1.125rem; line-height: 1.8; color: var(--text); margin-top: 28px; }
.hero-actions { display: flex; gap: 25px; align-items: center; flex-wrap: wrap; margin-top: 33px; }
.hero-note { font-size: .875rem; color: var(--text); margin-top: 23px; max-width: 440px; }
.hero-art { position: relative; align-self: center; min-width: 0; animation: hero-arrive .7s ease-out both; }
.hero-art img { width: 116%; max-width: none; margin-left: -7%; mix-blend-mode: multiply; }
.hero-art figcaption { position: relative; display: flex; justify-content: center; align-items: center; gap: 12px; width: fit-content; max-width: 100%; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: #ffffffeb; font-size: .875rem; line-height: 1.65; color: var(--text); text-align: center; margin: -12px auto 0; box-shadow: 0 6px 20px #282b2808; }
.hero-art figcaption span { font: 1.2rem var(--mono); color: var(--accent); }
@keyframes hero-arrive { from { transform: translateY(14px); } to { transform: translateY(0); } }
.platform-strip { border-block: 1px solid var(--line); background: #fff; }
.platform-row { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-block: 30px; }
.platform-row>p { color: var(--text); font-size: .875rem; max-width: 160px; line-height: 1.6; }
.platform-name { font-size: 1.3rem; font-weight: 600; letter-spacing: -.04em; color: #60675f; display: flex; align-items: center; gap: 9px; line-height: 1.3; }
.platform-name>span { font-size: .625rem; border: 1px solid #aeb5ae; border-radius: 3px; padding: 5px; letter-spacing: 0; }
.section { padding-block: 104px; }
.section-heading { display: flex; gap: 60px; align-items: end; justify-content: space-between; margin-bottom: 41px; }
.section-heading>p { max-width: 340px; font-size: 1rem; color: var(--text); }
.section-heading .text-link { flex: 0 0 auto; margin-bottom: 6px; }
.service-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 24px; }
.service-card { grid-column: span 5; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; padding: 35px; min-width: 0; background: linear-gradient(125deg,#fff,var(--surface)); box-shadow: 0 3px 5px #282b2803,0 16px 36px #282b2805; transition: border-color .2s, box-shadow .2s, transform .2s; }
.service-card:nth-child(4n+1),.service-card:nth-child(4n+4) { grid-column: span 7; }
.service-card:nth-child(4n+2),.service-card:nth-child(4n+3) { background: linear-gradient(135deg,#fff,var(--orange-wash)); }
.service-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
.service-card:is(:hover,:focus-visible) { border-color: #edb595; box-shadow: 0 8px 12px #282b2805,0 22px 42px #282b280a; transform: translateY(-4px); }
.service-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.service-card-top>span { font: .875rem var(--mono); color: var(--text); }
.service-icon { width: 54px; height: 54px; padding: 9px; border: 1px solid #f7decd; border-radius: 12px; background: var(--orange-wash); color: var(--accent); }
.card-eyebrow { font: .75rem/1.7 var(--mono); color: var(--accent); letter-spacing: .035em; margin-bottom: 12px; }
.service-card h3 { font-size: 1.8rem; line-height: 1.3; margin-bottom: 15px; }
.card-description { font-size: 1rem; color: var(--text); line-height: 1.8; max-width: 46ch; margin-bottom: 25px; }
.card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); font-size: .8125rem; font-weight: 600; line-height: 1.6; }
.card-bottom>span { flex: 0 0 auto; color: var(--accent); font-size: 1.4rem; font-weight: 400; transition: transform .2s; }
@media (min-width:681px) {
  .service-card:last-child:nth-child(odd) { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); grid-template-areas: 'top description' 'label description' 'title action'; column-gap: 40px; }
  .service-card:last-child:nth-child(odd) .service-card-top { grid-area: top; }
  .service-card:last-child:nth-child(odd) .card-eyebrow { grid-area: label; }
  .service-card:last-child:nth-child(odd) h3 { grid-area: title; margin-bottom: 0; }
  .service-card:last-child:nth-child(odd) .card-description { grid-area: description; align-self: center; }
  .service-card:last-child:nth-child(odd) .card-bottom { grid-area: action; align-self: end; }
}
.service-card:is(:hover,:focus-visible) .card-bottom>span,.insight-card:is(:hover,:focus-visible) .card-bottom>span { transform: translate(3px,-2px); }
.section-tail { display: flex; justify-content: flex-end; padding-top: 26px; }
.why-section, .story-section { background: var(--surface); border-block: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 105px; align-items: start; }
.section-intro { font-size: 1rem; color: var(--text); margin-top: 27px; margin-bottom: 27px; line-height: 1.9; max-width: 510px; }
.benefit-list article { display: grid; grid-template-columns: 34px 1fr; gap: 20px; padding-block: 26px; border-bottom: 1px solid #d9dfd8; }
.benefit-list article:first-child { padding-top: 0; }
.benefit-number { font: .75rem var(--mono); color: var(--accent); padding-top: 6px; position: relative; }
.benefit-number::after { content: ''; display: block; width: 2px; height: 24px; margin-top: 16px; background: var(--orange); }
.benefit-list h3 { font-size: 1.25rem; margin-bottom: 12px; }
.benefit-list p { color: var(--text); font-size: 1rem; }
.product-section { background: var(--dark); color: #fff; overflow: hidden; position: relative; isolation: isolate; }
.product-section::before { content: ''; position: absolute; z-index: -1; pointer-events: none; inset: 0; background: linear-gradient(100deg,transparent 45%,#ff712609 100%),repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),#ffffff07 calc(25% - 1px),#ffffff07 25%); }
.product-layout { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); gap: 90px; align-items: center; padding-block: 105px; }
.product-copy .eyebrow, .product-copy em { color: #ff9e69; }
.product-copy h2 { font-size: clamp(2rem, 2.7vw, 2.65rem); line-height: 1.25; }
.product-copy>p:not(.eyebrow) { font-size: 1rem; color: #c4cec5; margin-block: 26px 22px; line-height: 1.85; max-width: 540px; }
.industry-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.industry-tags>span { padding: 6px 10px; font-size: .75rem; line-height: 1.5; color: #c4cec5; border: 1px solid #465448; border-radius: 4px; }
.product-display { border: 1px solid #465448; padding: 32px; border-radius: 16px; background: linear-gradient(145deg,#354035,#29332b); box-shadow: 12px 12px 0 #35403580,24px 24px 0 #35403535,0 28px 55px #00000025; transform: perspective(1200px) rotateY(-5deg) rotateX(2deg); }
.product-wordmark { display: block; font-size: 3rem; font-weight: 600; letter-spacing: -.075em; line-height: 1.2; }
.product-wordmark span { color: #ff9e69; }
.product-caption { font: .6875rem/1.7 var(--mono); letter-spacing: .025em; margin-top: 12px; color: #c4cec5; }
.product-module-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding: 0; margin: 28px 0 0; list-style: none; }
.product-module-list>li { min-width: 0; padding: 18px; border: 1px solid #475448; border-radius: 9px; background: #ffffff05; }
.product-module-list>li:last-child { grid-column: 1 / -1; }
.product-module-number { display: block; font: .75rem var(--mono); color: #a5b5a7; margin-bottom: 12px; }
.product-module-name { display: block; font-size: 1rem; font-weight: 600; overflow-wrap: anywhere; }
.insight-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px; }
.insight-card { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 10px 25px #282b2805; transition: border-color .2s, box-shadow .2s, transform .2s; }
.insight-card:is(:hover,:focus-visible) { border-color: #edb595; box-shadow: 0 15px 30px #282b280a; transform: translateY(-3px); }
.article-top { display: flex; justify-content: space-between; gap: 12px; font: .6875rem/1.7 var(--mono); color: var(--accent); letter-spacing: .02em; margin-bottom: 28px; }
.article-top span:last-child { color: var(--muted); }
.insight-card h3 { margin-bottom: 27px; line-height: 1.4; font-size: 1.45rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: .75rem; color: var(--text); margin-top: auto; margin-bottom: 22px; }
.insight-card .card-bottom { margin-top: 0; }
.blog-note { margin-top: 24px; font-size: .8125rem; color: var(--text); }
.contact-band { background: linear-gradient(115deg,var(--orange-wash),#fff); border-top: 1px solid #f7decd; }
.contact-band-inner { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 100px; padding-block: 73px; }
.contact-band h2 { font-size: clamp(2.05rem, 3.2vw, 3rem); }
.contact-band p:not(.eyebrow) { color: var(--text); font-size: 1rem; margin-bottom: 26px; line-height: 1.85; }
.contact-band-email { font-size: .8125rem; display: block; margin-top: 15px; color: var(--text); }
.contact-band-email:hover { color: var(--accent); }
.site-footer { background: #1b211d; color: #fff; padding-top: 60px; }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr 1.5fr .85fr; gap: 40px; padding-bottom: 50px; }
.footer-top>div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; min-width: 0; }
.footer-top .brand { width: 172px; }
.footer-top p { color: #b6c2b8; font-size: .875rem; margin-top: 13px; }
.footer-label { color: #a6b4a9; font-size: .8125rem; margin-bottom: 9px; }
.footer-top a:not(.brand) { font-size: .875rem; color: #e0e8e1; overflow-wrap: anywhere; }
.footer-top a:hover { color: #ff9e69; }
.footer-link>span { color: #98a89c; margin-left: 4px; }
.social-extra { display: flex; gap: 18px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 22px; padding-block: 23px; border-top: 1px solid #36443a; color: #a6b4a9; font-size: .75rem; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; font-size: .8125rem; color: var(--text); margin-bottom: 35px; }
.breadcrumbs a:hover { color: var(--accent); }
.page-hero { padding-top: 46px; padding-bottom: 66px; }
.page-hero>.eyebrow { margin-top: 8px; }
.page-intro { font-size: 1.125rem; line-height: 1.85; color: var(--text); max-width: 700px; margin-top: 25px; }
.page-hero>.button { margin-top: 28px; }
.solution-jumps { padding-bottom: 0; }
.jump-links { display: flex; gap: 9px; flex-wrap: wrap; }
.jump-links a { padding: 10px 15px; border: 1px solid var(--line); border-radius: 5px; font-size: .875rem; line-height: 1.6; }
.jump-links a:hover { background: var(--orange-wash); border-color: #e8b597; color: var(--accent); }
.solution-section { padding-top: 58px; }
.solution-detail { display: grid; grid-template-columns: 1fr 1.25fr; gap: 100px; padding-block: 55px; border-top: 1px solid var(--line); scroll-margin-top: 110px; }
.solution-title { position: relative; padding-left: 46px; }
.solution-number { position: absolute; top: 2px; left: 0; font: .75rem/1.7 var(--mono); color: var(--muted); }
.solution-title .eyebrow { margin-bottom: 18px; }
.solution-title h3 { font-size: 2rem; line-height: 1.3; }
.solution-detail:target h3 { color: var(--accent); }
.solution-description { color: var(--text); line-height: 1.9; }
.check-list { margin: 24px 0 27px; padding: 0; list-style: none; }
.check-list li { border-top: 1px solid var(--line); padding: 11px 0 11px 24px; position: relative; font-size: .9375rem; }
.check-list li::before { content: '+'; position: absolute; left: 0; color: var(--accent); font-family: var(--mono); }
.about-hero { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 40px; }
.about-hero h1 { font-size: clamp(2.5rem,4vw,3.8rem); }
.about-hero>img { width: 100%; }
.story-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 100px; }
.story-copy>p { color: var(--text); line-height: 1.95; margin-bottom: 22px; }
.contact-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 100px; padding-bottom: 90px; align-items: start; }
.contact-info { padding-top: 20px; }
.contact-info h2 { font-size: 1.9rem; line-height: 1.35; }
.contact-info>p { color: var(--text); margin-top: 15px; margin-bottom: 30px; }
.contact-method { padding-top: 21px; margin-bottom: 25px; border-top: 1px solid var(--line); }
.contact-method>span { display: block; font: .6875rem/1.7 var(--mono); color: var(--text); letter-spacing: .035em; margin-bottom: 7px; }
.contact-method>a { display: flex; justify-content: space-between; gap: 8px; font-size: 1rem; overflow-wrap: anywhere; }
.contact-info>.button { margin-top: 10px; }
.contact-info .careers-note { font-size: .875rem; margin-top: 28px; }
.careers-note a { color: var(--ink); }
.contact-form-panel { background: var(--surface); padding: 37px; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 20px 45px #282b2806; }
.contact-form-panel>.eyebrow { margin-bottom: 17px; }
.contact-form-panel h2 { font-size: 2rem; }
.form-intro { font-size: 1rem; color: var(--text); margin-top: 15px; margin-bottom: 28px; }
.form-fields { padding: 0; margin: 0; border: 0; min-width: 0; }
.form-fields:disabled { opacity: .6; }
.form-fields:disabled button { cursor: not-allowed; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 9px; margin-bottom: 22px; min-width: 0; }
.form-field label { font-size: .875rem; font-weight: 600; }
.form-field label span { font-size: .75rem; font-weight: 400; color: var(--text); }
.form-field input,.form-field textarea,.form-field select { width: 100%; min-width: 0; color: var(--ink); background: #fff; border: 1px solid #b7c0b7; border-radius: 4px; padding: 12px 14px; font-size: 1rem; line-height: 1.65; }
.form-field input::placeholder,.form-field textarea::placeholder { color: #687068; }
.form-field input:focus,.form-field textarea:focus,.form-field select:focus { outline: 2px solid var(--accent); outline-offset: 2px; }
.form-field textarea { resize: vertical; min-height: 140px; }
.form-field select { min-height: 52px; }
.form-note { color: var(--text); font-size: .8125rem; line-height: 1.75; margin-top: 15px; }
.form-note a,.draft-panel p a { text-decoration: underline; text-underline-offset: 3px; }
.draft-panel[hidden] { display: none; }
.draft-panel { border-top: 1px solid #cbd3ca; margin-top: 30px; padding-top: 27px; }
.draft-panel>p:not(.eyebrow) { margin-block: 18px; font-size: .9375rem; color: var(--text); }
.draft-panel pre { white-space: pre-wrap; overflow-wrap: anywhere; font: .9375rem/1.8 var(--font); background: #fff; border: 1px solid var(--line); border-radius: 5px; padding: 20px; max-height: 300px; overflow-y: auto; }
.draft-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.copy-button { padding: 6px 0; background: transparent; border: 0; border-bottom: 1px solid var(--ink); font-size: .875rem; }
#draft-status:empty { display: none; }
html[lang='th'] { --font: 'Noto Sans Thai', Manrope, sans-serif; --mono: 'Noto Sans Thai', sans-serif; }
html[lang='th'] h1,html[lang='th'] h2,html[lang='th'] h3 { letter-spacing: -.015em; line-height: 1.4; text-wrap: pretty; }
html[lang='th'] h1 { font-size: clamp(2.3rem,4vw,3.65rem); }
html[lang='th'] h2 { font-size: clamp(1.95rem,2.8vw,2.65rem); }
html[lang='th'] .eyebrow,html[lang='th'] .card-eyebrow,html[lang='th'] .article-top { letter-spacing: .015em; }
html[lang='th'] .hero-intro,html[lang='th'] .page-intro { line-height: 1.95; }
html[lang='th'] .service-card h3 { font-size: 1.6rem; }
html[lang='th'] .solution-title h3 { font-size: 1.8rem; }
html[lang='th'] .hero-actions { gap: 20px; }
/* Metadata stays at 12px or above; primary content uses 16px or above. */
.card-eyebrow,.platform-name>span,.product-caption,.product-module-number,.article-top,.contact-method>span { font-size: .75rem; }
.card-bottom,.footer-label,.contact-band-email,.breadcrumbs,.hero-note,.blog-note { font-size: .875rem; }
@media (min-width:1600px) { .hero-grid { min-height: 700px; } }
@media (max-width:1150px) {
  .container { padding-inline: 38px; }
  .nav-row { gap: 22px; } .desktop-nav { gap: 22px; } .nav-actions { gap: 18px; } .brand { width: 162px; }
  .hero-grid { gap: 20px; min-height: 600px; padding-block: 55px; } .hero h1 { font-size: 3.4rem; }
  .hero-actions { gap: 18px; } .hero-actions .button { padding-inline: 18px; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; } .service-card,.service-card:nth-child(n) { grid-column: auto; padding: 29px; }
  .service-card h3 { max-width: none; } .card-description { max-width: 440px; }
  .why-grid,.story-grid,.product-layout,.contact-band-inner { gap: 60px; }
  .contact-layout { gap: 45px; grid-template-columns: 1fr 1.4fr; } .contact-form-panel { padding: 29px; }
  .form-row { grid-template-columns: 1fr; gap: 0; } .footer-top { gap: 25px; }
  .platform-name { font-size: 1.15rem; } .platform-name>span { display: none; }
  .solution-detail { gap: 55px; } .solution-title { padding-left: 36px; }
}
@media (max-width:900px) {
  .nav-row { min-height: 82px; justify-content: space-between; } .desktop-nav,.nav-contact { display: none; }
  .nav-actions { gap: 16px; } .menu-toggle { display: flex; width: 44px; height: 44px; flex-direction: column; justify-content: center; align-items: center; gap: 6px; border: 1px solid var(--line); border-radius: 5px; background: #fff; }
  .menu-toggle span { width: 18px; height: 1.5px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .mobile-nav { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: absolute; left: 0; right: 0; padding: 12px 38px 24px; max-height: calc(100dvh - 82px); overflow-y: auto; box-shadow: 0 12px 20px #1d2c1510; }
  .mobile-nav a { display: flex; justify-content: space-between; padding: 15px 0; font-size: 1rem; border-bottom: 1px solid var(--line); }
  .hero-grid { grid-template-columns: 1.2fr 1fr; } .hero h1 { font-size: 2.85rem; } .hero-intro { font-size: 1rem; }
  .hero-copy .eyebrow { font-size: .875rem; } .hero-art img { width: 115%; margin-left: -7%; } .hero-art figcaption { margin-top: 7px; }
  .platform-row { gap: 23px; } .platform-row>p { font-size: .8125rem; } .platform-name { font-size: 1rem; }
  .section { padding-block: 72px; } .section-heading { gap: 35px; } .section-heading>p { max-width: 280px; }
  .why-grid,.story-grid,.product-layout,.contact-band-inner { gap: 40px; } .why-grid h2,.product-copy h2 { font-size: 2rem; }
  .product-display { padding: 26px; transform: none; box-shadow: 10px 10px 0 #354035; } .product-layout { padding-block: 65px; }
  .footer-top { grid-template-columns: 1.2fr 1fr; gap: 38px; } .footer-bottom>span:nth-child(2) { display: none; }
  .insight-grid { gap: 22px; } .insight-card h3 { font-size: 1.25rem; }
  .contact-layout { grid-template-columns: 1fr 1.3fr; gap: 30px; } .contact-info h2 { font-size: 1.6rem; } .contact-method>a { font-size: .875rem; }
  .contact-form-panel { padding: 25px; } .contact-form-panel h2 { font-size: 1.75rem; }
  html[lang='th'] .hero h1 { font-size: 2.45rem; }
}
@media (max-width:680px) {
  .container { padding-inline: 24px; } .nav-row { min-height: 78px; } .brand { width: 152px; } .nav-actions { gap: 12px; }
  .language-switch a { min-width: 33px; min-height: 34px; padding: 6px 4px; } .mobile-nav { padding-inline: 24px; max-height: calc(100dvh - 78px); }
  .hero-grid { grid-template-columns: 1fr; gap: 5px; padding-top: 44px; padding-bottom: 33px; }
  .hero h1 { font-size: clamp(2.6rem,8vw,3.7rem); line-height: 1.15; } .hero-copy .eyebrow { font-size: .875rem; margin-bottom: 23px; }
  .hero::before { width: 115%; height: 35%; top: auto; bottom: 9%; right: -35%; }
  .hero::after { background: none; }
  .hero-intro { font-size: 1rem; margin-top: 23px; max-width: 540px; } .hero-actions { gap: 22px; margin-top: 28px; }
  .hero-actions .button { padding: 13px 20px; } .hero-note { font-size: .875rem; margin-top: 20px; }
  .hero-art { max-width: 410px; width: 100%; margin-inline: auto; } .hero-art img { width: 100%; margin: 0; } .hero-art figcaption { margin-top: -5px; }
  .platform-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px; padding-block: 26px; }
  .platform-row>p { max-width: 145px; font-size: .875rem; } .platform-name { font-size: 1.1rem; }
  .section { padding-block: 60px; } .section-heading { display: block; margin-bottom: 31px; }
  .section-heading>p { max-width: 100%; margin-top: 22px; } .section-heading>.text-link { margin-top: 23px; }
  h2 { font-size: 2.1rem; } .eyebrow { margin-bottom: 20px; }
  .service-grid { grid-template-columns: 1fr; gap: 16px; } .service-card:nth-child(n) { padding: 27px; } .service-card-top { margin-bottom: 24px; }
  .service-card h3 { font-size: 1.5rem; } .card-description { margin-bottom: 23px; } .section-tail { justify-content: flex-start; padding-top: 23px; }
  .why-grid,.story-grid { grid-template-columns: 1fr; gap: 38px; } .why-grid h2 { font-size: 2.1rem; } .section-intro { margin-block: 22px; }
  .benefit-list article { padding-block: 23px; gap: 14px; grid-template-columns: 28px 1fr; } .benefit-list h3 { font-size: 1.25rem; }
  .product-layout { grid-template-columns: 1fr; gap: 39px; padding-block: 55px; } .product-copy h2 { font-size: 2.1rem; }
  .product-display { max-width: 450px; width: calc(100% - 10px); padding: 28px; } .product-wordmark { font-size: 3rem; }
  .insight-grid { grid-template-columns: 1fr; gap: 24px; } .insight-card { padding: 24px; } .insight-card h3 { font-size: 1.45rem; margin-bottom: 20px; }
  .article-top { margin-bottom: 23px; } .article-meta { font-size: .8125rem; margin-bottom: 19px; }
  .contact-band-inner { grid-template-columns: 1fr; gap: 28px; padding-block: 53px; } .contact-band h2 { font-size: 2.1rem; }
  .site-footer { padding-top: 48px; } .footer-top { grid-template-columns: 1fr 1fr; gap: 35px 24px; padding-bottom: 40px; }
  .footer-top .brand { width: 156px; } .footer-top>div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-wrap: wrap; gap: 14px; font-size: .75rem; }
  .page-hero { padding-top: 30px; padding-bottom: 43px; } .breadcrumbs { margin-bottom: 30px; font-size: .875rem; }
  .page-hero h1 { font-size: clamp(2.5rem,8vw,3.7rem); } .page-intro { font-size: 1rem; margin-top: 23px; }
  .jump-links { gap: 8px; } .jump-links a { padding: 9px 12px; font-size: .875rem; }
  .solution-section { padding-top: 38px; } .solution-detail { grid-template-columns: 1fr; gap: 22px; padding-block: 38px; }
  .solution-title { padding-left: 37px; } .solution-title h3 { font-size: 1.85rem; } .solution-title .eyebrow { margin-bottom: 14px; }
  .check-list { margin-block: 23px; } .check-list li { font-size: 1rem; }
  .about-hero { grid-template-columns: 1fr; gap: 10px; padding-bottom: 15px; } .about-hero>img { max-width: 400px; margin-inline: auto; }
  .story-copy>p { line-height: 1.9; }
  .contact-layout { grid-template-columns: 1fr; gap: 38px; padding-bottom: 60px; }
  .contact-info { padding-top: 0; } .contact-info h2 { font-size: 1.8rem; } .contact-method>a { font-size: 1rem; }
  .contact-info .careers-note { margin-bottom: 0; } .contact-form-panel { padding: 25px; } .contact-form-panel h2 { font-size: 1.85rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; } .form-field input,.form-field select,.form-field textarea { font-size: 1rem; }
  .form-field label span { font-size: .8125rem; } .draft-actions { gap: 20px; }
  html[lang='th'] .hero h1,html[lang='th'] .page-hero h1 { font-size: clamp(2.25rem,7vw,3rem); }
  html[lang='th'] h2 { font-size: 2rem; } html[lang='th'] .hero-copy .eyebrow { font-size: .875rem; }
}
@media (max-width:380px) {
  .container { padding-inline: 18px; } .brand { width: 130px; } .nav-actions { gap: 9px; } .language-switch a { min-width: 29px; }
  .menu-toggle { width: 42px; height: 42px; } .nav-row { gap: 8px; }
  .hero h1 { font-size: 2.4rem; } .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .service-card:nth-child(n) { padding: 24px; } .contact-form-panel { padding: 19px; }
  .product-display { padding: 22px; } .product-module-list>li { padding: 14px; }
  .platform-name { font-size: 1rem; } .footer-top { grid-template-columns: 1fr; } .footer-top>div:first-child { grid-column: auto; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; } *,*::before,*::after { transition: none!important; animation: none!important; }
}

/* The company specializes exclusively in AWS. */
.platform-row > .platform-focus { max-width: 340px; font-size: .9375rem; text-align: right; }
@media (max-width:680px) { .platform-row > .platform-focus { grid-column: 1 / -1; max-width: none; text-align: left; padding-top: 15px; border-top: 1px solid var(--line); } }
/* Insights are part of this site in both languages. */
.insight-summary { color: var(--text); font-size: 1rem; line-height: 1.85; margin-bottom: 23px; }
.article-index { padding-top: 10px; }
.article-page { padding-top: 44px; padding-bottom: 85px; }
.article-header { max-width: 1000px; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.article-header h1 { font-size: clamp(2.4rem,4vw,3.75rem); max-width: 940px; }
.article-header .page-intro { max-width: 820px; }
.article-dates { display: flex; flex-wrap: wrap; gap: 8px 25px; color: var(--text); font-size: .8125rem; margin-top: 25px; }
.article-reading-layout { display: grid; grid-template-columns: 245px minmax(0,760px); gap: 65px; align-items: start; padding-top: 45px; }
.article-toc { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 128px; }
.article-toc>p { font-weight: 600; font-size: .9375rem; margin-bottom: 4px; }
.article-toc>a { font-size: .875rem; line-height: 1.8; color: var(--text); border-left: 2px solid var(--line); padding-left: 15px; }
.article-toc>a:hover { color: var(--accent); border-color: var(--accent); }
.article-prose { min-width: 0; }
.article-prose>section { margin-bottom: 38px; scroll-margin-top: 115px; }
.article-prose h2 { font-size: 1.8rem; line-height: 1.4; margin-bottom: 20px; }
.article-prose p,.article-prose li { color: var(--text); font-size: 1rem; line-height: 1.95; }
.article-prose p+p { margin-top: 18px; }
.article-prose ul { padding-left: 22px; margin-block: 18px; }
.article-prose li { padding-left: 6px; margin-bottom: 10px; }
.article-sources { border-top: 1px solid var(--line); padding-top: 25px; margin-top: 35px; }
.article-sources h2 { font-size: 1.25rem; }
.article-sources a { font-weight: 400; color: var(--accent); }
.article-next-step { margin-block: 38px; padding: 30px; border: 1px solid #f2d3bd; background: var(--orange-wash); border-radius: 7px; }
.article-next-step h2 { font-size: 1.65rem; }
.article-next-step .button { margin-top: 23px; }
@media(max-width:900px) { .article-reading-layout { grid-template-columns: 190px minmax(0,1fr); gap: 35px; } }
@media(max-width:680px) {
  .article-page { padding-top: 28px; padding-bottom: 60px; }
  .article-header { padding-bottom: 30px; }
  .article-header h1 { font-size: clamp(2.2rem,7vw,2.9rem); }
  .article-reading-layout { grid-template-columns: 1fr; gap: 35px; padding-top: 30px; }
  .article-toc { position: static; border-bottom: 1px solid var(--line); padding-bottom: 25px; }
  .article-prose h2 { font-size: 1.55rem; }
  .article-next-step { padding: 23px; }
  html[lang='th'] .article-header h1 { font-size: clamp(2.05rem,6.5vw,2.75rem); }
  html[lang='th'] .article-prose h2 { font-size: 1.6rem; }
}

/* Detailed services: scoped work, practical examples and a clear next step. */
.desktop-nav .nav-parent { color: var(--accent); }
.solution-actions { display: flex; flex-wrap: wrap; gap: 18px 32px; }
.solution-actions .text-link:first-child { color: var(--accent); }
.service-page-hero { padding-block: 44px 80px; border-bottom: 1px solid var(--line); background: linear-gradient(145deg,#fff 50%,#fff7f1); }
.service-hero-grid { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(0,1fr); gap: 64px; align-items: center; }
.service-hero-grid h1 { font-size: clamp(2.6rem,4.4vw,4rem); }
.service-hero-grid .page-intro { max-width: 660px; }
.service-hero-grid .button { margin-top: 28px; }
.service-fit { padding: 30px; background: #fff; border: 1px solid #eedbce; border-radius: 16px; box-shadow: 0 18px 50px #b7430e08; }
.service-fit h2 { font-size: 1.25rem; line-height: 1.5; letter-spacing: -.025em; }
.service-fit .check-list { margin-bottom: 0; }
.service-fit .check-list li { font-size: .9375rem; }
.service-deliverables .section-heading { align-items: start; }
.service-deliverables .section-heading h2 { max-width: 660px; }
.deliverable-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.deliverable-card { padding: 32px; border: 1px solid var(--line); border-radius: 14px; }
.service-step-number { display: block; color: var(--accent); font: .8125rem/1.6 var(--mono); margin-bottom: 20px; }
.deliverable-card h3,.service-steps h3 { font-size: 1.25rem; margin-bottom: 14px; }
.deliverable-card p,.service-steps p { color: var(--text); }
.service-process { background: var(--surface); border-block: 1px solid var(--line); }
.service-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; list-style: none; padding: 0; margin: 42px 0 0; }
.service-steps>li { padding-top: 24px; border-top: 2px solid #d8dfd6; }
.service-steps .service-step-number { color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 50%; width: 40px; height: 40px; display: grid; place-items: center; }
.example-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.5fr); align-items: start; gap: 54px; }
.example-layout h2 { font-size: clamp(1.9rem,2.8vw,2.65rem); }
.example-layout .section-intro { margin-bottom: 0; }
.example-panel { min-width: 0; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 15px 45px #282b2807; }
.example-scroll-hint { display: none; }
.example-table-scroll { overflow-x: auto; border-radius: 14px 14px 0 0; }
.example-table-scroll:focus-visible,.faq-list summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.example-panel table { width: 100%; border-collapse: collapse; min-width: 430px; table-layout: fixed; text-align: left; font-size: .875rem; line-height: 1.8; }
.example-panel th,.example-panel td { padding: 19px 18px; vertical-align: top; overflow-wrap: anywhere; }
.example-panel thead { background: var(--surface); }
.example-panel th { font-weight: 600; }
.example-panel tbody tr { border-top: 1px solid var(--line); }
.example-panel td { color: var(--text); }
.example-note { padding: 20px; border-top: 1px solid var(--line); color: var(--text); font-size: .8125rem; line-height: 1.85; }
.service-faq { padding-top: 0; }
.service-faq-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.5fr); gap: 54px; }
.service-faq-layout h2 { font-size: clamp(1.9rem,2.8vw,2.65rem); }
.faq-list { border-top: 1px solid var(--line); min-width: 0; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-block: 23px; list-style: none; cursor: pointer; font-weight: 600; line-height: 1.7; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--accent); }
.faq-list summary span { color: var(--accent); font-size: 1.4rem; font-weight: 400; flex-shrink: 0; line-height: 1; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--text); padding-bottom: 24px; line-height: 1.9; }
.service-start { padding-bottom: 80px; }
.service-start-panel { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(0,1fr); gap: 60px; padding: 48px; background: var(--orange-wash); border: 1px solid #eedbce; border-radius: 18px; align-items: center; }
.service-start-panel h2 { font-size: clamp(1.9rem,2.8vw,2.65rem); }
.service-start-panel p:not(.eyebrow) { color: var(--text); margin-top: 20px; }
.service-start-panel .button { margin-top: 25px; }
.service-prepare { padding-left: 35px; border-left: 1px solid #e9cdbb; }
.service-prepare h3 { font-size: 1.1rem; line-height: 1.5; }
.service-prepare .check-list { margin-bottom: 0; }
html[lang='th'] .service-fit h2 { font-size: 1.3rem; }
@media(max-width:1150px) {
  .service-hero-grid { gap: 36px; grid-template-columns: minmax(0,1.4fr) minmax(0,1fr); }
  .service-fit { padding: 26px; }
  .service-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .example-layout,.service-faq-layout { gap: 35px; }
  .service-start-panel { padding: 35px; gap: 35px; }
}
@media(max-width:900px) {
  .service-hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .service-fit { max-width: 680px; }
  .service-page-hero { padding-bottom: 60px; }
  .example-layout,.service-faq-layout { grid-template-columns: 1fr; }
  .example-layout>div:first-child { max-width: 700px; }
  .service-start-panel { grid-template-columns: 1fr; }
  .service-prepare { padding: 25px 0 0; border-left: 0; border-top: 1px solid #e9cdbb; }
}
@media(max-width:680px) {
  .service-page-hero { padding-block: 28px 48px; }
  .service-hero-grid h1 { font-size: clamp(2.3rem,7.5vw,3.2rem); }
  .service-fit { padding: 24px; }
  .deliverable-grid,.service-steps { grid-template-columns: 1fr; gap: 20px; }
  .deliverable-card { padding: 25px; }
  .service-steps { margin-top: 30px; }
  .service-steps>li { padding-block: 20px 5px; }
  .service-faq { padding-top: 0; }
  .service-start { padding-bottom: 55px; }
  .service-start-panel { padding: 26px; gap: 28px; }
  .example-panel th,.example-panel td { padding: 17px 14px; }
  .example-scroll-hint { display: block; padding: 14px; font-size: .8125rem; color: var(--text); border-bottom: 1px solid var(--line); }
  .example-table-scroll { border-radius: 0; }
  html[lang='th'] .service-hero-grid h1 { font-size: clamp(2.15rem,6.5vw,2.8rem); }
  html[lang='th'] .service-fit h2 { font-size: 1.25rem; }
}
