.gateway-contact{background:#fff;padding:0}.gateway-contact__body{padding:clamp(4rem,8vw,6.5rem) 0 clamp(2.5rem,5vw,4rem)}.gateway-contact__svg-defs{position:absolute;width:0;height:0;overflow:hidden}.gateway-contact__layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,5vw,4.5rem);align-items:start}.gateway-contact__info .gateway-contact__heading-wrap{margin-bottom:1rem}.gateway-contact__description{margin:0 0 2rem;max-width:26rem;font-family:var(--font-family);font-size:var(--section-desc-size);font-weight:var(--section-desc-weight);line-height:var(--section-desc-line-height);color:var(--color-text-secondary)}.gateway-contact__details{list-style:none;margin:0 0 2rem;padding:0;display:flex;flex-direction:column;gap:1.125rem}.gateway-contact__details li{display:flex;flex-direction:column;gap:.25rem}.gateway-contact__detail-label{font-family:var(--font-family);font-size:.75rem;font-weight:500;line-height:1.3;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted)}.gateway-contact__detail-value{font-family:var(--font-family);font-size:1rem;font-weight:400;line-height:1.5;color:var(--color-text);text-decoration:none}a.gateway-contact__detail-value:hover{opacity:.75}.gateway-contact__social{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.gateway-contact__social-link{display:inline-flex;transition:opacity .2s ease}.gateway-contact__social-link:hover{opacity:.82}.gateway-contact__note{margin:0;max-width:22rem;font-family:var(--font-family);font-size:.875rem;font-weight:400;line-height:1.55;color:var(--color-text-muted)}.gateway-contact__map{width:100vw;max-width:100vw;margin:0;height:clamp(20rem,42vw,32rem);overflow:hidden;border:none}.gateway-contact__map iframe{display:block;width:100%;height:100%;border:0}.gateway-contact__form-panel{position:relative;width:100%}.gateway-contact__form{display:flex;flex-direction:column}.gateway-contact__field-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.gateway-contact__field{width:100%;border-bottom:1px solid rgba(0,0,0,.08)}.gateway-contact__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}.gateway-contact__input{width:100%;padding:.875rem 0;font-family:var(--font-family);font-size:.9375rem;font-weight:400;line-height:1.4;color:var(--color-text);background:transparent;border:none;border-radius:0;outline:none}.gateway-contact__input::placeholder{color:var(--color-text-muted)}.gateway-contact__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23999999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 0 center;background-repeat:no-repeat;background-size:1rem;padding-right:1.5rem}.gateway-contact__select:invalid,.gateway-contact__select option[value=""]{color:var(--color-text-muted)}.gateway-contact__textarea{resize:vertical;min-height:6rem}.gateway-contact__privacy{display:flex;align-items:flex-start;gap:.625rem;margin:1.25rem 0 1.5rem;font-family:var(--font-family);font-size:.8125rem;line-height:1.5;color:var(--color-text-secondary);cursor:pointer}.gateway-contact__privacy input{margin-top:.2rem;accent-color:var(--color-text)}.gateway-contact__privacy a{color:var(--color-text);text-decoration:underline}.gateway-contact__submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 1.5rem;font-family:var(--font-family);font-size:.9375rem;font-weight:500;line-height:1;color:var(--color-text);background:transparent;border:1px solid var(--color-text);border-radius:0;cursor:pointer;transition:background .2s ease,color .2s ease}.gateway-contact__submit:hover{background:var(--color-text);color:#fff}.gateway-contact__submit:disabled{opacity:.6;cursor:not-allowed}.gateway-contact__submit-loader{display:none;width:.875rem;height:.875rem;border:1px solid currentColor;border-top-color:transparent;border-radius:50%;animation:gateway-contact-spin .8s linear infinite}.gateway-contact__submit.is-loading .gateway-contact__submit-loader{display:block}.gateway-contact__submit.is-loading .gateway-contact__submit-text{opacity:.7}.gateway-contact__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#ffffffeb;border:1px solid rgba(0,0,0,.08)}.gateway-contact__overlay[hidden]{display:none!important}.gateway-contact__success{position:relative;max-width:20rem;padding:1.5rem;text-align:center}.gateway-contact__success-close{position:absolute;top:0;right:0;padding:.25rem .5rem;font-size:1.25rem;line-height:1;color:var(--color-text-muted);background:none;border:none;cursor:pointer}.gateway-contact__success h3{margin:0 0 .5rem;font-family:var(--font-family);font-size:1.125rem;font-weight:500}.gateway-contact__success p{margin:0;font-family:var(--font-family);font-size:.875rem;line-height:1.5;color:var(--color-text-secondary)}@keyframes gateway-contact-spin{to{transform:rotate(360deg)}}@media (max-width: 900px){.gateway-contact__layout{grid-template-columns:1fr;gap:2.5rem}.gateway-contact__description,.gateway-contact__note{max-width:none}}@media (max-width: 640px){.gateway-contact__body{padding:clamp(3rem,8vw,4.5rem) 0 clamp(2rem,6vw,3rem)}.gateway-contact__map{height:clamp(16rem,52vw,22rem)}.gateway-contact__field-row{grid-template-columns:1fr;gap:0}}
