.hitched-form-section{--hf-ink: #17161a;--hf-paper: #ffffff;--hf-olive: #818641;--hf-accent: var(--hf-olive);--hf-line: rgba(23, 22, 26, .16);--hf-line-soft: rgba(23, 22, 26, .08);--hf-muted: rgba(23, 22, 26, .56);--hf-danger: #8a2f2f;--hf-radius: 2px;--hf-radius-card: 14px;--hf-width: 560px;--hf-font-heading: var(--font-heading-family, "Playfair Display", "Cormorant Garamond", Georgia, serif);--hf-font-body: var(--font-body-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif);--hf-align: center;display:block;color-scheme:light;font-family:var(--hf-font-body);font-size:16px;line-height:1.5;padding:clamp(24px,4vw,56px) 0}.hitched-form-section *,.hitched-form-section *:before,.hitched-form-section *:after{box-sizing:border-box}.hitched-form-section ::placeholder{color:var(--hf-muted);opacity:1}.hitched-form-section :focus-visible{outline:2px solid var(--hf-accent);outline-offset:2px}.hitched-form-section [data-hitched-form]{width:100%;max-width:var(--hf-width);margin:0 auto;color:var(--hf-ink)}.hitched-form-section [data-hitched-form]:empty{display:none}.hitched-form-section--card [data-hitched-form]{background:var(--hf-paper);border:1px solid var(--hf-line-soft);border-radius:var(--hf-radius-card);padding:clamp(24px,4.5vw,44px) clamp(20px,4vw,40px);box-shadow:0 22px 50px -34px #17161a73}.hitched-form-section .hf-title{margin:0 0 8px;font-family:var(--hf-font-heading);font-size:clamp(24px,2.6vw,30px);font-weight:400;line-height:1.2;letter-spacing:.02em;color:var(--hf-ink);text-align:var(--hf-align);text-transform:none}.hitched-form-section .hf-description{margin:0 auto 26px;max-width:44ch;font-size:15px;line-height:1.6;color:var(--hf-muted);text-align:var(--hf-align)}.hitched-form-section--left{--hf-align: left}.hitched-form-section--left .hf-description{margin-left:0;margin-right:0}.hitched-form-section .hf-loading{margin:0;padding:18px 0;font-size:14px;letter-spacing:.06em;color:var(--hf-muted);text-align:var(--hf-align)}.hitched-form-section .hf-form{display:block;max-width:none;margin:0}.hitched-form-section .hf-field{display:block;margin:0 0 18px;text-align:left}.hitched-form-section .hf-label{display:block;margin:0 0 7px;font-family:var(--hf-font-body);font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--hf-muted)}.hitched-form-section .hf-required{margin-left:.15em;color:var(--hf-accent)}.hitched-form-section .hf-input,.hitched-form-section .hf-textarea,.hitched-form-section .hf-select{display:block;width:100%;appearance:none;-webkit-appearance:none;font-family:var(--hf-font-body);font-size:15px;line-height:1.4;color:var(--hf-ink);background:var(--hf-paper);border:1px solid var(--hf-line);border-radius:var(--hf-radius);padding:13px 14px;margin:0;min-height:48px;box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease}.hitched-form-section .hf-input:hover,.hitched-form-section .hf-textarea:hover,.hitched-form-section .hf-select:hover{border-color:#17161a57}.hitched-form-section .hf-input:focus,.hitched-form-section .hf-textarea:focus,.hitched-form-section .hf-select:focus{outline:none;border-color:var(--hf-accent);box-shadow:inset 0 0 0 1px var(--hf-accent)}.hitched-form-section .hf-textarea{min-height:8rem;resize:vertical}.hitched-form-section .hf-select{padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%2317161a' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:10px 6px;cursor:pointer}.hitched-form-section .hf-input[type=date]{font-family:var(--hf-font-body);min-height:48px}.hitched-form-section .hf-input[type=date]::-webkit-calendar-picker-indicator{opacity:.5;cursor:pointer}.hitched-form-section .hf-input[type=date]::-webkit-date-and-time-value{text-align:left}.hitched-form-section .hf-checkbox-row{display:flex;align-items:flex-start;gap:10px}.hitched-form-section .hf-checkbox{flex:0 0 auto;width:17px;height:17px;margin:2px 0 0;accent-color:var(--hf-accent);cursor:pointer}.hitched-form-section .hf-checkbox-row .hf-label{margin:0;font-size:14px;font-weight:400;letter-spacing:0;text-transform:none;line-height:1.5;color:var(--hf-ink);cursor:pointer}.hitched-form-section .hf-consent{margin:22px 0 4px;padding:14px 16px;border:1px solid var(--hf-line-soft);border-radius:var(--hf-radius);background:#17161a06;text-align:left}.hitched-form-section .hf-consent .hf-label{font-size:13px;line-height:1.55;color:var(--hf-muted)}.hitched-form-section .hf-error{display:block;margin-top:6px;font-size:12.5px;line-height:1.4;letter-spacing:.01em;color:var(--hf-danger);text-align:left}.hitched-form-section .hf-error:empty{display:none}.hitched-form-section .hf-form-error{margin:16px 0 0;padding:10px 12px;border-left:2px solid var(--hf-danger);background:#8a2f2f0f;font-size:13.5px}.hitched-form-section .hf-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;opacity:0;pointer-events:none}.hitched-form-section .hf-actions{margin-top:24px;text-align:var(--hf-align)}.hitched-form-section .hf-button{appearance:none;-webkit-appearance:none;display:inline-block;width:100%;min-height:52px;font-family:var(--hf-font-body);font-size:11.5px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;text-align:center;text-decoration:none;color:#fff;background:var(--hf-ink);border:1px solid var(--hf-ink);border-radius:var(--hf-radius);padding:16px 32px;cursor:pointer;box-shadow:none;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.hitched-form-section .hf-button:before,.hitched-form-section .hf-button:after{content:none}.hitched-form-section .hf-button:hover{background:var(--hf-accent);border-color:var(--hf-accent);color:#fff}.hitched-form-section .hf-button:disabled{opacity:.55;cursor:progress}.hitched-form-section .hf-busy{opacity:.6;pointer-events:none}.hitched-form-section .hf-success{margin:0 auto;max-width:34ch;padding:26px 4px;font-family:var(--hf-font-heading);font-size:20px;line-height:1.45;color:var(--hf-ink);text-align:center}.hitched-form-section .hf-success:before{content:"";display:block;width:34px;height:1px;margin:0 auto 18px;background:var(--hf-accent)}@media(min-width:750px){.hitched-form-section .hf-button{width:auto;min-width:240px}}@media(max-width:749px){.hitched-form-section{padding:clamp(20px,6vw,32px) 0}.hitched-form-section .hf-title{font-size:23px}.hitched-form-section .hf-input,.hitched-form-section .hf-textarea,.hitched-form-section .hf-select{font-size:16px}}@media(prefers-reduced-motion:reduce){.hitched-form-section .hf-input,.hitched-form-section .hf-textarea,.hitched-form-section .hf-select,.hitched-form-section .hf-button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/247/assets/hitched-form.css.map */
