
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#060000;color:#fff;font-family:Arial,sans-serif}
.art-reference{position:relative;width:100%;background:#000;overflow:hidden}
.art-reference>img{display:block;width:100%;height:auto}

.register{background:url("assets/BACK-GROUND.jpg") center bottom/cover no-repeat;padding:26px 18px 130px}
.reg-shell{max-width:720px;margin:0 auto}
.reg-title{display:table;margin:0 auto 18px;background:#050505;border-radius:8px;padding:12px 26px;font-size:34px;font-weight:800}
form{background:rgba(241,218,220,.96);padding:26px;border-radius:12px;color:#111}
.label{display:block;height:21px;width:auto;max-width:100%;object-fit:contain;object-position:left center;margin-bottom:4px}
.label.heading{height:30px;margin-bottom:12px}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
label{display:block;margin-bottom:11px}
input,select,textarea{width:100%;border:1px solid #5e5252;border-radius:4px;background:rgba(255,255,255,.28);padding:10px 11px;font-size:14px;color:#111;outline:none}
input:focus,select:focus,textarea:focus{border-color:#d7193f;box-shadow:0 0 0 2px rgba(215,25,63,.15)}
.upload{border:1px dashed #6a5b5b;border-radius:5px;padding:10px}
.upload input{border:0;padding:0;background:transparent;font-size:12px}
.upload span{display:block;margin-top:5px;font-size:11px;color:#4c4444}
.consent{display:flex;align-items:flex-start;gap:7px}
.consent input{width:auto;margin:2px 0 0}
.consent img{height:16px;width:auto;max-width:calc(100% - 25px)}
#submitBtn{width:100%;border:0;border-radius:4px;background:#050505;color:#fff;padding:10px;font-size:17px;font-weight:700;cursor:pointer}
#submitBtn:disabled{opacity:.55}
#status{font-size:13px;margin-top:8px}.ok{color:#166b34}.bad{color:#a40018}
.footnote{text-align:center;font-size:14px;line-height:1.3;margin:10px 0 0}
@media(max-width:700px){
  .art-reference{overflow-x:auto}
  .art-reference>img{min-width:920px}
  .register{padding-top:18px;padding-bottom:80px}
  .grid2{grid-template-columns:1fr}
  .reg-title{font-size:28px}
  form{padding:18px}
}

.upload-grid{display:block}

/* === V3 FINAL — client-reference form lock === */
.register{padding:18px 18px 115px;background-position:center bottom}
.reg-shell{max-width:620px;margin:0 auto}
.reg-title{
  display:table;margin:0 auto 18px;background:#050505;color:#fff;
  border-radius:8px;padding:10px 22px;font-size:29px;font-weight:800;
}
form{
  background:rgba(241,218,220,.96);color:#111;border-radius:11px;
  padding:22px 24px 18px;
}
.label{height:18px;margin-bottom:3px}
.label.heading{height:27px;margin-bottom:12px}
.grid2{gap:10px}
label{margin-bottom:9px}
input,select,textarea{
  min-height:38px;padding:7px 9px;border:1px solid #514747;
  border-radius:4px;background:rgba(255,255,255,.18);font-size:13px;
}
textarea{min-height:72px;resize:vertical}
.upload-grid{display:block}
.upload{padding:8px;border:1px solid #514747;border-radius:4px}
.upload input{min-height:auto;padding:0;border:0;background:transparent}
.upload span{font-size:10px;margin-top:4px}
.consent{margin:7px 0 8px}
.consent img{height:14px}
#submitBtn{padding:8px;font-size:16px;border-radius:4px}
.footnote{font-size:13px;margin-top:8px}
@media(max-width:700px){
  .reg-shell{max-width:520px}
  .grid2{grid-template-columns:1fr}
  form{padding:18px}
  .reg-title{font-size:25px}
}

/* === V5 FINAL CHECK — only requested corrections === */
.reg-title{display:none!important}

/* Consent: checkbox and client-font sentence aligned on one baseline, matching reference */
.consent{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  margin:7px 0 9px!important;
  min-height:22px;
}
.consent input{
  width:17px!important;
  height:17px!important;
  min-height:17px!important;
  margin:0!important;
  flex:0 0 17px;
}
.consent img{
  display:block!important;
  width:auto!important;
  height:19px!important;
  max-width:calc(100% - 24px)!important;
  object-fit:contain;
  object-position:left center;
}

/* Submit: black bar preserved, text is rendered from customer font */
#submitBtn{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:40px!important;
  padding:4px 12px!important;
}
#submitBtn img{
  display:block;
  width:auto;
  height:28px;
  max-width:90%;
  object-fit:contain;
}

/* Footnote: exact 2 lines, customer font, no overlap */
.footnote{
  display:flex!important;
  justify-content:center!important;
  margin:10px auto 0!important;
  padding:0 8px!important;
  text-align:center!important;
  line-height:1!important;
}
.footnote img{
  display:block;
  width:auto;
  height:42px;
  max-width:100%;
  object-fit:contain;
}
@media(max-width:700px){
  .consent img{height:17px!important}
  #submitBtn img{height:25px}
  .footnote img{height:auto;width:100%;max-width:560px}
}

/* V8 — remove white right edge / scrollbar track */
html, body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: #060000;
  overflow-x: hidden;
}
html {
  scrollbar-color: #3b0a0a #060000;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #060000;
}
::-webkit-scrollbar-thumb {
  background: #3b0a0a;
  border-radius: 10px;
  border: 2px solid #060000;
}

/* V9 — client reference form proportion refinement */
.register{padding-top:14px}
.reg-shell{max-width:535px!important}
form{padding:18px 20px 15px!important;border-radius:10px!important}
.label.heading{height:24px!important;margin-bottom:10px!important}
.label{height:16px!important}
.grid2{gap:8px!important}
label{margin-bottom:7px!important}
input,select,textarea{
  min-height:32px!important;
  padding:5px 7px!important;
  font-size:12px!important;
}
textarea{min-height:62px!important}
.upload{padding:7px!important}
.consent{margin:5px 0 7px!important;min-height:19px!important}
.consent input{width:15px!important;height:15px!important;min-height:15px!important;flex-basis:15px!important}
.consent img{height:17px!important;max-width:calc(100% - 22px)!important}
#submitBtn{height:34px!important}
#submitBtn img{height:24px!important}
.footnote{margin-top:8px!important}
.footnote img{height:36px!important}
@media(max-width:700px){
  .reg-shell{max-width:480px!important}
}

/* V10 — registration form scale matched to client reference */
.register{padding-top:10px!important;padding-bottom:95px!important}
.reg-shell{
  width:100%!important;
  max-width:405px!important;
  margin:0 auto!important;
}
form{
  padding:14px 16px 12px!important;
  border-radius:9px!important;
}
.label.heading{
  height:20px!important;
  margin-bottom:8px!important;
}
.label{
  height:13px!important;
  margin-bottom:2px!important;
}
.grid2{
  gap:6px!important;
}
label{
  margin-bottom:5px!important;
}
input,select,textarea{
  min-height:25px!important;
  height:auto!important;
  padding:3px 5px!important;
  font-size:10px!important;
  border-radius:3px!important;
}
textarea{
  min-height:50px!important;
}
.upload{
  padding:5px!important;
  border-radius:3px!important;
}
.upload input{
  font-size:9px!important;
}
.upload span{
  font-size:8px!important;
  margin-top:2px!important;
}
.consent{
  margin:4px 0 5px!important;
  min-height:16px!important;
  gap:4px!important;
}
.consent input{
  width:12px!important;
  height:12px!important;
  min-height:12px!important;
  flex:0 0 12px!important;
}
.consent img{
  height:13px!important;
  max-width:calc(100% - 18px)!important;
}
#submitBtn{
  height:28px!important;
  padding:2px 8px!important;
}
#submitBtn img{
  height:20px!important;
}
.footnote{
  margin-top:5px!important;
}
.footnote img{
  height:29px!important;
}
#status{
  font-size:10px!important;
  margin-top:5px!important;
}
@media(max-width:700px){
  .reg-shell{
    max-width:405px!important;
  }
}

html,body{margin:0!important;padding:0!important;background:#000!important;overflow-x:hidden!important}
.site-head{height:72px;background:#000;display:flex;align-items:center;justify-content:space-between;padding:0 max(7vw,28px);box-sizing:border-box;color:#fff}
.site-head img{width:120px;height:auto}.site-head nav{display:flex;gap:28px;font:700 13px Arial,sans-serif}
.hero-clean{background:#080000 url("assets/BACK-GROUND.jpg") center 8%/cover no-repeat;color:#fff}
.hero-inner{width:min(980px,86vw);margin:auto;padding:70px 0 55px;font-family:Arial,"Noto Sans Thai",sans-serif}
.campaign-pill{display:inline-block;background:#d71942;border-radius:18px;padding:5px 17px;font-size:17px;font-weight:800}
.hyperx-word{font-size:64px;font-weight:800;line-height:.95;margin-top:12px}
.god-row{font-size:64px;line-height:1}.god-row span{font-weight:300;color:transparent;-webkit-text-stroke:1.5px #fff}
.tagline{font-size:30px;font-weight:700;margin:4px 0 15px}
.hero-inner h1{color:#df1f42;font-size:31px;margin:0 0 12px;font-weight:800}
.hero-inner p{font-size:18px;font-weight:650;margin:6px 0}.special{margin-top:14px!important}.period{font-weight:800!important}
.reward-card{margin-top:23px;background:#fff;color:#111;border-radius:18px;width:max-content;max-width:92%;padding:12px 20px}
.reward-card small{font-size:15px}.reward-card div{font-size:25px;font-weight:800}.reward-card b{color:#d71942;font-size:31px}
.hero-buttons{display:flex;gap:12px;margin-top:20px}.hero-buttons span{background:#fff;color:#111;border-radius:20px;padding:8px 16px;font-size:13px;font-weight:700}
.body-art{margin:0;padding:0;background:#000;line-height:0}.body-art img{display:block;width:100%;height:auto;margin:0}
.text-label{font-size:10px;font-weight:700;line-height:13px}.store-other[hidden]{display:none!important}.upload-grid{display:grid!important;grid-template-columns:1fr;gap:5px!important}select{appearance:auto!important}
@media(max-width:700px){
 .site-head{height:52px}.site-head img{width:80px}.site-head nav{gap:10px;font-size:8px}
 .hero-inner{padding:38px 0 30px}.hyperx-word,.god-row{font-size:40px}.tagline{font-size:20px}
 .hero-inner h1{font-size:22px}.hero-inner p{font-size:13px}.reward-card div{font-size:17px}.reward-card b{font-size:22px}
}
