@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes revealDashes{0%{stroke-dashoffset:80}100%{stroke-dashoffset:0}}*{margin:0;padding:0;box-sizing:border-box}html{height:100%}body{font-family:"Cormorant Garamond",Georgia,serif;font-size:24px;line-height:1.7;color:#2c2c2c;background:#faf9f7;min-height:100%;display:flex;flex-direction:column;align-items:center;text-align:center}header{width:100%;padding:2rem 2rem 0;text-align:center;opacity:0;animation:1s cubic-bezier(.23,1,.32,1) .1s forwards fadeIn}nav a{color:#888;text-decoration:none;font-size:.9rem;letter-spacing:.05em}nav a:hover{color:#2c2c2c}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;width:100%;max-width:420px;opacity:0;animation:1s cubic-bezier(.23,1,.32,1) .3s forwards fadeIn}p{margin-bottom:.5rem}.dim{color:#aaa;font-style:italic;font-size:.7em}.confirmation,.error{padding:4rem 0}.confirmation p:first-child,.error p:first-child{font-size:1.5rem;margin-bottom:1rem}.error p:first-child{color:#c44}form{margin-top:2.5rem;width:100%}input[type=email],textarea{display:block;width:100%;font-family:inherit;font-size:1rem;color:#2c2c2c;background:0 0;border:none;border-bottom:1px solid #ccc;padding:.75rem 0;margin-bottom:1.5rem;outline:0;text-align:center}textarea{resize:none;border:1px solid #ddd;border-radius:4px;padding:.75rem;background:#fff;text-align:left;margin-bottom:.25rem}.char-count{font-size:.7rem;color:#bbb;text-align:right;margin-bottom:1rem;min-height:1.2em}.char-count.warning{color:#c44}input[type=email]:focus,textarea:focus{border-color:#888}input[type=email]{border:1px solid #ddd;border-radius:4px;padding:.75rem;background:#fff}input::placeholder{color:#bbb;font-style:italic}button{font-family:inherit;font-size:.95rem;background:0 0;color:#2c2c2c;border:1px solid #2c2c2c;padding:.65rem 1.5rem;cursor:pointer;letter-spacing:.02em;margin-top:.5rem;display:inline-flex;align-items:center;gap:.5rem;transition:.2s}button svg{flex-shrink:0}.plane-wrapper{position:relative;display:inline-flex;align-items:center}.plane{position:relative;z-index:1}.contrail{position:absolute;right:14px;top:55%;transform:translateY(-50%) rotate(-30deg);transform-origin:right center;width:28px;height:14px;opacity:0;pointer-events:none}.contrail path{stroke-dashoffset:80}button.sending{opacity:1;cursor:wait}button.sending .contrail{opacity:1}button.sending .contrail path{animation:3s ease-out infinite revealDashes}button:hover{background:#2c2c2c;color:#faf9f7}button:disabled{opacity:.4;cursor:not-allowed}button:disabled:hover{background:0 0;color:#2c2c2c}footer{width:100%;padding:2rem;text-align:center;opacity:0;animation:1s cubic-bezier(.23,1,.32,1) .5s forwards fadeIn}footer p{color:#bbb;font-size:.8rem;font-style:italic}footer a{color:#999;text-decoration:none;transition:color .2s}footer a:hover{color:#2c2c2c}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;z-index:100;opacity:0;animation:.3s forwards fadeIn}.modal-content{background:#faf9f7;padding:3rem 2.5rem;border-radius:8px;text-align:center;max-width:380px;margin:1rem;box-shadow:0 10px 40px rgba(0,0,0,.15)}.modal-content p:first-child{font-size:1.5rem;margin-bottom:.75rem}