:root{--color-primary: #8B7EC8;--color-secondary: #E8C4C8;--color-accent: #5BA08E;--color-bg: #FAF7F2;--color-dark: #2D2A3E;--color-light: #F0EBF4;--color-text: #3E3B4F;--font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--nav-height: 72px;--container-max: 1200px;--container-padding: clamp(1rem, 4vw, 2.5rem);--section-padding: clamp(4rem, 10vw, 8rem);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--shadow-soft: 0 2px 20px rgba(45, 42, 62, .06);--shadow-card: 0 4px 30px rgba(45, 42, 62, .08);--shadow-elevated: 0 8px 40px rgba(45, 42, 62, .12);--transition-base: .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: .6s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}body{font-family:var(--font-body);font-weight:400;color:var(--color-text);background-color:var(--color-bg);line-height:1.7;font-size:clamp(.95rem,1.5vw,1.05rem);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:color var(--transition-base)}a:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px;border-radius:4px}ul{list-style:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}button:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px;border-radius:4px}input,textarea,select{font-family:var(--font-body)}::selection{background-color:var(--color-secondary);color:var(--color-dark)}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}.nav-header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-height);display:flex;align-items:center;background:#faf7f2a6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:background var(--transition-base),box-shadow var(--transition-base)}.nav-header.scrolled.svelte-12qhfyh{background:#faf7f2eb;box-shadow:var(--shadow-soft)}.nav-container.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.nav-logo.svelte-12qhfyh{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex-shrink:0}.logo-icon.svelte-12qhfyh{display:flex;align-items:center}.logo-text.svelte-12qhfyh{display:flex;flex-direction:column;line-height:1.15}.logo-name.svelte-12qhfyh{font-family:var(--font-display);font-weight:600;font-size:1.05rem;color:var(--color-dark);letter-spacing:.01em}.logo-title.svelte-12qhfyh{font-family:var(--font-body);font-weight:300;font-size:.72rem;color:var(--color-primary);text-transform:uppercase;letter-spacing:.15em}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:.15rem}.nav-link.svelte-12qhfyh{display:inline-block;padding:.45rem .75rem;font-size:.85rem;font-weight:500;color:var(--color-text);border-radius:var(--radius-sm);transition:color var(--transition-base),background var(--transition-base);white-space:nowrap}.nav-link.svelte-12qhfyh:hover,.nav-link.active.svelte-12qhfyh{color:var(--color-primary);background:var(--color-light)}.nav-cta.svelte-12qhfyh{display:inline-flex;align-items:center;padding:.55rem 1.3rem;font-size:.85rem;font-weight:600;color:#fff;background:var(--color-primary);border-radius:50px;transition:background var(--transition-base),transform var(--transition-base),box-shadow var(--transition-base);white-space:nowrap;flex-shrink:0}.nav-cta.svelte-12qhfyh:hover{background:var(--color-dark);transform:translateY(-1px);box-shadow:0 4px 16px #8b7ec84d}.hamburger.svelte-12qhfyh{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;z-index:110}.hamburger-line.svelte-12qhfyh{display:block;width:100%;height:2px;background:var(--color-dark);border-radius:2px;transition:transform var(--transition-base),opacity var(--transition-base);transform-origin:center}.hamburger.open.svelte-12qhfyh .hamburger-line:where(.svelte-12qhfyh):nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open.svelte-12qhfyh .hamburger-line:where(.svelte-12qhfyh):nth-child(2){opacity:0}.hamburger.open.svelte-12qhfyh .hamburger-line:where(.svelte-12qhfyh):nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;background:#2d2a3e59;z-index:105;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.mobile-drawer.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;width:min(320px,85vw);background:var(--color-bg);z-index:110;display:flex;flex-direction:column;box-shadow:-8px 0 40px #2d2a3e26}.drawer-header.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(139,126,200,.12)}.drawer-logo.svelte-12qhfyh{font-family:var(--font-display);font-weight:600;font-size:1.1rem;color:var(--color-dark)}.drawer-close.svelte-12qhfyh{color:var(--color-text);display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;transition:background var(--transition-base)}.drawer-close.svelte-12qhfyh:hover{background:var(--color-light)}.drawer-nav.svelte-12qhfyh{flex:1;padding:1.5rem;overflow-y:auto}.drawer-nav.svelte-12qhfyh ul:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:.25rem}.drawer-link.svelte-12qhfyh{display:block;padding:.75rem 1rem;font-size:1rem;font-weight:500;color:var(--color-text);border-radius:var(--radius-sm);transition:color var(--transition-base),background var(--transition-base),padding-left var(--transition-base)}.drawer-link.svelte-12qhfyh:hover,.drawer-link.active.svelte-12qhfyh{color:var(--color-primary);background:var(--color-light);padding-left:1.25rem}.drawer-footer.svelte-12qhfyh{padding:1.5rem;border-top:1px solid rgba(139,126,200,.12);display:flex;flex-direction:column;gap:.5rem}.drawer-email.svelte-12qhfyh{font-size:.9rem;color:var(--color-primary);font-weight:500}.drawer-email.svelte-12qhfyh:hover{color:var(--color-dark)}main.svelte-12qhfyh{flex:1}.site-footer.svelte-12qhfyh{background:var(--color-dark);color:#f0ebf4d9;padding:clamp(3rem,7vw,5rem) 0 0}.footer-container.svelte-12qhfyh{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:clamp(2rem,4vw,3.5rem);padding-bottom:clamp(2.5rem,5vw,4rem)}.footer-brand.svelte-12qhfyh{display:flex;flex-direction:column;gap:.5rem}.footer-logo-icon.svelte-12qhfyh{display:flex;margin-bottom:.25rem}.footer-name.svelte-12qhfyh{font-family:var(--font-display);font-weight:600;font-size:1.3rem;color:#fff}.footer-subtitle.svelte-12qhfyh{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-secondary);font-weight:300}.footer-tagline.svelte-12qhfyh{font-size:.9rem;line-height:1.6;margin-top:.5rem;max-width:280px;opacity:.8}.footer-grid.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-family:var(--font-display);font-weight:600;font-size:1.05rem;color:#fff;margin-bottom:1rem}.footer-nav-col.svelte-12qhfyh ul:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:.4rem}.footer-nav-col.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.9rem;opacity:.75;transition:opacity var(--transition-base),color var(--transition-base)}.footer-nav-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{opacity:1;color:var(--color-secondary)}.footer-contact-col.svelte-12qhfyh ul:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:.6rem}.footer-contact-col.svelte-12qhfyh li:where(.svelte-12qhfyh){display:flex;align-items:flex-start;gap:.5rem;font-size:.88rem;opacity:.8}.footer-contact-col.svelte-12qhfyh li:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){flex-shrink:0;margin-top:2px;opacity:.6}.footer-contact-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-secondary)}.footer-bottom.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;border-top:1px solid rgba(240,235,244,.1);font-size:.82rem;opacity:.65}.footer-credit.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-secondary);font-weight:500;transition:color var(--transition-base)}.footer-credit.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#fff}@media(max-width:960px){.nav-links.svelte-12qhfyh,.nav-cta.svelte-12qhfyh{display:none}.hamburger.svelte-12qhfyh{display:flex}.footer-grid.svelte-12qhfyh{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width:600px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr;gap:2rem}.footer-bottom.svelte-12qhfyh{flex-direction:column;gap:.5rem;text-align:center}.logo-name.svelte-12qhfyh{font-size:.95rem}}
