.hero:where(.astro-bbe6dxrz){min-height:calc(100vh - var(--nav-height));display:flex;align-items:center;padding:var(--space-lg);position:relative}.hero__inner:where(.astro-bbe6dxrz){display:grid;grid-template-columns:1.5fr 1fr;gap:var(--space-xl);align-items:center;max-width:var(--max-width);margin:0 auto;width:100%}.hero__content:where(.astro-bbe6dxrz){display:flex;flex-direction:column;gap:var(--space-md)}.hero__subtitle:where(.astro-bbe6dxrz){font-size:1.1rem;font-weight:600;color:var(--color-secondary);text-transform:uppercase;letter-spacing:.1em}.hero__name:where(.astro-bbe6dxrz){font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;color:var(--color-primary);line-height:1.1}.hero__bio:where(.astro-bbe6dxrz){font-size:1.1rem;color:var(--color-text-light);max-width:520px;line-height:1.7}.hero__ctas:where(.astro-bbe6dxrz){display:flex;gap:var(--space-md);margin-top:var(--space-sm);flex-wrap:wrap}.hero__btn:where(.astro-bbe6dxrz){display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;font-weight:700;font-size:1rem;border-radius:var(--radius-lg);transition:transform .2s,box-shadow .2s,opacity .2s}.hero__btn:where(.astro-bbe6dxrz):hover{transform:translateY(-1px)}.hero__btn:where(.astro-bbe6dxrz):focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.hero__btn--primary:where(.astro-bbe6dxrz){background:linear-gradient(135deg,var(--color-gradient-start),var(--color-gradient-end));color:var(--color-button-text);box-shadow:0 4px 14px #8b5e3c4d}.hero__btn--primary:where(.astro-bbe6dxrz):hover{box-shadow:0 6px 20px #8b5e3c66}.hero__btn--outline:where(.astro-bbe6dxrz){border:2px solid var(--color-secondary);color:var(--color-primary);background:transparent}.hero__btn--outline:where(.astro-bbe6dxrz):hover{background:#d4a5741a}.hero__avatar-wrap:where(.astro-bbe6dxrz){display:flex;justify-content:center;align-items:center;position:relative;animation:avatar-breathe 5.5s ease-in-out infinite}.hero__avatar-wrap:where(.astro-bbe6dxrz):before{content:"";position:absolute;width:min(400px,100vw);aspect-ratio:1;border-radius:var(--radius-full);background:radial-gradient(circle,rgba(212,165,116,.25) 0%,rgba(212,165,116,.08) 50%,transparent 70%);z-index:0;pointer-events:none}.hero__avatar-wrap:where(.astro-bbe6dxrz):after{content:"";position:absolute;width:min(332px,calc(80vw + 12px));aspect-ratio:1;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--color-gradient-start),var(--color-gradient-end));z-index:1;pointer-events:none}.hero__avatar:where(.astro-bbe6dxrz){width:min(320px,80vw);aspect-ratio:1;border-radius:var(--radius-full);overflow:hidden;box-shadow:0 8px 30px #8b5e3c40,0 0 60px #d4a57426;position:relative;z-index:2}.hero__avatar:where(.astro-bbe6dxrz) img:where(.astro-bbe6dxrz){width:100%;height:100%;object-fit:cover}@keyframes avatar-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.025)}}@media(prefers-reduced-motion:reduce){.hero__avatar-wrap:where(.astro-bbe6dxrz){animation:none}}@media(max-width:768px){.hero__inner:where(.astro-bbe6dxrz){grid-template-columns:1fr;text-align:center;gap:var(--space-xl)}.hero__content:where(.astro-bbe6dxrz){order:2;align-items:center}.hero__avatar-wrap:where(.astro-bbe6dxrz){order:1}.hero__avatar:where(.astro-bbe6dxrz){width:min(220px,60vw)}.hero__avatar-wrap:where(.astro-bbe6dxrz):before{width:min(300px,80vw)}.hero__avatar-wrap:where(.astro-bbe6dxrz):after{width:min(232px,calc(60vw + 12px))}.hero__bio:where(.astro-bbe6dxrz){max-width:100%}.hero__ctas:where(.astro-bbe6dxrz){justify-content:center}}.about-section:where(.astro-x2lc2h5w){background-color:var(--color-bg-alt);padding:var(--space-2xl) var(--space-lg)}.about-container:where(.astro-x2lc2h5w){max-width:var(--max-width);margin:0 auto}h2:where(.astro-x2lc2h5w){color:var(--color-primary);font-size:2.25rem;font-weight:800;text-align:center;margin-bottom:var(--space-xs)}h2:where(.astro-x2lc2h5w):after{content:"";display:block;width:60px;height:4px;background:var(--color-secondary);border-radius:2px;margin:var(--space-sm) auto var(--space-xl)}.highlights-grid:where(.astro-x2lc2h5w){display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}.highlight-card:where(.astro-x2lc2h5w){background:var(--color-card-bg);border:1px solid rgba(212,165,116,.3);border-radius:var(--radius-md);padding:var(--space-lg);display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-md);box-shadow:0 2px 8px #3e27230f;transition:transform .25s ease,box-shadow .25s ease}.highlight-card:where(.astro-x2lc2h5w):hover{transform:translateY(-4px);box-shadow:0 8px 24px #3e27231f}.card-icon:where(.astro-x2lc2h5w){width:40px;height:40px;color:var(--color-accent);flex-shrink:0}.card-label:where(.astro-x2lc2h5w){color:var(--color-text);font-weight:700;font-size:.95rem}.card-label:where(.astro-x2lc2h5w) small:where(.astro-x2lc2h5w){display:block;font-weight:500;font-size:.75rem;color:var(--color-text-light);margin-top:2px}@media(max-width:768px){.highlights-grid:where(.astro-x2lc2h5w){grid-template-columns:repeat(2,1fr)}h2:where(.astro-x2lc2h5w){font-size:1.85rem}}@media(max-width:480px){.highlights-grid:where(.astro-x2lc2h5w){grid-template-columns:1fr}.about-section:where(.astro-x2lc2h5w){padding:var(--space-xl) var(--space-md)}}.social-links:where(.astro-zamss57n){display:flex;gap:var(--space-md);align-items:center}.social-links__item:where(.astro-zamss57n){display:flex;align-items:center;justify-content:center;color:var(--color-text-light);padding:var(--space-sm);border-radius:var(--radius-sm);transition:color .2s,transform .2s}.social-links__item:where(.astro-zamss57n):hover,.social-links__item:where(.astro-zamss57n):focus-visible{color:var(--color-accent);transform:translateY(-2px)}.social-links__item:where(.astro-zamss57n) svg:where(.astro-zamss57n){width:24px;height:24px}@media(max-width:768px){.social-links:where(.astro-zamss57n){justify-content:center}}main:where(.astro-j7pv25f6){position:relative}.social-strip:where(.astro-j7pv25f6){position:fixed;bottom:var(--space-lg);right:var(--space-lg);z-index:50}@media(max-width:768px){.social-strip:where(.astro-j7pv25f6){position:static;display:flex;justify-content:center;padding:var(--space-lg) 0 var(--space-xl)}}
