.tp-form,.tp-form-row{display:grid;gap:14px}.tp-form-row{grid-template-columns:1fr 1fr}@media (max-width:640px){.tp-form-row{grid-template-columns:1fr}}.tp-form input,.tp-form select,.tp-form textarea{width:100%;padding:16px 18px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.04);color:inherit;font:inherit;font-size:15px;border-radius:2px;outline:none;transition:border-color .24s ease,background .24s ease,transform .24s ease}.tp-form input:focus,.tp-form select:focus,.tp-form textarea:focus{border-color:rgba(255,255,255,.6);background:rgba(255,255,255,.08)}.tp-form textarea{resize:vertical;min-height:100px}.tp-form button[type=submit]{margin-top:6px;padding:18px 22px;background:var(--tp-accent,#c4a76d);color:var(--tp-accent-fg,#0a0a0a);border:none;font:inherit;font-weight:600;font-size:15px;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border-radius:2px;transition:transform .24s ease,background .24s ease,color .24s ease;display:inline-flex;justify-content:center;align-items:center;gap:14px}.tp-form button[type=submit]:hover:not(:disabled){transform:translateY(-2px);background:var(--tp-accent-hover,#d6bf8d)}.tp-form button[type=submit]:disabled{opacity:.6;cursor:default}.tp-form .tp-arrow{transition:transform .32s ease}.tp-form button[type=submit]:hover .tp-arrow{transform:translateX(6px)}.tp-form-error{color:#ff8a80;font-size:14px;margin:0}.tp-form-channel-wrap{position:relative}.tp-form-channel-btn{width:100%;padding:16px 18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.18);color:inherit;font:inherit;font-size:15px;border-radius:2px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left;transition:border-color .24s ease,background .24s ease}.tp-form-channel-btn:hover,.tp-form-channel-open{border-color:rgba(255,255,255,.6);background:rgba(255,255,255,.08)}.tp-form-placeholder{color:rgba(255,255,255,.42)}.tp-form-channel-arrow{font-size:12px;margin-left:12px;color:var(--tp-accent,#c4a76d);transition:transform .24s ease;display:inline-block}.tp-form-channel-arrow-up{transform:rotate(180deg)}.tp-form-channel-list{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#0a0a0a;border:1px solid rgba(255,255,255,.18);border-radius:2px;list-style:none;padding:4px;margin:0;z-index:10;animation:tp-form-channel-open .22s cubic-bezier(.22,1,.36,1);box-shadow:0 18px 40px -8px rgba(0,0,0,.7);max-height:280px;overflow-y:auto}.tp-form-channel-list li{margin:0;padding:0;list-style:none}.tp-form-channel-opt{width:100%;text-align:left;padding:12px 14px;background:transparent;border:none;color:var(--fg,#f0ece2);font:inherit;font-size:14px;border-radius:2px;cursor:pointer;transition:background .16s ease,color .16s ease;display:block}.tp-form-channel-opt:hover{background:rgba(196,167,109,.12);color:var(--tp-accent,#c4a76d)}.tp-form-channel-opt-active{background:rgba(196,167,109,.22);color:var(--tp-accent,#c4a76d);font-weight:500}.tp-form-channel-id-placeholder{display:none}@media (min-width:641px){.tp-form-channel-id-placeholder{display:block}}.tp-form-channel-id{animation:tp-form-channel-id-in .28s cubic-bezier(.22,1,.36,1)}.tp-form-minimal input,.tp-form-minimal select,.tp-form-minimal textarea{border:1px solid #d8d6cf;background:#fff;color:#0a0a0a}.tp-form-minimal input:focus,.tp-form-minimal select:focus,.tp-form-minimal textarea:focus{border-color:#0a0a0a;background:#fff}.tp-form-minimal .tp-form-channel-btn{background:#fff;border:1px solid #d8d6cf;color:#0a0a0a}.tp-form-minimal .tp-form-channel-btn:hover,.tp-form-minimal .tp-form-channel-open{border-color:#0a0a0a;background:#fff}.tp-form-minimal .tp-form-placeholder{color:#999}.tp-form-minimal .tp-form-channel-arrow{color:#0a0a0a}.tp-form-minimal .tp-form-channel-list{background:#fff;border-color:#d8d6cf;box-shadow:0 18px 40px -8px rgba(0,0,0,.18)}.tp-form-minimal .tp-form-channel-opt{color:#0a0a0a}.tp-form-minimal .tp-form-channel-opt:hover{background:#f0eee7;color:#0a0a0a}.tp-form-minimal .tp-form-channel-opt-active{background:#0a0a0a;color:#fff}.tp-form-block{display:flex;flex-direction:column;gap:8px}.tp-form-block-label{display:flex;align-items:center;gap:10px;margin:0;font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.7)}.tp-form-block-required{position:relative;padding:16px 18px 18px;border-left:2px solid var(--tp-accent,#c4a76d);background:rgba(196,167,109,.05)}.tp-form-block-required .tp-form-block-label,.tp-form-required{color:var(--tp-accent,#c4a76d)}.tp-form-required{margin-left:auto;font-family:Cormorant Garamond,Playfair Display,Georgia,serif;font-size:12px;letter-spacing:.04em;text-transform:lowercase;padding:0;background:transparent;font-weight:400;font-style:italic;opacity:.78}.tp-form-required:before{content:"·  ";font-style:normal}.tp-form-pills{display:flex;flex-wrap:wrap;gap:8px}.tp-form-pill{font:inherit;font-size:13px;padding:9px 16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.78);border-radius:999px;cursor:pointer;transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease}.tp-form-pill:hover{border-color:rgba(255,255,255,.6);color:#fff;transform:translateY(-1px)}.tp-form-pill-active{background:var(--tp-accent,#c4a76d);border-color:var(--tp-accent,#c4a76d);color:#0a0a0a;font-weight:600}.tp-form-pill-active:hover{background:var(--tp-accent-hover,#d6bf8d);border-color:var(--tp-accent-hover,#d6bf8d);color:#0a0a0a}.tp-form-channel-error,.tp-form-channel-id-error{border-color:#ff8a80!important;background:rgba(255,138,128,.08)!important}.tp-form-minimal .tp-form-block-label{color:rgba(10,10,10,.7)}.tp-form-minimal .tp-form-block-required{background:rgba(196,167,109,.08);border-left-color:var(--tp-accent,#c4a76d)}.tp-form-minimal .tp-form-block-required .tp-form-block-label{color:var(--tp-accent,#c4a76d)}.tp-form-minimal .tp-form-pill{background:#fff;border-color:rgba(10,10,10,.18);color:rgba(10,10,10,.78)}.tp-form-minimal .tp-form-pill:hover{border-color:#0a0a0a;color:#0a0a0a}.tp-form-minimal .tp-form-pill-active{background:var(--tp-accent,#c4a76d);border-color:var(--tp-accent,#c4a76d);color:#0a0a0a}.tp-scroll-cta-primary .tp-arrow{transition:transform .32s ease}.tp-scroll-cta-primary:hover .tp-arrow{transform:translateX(4px)}