.contact[data-astro-cid-6bfsojfh]{padding-block:var(--s4) var(--s6);gap:var(--s5);display:grid}.contact__intro[data-astro-cid-6bfsojfh]{gap:var(--s3);max-width:60ch;display:grid}.contact__steps[data-astro-cid-6bfsojfh]{gap:var(--s2);max-width:52ch;list-style:none;display:grid}.contact__steps[data-astro-cid-6bfsojfh] li[data-astro-cid-6bfsojfh]{gap:var(--s2);align-items:baseline;display:flex}.contact__step-n[data-astro-cid-6bfsojfh]{background:var(--ink);width:28px;height:28px;color:var(--paper-on-ink);border-radius:50%;flex:none;place-items:center;font-size:.85rem;font-weight:700;display:inline-grid}@media (width>=900px){.contact[data-astro-cid-6bfsojfh]{column-gap:var(--s5);grid-template-columns:42fr 58fr;align-items:start}.contact__intro[data-astro-cid-6bfsojfh]{top:calc(var(--header-h) + 1rem);position:sticky}}.form[data-astro-cid-6bfsojfh]{padding:clamp(1.2rem,3vw,2.4rem)}.form__fields[data-astro-cid-6bfsojfh],.form__row--2[data-astro-cid-6bfsojfh]{gap:var(--s3);display:grid}@media (width>=600px){.form__row--2[data-astro-cid-6bfsojfh]{grid-template-columns:1fr 1fr}}.field[data-astro-cid-6bfsojfh]{border:0;gap:.4rem;min-width:0;margin:0;padding:0;display:grid}.field--short[data-astro-cid-6bfsojfh]{max-width:14rem}label[data-astro-cid-6bfsojfh],legend[data-astro-cid-6bfsojfh]{font-weight:600;font-size:var(--fs-small)}input[data-astro-cid-6bfsojfh][type=text],input[data-astro-cid-6bfsojfh][type=email],input[data-astro-cid-6bfsojfh][type=tel],textarea[data-astro-cid-6bfsojfh]{font:inherit;color:inherit;background:var(--paper);border:1px solid var(--steel-line);border-radius:var(--r-field);box-sizing:border-box;width:100%;min-height:44px;transition:border-color .2s, box-shadow .2s var(--ease);padding:.65rem .85rem}input[data-astro-cid-6bfsojfh][type=text]:hover,input[data-astro-cid-6bfsojfh][type=email]:hover,input[data-astro-cid-6bfsojfh][type=tel]:hover,textarea[data-astro-cid-6bfsojfh]:hover{border-color:var(--muted)}input[data-astro-cid-6bfsojfh][type=text]:focus,input[data-astro-cid-6bfsojfh][type=email]:focus,input[data-astro-cid-6bfsojfh][type=tel]:focus,textarea[data-astro-cid-6bfsojfh]:focus{border-color:var(--ink);box-shadow:0 0 0 4px var(--gold-soft);outline:none}input[data-astro-cid-6bfsojfh][type=text][aria-invalid=true],input[data-astro-cid-6bfsojfh][type=email][aria-invalid=true],input[data-astro-cid-6bfsojfh][type=tel][aria-invalid=true],textarea[data-astro-cid-6bfsojfh][aria-invalid=true]{border-color:var(--gold-deep);box-shadow:0 0 0 4px var(--gold-soft);animation:shake .38s var(--ease)}@keyframes shake{20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}textarea[data-astro-cid-6bfsojfh]{resize:vertical}.choices[data-astro-cid-6bfsojfh]{gap:var(--s1);grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));display:grid}.choice[data-astro-cid-6bfsojfh]{cursor:pointer;font-weight:500;font-size:var(--fs-body);position:relative}.choice[data-astro-cid-6bfsojfh] input[data-astro-cid-6bfsojfh]{opacity:0;width:1px;height:1px;position:absolute}.choice__box[data-astro-cid-6bfsojfh]{border:1px solid var(--steel-line);border-radius:var(--r-btn);background:var(--paper);min-height:44px;transition:border-color .2s, background .2s, color .2s, transform .2s var(--ease);align-items:center;gap:.55rem;padding:.4rem .8rem;display:flex}.choice[data-astro-cid-6bfsojfh]:hover .choice__box[data-astro-cid-6bfsojfh]{border-color:var(--ink)}.choice[data-astro-cid-6bfsojfh] input[data-astro-cid-6bfsojfh]:checked+.choice__box[data-astro-cid-6bfsojfh]{background:var(--ink);color:var(--paper-on-ink);border-color:var(--ink)}.choice[data-astro-cid-6bfsojfh] input[data-astro-cid-6bfsojfh]:focus-visible+.choice__box[data-astro-cid-6bfsojfh]{box-shadow:0 0 0 4px var(--gold-soft);border-color:var(--ink)}.choice[data-astro-cid-6bfsojfh]:active .choice__box[data-astro-cid-6bfsojfh]{transform:scale(.98)}.consent[data-astro-cid-6bfsojfh]{font-weight:400;font-size:var(--fs-small);cursor:pointer;align-items:start;gap:.7rem;display:flex}.consent[data-astro-cid-6bfsojfh] input[data-astro-cid-6bfsojfh]{width:1.15rem;height:1.15rem;accent-color:var(--ink);flex:none;margin:.15rem 0 0}.hp[data-astro-cid-6bfsojfh]{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.form__error[data-astro-cid-6bfsojfh]{color:var(--ink);border-left:3px solid var(--gold);padding-left:var(--s2);animation:rise .3s var(--ease);font-weight:600}@keyframes rise{0%{opacity:0;transform:translateY(6px)}}.form__submit[data-astro-cid-6bfsojfh]{padding-inline:1.3rem}.form__submit[data-astro-cid-6bfsojfh] .ico{transition:transform .3s var(--ease)}.form__submit[data-astro-cid-6bfsojfh]:hover .ico{transform:translate(4px)}.form__done[data-astro-cid-6bfsojfh]{gap:var(--s3);justify-items:start;padding:clamp(1.2rem,3vw,2.4rem);display:grid}.form__done[data-astro-cid-6bfsojfh]:focus{outline:none}.form__done-ico[data-astro-cid-6bfsojfh]{background:var(--gold);width:52px;height:52px;color:var(--ink-deep);animation:pop .5s var(--ease);border-radius:50%;place-items:center;display:inline-grid}@keyframes pop{0%{opacity:0;transform:scale(.4)}}
