.contact-module__swMWYG__page{--cream:#f7f5f2;--ink:#1a1916;--ink-muted:#6b6860;--sage:#7a9e8e;--sage-light:#b8d4c8;--warm-white:#fefcfa;--border:#1a191614;--error:#b94a3a;background-color:var(--cream);justify-content:center;align-items:flex-start;min-height:100svh;padding:6rem 2rem 8rem;display:flex;position:relative;overflow:hidden}.contact-module__swMWYG__glow{pointer-events:none;background:radial-gradient(circle at 50% 40%,#b4d7c847 0%,#0000 70%);border-radius:50%;width:70vw;max-width:800px;height:60vw;max-height:600px;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.contact-module__swMWYG__inner{z-index:1;flex-direction:column;gap:3rem;width:100%;max-width:600px;display:flex;position:relative}.contact-module__swMWYG__header{flex-direction:column;display:flex}.contact-module__swMWYG__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--sage);margin-bottom:1.25rem;font-family:DM Mono,Courier New,monospace;font-size:.7rem;font-weight:700;display:inline-block}.contact-module__swMWYG__heading{letter-spacing:-.02em;color:var(--ink);margin:0 0 1.25rem;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.6rem,5.5vw,4rem);font-weight:300;line-height:1.1}.contact-module__swMWYG__headingAccent{background:linear-gradient(135deg,#5a8f7b 0%,#8fbfad 60%,#b8c9a3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:400}.contact-module__swMWYG__subheading{color:var(--ink-muted);margin:0;font-family:DM Sans,Helvetica Neue,Helvetica,sans-serif;font-size:1rem;line-height:1.7}.contact-module__swMWYG__card{background:var(--warm-white);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:1.25rem;padding:2.5rem;display:flex;box-shadow:0 2px 8px #1a19160d,0 12px 40px #1a19160f}.contact-module__swMWYG__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-module__swMWYG__field{flex-direction:column;gap:.45rem;display:flex}.contact-module__swMWYG__label{letter-spacing:.02em;color:var(--ink);font-family:DM Sans,Helvetica Neue,Helvetica,sans-serif;font-size:.78rem;font-weight:500}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea{color:var(--ink);background:var(--cream);border:1px solid var(--border);box-sizing:border-box;border-radius:10px;outline:none;width:100%;padding:.75rem 1rem;font-family:DM Sans,Helvetica Neue,Helvetica,sans-serif;font-size:.95rem;transition:border-color .18s,box-shadow .18s}.contact-module__swMWYG__textarea{resize:vertical;min-height:120px}.contact-module__swMWYG__input::placeholder,.contact-module__swMWYG__textarea::placeholder{color:#6b686073}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__textarea:focus{border-color:var(--sage);box-shadow:0 0 0 3px #7a9e8e26}.contact-module__swMWYG__inputError{border-color:var(--error)}.contact-module__swMWYG__inputError:focus{box-shadow:0 0 0 3px #b94a3a1f}.contact-module__swMWYG__errorMsg{color:var(--error);font-family:DM Sans,Helvetica Neue,Helvetica,sans-serif;font-size:.75rem;line-height:1.4}.contact-module__swMWYG__serverError{color:var(--error);background:#b94a3a0f;border-radius:8px;margin:0;padding:.75rem 1rem;font-family:DM Sans,Helvetica Neue,Helvetica,sans-serif;font-size:.85rem}.contact-module__swMWYG__submitBtn{background:var(--ink);width:100%;color:var(--cream);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;min-height:52px;margin-top:.5rem;padding:.95rem;font-family:DM Sans,Helvetica Neue,Helvetica,sans-serif;font-size:.95rem;font-weight:500;transition:background .2s,transform .16s,box-shadow .2s;display:flex;box-shadow:0 2px 12px #1a191624}.contact-module__swMWYG__submitBtn:hover:not(:disabled){background:#2d2c28;transform:translateY(-1px);box-shadow:0 6px 20px #1a191633}.contact-module__swMWYG__submitBtn:disabled{cursor:not-allowed;opacity:.75}.contact-module__swMWYG__spinner{border:2px solid #f7f5f24d;border-top-color:var(--cream);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite contact-module__swMWYG__spin;display:inline-block}.contact-module__swMWYG__successCard{background:var(--warm-white);border:1px solid var(--border);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2.5rem;display:flex;box-shadow:0 2px 8px #1a19160d,0 12px 40px #1a19160f}.contact-module__swMWYG__successIcon{margin-bottom:.5rem}.contact-module__swMWYG__successTitle{color:var(--ink);margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:300}.contact-module__swMWYG__successBody{color:var(--ink-muted);margin:0;font-family:DM Sans,Helvetica Neue,Helvetica,sans-serif;font-size:1rem;line-height:1.7}.contact-module__swMWYG__backLink{color:var(--ink-muted);border-bottom:1px solid #0000;margin-top:.5rem;font-family:DM Sans,Helvetica Neue,Helvetica,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s}.contact-module__swMWYG__backLink:hover{color:var(--ink);border-bottom-color:var(--ink)}@keyframes contact-module__swMWYG__spin{to{transform:rotate(360deg)}}@media (max-width:520px){.contact-module__swMWYG__card{padding:1.75rem 1.25rem}.contact-module__swMWYG__formRow{grid-template-columns:1fr}}
