.contact-form{max-width:900px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 26px}.contact-form label,.form-field{display:grid;gap:8px;color:var(--white);font:500 14px var(--thai)}.contact-form label em,.form-field em{font-style:normal;color:var(--gold)}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #ffffff32;background:#ffffff08;color:var(--white);font:15px var(--thai);outline:0;padding:13px 15px;transition:border-color .2s,background .2s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--gold);background:#ffffff0e}.contact-form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--gold) 50%),linear-gradient(135deg,var(--gold) 50%,transparent 50%);background-position:calc(100% - 19px) 52%,calc(100% - 14px) 52%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.contact-form select option{color:#241018;background:#fff}.contact-form textarea{resize:vertical;min-height:142px}.form-wide{grid-column:1/-1}.form-consent{display:flex!important;grid-template-columns:auto 1fr;align-items:start;gap:9px!important;margin-top:24px;color:var(--cream)!important;font-weight:400!important}.form-consent input{width:15px;height:15px;margin-top:3px;accent-color:var(--gold)}.form-consent a{color:var(--gold-lt);text-decoration:underline;text-underline-offset:2px;margin-left:4px}.form-actions{display:flex;align-items:center;gap:20px;margin-top:24px}.form-actions p{color:var(--dim);font:13px/1.5 var(--thai)}.contact-table th,.contact-table td,.contact-table a{color:var(--white)}
.contact-table th{color:var(--gold)}
.custom-select{position:relative}.custom-select-trigger,.custom-select-options button{width:100%;border:1px solid #ffffff32;background:#ffffff08;color:var(--white);font:15px var(--thai);text-align:left;padding:13px 15px;cursor:pointer}.custom-select-trigger{display:flex;justify-content:space-between;align-items:center}.custom-select-trigger b{color:var(--gold);font:18px/1 var(--display);transition:transform .2s}.custom-select.open .custom-select-trigger{border-color:var(--gold);background:#ffffff0e}.custom-select.open .custom-select-trigger b{transform:rotate(180deg)}.custom-select-options{position:absolute;z-index:10;left:0;right:0;top:calc(100% + 4px);display:none;border:1px solid var(--gold);background:#510b19;box-shadow:0 15px 28px #21030aaa}.custom-select.open .custom-select-options{display:block}.custom-select-options button{border:0;background:transparent}.custom-select-options button:hover{background:var(--gold);color:var(--m-900)}
.contact-info-layout{align-items:start}.contact-detail-column{display:grid;gap:28px}.contact-map{width:100%;aspect-ratio:16/7;border:1px solid var(--line);background:#467a60;overflow:hidden}.contact-map iframe{display:block;width:100%;height:100%;border:0}
@media(max-width:760px){.contact-map{aspect-ratio:16/8}}@media(max-width:600px){.form-grid{grid-template-columns:1fr;gap:18px}.form-wide{grid-column:auto}.form-actions{align-items:flex-start;flex-direction:column;gap:12px}.form-actions .btn{width:100%;text-align:center}}
