.contact-form-container{padding:0;margin-top:.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:24rem;margin:0 auto}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.form-field{display:flex;flex-direction:column;gap:.375rem;min-width:0;animation:form-field-enter .4s cubic-bezier(.32,.72,0,1) both}.form-row .form-field:nth-child(1){animation-delay:.03s}.form-row .form-field:nth-child(2){animation-delay:.06s}.form-field-full{animation-delay:.09s}@keyframes form-field-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.form-field-full{grid-column:1 / -1}.form-label{font-size:.6875rem;font-weight:500;letter-spacing:.02em;color:#ffffffb3;margin:0;padding:0 .25rem;transition:color .2s ease}.form-field:focus-within .form-label{color:#fffffff2}.contact-form input,.contact-form textarea{font-family:Instrument Sans,system-ui,sans-serif;font-size:.9375rem;font-weight:400;letter-spacing:-.01em;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.12);border-radius:.75rem;background:#ffffff0a;color:#fff;transition:border-color .2s ease,background .2s ease}.contact-form textarea{min-height:5rem;line-height:1.5;resize:vertical;padding-top:.75rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#fff6}.contact-form input:hover,.contact-form textarea:hover{border-color:#ffffff2e;background:#ffffff0f}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#ffffff4d;background:#ffffff0f}.contact-form input:disabled,.contact-form textarea:disabled{opacity:.5;cursor:not-allowed}.form-actions{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;margin-top:.5rem;animation:form-field-enter .4s cubic-bezier(.32,.72,0,1) .12s both}.form-submit{font-family:Instrument Sans,system-ui,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:-.01em;padding:.8125rem 1.5rem;border:none;border-radius:.75rem;background:#fff;color:#0a0a0c;cursor:pointer;position:relative;overflow:hidden;transition:transform .2s ease,opacity .2s ease}.form-submit:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--ripple-x, 50%) var(--ripple-y, 50%),rgba(0,0,0,.08) 0%,transparent 60%);opacity:0;transform:scale(0);transition:opacity .3s,transform .4s cubic-bezier(.32,.72,0,1);pointer-events:none}.form-submit:active:not(:disabled):before{opacity:1;transform:scale(2)}.form-submit:hover:not(:disabled){transform:translateY(-1px)}.form-submit:active:not(:disabled){transform:translateY(0)}.form-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.form-feedback{font-size:.8125rem;font-weight:400;letter-spacing:-.01em;text-align:center;margin:0;padding:.5rem 1rem;border-radius:.5rem;animation:feedback-enter .35s cubic-bezier(.32,.72,0,1) both}@keyframes feedback-enter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.form-feedback.success{color:#86efac;background:#86efac1f}.form-feedback.error{color:#fca5a5;background:#fca5a51f}@media(max-width:420px){.form-row{grid-template-columns:1fr}}.app-container{position:relative;height:100vh;width:100%;overflow:hidden}.contact-hero-drag{position:fixed;top:0;left:0;right:0;height:calc(100vh - var(--contact-height, 64px));z-index:11;background:#fff;border-radius:0 0 2rem 2rem;cursor:grab;-webkit-tap-highlight-color:transparent;touch-action:none;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:.5rem}.contact-hero-drag:active{cursor:grabbing}.contact-hero-drag-handle{width:2rem;height:3px;background:#0003;border-radius:3px}.hero{position:absolute;inset:0;z-index:0;display:flex;align-items:center;justify-content:center;padding:2rem;background:#fff;border-radius:0 0 2.5rem 2.5rem;pointer-events:none;transform:translateY(calc(var(--drawer-position, 0) * -70%));will-change:transform}.hero--hidden{visibility:hidden;opacity:0;pointer-events:none}.hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:36rem;width:100%;color:#1a1a1a}.hero-logo{width:min(20rem,60vw);height:auto;margin-bottom:2.25rem}.headline{font-size:clamp(1.125rem,3.5vw,1.375rem);font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:1.4;margin:0;color:#6b6b73}.tagline{font-size:1.0625rem;color:var(--color-text-muted);margin:0;font-weight:400;letter-spacing:.015em;line-height:1.5}.contact-section{position:fixed;bottom:0;left:0;right:0;z-index:10;display:flex;align-items:flex-start;justify-content:center;font-family:Instrument Sans,system-ui,sans-serif;color:#fff;padding:1.5rem 2rem;padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px));background:#030304;border-radius:2rem 2rem 0 0;overflow:hidden;touch-action:none;min-height:4rem;max-height:calc(4rem + var(--drawer-position, 0) * (var(--expanded-height, 38rem) - 4rem));transition:max-height .28s cubic-bezier(.32,.72,0,1)}.contact-section--collapsed{padding:1.25rem 2rem calc(1.25rem + env(safe-area-inset-bottom,0px));cursor:pointer}.contact-section--collapsed .contact-section-inner{padding:0}.contact-minimized-container,.contact-minimized-label{display:none}.contact-section-handle{position:absolute;top:0;left:0;right:0;height:2.5rem;cursor:grab;touch-action:none;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.contact-section-handle:active{cursor:grabbing}.contact-section-handle:after{content:"";width:2rem;height:3px;background:#ffffff40;border-radius:3px;transition:width .2s ease,background .2s ease}.contact-section-handle:hover:after{width:2.5rem;background:#ffffff73}.contact-section-handle:active:after{width:1.75rem;background:#fff3}.contact-section-inner{width:100%;max-width:24rem;margin:0 auto}.contact-text-container{text-align:center;padding:.5rem 0 1rem}.contact-text-container .contact-email{margin:0;margin-bottom:1rem}.contact-heading{font-size:.75rem;font-weight:400;letter-spacing:-.01em;color:#ffffffe6;margin:0 0 1.5rem;text-align:center}.contact-email{display:inline-block;font-size:.875rem;font-weight:400;letter-spacing:-.01em;color:#ffffffe6;text-decoration:none;text-align:center;transition:color .2s ease,opacity .2s ease}.contact-email:hover{color:#fff;opacity:1}*,*:before,*:after{box-sizing:border-box}:root{--color-bg: #030304;--color-surface: #14161c;--color-surface-elevated: #1a1d24;--color-text: #f8f8fa;--color-text-muted: #6b6b73;--color-border: #1e1e23;--color-accent: #5b8def;--color-input-bg: #0d0d10;--font-sans: "DM Sans", system-ui, -apple-system, sans-serif;--transition-fast: .2s cubic-bezier(.25, .46, .45, .94);--transition-smooth: .5s cubic-bezier(.32, .72, 0, 1);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--shadow-subtle: 0 1px 3px rgba(0, 0, 0, .2);--shadow-soft: 0 4px 24px rgba(0, 0, 0, .25);--shadow-elevated: 0 16px 48px rgba(0, 0, 0, .35)}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;height:100%}body{margin:0;padding:0;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);height:100%;line-height:1.6;overflow:hidden}#root{height:100%}
