:root{--bg-color:#f9f6f0;--text-primary:#1f2937;--text-secondary:#4b5563;--accent-terracotta:#d35234;--accent-terracotta-hover:#b84328;--accent-teal:#2a7a78;--teal-light:#e6f5f3;--border-color:#dcd3c9;--input-bg:#fff;--error-color:#b91c1c;--success-color:#166534;--font-display:var(--font-fraunces);--font-body:var(--font-dm-sans);--radius-sm:6px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--min-touch:48px}.drop-off-module__K8nc-W__page{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5}body{overscroll-behavior-y:none}.drop-off-module__K8nc-W__container{max-width:512px;padding:var(--spacing-lg)var(--spacing-md)100px var(--spacing-md);margin:0 auto;animation:.6s ease-out drop-off-module__K8nc-W__fadeIn}@keyframes drop-off-module__K8nc-W__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.drop-off-module__K8nc-W__header{margin-bottom:var(--spacing-lg);text-align:center;padding-top:var(--spacing-md);padding-bottom:var(--spacing-sm);flex-direction:column;align-items:center;display:flex}.drop-off-module__K8nc-W__logoWrapper{justify-content:center;margin-bottom:12px;display:flex}.drop-off-module__K8nc-W__logo{object-fit:contain;border-radius:50%}.drop-off-module__K8nc-W__title{font-family:var(--font-shrikhand),serif;letter-spacing:.02em;color:#3d6354;white-space:nowrap;margin-bottom:0;font-size:2rem;font-weight:400;line-height:1.1}@media (min-width:400px){.drop-off-module__K8nc-W__title{font-size:2.5rem}}@media (min-width:480px){.drop-off-module__K8nc-W__title{font-size:2.75rem}}.drop-off-module__K8nc-W__importantNote{padding:var(--spacing-md);background-color:var(--teal-light);border:1px solid #2a7a7833;border-left:4px solid var(--accent-teal);border-radius:var(--radius-md);gap:12px;display:flex}.drop-off-module__K8nc-W__importantNoteIcon{color:var(--accent-teal);flex-shrink:0;margin-top:1px;line-height:0}.drop-off-module__K8nc-W__importantNoteContent{min-width:0}.drop-off-module__K8nc-W__importantNoteTitle{color:var(--accent-teal);text-transform:uppercase;letter-spacing:.03em;margin-bottom:4px;font-size:.8125rem;font-weight:700}.drop-off-module__K8nc-W__importantNoteText{color:var(--text-secondary);font-size:.8125rem;line-height:1.5}.drop-off-module__K8nc-W__form{touch-action:manipulation;gap:var(--spacing-lg);flex-direction:column;display:flex}.drop-off-module__K8nc-W__sectionCard{background:var(--input-bg);border-radius:var(--radius-lg);border:1px solid var(--border-color);padding:20px;box-shadow:0 1px 3px #0000000a}@media (min-width:400px){.drop-off-module__K8nc-W__sectionCard{padding:20px 24px}}.drop-off-module__K8nc-W__sectionTitle{color:var(--text-primary);margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-sm);border-bottom:1px solid #f3f4f6;font-size:1.125rem;font-weight:600}.drop-off-module__K8nc-W__inputGroup{margin-bottom:var(--spacing-lg)}.drop-off-module__K8nc-W__inputGroup:last-child{margin-bottom:0}.drop-off-module__K8nc-W__label{color:#374151;margin-bottom:6px;font-size:.875rem;font-weight:600;display:block}.drop-off-module__K8nc-W__optionalTag{color:var(--text-secondary);font-size:.75rem;font-weight:400}.drop-off-module__K8nc-W__inputWrapper{position:relative}.drop-off-module__K8nc-W__textInput{width:100%;min-height:var(--min-touch);background-color:var(--input-bg);border:1px solid var(--border-color);border-radius:var(--radius-md);font-family:var(--font-body);color:var(--text-primary);padding:12px 44px 12px 16px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.drop-off-module__K8nc-W__textInput::placeholder{color:#6e7580}.drop-off-module__K8nc-W__textInput:focus{border-color:var(--accent-teal);box-shadow:0 0 0 3px #2a7a7826}.drop-off-module__K8nc-W__textInput:focus-visible{outline:2px solid var(--accent-teal);outline-offset:1px}.drop-off-module__K8nc-W__textInputError{border-color:var(--error-color)}.drop-off-module__K8nc-W__textInputError:focus{border-color:var(--error-color);box-shadow:0 0 0 3px #b91c1c1f}.drop-off-module__K8nc-W__textInputValid{border-color:#86efac}.drop-off-module__K8nc-W__validIcon{color:var(--success-color);opacity:0;pointer-events:none;line-height:0;transition:opacity .25s;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.drop-off-module__K8nc-W__inputValid .drop-off-module__K8nc-W__validIcon{opacity:1}.drop-off-module__K8nc-W__errorMessage{color:var(--error-color);opacity:0;max-height:0;margin-top:0;font-size:.8rem;transition:max-height .25s,opacity .2s,margin-top .25s;overflow:hidden}.drop-off-module__K8nc-W__hasError .drop-off-module__K8nc-W__errorMessage{opacity:1;max-height:40px;margin-top:6px}.drop-off-module__K8nc-W__pillGroup{grid-template-columns:1fr 1fr;gap:12px;display:grid}.drop-off-module__K8nc-W__pillGroupFullWidth{grid-template-columns:1fr}@media (min-width:480px){.drop-off-module__K8nc-W__pillGroupFullWidth{grid-template-columns:1fr 1fr}}.drop-off-module__K8nc-W__pillItem{display:block}.drop-off-module__K8nc-W__pillLabel{min-height:var(--min-touch);border:1.5px solid var(--border-color);border-radius:var(--radius-md);background-color:var(--input-bg);cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;color:#4b5563;justify-content:center;align-items:center;gap:8px;padding:12px 8px;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.drop-off-module__K8nc-W__pillLabel:active{transform:scale(.97)}.drop-off-module__K8nc-W__pillIcon{flex-shrink:0;line-height:0}.drop-off-module__K8nc-W__pillInput{opacity:0;width:0;height:0;position:absolute}.drop-off-module__K8nc-W__pillInput:checked+.drop-off-module__K8nc-W__pillLabel{border-color:var(--accent-teal);background-color:var(--teal-light);color:var(--accent-teal);font-weight:600;box-shadow:inset 0 1px 3px #2a7a7814}.drop-off-module__K8nc-W__pillInput:focus-visible+.drop-off-module__K8nc-W__pillLabel{box-shadow:0 0 0 3px #2a7a7833}.drop-off-module__K8nc-W__photoHeader{justify-content:space-between;align-items:flex-end;margin-bottom:12px;display:flex}.drop-off-module__K8nc-W__photoHeaderCount{color:var(--text-secondary);font-size:.75rem}.drop-off-module__K8nc-W__photoUploadZone{border:2px dashed var(--accent-teal);border-radius:var(--radius-md);padding:var(--spacing-xl)var(--spacing-lg);cursor:pointer;text-align:center;margin-bottom:var(--spacing-md);background-color:#2a7a7808;flex-direction:column;justify-content:center;align-items:center;transition:all .2s;display:flex}.drop-off-module__K8nc-W__photoUploadZone:active{background-color:#2a7a7814;transform:scale(.98)}.drop-off-module__K8nc-W__photoUploadZoneDisabled{opacity:.45;pointer-events:none;border-style:solid}.drop-off-module__K8nc-W__photoUploadIcon{width:48px;height:48px;color:var(--accent-teal);margin-bottom:12px}.drop-off-module__K8nc-W__photoUploadText{color:var(--accent-teal);margin-bottom:4px;font-size:1rem;font-weight:600}.drop-off-module__K8nc-W__photoUploadSubtext{color:var(--text-secondary);font-size:.8rem}.drop-off-module__K8nc-W__fileInput{display:none}.drop-off-module__K8nc-W__photoCount{color:var(--text-secondary);text-align:center;margin-bottom:var(--spacing-sm);font-size:.8rem;font-weight:500}.drop-off-module__K8nc-W__thumbnailsContainer{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding-bottom:12px;display:flex;overflow-x:auto}.drop-off-module__K8nc-W__thumbnailsContainer::-webkit-scrollbar{height:6px}.drop-off-module__K8nc-W__thumbnailsContainer::-webkit-scrollbar-track{background:0 0}.drop-off-module__K8nc-W__thumbnailsContainer::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:10px}.drop-off-module__K8nc-W__thumbnailWrapper{scroll-snap-align:start;border:1px solid #e5e7eb;border-radius:8px;flex:none;width:100px;height:100px;animation:.3s ease-out drop-off-module__K8nc-W__fadeIn;position:relative;overflow:hidden;box-shadow:0 1px 4px #00000014}.drop-off-module__K8nc-W__thumbnailImage{object-fit:cover;width:100%;height:100%}.drop-off-module__K8nc-W__thumbnailLoading{background-color:#e8e3dc;justify-content:center;align-items:center;display:flex}.drop-off-module__K8nc-W__thumbSpinner{border:3px solid var(--border-color);border-top-color:var(--accent-teal);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite drop-off-module__K8nc-W__spinThumb}@keyframes drop-off-module__K8nc-W__spinThumb{to{transform:rotate(360deg)}}.drop-off-module__K8nc-W__deletePhotoBtn{color:#ef4444;cursor:pointer;background-color:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .15s;display:flex;position:absolute;top:0;right:0;box-shadow:0 1px 3px #0000001a}.drop-off-module__K8nc-W__deletePhotoBtn:active{background-color:#fef2f2}.drop-off-module__K8nc-W__signatureWrapper{border-radius:var(--radius-md);background-color:#f9fafb;border:1px solid #d1d5db;position:relative;overflow:hidden}.drop-off-module__K8nc-W__signatureWrapperError{border-color:var(--error-color)}.drop-off-module__K8nc-W__signaturePad{touch-action:none;z-index:10;cursor:crosshair;width:100%;height:160px;position:relative}.drop-off-module__K8nc-W__signaturePlaceholder{color:#e5e7eb;font-size:1.875rem;font-family:var(--font-display);pointer-events:none;z-index:1;font-style:italic;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.drop-off-module__K8nc-W__signatureToggle{border-bottom:1px solid #d1d5db;gap:0;display:flex}.drop-off-module__K8nc-W__signatureToggleBtn{min-height:44px;font-size:.8125rem;font-weight:600;font-family:var(--font-body);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;flex:1;padding:10px 12px;transition:color .15s,background-color .15s}.drop-off-module__K8nc-W__signatureToggleBtnActive{color:var(--accent-teal);box-shadow:inset 0 -2px 0 var(--accent-teal);background-color:#2a7a780f}.drop-off-module__K8nc-W__typedSignatureArea{padding:24px 16px}.drop-off-module__K8nc-W__typedSignatureInput{width:100%;min-height:var(--min-touch);background-color:var(--input-bg);border:1px solid var(--border-color);border-radius:var(--radius-md);font-family:var(--font-display);color:var(--text-primary);text-align:center;padding:12px 16px;font-size:1.25rem;font-style:italic}.drop-off-module__K8nc-W__typedSignatureInput::placeholder{color:#6e7580;font-style:italic}.drop-off-module__K8nc-W__clearBtn{background:var(--input-bg);border-radius:var(--radius-sm);color:#4b5563;z-index:20;cursor:pointer;border:1px solid #e5e7eb;min-height:36px;padding:8px 16px;font-size:.8125rem;font-weight:500;transition:background-color .15s;position:absolute;bottom:8px;right:8px;box-shadow:0 1px 2px #0000000d}.drop-off-module__K8nc-W__clearBtn:active{background-color:#f9fafb}.drop-off-module__K8nc-W__termsBox{border-radius:var(--radius-md);padding:var(--spacing-md);background-color:#fcf1ef;border:1px solid #f3d5ce;margin-bottom:0;transition:border-color .2s}.drop-off-module__K8nc-W__termsBoxError{border-color:var(--error-color)}.drop-off-module__K8nc-W__termsList{margin-bottom:var(--spacing-md);padding-left:20px;list-style-type:disc}.drop-off-module__K8nc-W__termsList::marker{color:var(--accent-terracotta)}.drop-off-module__K8nc-W__termsItem{color:#374151;margin-bottom:8px;font-size:.875rem}.drop-off-module__K8nc-W__termsItem::marker{color:var(--accent-terracotta)}.drop-off-module__K8nc-W__termsDivider{border:none;border-top:1px solid #f3d5ce;margin:0}.drop-off-module__K8nc-W__checkboxWrapper{cursor:pointer;padding-top:var(--spacing-md);align-items:flex-start;gap:12px;min-height:44px;display:flex}.drop-off-module__K8nc-W__checkboxInput{opacity:0;width:0;height:0;position:absolute}.drop-off-module__K8nc-W__customCheckbox{border:2px solid var(--accent-terracotta);background-color:var(--input-bg);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;transition:all .2s;display:flex;position:relative}.drop-off-module__K8nc-W__customCheckbox:before{content:"";position:absolute;inset:-10px}.drop-off-module__K8nc-W__checkboxInput:checked+.drop-off-module__K8nc-W__customCheckbox{background-color:var(--accent-terracotta);border-color:var(--accent-terracotta)}.drop-off-module__K8nc-W__checkboxInput:focus-visible+.drop-off-module__K8nc-W__customCheckbox{outline:2px solid var(--accent-teal);outline-offset:2px}.drop-off-module__K8nc-W__customCheckbox svg{fill:none;stroke:#fff;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;opacity:0;width:14px;height:14px;transition:all .2s cubic-bezier(.175,.885,.32,1.275);transform:scale(.5)}.drop-off-module__K8nc-W__checkboxInput:checked+.drop-off-module__K8nc-W__customCheckbox svg{opacity:1;transform:scale(1)}.drop-off-module__K8nc-W__checkboxLabelText{-webkit-user-select:none;user-select:none;color:var(--text-primary);padding-top:4px;font-size:.875rem;font-weight:500;line-height:1.3}.drop-off-module__K8nc-W__submitBtn{background-color:var(--accent-terracotta);color:#fff;border-radius:var(--radius-md);width:100%;min-height:56px;font-size:1.125rem;font-weight:700;font-family:var(--font-body);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:16px;transition:all .2s;display:flex;box-shadow:0 4px 14px #d352344d}.drop-off-module__K8nc-W__submitBtn:not(:disabled):hover{background-color:var(--accent-terracotta-hover);transform:translateY(-.5px);box-shadow:0 6px 20px #d3523459}.drop-off-module__K8nc-W__submitBtn:not(:disabled):active{transform:scale(.98)translateY(0)}.drop-off-module__K8nc-W__submitBtn:disabled{color:#6b7280;box-shadow:none;cursor:not-allowed;background-color:#d1d5db;transform:none!important}.drop-off-module__K8nc-W__submitBtnSuccess{background-color:var(--success-color);box-shadow:none}.drop-off-module__K8nc-W__btnSpinner{margin-left:-4px;margin-right:8px;animation:1s linear infinite drop-off-module__K8nc-W__spinThumb}.drop-off-module__K8nc-W__submitArea{padding-top:var(--spacing-md);padding-bottom:48px}.drop-off-module__K8nc-W__submitInfo{color:var(--text-secondary);justify-content:center;align-items:center;gap:6px;margin-top:12px;font-size:.75rem;display:flex}.drop-off-module__K8nc-W__submitError{color:var(--error-color);text-align:center;margin-top:12px;font-size:.875rem;display:block}.drop-off-module__K8nc-W__phaseIndicator{text-align:center;border-radius:var(--radius-md);background-color:#2a7a780f;border:1px solid #2a7a7826;margin-bottom:12px;padding:12px 16px}.drop-off-module__K8nc-W__phaseText{color:var(--accent-teal);margin-bottom:8px;font-size:.875rem;font-weight:600}.drop-off-module__K8nc-W__phaseTextSuccess{color:var(--success-color)}.drop-off-module__K8nc-W__phaseProgressTrack{background-color:var(--border-color);border-radius:3px;height:6px;overflow:hidden}.drop-off-module__K8nc-W__phaseProgressBar{background-color:var(--accent-teal);border-radius:3px;height:100%;transition:width .3s}.drop-off-module__K8nc-W__phaseWarning{color:var(--text-secondary);margin-top:6px;font-size:.8rem}.drop-off-module__K8nc-W__successScreen{min-height:100vh;padding:48px var(--spacing-md);background-color:var(--bg-color);font-family:var(--font-body);flex-direction:column;justify-content:center;align-items:center;animation:.5s ease-out drop-off-module__K8nc-W__fadeIn;display:flex}.drop-off-module__K8nc-W__successCard{background:var(--input-bg);width:100%;max-width:448px;padding:var(--spacing-xl);border-radius:var(--radius-xl);border:1px solid var(--border-color);text-align:center;box-shadow:0 1px 3px #0000000a}.drop-off-module__K8nc-W__successIconWrapper{background-color:var(--teal-light);width:80px;height:80px;color:var(--accent-teal);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;display:flex}.drop-off-module__K8nc-W__successHeading{font-family:var(--font-display);color:var(--text-primary);margin-bottom:8px;font-size:1.5rem;font-weight:600}.drop-off-module__K8nc-W__successSubtext{color:var(--text-secondary);margin-bottom:var(--spacing-lg);font-size:1rem}.drop-off-module__K8nc-W__successSteps{border-radius:var(--radius-md);text-align:left;margin-bottom:var(--spacing-lg);background-color:#f9fafb;border:1px solid #f3f4f6;padding:20px}.drop-off-module__K8nc-W__successStepsTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:.75rem;font-weight:600}.drop-off-module__K8nc-W__successStepsList{margin:0;padding:0;list-style:none}.drop-off-module__K8nc-W__successStepItem{color:var(--text-secondary);gap:8px;margin-bottom:8px;font-size:.875rem;display:flex}.drop-off-module__K8nc-W__successStepItem:last-child{margin-bottom:0}.drop-off-module__K8nc-W__successStepNumber{color:var(--accent-teal);font-weight:600}.drop-off-module__K8nc-W__successResetBtn{border-radius:var(--radius-md);width:100%;color:var(--text-primary);font-size:1rem;font-weight:600;font-family:var(--font-body);cursor:pointer;background-color:#f3f4f6;border:none;padding:14px;transition:background-color .15s}.drop-off-module__K8nc-W__successResetBtn:active{background-color:#e5e7eb}.drop-off-module__K8nc-W__noscriptMessage{max-width:480px;padding:var(--spacing-lg);text-align:center;font-family:var(--font-body);color:#1f2937;margin:60px auto;font-size:1.1rem;line-height:1.6}
