@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

:root{
  --cream:#fff4e3;
  --paper:#fffaf2;
  --ink:#2e2925;
  --muted:#766f68;
  --red:#ef2b2d;
  --red-dark:#d81f24;
  --border:#d8d0c5;
  --soft:#f7ecdc;
  --green:#178347;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;font-size:15px}
button,input,textarea,select{font:inherit}
a{color:var(--red);text-decoration:underline;text-underline-offset:2px}
.site{min-height:100vh}
.topbar{position:sticky;top:0;z-index:30;background:rgba(255,244,227,.97);backdrop-filter:blur(8px);border-bottom:1px solid #e5dccf}
.topbar-inner{max-width:650px;margin:auto;padding:10px 18px;display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:13px;font-weight:700}
.lang{display:flex;gap:6px}
.lang button{border:1px solid var(--red);background:#fffaf3;color:var(--red);border-radius:7px;padding:5px 9px;cursor:pointer;font-weight:800;font-size:12px}
.lang button.active{background:var(--red);color:#fff}
.page{max-width:596px;margin:0 auto;padding:18px 0 70px}
.brand{text-align:left;margin:0 0 22px;padding:0}
.brand img{display:block;width:110px;height:110px;object-fit:contain;margin:0 auto 12px}
.brand h1{font-size:0;margin:0;height:0;overflow:hidden}
.brand p{text-align:center;margin:0;color:var(--muted);font-size:12px}
.event-intro{font-size:14px;line-height:1.46;color:#453d37;padding:0 1px 20px;border-bottom:1px solid #e0d7ca}
.event-title{font-weight:800;margin-bottom:1px}
#event-date,#event-venue{font-weight:500}
.instruction-title{font-weight:800;font-style:italic;color:var(--red);margin-top:10px;margin-bottom:3px}
.event-intro p{margin:0 0 13px}
.event-intro .instruction-list p,.event-intro .important-list p{margin-bottom:2px}
.important-title{font-weight:800;margin-top:12px;margin-bottom:2px}
.instruction-list p:first-child{margin-top:0}
.section{padding:28px 0;border-top:0;position:relative}
.section:before{content:"";display:block;border-top:1px solid #e2d9cc;margin:0 0 26px}
.section:after{content:"";display:block;border-bottom:1px solid #e2d9cc;margin:26px 0 0}
.section:first-of-type:before{margin-top:0}
.section + .section{border-top:0}
.section h2{font-family:"DM Sans",Arial,sans-serif;color:var(--red);font-size:25px;line-height:1.15;font-weight:800;margin:0 0 22px;letter-spacing:-.2px}
.section h3{font-family:"DM Sans",Arial,sans-serif;color:var(--red);font-size:25px;line-height:1.15;font-weight:800;margin:0 0 18px}
.note{font-size:14px;line-height:1.52;color:#3f3934;margin:0 0 16px}
.field{margin:0 0 22px}
.field label,.question-label{display:block;font-weight:800;margin-bottom:7px;line-height:1.3}
.req{display:inline-block;color:#555;font-weight:800;background:#eee7dc;border-radius:50%;width:13px;height:13px;line-height:13px;text-align:center;font-size:9px;vertical-align:2px}
input[type=text],input[type=email],input[type=tel],input[type=url],textarea,select,
.telephone-number{
  width:100%;max-width:320px;border:1px solid var(--border);background:rgba(255,253,249,.78);border-radius:8px;padding:10px 11px;color:var(--ink);outline:none;transition:border-color .15s,box-shadow .15s,background .15s;box-shadow:0 2px 4px rgba(65,49,34,.05)
}
input:focus,textarea:focus,select:focus{border-color:#cfc5b9;box-shadow:0 0 0 2px rgba(65,49,34,.06);background:#fffdf9}
textarea{max-width:none;min-height:110px;resize:vertical}
select{appearance:auto;cursor:pointer}
.help{font-size:12px;color:var(--muted);margin-top:6px;line-height:1.4}
.choice-grid{display:flex;flex-direction:column;align-items:flex-start;gap:7px}
.choice{position:relative;border:1px solid var(--border);background:rgba(255,253,249,.72);border-radius:8px;padding:8px 10px;cursor:pointer;text-align:left;color:#403a35;box-shadow:0 2px 4px rgba(65,49,34,.04);max-width:100%}
.choice:hover{border-color:#c7bdb1}
.choice.selected{border:2px solid var(--red);padding:7px 9px;background:#fffaf4;color:#2d2925;box-shadow:0 0 0 1px rgba(239,43,45,.03)}
.choice-title{font-weight:500;line-height:1.3}
.choice.selected .choice-title{font-weight:500}
.choice-desc{font-size:13px;color:var(--muted);margin-top:4px;line-height:1.45}
.booth-grid{display:grid;gap:8px}
.booth-card{display:grid;grid-template-columns:30px 1fr auto;gap:10px;align-items:center;border:1px solid var(--border);background:rgba(255,253,249,.72);border-radius:8px;padding:9px 10px;cursor:pointer;text-align:left;color:#403a35;box-shadow:0 2px 4px rgba(65,49,34,.04)}
.booth-card:hover{border-color:#c7bdb1}
.booth-card.selected{border:2px solid var(--red);padding:8px 9px;background:#fffaf4}
.letter{width:22px;height:22px;border:1px solid #aaa093;border-radius:4px;display:grid;place-items:center;font-size:11px;font-weight:800;background:#fff}
.booth-card.selected .letter{border-color:var(--red);color:#fff;background:var(--red)}
.booth-name{display:block;font-weight:800}
.booth-desc{display:block;font-size:12px;color:#625b54;margin-top:3px;line-height:1.4}
.price{font-weight:800;white-space:nowrap;color:#2f2925}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.phone-control{position:relative;display:flex;align-items:stretch;width:100%;max-width:320px}
.country-picker{width:62px;min-width:62px;border:1px solid var(--border);border-right:0;background:rgba(255,253,249,.9);border-radius:8px 0 0 8px;padding:0 8px;display:flex;align-items:center;gap:6px;cursor:pointer;color:#4b443e;box-shadow:0 2px 4px rgba(65,49,34,.05)}
.country-picker.open{border-color:var(--red)}
#country-code{font-size:13px;white-space:nowrap}
.country-caret{margin-left:auto;font-size:16px;color:#6d665f;line-height:1}
.telephone-number{max-width:none;border-radius:0 8px 8px 0;box-shadow:0 2px 4px rgba(65,49,34,.05)}
.country-picker.open,.telephone-number:focus{border-color:#cfc5b9}
.country-menu{position:absolute;left:0;top:calc(100% + 3px);width:100%;max-width:320px;background:#fffaf3;border:1px solid #d4cbc0;border-radius:8px;box-shadow:0 8px 24px rgba(55,42,30,.14);z-index:40;overflow:hidden}
.country-search-wrap{padding:7px;border-bottom:1px solid #e4dbcf;background:#fff7ed}
.country-search-wrap input{width:100%;max-width:none;padding:8px;border-radius:6px}
.country-options{max-height:318px;overflow-y:auto}
.country-option{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;align-items:center;border:0;border-bottom:1px solid #f0e8dd;background:transparent;padding:7px 10px;text-align:left;cursor:pointer;color:#5b544d;font-size:12px}
.country-option:hover,.country-option.selected{background:#fff0e9}
.country-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.country-code{color:#777067;font-variant-numeric:tabular-nums}
.upload{position:relative;border:1px dashed #9f9589;background:rgba(255,253,249,.48);border-radius:7px;padding:22px 14px;text-align:center;overflow:hidden}
.upload input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.upload-drop-copy{font-size:12px;color:#8d857c;font-weight:600;margin-bottom:8px}
.upload-icon{font-size:17px;margin-right:6px}
.file-size-note{margin-top:2px}
#file-list{color:#4b443d;margin-top:7px}
.signature-wrap{border:1px dashed #9f9589;border-radius:8px;background:rgba(255,253,249,.55);padding:8px}
canvas.signature{width:100%;height:190px;display:block;touch-action:none;cursor:crosshair;border-bottom:1px solid #d7cfc4}
.sig-actions{display:flex;justify-content:flex-end;padding-top:7px}
.small-btn{border:1px solid var(--border);background:#fffaf3;border-radius:6px;padding:6px 10px;cursor:pointer}
.coupon-section{padding-top:10px;padding-bottom:24px}
.coupon-section .field{margin:0}
.coupon-section:before{content:"";display:block;border-top:1px solid #e2d9cc;margin:0 0 25px}
.coupon-section:after{content:"";display:block;border-bottom:1px solid #e2d9cc;margin:25px 0 0}
.verify-section{padding-top:25px}
.selection-summary{margin:2px 0 17px;font-size:14px;line-height:1.45}
.selected-summary-title{font-weight:800;color:var(--green)}
.selected-summary-detail{color:#514941}
.selected-summary-detail strong{color:#2e2925}
.summary{background:transparent;border:0;border-radius:0;padding:0;margin-top:5px}
.total-row{display:flex;justify-content:flex-start;gap:4px;padding:5px 0;font-size:14px}
.total-row span:first-child:after{content:":"}
.total-row.grand{border-top:0;margin-top:7px;padding-top:8px;font-size:17px;font-weight:800}
.checkbox-line{display:flex;gap:8px;align-items:flex-start;margin:17px 0;line-height:1.45;font-size:13px}
.checkbox-line input{margin-top:3px;accent-color:var(--red);width:17px;height:17px}
.payment-section{padding-top:28px}
.payment-card{background:#fffaf3;border:1px solid #ddd2c5;border-radius:10px;padding:18px 16px;margin:10px 0 20px;box-shadow:0 3px 10px rgba(65,49,34,.05)}
.payment-method{display:flex;align-items:center;gap:11px;padding-bottom:13px;border-bottom:1px solid #e7ded2}
.payment-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:#fff0e9;color:var(--red);font-weight:900}
.payment-label{font-size:11px;color:#776f67;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.payment-value{font-weight:800;font-size:16px;margin-top:2px}
.payment-send{margin:14px 0 9px;font-size:14px;line-height:1.5}
.interac-email{display:inline-flex;align-items:center;gap:2px;color:var(--red);font-size:18px;font-weight:800;background:#fff0e9;border-radius:7px;padding:5px 9px;word-break:break-all}
.interac-email span{color:var(--red);font-weight:900}
.payment-note{margin-top:12px;padding-top:11px;border-top:1px solid #e7ded2;font-size:13px;line-height:1.5;color:#514a43}
.submit{width:100%;border:0;background:var(--red);color:#fff;border-radius:8px;padding:13px 18px;font-weight:800;cursor:pointer;font-size:15px;box-shadow:0 3px 8px rgba(239,43,45,.18)}
.submit:hover{background:var(--red-dark)}
.submit:disabled{opacity:.55;cursor:not-allowed}
.success{border:1px solid #a9c6ad;background:#f3faf3;border-radius:8px;padding:14px;line-height:1.55;margin-bottom:12px}
.error{color:var(--red);font-size:13px;margin:7px 0}
.footer{text-align:center;color:var(--muted);font-size:12px;margin-top:25px}
@media(max-width:900px){
  .page{padding-left:16px;padding-right:16px}
  .two-col{grid-template-columns:1fr;gap:0}
  .brand img{width:92px;height:92px}
  input[type=text],input[type=email],input[type=tel],input[type=url],textarea,select{max-width:100%}

  /* Mobile telephone selector: keep the control compact and the country list vertical. */
  .phone-control{width:100%;max-width:100%;min-width:0;display:flex;position:relative}
  .country-picker{flex:0 0 62px;width:62px;min-width:62px;max-width:62px;padding:0 8px;gap:4px;white-space:nowrap}
  #country-code{font-size:13px;white-space:nowrap}
  .telephone-number{flex:1 1 auto;min-width:0;width:auto;max-width:none}
  .country-menu{left:0;right:0;top:calc(100% + 4px);width:100%;max-width:none;min-width:0;overflow:hidden}
  .country-search-wrap{padding:7px}
  .country-search-wrap input{display:block;width:100%;max-width:none;min-width:0;margin:0}
  .country-options{display:block;width:100%;max-height:300px;overflow-x:hidden;overflow-y:auto}
  .country-option{display:grid !important;width:100% !important;max-width:none !important;min-width:0;margin:0;padding:8px 10px;grid-template-columns:minmax(0,1fr) auto;gap:7px;align-items:center;box-sizing:border-box;appearance:none;-webkit-appearance:none;border:0;border-bottom:1px solid #f0e8dd;border-radius:0;background:transparent;text-align:left;white-space:normal}
  .country-option .country-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .country-option .country-code{white-space:nowrap}
}

@media(max-width:420px){
  .country-picker{flex-basis:62px;width:62px;min-width:62px;max-width:62px;padding:0 8px}
  .country-option{grid-template-columns:minmax(0,1fr) auto;gap:6px;padding:8px}
}
.booth-location-note{font-size:14px;line-height:1.52;font-weight:600;margin:22px 0 12px;color:#403933}
.booth-location-note a{font-weight:500}

.green-emphasis{color:var(--green);font-weight:800}
.selected-summary-green{color:var(--green);font-weight:800}
.selected-summary-red{color:var(--red);font-weight:800}
.selection-summary.empty{min-height:24px;color:var(--muted)}
.payment-method{display:grid;grid-template-columns:auto 32px auto;align-items:center;justify-content:start;gap:10px;padding-bottom:13px;border-bottom:1px solid #e7ded2}
.payment-method-label{font-size:11px;color:#776f67;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.payment-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:#fff0e9;color:var(--red);font-weight:900}
.payment-value{font-weight:800;font-size:16px;color:var(--green);margin-top:0}
.interac-email{display:inline-flex;align-items:center;gap:2px;color:var(--green);font-size:18px;font-weight:800;background:#f0f8f2;border:1px solid #c9dfcf;border-radius:7px;padding:5px 9px;word-break:break-all}
.interac-email span{color:var(--red);font-weight:900}
.payment-after{margin:-7px 0 20px;padding:11px 0 0;border-top:0;font-size:13px;line-height:1.5;color:#514a43}
.field input[type=text],.field input[type=email],.field input[type=tel],.field input[type=url],.field textarea,.field select{display:block;max-width:320px}
.field textarea{max-width:none}
@media(max-width:560px){
  .payment-method{grid-template-columns:auto 30px minmax(0,1fr);gap:8px}
  .payment-value{font-size:15px}
  .interac-email{font-size:16px}
  .section{padding:24px 0}
  .section:before{margin-bottom:22px}
  .section:after{margin-top:22px}
}


/* Requested-only refinement: clean telephone dropdown chevron */
.country-picker{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:7px;
}
.country-caret{
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-right:1.5px solid #6d665f;
  border-bottom:1.5px solid #6d665f;
  transform:rotate(45deg);
  margin-top:-4px;
  transition:transform .15s ease;
}
.country-picker.open .country-caret{
  transform:rotate(225deg);
  margin-top:4px;
}

/* Requested-only refinement: vendor name fields match the form's input treatment */
#firstName,#lastName,#businessName{
  min-height:46px;
  height:46px;
  padding:10px 12px;
  border:1px solid var(--border);
  border-radius:8px;
  background:rgba(255,253,249,.78);
  color:var(--ink);
  box-shadow:0 2px 4px rgba(65,49,34,.05);
}
#firstName:focus,#lastName:focus,#businessName:focus{
  border-color:#cfc5b9;
  box-shadow:0 0 0 2px rgba(65,49,34,.06);
  background:#fffdf9;
}
