@font-face{font-family:"Eina 01";src:url('fonts/Eina01-Regular.ttf') format('truetype');font-weight:400;font-display:swap}@font-face{font-family:"Eina 01";src:url('fonts/Eina01-Semibold.ttf') format('truetype');font-weight:600;font-display:swap}@font-face{font-family:"Eina 01";src:url('fonts/Eina01-Bold.ttf') format('truetype');font-weight:700;font-display:swap}
@font-face{font-family:Sarabun;src:url('fonts/Sarabun-Regular.ttf') format('truetype');font-weight:400;font-display:swap}@font-face{font-family:Sarabun;src:url('fonts/Sarabun-Bold.ttf') format('truetype');font-weight:700;font-display:swap}
:root{font-family:"Eina 01",Sarabun,Arial,sans-serif;color:#333132;background:#fafafa;font-synthesis:none;--ink:#333132;--muted:#6D6E71;--line:#E3E2E1;--red:#a02d25;--paper:#ffffff}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,textarea{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:wait;opacity:.6}button,a{ -webkit-tap-highlight-color:transparent}a{color:inherit;text-underline-offset:4px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #C99C44;outline-offset:4px}[hidden]{display:none!important}.masthead{max-width:1360px;margin:auto;padding:30px 54px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.wordmark{font-size:18px;letter-spacing:2.6px;text-decoration:none;line-height:1.1}.wordmark span{font-size:29px;letter-spacing:-1.8px}.wordmark small{display:block;font-size:9px;letter-spacing:2.3px;margin-top:9px}.languages{display:flex;border:1px solid #E3E2E1;border-radius:3px;padding:3px;gap:3px}.languages button{border:0;background:transparent;border-radius:1px;padding:8px 19px;color:var(--ink);min-height:40px}.languages button[aria-pressed=true]{background:var(--ink);color:white}main{max-width:1250px;margin:0 auto;display:grid;grid-template-columns:340px minmax(0,1fr);gap:100px;padding:64px 44px 90px}.introduction{align-self:start;position:sticky;top:30px}.eyebrow{font-size:11px;letter-spacing:1.8px;font-weight:700;line-height:1.8}h1{font-family:"Eina 01",Sarabun,Arial,sans-serif;font-weight:600;font-size:48px;line-height:1.25;letter-spacing:-1px;margin:18px 0 22px}html[lang=th] h1{font-family:Sarabun,sans-serif;font-size:41px;line-height:1.45;letter-spacing:-1px}.introduction>p{font-size:15px;line-height:1.85;color:var(--muted)}.art-mark{height:1px;width:68px;background:#C99C44;margin:30px 0}.art-mark span{display:none}#steps{display:grid;gap:10px}#steps button{display:flex;align-items:center;gap:13px;border:0;background:transparent;text-align:left;padding:5px 0;color:var(--muted);font-size:14px;min-height:40px}#steps button span{display:grid;place-items:center;width:29px;height:29px;border:1px solid #E3E2E1;border-radius:50%;font-size:11px;flex-shrink:0}#steps button[aria-current=step]{font-weight:700;color:var(--ink)}#steps button[aria-current=step] span{background:var(--ink);border-color:var(--ink);color:white}.introduction .draft-note{font-size:12px;line-height:1.8;margin-top:32px;padding-top:22px;border-top:1px solid var(--line)}.introduction .help{font-size:12px}.form-shell{background:var(--paper);padding:38px 40px;border:1px solid #E3E2E1;border-radius:5px;box-shadow:0 8px 36px #33313205;min-width:0}h2{font-size:29px;line-height:1.4;font-weight:400;margin:8px 0 10px}.step-heading{margin-bottom:31px;border-bottom:1px solid var(--line);padding-bottom:24px}.step-heading p{font-size:14px;color:var(--muted);margin:0 0 14px}.step-heading small{color:var(--muted);font-size:11px}fieldset{border:0;padding:0;margin:0;min-width:0}.field{margin-bottom:28px}.field>label,.field legend{display:block;font-size:15px;font-weight:700;line-height:1.6;margin-bottom:8px}.field .optional{font-size:11px;font-weight:400;color:var(--muted);margin-left:8px}.required{color:#8b6729;margin-left:5px}.hint{font-size:12px;color:var(--muted);line-height:1.75;margin:0 0 10px}input[type=text],input[type=email],input[type=tel],textarea{width:100%;border:1px solid #c9c8c7;border-radius:3px;padding:12px 13px;background:white;color:#333132;line-height:1.55;min-height:46px;transition:border-color .15s}textarea{resize:vertical;min-height:102px}#statementText{min-height:230px}input:hover,textarea:hover{border-color:#6D6E71}input:focus,textarea:focus{border-color:#C99C44}.choices{display:grid;gap:8px}.choices.artwork-choices{grid-template-columns:1fr 1fr;gap:7px}.choice{display:flex;gap:10px;align-items:flex-start;border:1px solid #E3E2E1;border-radius:3px;padding:12px 13px;line-height:1.6;font-size:13px;cursor:pointer}.choice:has(input:checked){background:#faf7f0;border-color:#C99C44}.choice input{accent-color:var(--ink);width:17px;height:17px;flex-shrink:0;margin:3px 0 0}.error{color:var(--red);font-size:12px;line-height:1.7;margin:7px 0 0;min-height:0}.field.has-error input:not([type=checkbox]):not([type=radio]),.field.has-error textarea{border-color:var(--red)}.field.has-error>.choices{border-left:3px solid var(--red);padding-left:8px}#error-summary{padding:14px 16px;background:#faf0eb;border-left:3px solid var(--red);color:var(--red);font-size:14px;margin-bottom:25px}.upload-box{position:relative;border:1px dashed #C99C44;border-radius:3px;padding:24px 18px;text-align:center;background:#fafafa;cursor:pointer;display:block!important;font-weight:400!important}.upload-box input{position:absolute;width:100%;height:100%;inset:0;opacity:0;cursor:pointer}.upload-box:focus-within{outline:3px solid #C99C44;outline-offset:3px}.upload-symbol{font-size:25px;display:block;color:#8b6729;margin-bottom:6px}.upload-box small{display:block;color:var(--muted);font-size:11px;margin-top:6px}.files{list-style:none;padding:0;margin:8px 0;font-size:12px}.files li{padding:8px 0;border-bottom:1px solid #E3E2E1;display:flex;gap:10px;align-items:center;overflow-wrap:anywhere}.files li span{flex:1}.files button{border:0;background:transparent;color:var(--red);font-size:11px;min-height:35px}.form-actions{border-top:1px solid var(--line);padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:32px}.primary{background:var(--ink);color:white;padding:13px 29px;min-height:49px;border:1px solid var(--ink);border-radius:3px}.primary:hover{background:#505052}.text-button{padding:9px 0;min-height:42px;border:0;background:transparent;color:var(--ink);text-decoration:underline;text-underline-offset:5px;font-size:13px}.save-bar{margin-top:16px;display:flex;justify-content:space-between;gap:20px;align-items:center}.save-bar span{font-size:11px;color:var(--muted);text-align:right}details{border-top:1px solid var(--line);margin-top:18px;padding-top:18px;font-size:12px;line-height:1.7}summary{cursor:pointer;font-weight:700}details p{color:var(--muted)}#resume-link{font-size:11px}.draft-actions{display:flex;justify-content:space-between;gap:10px;margin-top:10px}.draft-actions>button:not(.text-button){border:1px solid #c9c8c7;border-radius:3px;padding:8px 10px;background:transparent;color:var(--ink)}.danger{color:var(--red)}.review-section{margin:20px 0 27px}.review-section h3{font-size:17px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:5px}.review-section dl{margin:0}.review-section dt{font-size:11px;color:var(--muted);margin-top:12px}.review-section dd{margin:3px 0 0;font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8}.review-note{padding:13px;background:#f7f7f8;color:var(--muted);font-size:12px;line-height:1.7}.agreement-choice{padding:15px;font-size:13px;line-height:1.85}.policy-links{display:flex;gap:20px;font-size:12px;margin-bottom:20px}.success-icon{width:58px;height:58px;border-radius:50%;background:#f3ecdc;display:grid;place-items:center;font-size:26px;margin:25px 0}.form-shell:has(#success:not([hidden])){align-self:start}#success p{line-height:1.9;color:var(--muted)}#reference{font-size:13px;overflow-wrap:anywhere;padding:15px;background:#f7f7f8}footer{border-top:1px solid var(--line);max-width:1250px;margin:auto;padding:25px 44px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:var(--muted)}footer div{display:flex;gap:24px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#load-state{min-height:250px;font-size:14px}#retry-load{margin:15px;padding:12px}
@media(max-width:1050px){main{gap:45px;grid-template-columns:280px minmax(0,1fr);padding:45px 30px}.form-shell{padding:30px 25px}h1{font-size:46px}.choices.artwork-choices{grid-template-columns:1fr}}
@media(max-width:760px){.masthead{padding:22px 20px}.wordmark{font-size:12px;letter-spacing:1.4px}.wordmark span{font-size:24px}.wordmark small{font-size:7px;letter-spacing:1.6px}.languages button{padding:7px 12px;font-size:12px}main{display:block;padding:30px 18px 44px}.introduction{position:static}.introduction h1{font-size:43px;max-width:480px;margin:14px 0}html[lang=th] .introduction h1{font-size:34px}.introduction>p{font-size:14px;max-width:560px}.art-mark{display:none}#steps{grid-template-columns:repeat(4,1fr);gap:5px;margin:23px 0}#steps button{font-size:10px;gap:7px;flex-direction:column;text-align:center}#steps button span{width:27px;height:27px}.introduction .draft-note,.introduction .help{display:none}.form-shell{padding:25px 20px}h2{font-size:25px}.step-heading{padding-bottom:20px}.field{margin-bottom:25px}.form-actions{gap:10px}.primary{padding:12px 20px}.save-bar{gap:10px}footer{padding:22px 20px;flex-direction:column;gap:14px}.choices.artwork-choices{grid-template-columns:1fr 1fr}.artwork-choices .choice{font-size:11px;padding:10px 8px}.draft-actions{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.mobile-draft-note{display:none}@media(max-width:760px){.step-heading .mobile-draft-note{display:block;font-size:11px;margin:14px 0 0;line-height:1.8}}

html[lang=th]{font-family:Sarabun,Arial,sans-serif}html[lang=th] h1{font-weight:400}.wordmark{font-family:"Eina 01",Arial,sans-serif}.languages button[lang=en]{font-family:"Eina 01",Arial,sans-serif}.languages button[lang=th]{font-family:Sarabun,sans-serif}.eyebrow{color:var(--muted)}

/* Proposal mockup adaptation */
.wordmark img{display:block;width:240px;max-width:100%;height:auto}.space-details{margin:22px 0;border-top:0;padding:0}.space-details summary{font-size:13px;font-weight:600;line-height:1.7}.space-details p{font-size:13px;line-height:1.8}.introduction{position:static}.field>label.agreement-choice{display:flex;align-items:flex-start;gap:16px;font-weight:400;padding:16px;min-height:48px;font-size:15px;line-height:1.75}.agreement-choice input{width:22px;height:22px;margin:3px 0 0}.choice{min-height:48px}.choice:has(input:checked){border-color:#333132}.upload-box{border-color:#6D6E71;min-height:100px}.upload-box:focus-within,button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid #333132;outline-offset:4px}#step-title:focus{outline:none}.section-label,.before-submit{font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.before-submit{border-top:2px solid #E3E2E1;padding-top:28px;margin:32px 0 24px}.field input:focus,.field textarea:focus{border-color:#333132}html[lang=th] .eyebrow,html[lang=th] h1,html[lang=th] .section-label,html[lang=th] .before-submit{letter-spacing:0}html[lang=th] .introduction>p,html[lang=th] .field>label,html[lang=th] .field legend{font-size:16px}html[lang=th] .hint,html[lang=th] .space-details p{font-size:14px;line-height:1.9}html[lang=th] .field>label.agreement-choice{font-size:16px;line-height:1.9}
@media(max-width:760px){.wordmark img{width:165px}.masthead{gap:16px}.languages{flex-shrink:0}.choices.artwork-choices{grid-template-columns:1fr}.artwork-choices .choice{font-size:14px;padding:12px 14px;min-height:48px}#steps button{font-size:12px}#steps{gap:8px}.space-details p{font-size:14px}.field>label.agreement-choice{font-size:14px}.before-submit{margin-top:26px}.wordmark{min-width:0}}

.wordmark img{height:52px;width:auto}@media(max-width:760px){.wordmark img{height:40px;width:auto;max-width:145px;object-fit:contain}}

#conflict-box{border:2px solid #333132;padding:20px;margin-bottom:24px;background:#faf7f0}#conflict-box button,#retry-save{font:inherit;min-height:44px;padding:10px;border:1px solid #333132;background:white;color:#333132}#open-latest{display:block;margin:16px 0;line-height:1.7}#error-summary p{margin:0}#error-summary ul{padding-left:20px}#error-summary .text-button{text-align:left;color:inherit;line-height:1.7}.save-bar{flex-wrap:wrap}.space-essential{font-weight:600}.files{line-height:1.7}#unsaved-text{min-height:200px}

.hint{white-space:pre-line}footer{justify-content:flex-start;align-items:baseline;gap:8px;flex-wrap:wrap}footer div{display:flex;gap:8px;flex-wrap:wrap;align-items:baseline}@media(max-width:760px){footer{flex-direction:row;gap:8px}}


/* ── Interactive-mockup revision, 5 Sep 2026 (visual only — field IDs, logic and limits untouched) ── */
.languages button{min-height:44px}
.space-essential{font-size:13px;line-height:1.8;margin:14px 0 0;color:var(--ink);font-weight:600}
html[lang=th] .space-essential{font-size:15px;line-height:1.9}
.space-details{margin:10px 0 22px}
.space-details summary{cursor:pointer;color:var(--muted)}
html[lang=th] h1{font-weight:700}
#steps button:disabled{cursor:default}
.step-heading small{display:inline-flex;align-items:center;gap:7px;margin-top:2px;padding:8px 11px;border-left:3px solid #C99C44;background:#faf7f0;color:var(--ink);font-size:12px;font-weight:600;line-height:1.6}
html[lang=th] .step-heading small{font-size:14px;line-height:1.7}
.field .optional{display:inline-flex;align-items:center;margin-left:8px;padding:2px 7px;border:1px solid #D8D2C4;background:#fafafa;color:var(--muted);font-size:11px;font-weight:600;line-height:1.4}
html[lang=th] .field .optional{font-size:12px;line-height:1.5}
/* Fix: required asterisk wrapping onto its own line on fieldset legends */
fieldset.field>legend{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}
