@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,700;0,9..144,800;0,9..144,900;1,9..144,700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";.header[data-astro-cid-5blmo7yk]{position:relative;z-index:50;padding:2.25rem 0 1.25rem;background-color:var(--bg-color)}.nav-container[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:space-between}.brand[data-astro-cid-5blmo7yk]{position:relative;text-decoration:none;display:inline-block}.brand-text[data-astro-cid-5blmo7yk]{font-family:var(--font-serif);font-size:2.15rem;font-weight:900;color:var(--text-main);letter-spacing:-.03em}.brand-swoosh[data-astro-cid-5blmo7yk]{position:absolute;bottom:-4px;left:2px;width:65%;height:10px}.nav-menu[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:2.25rem}.nav-item[data-astro-cid-5blmo7yk]{text-decoration:none;color:var(--text-main);font-size:.98rem;font-weight:500;display:inline-flex;align-items:center;gap:.35rem;transition:color .15s ease}.nav-item[data-astro-cid-5blmo7yk]:hover{color:var(--accent-blue)}.pill-btn[data-astro-cid-5blmo7yk]{display:inline-flex;align-items:center;justify-content:center;background-color:#0ea5e9!important;color:#fff!important;text-decoration:none!important;font-family:var(--font-sans);font-size:.95rem;font-weight:600;padding:.75rem 1.65rem;border-radius:9999px;box-shadow:0 4px 14px #0ea5e959;transition:all .2s cubic-bezier(.16,1,.3,1);border:none;cursor:pointer}.pill-btn[data-astro-cid-5blmo7yk]:hover{background-color:#0284c7!important;transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e973}@media(max-width:900px){.nav-menu[data-astro-cid-5blmo7yk]{display:none}}.hero-section[data-astro-cid-bbe6dxrz]{padding:4.5rem 0 6.5rem;position:relative;overflow:hidden}.hero-layout[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:minmax(320px,440px) 1fr;gap:4.5rem;align-items:center}.hero-image-wrapper[data-astro-cid-bbe6dxrz]{position:relative;width:100%;max-width:440px;display:flex;align-items:center;justify-content:center;margin:0 auto}.image-container[data-astro-cid-bbe6dxrz]{width:100%;max-width:400px;aspect-ratio:1 / 1;position:relative;display:flex;align-items:center;justify-content:center}.profile-photo[data-astro-cid-bbe6dxrz]{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 14px 28px rgba(30,41,59,.12));transition:transform .3s ease}.profile-photo[data-astro-cid-bbe6dxrz]:hover{transform:scale(1.02)}.hero-text-content[data-astro-cid-bbe6dxrz]{max-width:650px;position:relative;z-index:10}.title-container[data-astro-cid-bbe6dxrz]{position:relative;display:inline-flex;align-items:center;gap:1.25rem;margin-bottom:2rem}.hero-title[data-astro-cid-bbe6dxrz]{font-family:var(--font-serif);font-size:5.25rem;font-weight:800;color:var(--text-main);letter-spacing:-.035em;line-height:1;margin:0}.title-highlight[data-astro-cid-bbe6dxrz]{position:relative;display:inline-block}.title-underline[data-astro-cid-bbe6dxrz]{position:absolute;bottom:-10px;left:0;width:100%;height:12px}.wave-emoji[data-astro-cid-bbe6dxrz]{font-size:4.25rem;line-height:1;display:inline-block;animation:wave 2.5s infinite ease-in-out;transform-origin:70% 70%}@keyframes wave{0%{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0)}to{transform:rotate(0)}}.hero-statement[data-astro-cid-bbe6dxrz]{font-family:var(--font-sans);font-size:2.35rem;font-weight:500;line-height:1.35;color:var(--text-main);letter-spacing:-.02em}.hero-statement[data-astro-cid-bbe6dxrz] strong[data-astro-cid-bbe6dxrz]{font-weight:800;color:#0f172a}@media(max-width:1024px){.hero-layout[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;text-align:center;gap:2.5rem;justify-items:center}.hero-title[data-astro-cid-bbe6dxrz]{font-size:3.85rem}.wave-emoji[data-astro-cid-bbe6dxrz]{font-size:3.25rem}.hero-statement[data-astro-cid-bbe6dxrz]{font-size:1.75rem}}@media(max-width:640px){.hero-section[data-astro-cid-bbe6dxrz]{padding:2.5rem 0 4rem}.hero-image-wrapper[data-astro-cid-bbe6dxrz]{max-width:300px}.image-container[data-astro-cid-bbe6dxrz]{max-width:280px}.hero-title[data-astro-cid-bbe6dxrz]{font-size:2.75rem}.wave-emoji[data-astro-cid-bbe6dxrz]{font-size:2.35rem}.hero-statement[data-astro-cid-bbe6dxrz]{font-size:1.35rem}}:root{--bg-color: #FAF7F2;--text-main: #1E293B;--text-muted: #475569;--accent-blue: #0EA5E9;--accent-blue-hover: #0284C7;--accent-light: #E0F2FE;--font-serif: "Fraunces", Georgia, serif;--font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-sans);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1240px;margin:0 auto;padding:0 2rem}.main-wrapper[data-astro-cid-j7pv25f6]{min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-color)}
