.page-wrap[data-astro-cid-kh7btl4r]{max-width:1200px;margin:0 auto}.empty-state[data-astro-cid-kh7btl4r]{max-width:400px;margin:6rem auto;text-align:center}.empty-icon[data-astro-cid-kh7btl4r]{display:inline-flex;align-items:center;justify-content:center;width:5rem;height:5rem;border-radius:50%;background:var(--bg-1);border:1px solid var(--border);color:var(--text-muted);margin-bottom:1.5rem}.empty-state[data-astro-cid-kh7btl4r] h1[data-astro-cid-kh7btl4r]{font-family:var(--font-serif);font-size:1.75rem;color:var(--text);margin-bottom:.5rem}.empty-state[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]{color:var(--text-secondary);margin-bottom:1.5rem}#about[data-astro-cid-kh7btl4r]{min-height:80vh;padding:4rem clamp(1.5rem,4vw,4rem);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;background:var(--bg-1)}#about[data-astro-cid-kh7btl4r] .bg-deco[data-astro-cid-kh7btl4r]{position:absolute;right:5%;top:50%;transform:translateY(-50%);font-family:var(--font-serif);font-size:clamp(18rem,35vw,45rem);font-weight:700;line-height:1;color:var(--border);user-select:none;pointer-events:none;opacity:.35}html.dark #about[data-astro-cid-kh7btl4r] .bg-deco[data-astro-cid-kh7btl4r]{color:#ffffff08}.about-container[data-astro-cid-kh7btl4r]{position:relative;z-index:2;max-width:1200px;margin:0 auto;width:100%}.section-label[data-astro-cid-kh7btl4r]{font-family:var(--font-mono);font-size:.6875rem;color:var(--primary);letter-spacing:.25em;text-transform:uppercase;margin-bottom:1.5rem;opacity:.7}.about-grid[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:240px 1fr;gap:3.5rem;align-items:start}.avatar-block[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:1rem}.avatar-frame[data-astro-cid-kh7btl4r]{width:240px;height:240px;border-radius:16px;background:linear-gradient(135deg,var(--primary-bg),var(--green-bg));display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:4rem;color:var(--primary);border:1px solid var(--border);position:relative;overflow:hidden}.avatar-frame[data-astro-cid-kh7btl4r]:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 40%,rgba(255,255,255,.08));pointer-events:none}html.dark .avatar-frame[data-astro-cid-kh7btl4r]:after{background:linear-gradient(135deg,transparent 40%,rgba(255,255,255,.03))}.avatar-frame[data-astro-cid-kh7btl4r] .initials[data-astro-cid-kh7btl4r]{position:relative;z-index:1;font-weight:300;letter-spacing:.05em;opacity:.7}.avatar-img[data-astro-cid-kh7btl4r]{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.bio-content[data-astro-cid-kh7btl4r] h1[data-astro-cid-kh7btl4r]{font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300;color:var(--text);margin-bottom:.25rem}.bio-content[data-astro-cid-kh7btl4r] .tagline[data-astro-cid-kh7btl4r]{font-family:var(--font-serif);font-size:clamp(1rem,1.5vw,1.1875rem);font-weight:300;color:var(--primary);margin-bottom:1.5rem;font-style:italic}.bio-content[data-astro-cid-kh7btl4r] .bio-text[data-astro-cid-kh7btl4r]{font-size:.9375rem;line-height:1.8;color:var(--text-secondary);max-width:580px;font-weight:300;margin-bottom:2rem}.bio-content[data-astro-cid-kh7btl4r] .bio-text[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]{margin-bottom:.75rem}.bio-content[data-astro-cid-kh7btl4r] .bio-text[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]:last-child{margin-bottom:0}.social-links[data-astro-cid-kh7btl4r]{display:flex;gap:1.5rem;flex-wrap:wrap}.social-links[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{font-size:.8125rem;color:var(--text-secondary);text-decoration:none;font-family:var(--font-mono);transition:color .3s;position:relative}.social-links[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:var(--primary);transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.22,1,.36,1)}.social-links[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{color:var(--primary)}.social-links[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover:after{transform:scaleX(1)}.section-divider[data-astro-cid-kh7btl4r]{display:flex;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 clamp(1.5rem,4vw,4rem)}.section-divider[data-astro-cid-kh7btl4r] .line[data-astro-cid-kh7btl4r]{flex:1;height:1px;background:var(--border)}.section-divider[data-astro-cid-kh7btl4r] .diamond[data-astro-cid-kh7btl4r]{font-family:var(--font-serif);font-size:.75rem;color:var(--text-muted);user-select:none}#contact[data-astro-cid-kh7btl4r]{padding:4rem clamp(1.5rem,4vw,4rem) 5rem;background:var(--bg-0)}.contact-container[data-astro-cid-kh7btl4r]{max-width:1200px;margin:0 auto}.contact-container[data-astro-cid-kh7btl4r] h2[data-astro-cid-kh7btl4r]{font-family:var(--font-serif);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:300;color:var(--text);margin-bottom:2.5rem}.contact-grid[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-form[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:1.5rem}.form-group[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:.5rem}.form-group[data-astro-cid-kh7btl4r] label[data-astro-cid-kh7btl4r]{font-size:.75rem;font-weight:500;color:var(--text-secondary);letter-spacing:.05em;font-family:var(--font-mono);text-transform:uppercase}.form-group[data-astro-cid-kh7btl4r] input[data-astro-cid-kh7btl4r],.form-group[data-astro-cid-kh7btl4r] textarea[data-astro-cid-kh7btl4r]{background:transparent;border:none;border-bottom:1px solid var(--border);padding:.5rem 0 .35rem;font-family:var(--font-sans);font-size:.9375rem;color:var(--text);outline:none;transition:border-color .3s;resize:vertical}.form-group[data-astro-cid-kh7btl4r] input[data-astro-cid-kh7btl4r]:focus,.form-group[data-astro-cid-kh7btl4r] textarea[data-astro-cid-kh7btl4r]:focus{border-bottom-color:var(--primary)}.form-group[data-astro-cid-kh7btl4r] input[data-astro-cid-kh7btl4r]::placeholder,.form-group[data-astro-cid-kh7btl4r] textarea[data-astro-cid-kh7btl4r]::placeholder{color:var(--text-muted);font-weight:300;font-size:.875rem}.form-group[data-astro-cid-kh7btl4r] textarea[data-astro-cid-kh7btl4r]{min-height:100px;line-height:1.6}.submit-btn[data-astro-cid-kh7btl4r]{align-self:flex-start;padding:.75rem 2.5rem;background:var(--primary);color:#fff;border:none;border-radius:100px;font-family:var(--font-sans);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s;min-height:44px}.submit-btn[data-astro-cid-kh7btl4r]:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 24px #b85c3a40}.submit-btn[data-astro-cid-kh7btl4r]:disabled{opacity:.7;cursor:default;transform:none;box-shadow:none}.hp-field[data-astro-cid-kh7btl4r]{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.form-status[data-astro-cid-kh7btl4r]{min-height:1.25rem;margin-top:.75rem;color:var(--text-secondary);font-size:.8125rem}.form-status[data-astro-cid-kh7btl4r][data-state=success]{color:var(--green)}.form-status[data-astro-cid-kh7btl4r][data-state=error]{color:var(--red)}.contact-info[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:1.5rem;padding-top:.25rem}.contact-info[data-astro-cid-kh7btl4r] .info-item[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:.25rem}.contact-info[data-astro-cid-kh7btl4r] .info-item[data-astro-cid-kh7btl4r] .label[data-astro-cid-kh7btl4r]{font-family:var(--font-mono);font-size:.6875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.contact-info[data-astro-cid-kh7btl4r] .info-item[data-astro-cid-kh7btl4r] .value[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:var(--text-secondary);font-weight:300;line-height:1.6}.contact-info[data-astro-cid-kh7btl4r] .info-item[data-astro-cid-kh7btl4r] .value[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:var(--primary);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s}.contact-info[data-astro-cid-kh7btl4r] .info-item[data-astro-cid-kh7btl4r] .value[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-bottom-color:var(--primary)}@media(max-width:768px){#about[data-astro-cid-kh7btl4r]{min-height:auto;padding-top:3rem;padding-bottom:3.5rem}.about-grid[data-astro-cid-kh7btl4r]{grid-template-columns:1fr;gap:1.5rem}.avatar-block[data-astro-cid-kh7btl4r]{align-items:center}.avatar-frame[data-astro-cid-kh7btl4r]{width:160px;height:160px;font-size:3rem;border-radius:14px}.contact-grid[data-astro-cid-kh7btl4r]{grid-template-columns:1fr;gap:2rem}#about[data-astro-cid-kh7btl4r] .bg-deco[data-astro-cid-kh7btl4r]{font-size:12rem;right:-10%}#about[data-astro-cid-kh7btl4r],#contact[data-astro-cid-kh7btl4r]{padding-left:1.25rem;padding-right:1.25rem}#contact[data-astro-cid-kh7btl4r]{padding-top:3rem;padding-bottom:3.5rem}.social-links[data-astro-cid-kh7btl4r]{gap:1rem}.social-links[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{display:inline-flex;min-height:44px;align-items:center;font-size:.75rem}}
