.contact-shell{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;text-align:center}.contact-content{position:relative;z-index:1;width:100%;max-width:560px;animation:landing-fadeIn 1.2s ease-out both}.contact-content .landing-h1{margin-bottom:.6rem}.contact-content .landing-sub{margin-bottom:2.5rem}.contact-form{display:flex;flex-direction:column;gap:1.1rem;text-align:left;margin-top:1rem}.contact-row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}@media (max-width:600px){.contact-row{grid-template-columns:1fr}}.contact-field{display:flex;flex-direction:column;gap:.4rem}.contact-field span{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.75);font-weight:500}.contact-field input,.contact-field textarea{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.15);border-radius:6px;padding:.75rem .9rem;color:rgba(255,255,255,.98);font-family:inherit;font-size:1rem;font-weight:400;letter-spacing:.005em;outline:none;transition:border-color .3s ease,background .3s ease}.contact-field input:hover,.contact-field textarea:hover{border-color:rgba(255,255,255,.25)}.contact-field input:focus,.contact-field textarea:focus{border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.05)}.contact-field textarea{resize:vertical;min-height:130px;line-height:1.6}.contact-field input::-moz-placeholder,.contact-field textarea::-moz-placeholder{color:rgba(255,255,255,.35)}.contact-field input::placeholder,.contact-field textarea::placeholder{color:rgba(255,255,255,.35)}.contact-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.contact-submit{align-self:flex-start;margin-top:.75rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.3);color:rgba(255,255,255,.95);font-family:inherit;font-size:.78rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;padding:.9rem 2.2rem;border-radius:100px;cursor:pointer;transition:border-color .3s ease,color .3s ease,background .3s ease}.contact-submit:hover:not(:disabled){border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.15);color:#fff}.contact-submit:disabled{opacity:.4;cursor:progress}.contact-error{font-size:.85rem;color:rgba(255,140,140,.95);letter-spacing:.02em;border-left:2px solid rgba(255,120,120,.6);padding-left:.85rem;margin-top:-.3rem}.contact-success{text-align:left;padding:1rem 0;animation:landing-fadeIn .8s ease-out both}.contact-success-mark{font-size:.72rem;letter-spacing:.35em;text-transform:uppercase;color:rgba(100,220,140,1);margin-bottom:1rem;font-weight:500}.contact-success p{font-size:1rem;line-height:1.7;color:rgba(255,255,255,.85);margin:0 0 1.5rem}.contact-success em{font-style:normal;color:rgba(255,255,255,1);font-weight:500}.contact-link{background:none;font-family:inherit;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.7);border:none;border-bottom:1px solid rgba(255,255,255,.25);padding:0 0 3px;cursor:pointer;transition:color .3s ease,border-color .3s ease}.contact-link:hover{color:#fff;border-bottom-color:rgba(255,255,255,.5)}.contact-footer{margin-top:3rem;font-size:.78rem;letter-spacing:.1em;color:rgba(255,255,255,.45);text-align:center}.contact-footer a{color:rgba(255,255,255,.7);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:2px;transition:color .3s ease,border-color .3s ease}.contact-footer a:hover{color:#fff;border-bottom-color:rgba(255,255,255,.5)}