.contact-wrapper[data-astro-cid-6bfsojfh]{z-index:1;min-height:100vh;padding:8rem 2rem 4rem;position:relative}.content-container[data-astro-cid-6bfsojfh]{grid-template-columns:1fr;gap:3rem;max-width:1200px;margin:0 auto;display:grid}@media (width>=1024px){.content-container[data-astro-cid-6bfsojfh]{grid-template-columns:1fr 1.1fr;align-items:start;gap:4rem}}.info-column[data-astro-cid-6bfsojfh]{flex-direction:column;gap:2.5rem;display:flex}.contact-eyebrow[data-astro-cid-6bfsojfh]{letter-spacing:.2em;text-transform:uppercase;color:var(--accent-primary);margin-bottom:1rem;padding-left:2rem;font-size:.75rem;font-weight:700;display:inline-block;position:relative}.contact-eyebrow[data-astro-cid-6bfsojfh]:before{content:"";background:var(--accent-secondary);width:1.25rem;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.main-title[data-astro-cid-6bfsojfh]{color:var(--text-primary);margin-bottom:1.25rem;font-family:Cormorant Garamond,Playfair Display,Georgia,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:500;line-height:1.15}.title-accent[data-astro-cid-6bfsojfh]{color:var(--accent-primary);font-style:italic}.subtitle[data-astro-cid-6bfsojfh]{color:var(--text-secondary);max-width:400px;font-size:1.05rem;line-height:1.7}.contact-cards[data-astro-cid-6bfsojfh]{flex-direction:column;gap:.875rem;display:flex}.contact-card[data-astro-cid-6bfsojfh]{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--card-shadow);cursor:pointer;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.contact-card[data-astro-cid-6bfsojfh]:hover{box-shadow:var(--card-shadow-hover);border-color:var(--accent-secondary);transform:translate(8px)}.card-icon[data-astro-cid-6bfsojfh]{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%);width:48px;height:48px;box-shadow:0 4px 12px var(--accent-glow);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.card-icon[data-astro-cid-6bfsojfh] .icon[data-astro-cid-6bfsojfh]{color:#fff;width:22px;height:22px}.card-content[data-astro-cid-6bfsojfh]{flex-direction:column;flex:1;gap:.25rem;display:flex}.card-label[data-astro-cid-6bfsojfh]{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:700}.card-value[data-astro-cid-6bfsojfh]{color:var(--text-primary);font-size:.95rem;font-weight:500}.card-arrow[data-astro-cid-6bfsojfh]{width:18px;height:18px;color:var(--accent-secondary);opacity:0;transition:all .3s;transform:translate(-8px)}.contact-card[data-astro-cid-6bfsojfh]:hover .card-arrow[data-astro-cid-6bfsojfh]{opacity:1;transform:translate(0)}.social-section[data-astro-cid-6bfsojfh]{padding-top:1rem}.social-label[data-astro-cid-6bfsojfh]{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem;font-size:.7rem;font-weight:700;display:block}.social-links[data-astro-cid-6bfsojfh]{gap:.75rem;display:flex}.social-link[data-astro-cid-6bfsojfh]{background:var(--bg-card);border:1px solid var(--border-color);width:44px;height:44px;box-shadow:var(--card-shadow);border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-link[data-astro-cid-6bfsojfh]:hover{background:var(--accent-primary);border-color:var(--accent-primary);box-shadow:0 8px 20px var(--accent-glow);transform:translateY(-4px)}.social-icon[data-astro-cid-6bfsojfh]{width:18px;height:18px;color:var(--text-secondary);transition:color .3s}.social-link[data-astro-cid-6bfsojfh]:hover .social-icon[data-astro-cid-6bfsojfh]{color:#fff}.form-card[data-astro-cid-6bfsojfh]{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:24px;padding:2.5rem}@media (width>=1024px){.form-card[data-astro-cid-6bfsojfh]{position:sticky;top:6rem}}.form-header[data-astro-cid-6bfsojfh]{margin-bottom:2rem}.form-title[data-astro-cid-6bfsojfh]{color:var(--text-primary);margin-bottom:.5rem;font-family:Cormorant Garamond,Playfair Display,Georgia,serif;font-size:1.75rem;font-weight:700}.form-subtitle[data-astro-cid-6bfsojfh]{color:var(--text-muted);font-size:.9rem}.form-body[data-astro-cid-6bfsojfh]{flex-direction:column;gap:1.25rem;display:flex}.form-row[data-astro-cid-6bfsojfh]{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){.form-row[data-astro-cid-6bfsojfh]{grid-template-columns:1fr 1fr}}.form-group[data-astro-cid-6bfsojfh]{flex-direction:column;gap:.5rem;display:flex}.form-label[data-astro-cid-6bfsojfh]{color:var(--text-secondary);font-size:.8rem;font-weight:500}.form-input[data-astro-cid-6bfsojfh]{background:var(--bg-input);border:1.5px solid var(--border-color);color:var(--text-primary);border-radius:12px;padding:.875rem 1rem;font-family:inherit;font-size:.95rem;transition:all .3s}.form-input[data-astro-cid-6bfsojfh]::placeholder{color:var(--text-muted)}.form-input[data-astro-cid-6bfsojfh]:focus{border-color:var(--accent-primary);box-shadow:0 0 0 4px var(--accent-glow);outline:none}.form-select[data-astro-cid-6bfsojfh]{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b5b54' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-select[data-astro-cid-6bfsojfh] option[data-astro-cid-6bfsojfh]{background:var(--bg-card);color:var(--text-primary)}.form-textarea[data-astro-cid-6bfsojfh]{resize:none;min-height:120px}.submit-button[data-astro-cid-6bfsojfh]{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%);color:#fff;cursor:pointer;box-shadow:0 4px 16px var(--accent-glow);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;padding:1rem 2rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex}.submit-button[data-astro-cid-6bfsojfh]:hover{box-shadow:0 8px 28px var(--accent-glow);transform:translateY(-3px)}.submit-button[data-astro-cid-6bfsojfh]:active{transform:translateY(-1px)}.submit-icon[data-astro-cid-6bfsojfh]{width:18px;height:18px;transition:transform .3s}.submit-button[data-astro-cid-6bfsojfh]:hover .submit-icon[data-astro-cid-6bfsojfh]{transform:translate(4px)}.submit-button[data-astro-cid-6bfsojfh]:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-status[data-astro-cid-6bfsojfh]{border-radius:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.9rem;line-height:1.5}.form-status[data-astro-cid-6bfsojfh].success{color:#16a34a;background:#22c55e1a;border:1px solid #22c55e4d}.form-status[data-astro-cid-6bfsojfh].error{color:#dc2626;background:#dc26261a;border:1px solid #dc26264d}
