.contact-page[data-astro-cid-3dsyqeef]{text-align:center;flex-direction:column;align-items:center;padding-block:2.5rem;display:flex}.contact-header[data-astro-cid-3dsyqeef]{align-items:center;max-width:50ch}.contact-title[data-astro-cid-3dsyqeef]{font-size:var(--text-4xl);color:var(--gray-0)}.contact-description[data-astro-cid-3dsyqeef]{font-size:var(--text-md);color:var(--gray-300)}.contact-card[data-astro-cid-3dsyqeef]{background:var(--gradient-subtle);border:1px solid var(--gray-800);width:100%;max-width:38rem;box-shadow:var(--shadow-md);text-align:start;border-radius:1.25rem;padding:2rem}.contact-email[data-astro-cid-3dsyqeef]{background:var(--gradient-accent-orange);color:var(--accent-text-over);font-weight:600;font-size:var(--text-lg);box-shadow:var(--shadow-md);transition:transform var(--theme-transition), box-shadow var(--theme-transition);border-radius:999rem;align-items:center;gap:.75rem;padding:.75rem 1.25rem;text-decoration:none;display:inline-flex}.contact-email[data-astro-cid-3dsyqeef]:hover,.contact-email[data-astro-cid-3dsyqeef]:focus{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.contact-divider[data-astro-cid-3dsyqeef]{background:var(--gray-800);opacity:.6;border:none;height:1px;margin:.25rem 0}.contact-socials-label[data-astro-cid-3dsyqeef]{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.08em;color:var(--gray-300)}.contact-social-list[data-astro-cid-3dsyqeef]{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.contact-social[data-astro-cid-3dsyqeef]{background:var(--gray-999);border:1px solid var(--gray-800);color:var(--gray-100);transition:color var(--theme-transition), border-color var(--theme-transition), transform var(--theme-transition);border-radius:999rem;align-items:center;gap:.6rem;padding:.55rem 1rem;font-weight:500;text-decoration:none;display:inline-flex}.contact-social[data-astro-cid-3dsyqeef]:hover,.contact-social[data-astro-cid-3dsyqeef]:focus{color:var(--accent-regular);border-color:var(--accent-overlay);transform:translateY(-1px)}.contact-form[data-astro-cid-3dsyqeef]{flex-direction:column;gap:1rem;width:100%;display:flex}.contact-form-title[data-astro-cid-3dsyqeef]{font-size:var(--text-lg);color:var(--gray-0);font-weight:600;font-family:var(--font-brand)}.contact-field[data-astro-cid-3dsyqeef]{flex-direction:column;gap:.4rem;display:flex}.contact-field-label[data-astro-cid-3dsyqeef]{font-size:var(--text-sm);color:var(--gray-300);text-transform:uppercase;letter-spacing:.05em;font-weight:500}.contact-field-input[data-astro-cid-3dsyqeef]{background:var(--gray-999);border:1px solid var(--gray-800);width:100%;color:var(--gray-100);font-family:inherit;font-size:var(--text-base);transition:border-color var(--theme-transition), box-shadow var(--theme-transition);border-radius:.5rem;padding:.75rem 1rem;line-height:1.4}.contact-honeypot[data-astro-cid-3dsyqeef]{opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;position:absolute!important;top:-10000px!important;left:-10000px!important;overflow:hidden!important}.contact-field-input[data-astro-cid-3dsyqeef]::placeholder{color:var(--gray-400)}.contact-field-input[data-astro-cid-3dsyqeef]:hover{border-color:var(--gray-700)}.contact-field-input[data-astro-cid-3dsyqeef]:focus-visible{border-color:var(--accent-regular);outline:2px solid var(--accent-regular);outline-offset:2px;box-shadow:0 0 0 3px var(--accent-overlay)}textarea[data-astro-cid-3dsyqeef].contact-field-input{resize:vertical;min-height:7rem}select[data-astro-cid-3dsyqeef].contact-field-input{cursor:pointer;appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--gray-400) 50%), linear-gradient(135deg, var(--gray-400) 50%, transparent 50%);background-position:calc(100% - 18px),calc(100% - 12px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:2.5rem}.contact-form-submit[data-astro-cid-3dsyqeef]{background:var(--gradient-accent-orange);color:var(--accent-text-over);font-weight:600;font-size:var(--text-lg);cursor:pointer;box-shadow:var(--shadow-md);transition:transform var(--theme-transition), box-shadow var(--theme-transition), opacity var(--theme-transition);border:none;border-radius:999rem;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.25rem;font-family:inherit;display:inline-flex}.contact-form-submit[data-astro-cid-3dsyqeef]:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.contact-form-submit[data-astro-cid-3dsyqeef]:focus-visible{outline:2px solid var(--accent-regular);outline-offset:2px;box-shadow:var(--shadow-lg), 0 0 0 3px var(--accent-overlay);transform:translateY(-2px)}.contact-form-submit[data-astro-cid-3dsyqeef]:active{transform:translateY(0)}.contact-thanks[data-astro-cid-3dsyqeef]{background:var(--gray-999);border:1px solid var(--accent-overlay);width:100%;color:var(--accent-regular);animation:contact-thanks-fade var(--theme-transition);border-radius:.75rem;flex-direction:column;align-items:flex-start;gap:.6rem;padding:1.25rem;display:flex}.contact-thanks-title[data-astro-cid-3dsyqeef]{font-size:var(--text-lg);font-weight:600;font-family:var(--font-brand);color:var(--gray-0);line-height:1.2}.contact-thanks-message[data-astro-cid-3dsyqeef]{font-size:var(--text-base);color:var(--gray-300);line-height:1.5}@keyframes contact-thanks-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.contact-field-input[data-astro-cid-3dsyqeef],.contact-form-submit[data-astro-cid-3dsyqeef]{transition:none}.contact-form-submit[data-astro-cid-3dsyqeef]:hover,.contact-form-submit[data-astro-cid-3dsyqeef]:focus-visible{transform:none}.contact-thanks[data-astro-cid-3dsyqeef]{animation:none}}@media (width>=50em){.contact-title[data-astro-cid-3dsyqeef]{font-size:var(--text-5xl)}.contact-description[data-astro-cid-3dsyqeef]{font-size:var(--text-lg)}}
