@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";.navbar[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;right:0;z-index:50;background:color-mix(in srgb,var(--cream) 80%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid color-mix(in srgb,var(--charcoal) 5%,transparent)}.navbar-inner[data-astro-cid-5blmo7yk]{height:4rem;display:flex;align-items:center;justify-content:space-between}.logo[data-astro-cid-5blmo7yk]{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.nav-links[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:2rem}.nav-link[data-astro-cid-5blmo7yk]{font-size:.875rem;font-weight:500;color:var(--slate);transition:color .3s ease}.nav-link[data-astro-cid-5blmo7yk]:hover{color:var(--charcoal)}.nav-link[data-astro-cid-5blmo7yk].active{color:var(--peach)}.cta-btn[data-astro-cid-5blmo7yk]{display:inline-flex;align-items:center;padding:.625rem 1.25rem;background:var(--peach);color:#fff;font-size:.875rem;font-weight:500;border-radius:9999px;transition:background .3s ease}.cta-btn[data-astro-cid-5blmo7yk]:hover{background:var(--coral)}.menu-toggle[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;gap:5px;padding:.5rem;background:none;border:none;cursor:pointer}.bar[data-astro-cid-5blmo7yk]{display:block;width:24px;height:2px;background:var(--charcoal);transition:transform .3s ease,opacity .3s ease;transform-origin:center}.menu-toggle[data-astro-cid-5blmo7yk].open .bar[data-astro-cid-5blmo7yk]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle[data-astro-cid-5blmo7yk].open .bar[data-astro-cid-5blmo7yk]:nth-child(2){opacity:0}.menu-toggle[data-astro-cid-5blmo7yk].open .bar[data-astro-cid-5blmo7yk]:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu-inner[data-astro-cid-5blmo7yk]{padding:1rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.mobile-link[data-astro-cid-5blmo7yk]{font-size:1.125rem;font-weight:500;color:var(--slate);padding:.5rem 0}.mobile-link[data-astro-cid-5blmo7yk].active{color:var(--peach)}.footer[data-astro-cid-sz7xmlte]{background:var(--charcoal);color:var(--cream);padding:4rem 0;margin-top:5rem}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;gap:3rem}@media(min-width:768px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1.5fr 1fr 1fr 1fr}}.footer-logo[data-astro-cid-sz7xmlte]{font-size:1.5rem;font-weight:700;display:block;margin-bottom:1rem}.footer-desc[data-astro-cid-sz7xmlte]{color:color-mix(in srgb,var(--cream) 60%,transparent);font-size:1rem;line-height:1.7;max-width:20rem}.footer-social[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem;margin-top:1.5rem}.footer-heading[data-astro-cid-sz7xmlte]{font-weight:500;color:var(--peach-light);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.footer-links[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.5rem}.footer-link[data-astro-cid-sz7xmlte]{color:color-mix(in srgb,var(--cream) 60%,transparent);font-size:1rem;transition:color .3s ease,transform .3s ease;display:inline-block}.footer-link[data-astro-cid-sz7xmlte]:hover{color:var(--cream);transform:translate(4px)}.footer-bottom[data-astro-cid-sz7xmlte]{margin-top:3rem;padding-top:2rem;border-top:1px solid color-mix(in srgb,var(--cream) 10%,transparent);display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:row;justify-content:space-between;align-items:center}}.footer-copy[data-astro-cid-sz7xmlte]{color:color-mix(in srgb,var(--cream) 40%,transparent);font-size:1rem}.footer-tagline[data-astro-cid-sz7xmlte]{color:color-mix(in srgb,var(--cream) 30%,transparent);font-size:.75rem}:root{--cream: #FFF8F0;--cream-dark: #F5EDE3;--peach: #E8956A;--peach-light: #F5C4A1;--coral: #D4735A;--charcoal: #1B1624;--slate: #4A4458;--soft-blue: #7EB8D4;--warm-yellow: #F5D06C;--lavender: #C4B5D4;--sage: #A8C5A0;--font-serif: "Playfair Display", serif;--font-sans: "DM Sans", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:18px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:767px){html{font-size:16px}}body{font-family:var(--font-sans);background:var(--cream);color:var(--charcoal);font-size:1rem;line-height:1.7;min-height:100vh;display:flex;flex-direction:column}::selection{background:var(--peach-light);color:var(--charcoal)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.font-serif{font-family:var(--font-serif)}.font-sans{font-family:var(--font-sans)}.text-gradient{background:linear-gradient(135deg,var(--peach),var(--coral));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes drawLine{0%{stroke-dashoffset:200}to{stroke-dashoffset:0}}@keyframes fillBar{0%{width:0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.animate-on-scroll.delay-1{transition-delay:.1s}.animate-on-scroll.delay-2{transition-delay:.2s}.animate-on-scroll.delay-3{transition-delay:.3s}.animate-on-scroll.delay-4{transition-delay:.4s}.animate-on-scroll.delay-5{transition-delay:.5s}.animate-float{animation:float 6s ease-in-out infinite}.animate-float-delayed{animation:float 6s ease-in-out 2s infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.hero-enter{animation:fadeUp .7s ease both}.hero-enter-1{animation-delay:0s}.hero-enter-2{animation-delay:.1s}.hero-enter-3{animation-delay:.2s}.hero-enter-4{animation-delay:.4s}.hero-enter-5{animation-delay:.3s}.blob{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}.blob-alt{border-radius:70% 30% 30% 70%/70% 70% 30% 30%}.card-hover{transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s ease}.card-hover:hover{transform:translateY(-6px);box-shadow:0 20px 60px #1b162414}.wavy-line path{stroke-dasharray:200;stroke-dashoffset:200}.wavy-line.visible path{animation:drawLine 1.2s ease forwards}.star-icon{opacity:0;transform:scale(0) rotate(-180deg);transition:opacity .6s ease,transform .6s cubic-bezier(.34,1.56,.64,1)}.star-icon.visible{opacity:1;transform:scale(1) rotate(0)}.skill-bar-fill{width:0;transition:width 1s ease}.skill-bar-fill.visible{animation:fillBar 1s ease forwards}.img-placeholder{position:relative;background:var(--cream-dark);border:2px dashed color-mix(in srgb,var(--peach) 30%,transparent);border-radius:1rem;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform .3s ease}.img-placeholder:hover{transform:scale(1.02)}.img-placeholder:after{content:"";position:absolute;inset:0;background:color-mix(in srgb,var(--peach) 5%,transparent);opacity:0;transition:opacity .3s ease}.img-placeholder:hover:after{opacity:1}.container{max-width:72rem;margin:0 auto;padding:0 1.5rem}.container-sm{max-width:48rem;margin:0 auto;padding:0 1.5rem}.container-md{max-width:60rem;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.grid{display:grid;gap:2rem}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-6{grid-template-columns:repeat(6,1fr)}}details summary{cursor:pointer;list-style:none}details summary::-webkit-details-marker{display:none}details .faq-icon{transition:transform .3s ease}details[open] .faq-icon{transform:rotate(45deg)}.mobile-menu{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0}.mobile-menu.open{max-height:400px;opacity:1}.nav-link{position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:var(--peach);border-radius:1px;transform:scaleX(0);transition:transform .3s ease}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}@media(max-width:767px){.hide-mobile{display:none!important}}@media(min-width:768px){.hide-desktop{display:none!important}}
