*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{--pink: #ff90e8;--pink-d: #e070cc;--yellow: #ffe566;--green: #b9ff66;--blue: #c8f0ff;--bg: #ffffff;--bg2: #f4f0e8;--black: #000000;--text: #0a0a0a;--muted: #6b6966;--border: 2px solid #000;--shadow: 4px 4px 0 #000;--shadow-lg: 6px 6px 0 #000;--radius: 12px;--radius-sm: 8px}body{background:var(--bg);color:var(--text);font-family:DM Sans,system-ui,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit}.site.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}nav.svelte-12qhfyh{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:var(--border);padding:0 40px;height:64px;display:flex;align-items:center;justify-content:space-between}.nav-logo.svelte-12qhfyh{font-size:1.15rem;font-weight:800;letter-spacing:-.5px;color:var(--text);text-decoration:none;display:flex;align-items:center;gap:8px}.nav-logo-dot.svelte-12qhfyh{display:inline-block;width:10px;height:10px;background:var(--pink);border-radius:50%;border:2px solid var(--black)}.nav-center.svelte-12qhfyh{display:flex;gap:4px;align-items:center}.nav-link.svelte-12qhfyh{font-size:.9rem;font-weight:500;color:var(--muted);text-decoration:none;padding:6px 14px;border-radius:100px;transition:background .15s,color .15s}.nav-link.svelte-12qhfyh:hover{background:var(--bg2);color:var(--text)}.nav-right.svelte-12qhfyh{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;gap:8px;font-family:DM Sans,sans-serif;font-weight:700;font-size:.9rem;padding:10px 20px;border-radius:100px;border:var(--border);cursor:pointer;text-decoration:none;transition:transform .12s,box-shadow .12s;white-space:nowrap;line-height:1}.btn:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow)}.btn:active{transform:translate(0);box-shadow:none}.btn-ghost{background:transparent;color:var(--text)}.btn-ghost:hover{background:var(--bg2)}.btn-pink{background:var(--pink);color:var(--black)}.btn-green{background:var(--green);color:var(--black)}.btn-black{background:var(--black);color:#fff}.btn-yellow{background:var(--yellow);color:var(--black)}.btn-white{background:var(--bg);color:var(--black)}.btn-lg{font-size:1.05rem;padding:14px 28px;border-radius:100px}.section-inner{max-width:1200px;margin:0 auto;padding:96px 40px}.section-label{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);margin-bottom:20px}.section-label:before{content:"";display:block;width:16px;height:2px;background:var(--pink);border-radius:1px}.section-heading{font-size:clamp(2.2rem,4vw,3.6rem);font-weight:800;letter-spacing:-2px;line-height:1.05;margin-bottom:16px;color:var(--text)}.section-heading .accent{color:var(--pink)}.section-sub{font-size:1.1rem;color:var(--muted);max-width:560px;line-height:1.65}.fade-up{opacity:0;transform:translateY(20px);transition:opacity .5s,transform .5s}.fade-up.visible{opacity:1;transform:translateY(0)}main.svelte-12qhfyh{flex:1}footer.svelte-12qhfyh{background:var(--bg);border-top:var(--border);padding:60px 40px 40px}.footer-inner.svelte-12qhfyh{max-width:1200px;margin:0 auto 48px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}.footer-logo-row.svelte-12qhfyh{display:flex;align-items:center;gap:8px;margin-bottom:14px;font-weight:800;font-size:1.1rem}.footer-blurb.svelte-12qhfyh{font-size:.88rem;color:var(--muted);line-height:1.6;max-width:240px}.footer-col.svelte-12qhfyh h5:where(.svelte-12qhfyh){font-size:.72rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);margin-bottom:16px}.footer-col.svelte-12qhfyh ul:where(.svelte-12qhfyh){list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.9rem;font-weight:500;color:var(--text);text-decoration:none;transition:color .15s}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--pink)}.footer-bottom.svelte-12qhfyh{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding-top:28px;border-top:1px solid #e8e5e0;flex-wrap:wrap;gap:16px}.footer-copy.svelte-12qhfyh{font-size:.82rem;color:var(--muted);font-weight:500}.footer-socials.svelte-12qhfyh{display:flex;gap:10px}.soc-btn.svelte-12qhfyh{width:36px;height:36px;border:var(--border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--muted);text-decoration:none;transition:background .15s,color .15s}.soc-btn.svelte-12qhfyh:hover{background:var(--pink);color:var(--black);border-color:var(--black)}@media(max-width:1024px){.footer-inner.svelte-12qhfyh{grid-template-columns:1fr 1fr}}@media(max-width:640px){nav.svelte-12qhfyh{padding:0 20px}.nav-center.svelte-12qhfyh{display:none}.footer-inner.svelte-12qhfyh{grid-template-columns:1fr;gap:32px}footer.svelte-12qhfyh{padding:48px 24px 32px}}
