:root{--pink: #FF4F91;--plum: #511843;--blush: #FF9BB5;--coral: #FFB38B;--gold: #FFC972;--mint: #E9FFF6;--warm-bg: #FFFBF7;--glass-shadow: 0 8px 32px rgba(81, 24, 67, .08)}.container.svelte-3t9x5x{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container.svelte-3t9x5x{padding:0 1.5rem}}@media (min-width: 1024px){.container.svelte-3t9x5x{padding:0 2rem}}.container--narrow.svelte-3t9x5x{max-width:56rem}.section.svelte-3t9x5x{padding:5rem 0}.bg-white.svelte-3t9x5x{background:#fff}.bg-warm.svelte-3t9x5x{background:var(--warm-bg)}.section-header.svelte-3t9x5x{text-align:center;margin-bottom:4rem}.section-title.svelte-3t9x5x{font-size:1.875rem;font-weight:700;color:var(--plum);margin-bottom:1rem}.section-subtitle.svelte-3t9x5x{font-size:1.125rem;color:#6b7280}.hero.svelte-3t9x5x{padding-top:4rem;background:linear-gradient(135deg,var(--warm-bg),#fff,#fff0f5)}.hero-inner.svelte-3t9x5x{padding:5rem 0;text-align:center}@media (min-width: 768px){.hero-inner.svelte-3t9x5x{padding:7rem 0}}.hero-title.svelte-3t9x5x{font-size:2.5rem;font-weight:800;color:var(--plum);margin-bottom:1.5rem;line-height:1.15}@media (min-width: 768px){.hero-title.svelte-3t9x5x{font-size:3.75rem}}.hero-accent.svelte-3t9x5x{color:var(--pink)}.hero-subtitle.svelte-3t9x5x{font-size:1.25rem;color:#6b7280;max-width:48rem;margin:0 auto;line-height:1.65}@media (min-width: 768px){.hero-subtitle.svelte-3t9x5x{font-size:1.375rem}}.options-grid.svelte-3t9x5x{display:grid;gap:2rem}@media (min-width: 768px){.options-grid.svelte-3t9x5x{grid-template-columns:repeat(3,1fr)}}.option-card.svelte-3t9x5x{padding:2rem;border-radius:1.25rem;text-align:center;box-shadow:var(--glass-shadow);transition:transform .2s ease,box-shadow .2s ease}.option-card.svelte-3t9x5x:hover{transform:translateY(-4px);box-shadow:0 12px 40px #5118431f}.option-card--pink.svelte-3t9x5x{background:linear-gradient(135deg,#fff0f5,#ffe4ed)}.option-card--plum.svelte-3t9x5x{background:linear-gradient(135deg,#f9f0f7,#f0e4ee)}.option-card--coral.svelte-3t9x5x{background:linear-gradient(135deg,#fff5ee,#ffede0)}.option-icon.svelte-3t9x5x{width:3.5rem;height:3.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.option-icon--pink.svelte-3t9x5x{background:var(--pink)}.option-icon--plum.svelte-3t9x5x{background:var(--plum)}.option-icon--coral.svelte-3t9x5x{background:var(--coral)}.option-title.svelte-3t9x5x{font-size:1.25rem;font-weight:600;color:var(--plum);margin-bottom:.75rem}.option-desc.svelte-3t9x5x{color:#6b7280;margin-bottom:1.25rem;line-height:1.6}.option-list.svelte-3t9x5x{list-style:none;padding:0;text-align:left;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:#4b5563}.option-list.svelte-3t9x5x li:where(.svelte-3t9x5x):before{content:"•";color:var(--pink);font-weight:700;margin-right:.5rem}.form-header.svelte-3t9x5x{text-align:center;margin-bottom:2.5rem}.contact-form.svelte-3t9x5x{background:#fff;padding:2rem;border-radius:1.25rem;box-shadow:var(--glass-shadow)}@media (min-width: 640px){.contact-form.svelte-3t9x5x{padding:2.5rem}}.form-row.svelte-3t9x5x{display:grid;gap:1.25rem}@media (min-width: 640px){.form-row.svelte-3t9x5x{grid-template-columns:1fr 1fr}}.form-group.svelte-3t9x5x{margin-bottom:1.25rem}.form-label.svelte-3t9x5x{display:block;font-size:.875rem;font-weight:600;color:var(--plum);margin-bottom:.375rem}.form-input.svelte-3t9x5x{width:100%;padding:.75rem 1rem;border:1.5px solid #e5d8e0;border-radius:.75rem;font-size:1rem;color:var(--plum);background:var(--warm-bg);transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-input.svelte-3t9x5x::placeholder{color:#a89aa2}.form-input.svelte-3t9x5x:focus{outline:none;border-color:var(--pink);box-shadow:0 0 0 3px #ff4f9126}select.form-input.svelte-3t9x5x{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23511843' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-textarea.svelte-3t9x5x{resize:vertical;min-height:7rem}.btn.svelte-3t9x5x{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border-radius:.75rem;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s}.btn.svelte-3t9x5x:active{transform:scale(.98)}.btn--primary.svelte-3t9x5x{background:var(--pink);color:#fff;box-shadow:0 4px 14px #ff4f914d}.btn--primary.svelte-3t9x5x:hover:not(:disabled){background:#e84483}.btn--primary.svelte-3t9x5x:disabled{opacity:.65;cursor:not-allowed}.btn--secondary.svelte-3t9x5x{background:transparent;color:var(--pink);border:2px solid var(--pink);margin-top:1rem}.btn--secondary.svelte-3t9x5x:hover{background:#ff4f910f}.spinner.svelte-3t9x5x{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:svelte-3t9x5x-spin .6s linear infinite}@keyframes svelte-3t9x5x-spin{to{transform:rotate(360deg)}}.error-banner.svelte-3t9x5x{background:#fff0f0;color:#b91c1c;border:1px solid #fecaca;padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem;margin-bottom:1.25rem}.success-banner.svelte-3t9x5x{display:flex;gap:1rem;align-items:flex-start;background:var(--mint);border:1px solid #a7f3d0;padding:1.25rem;border-radius:1rem;color:#065f46}.success-banner.svelte-3t9x5x svg:where(.svelte-3t9x5x){flex-shrink:0;color:#059669}.success-title.svelte-3t9x5x{font-weight:600;margin-bottom:.25rem}.success-text.svelte-3t9x5x{font-size:.875rem;opacity:.85}.office-grid.svelte-3t9x5x{display:grid;gap:4rem;align-items:center}@media (min-width: 768px){.office-grid.svelte-3t9x5x{grid-template-columns:1fr 1fr}}.office-heading.svelte-3t9x5x{font-size:1.5rem;font-weight:700;color:var(--plum);margin-bottom:1.5rem}.office-items.svelte-3t9x5x{display:flex;flex-direction:column;gap:1.25rem}.office-item.svelte-3t9x5x{display:flex;align-items:flex-start;gap:.75rem}.office-dot.svelte-3t9x5x{width:1.25rem;height:1.25rem;border-radius:50%;flex-shrink:0;margin-top:.2rem}.office-dot--pink.svelte-3t9x5x{background:var(--pink)}.office-dot--plum.svelte-3t9x5x{background:var(--plum)}.office-dot--coral.svelte-3t9x5x{background:var(--coral)}.office-item-title.svelte-3t9x5x{font-weight:600;color:var(--plum);margin-bottom:.125rem}.office-item-text.svelte-3t9x5x{color:#6b7280;line-height:1.6}.office-highlight.svelte-3t9x5x{background:linear-gradient(135deg,#fff0f5,#ffe4ed);padding:2rem;border-radius:1.25rem;box-shadow:var(--glass-shadow)}.office-highlight-title.svelte-3t9x5x{font-size:1.25rem;font-weight:700;color:var(--plum);margin-bottom:1.25rem}.office-highlight-body.svelte-3t9x5x{display:flex;flex-direction:column;gap:1rem;color:#4b5563;line-height:1.65}.office-quote.svelte-3t9x5x{background:#fff;padding:1rem;border-radius:.75rem;margin-top:.5rem}.office-quote.svelte-3t9x5x p:where(.svelte-3t9x5x){font-size:.875rem;color:#6b7280;font-style:italic}.careers-grid.svelte-3t9x5x{display:grid;gap:2rem}@media (min-width: 768px){.careers-grid.svelte-3t9x5x{grid-template-columns:repeat(3,1fr)}}.career-card.svelte-3t9x5x{background:#fff;padding:2rem;border-radius:1.25rem;text-align:center;box-shadow:var(--glass-shadow);transition:transform .2s ease}.career-card.svelte-3t9x5x:hover{transform:translateY(-3px)}.career-emoji.svelte-3t9x5x{font-size:2rem;margin-bottom:1rem}.career-title.svelte-3t9x5x{font-size:1.125rem;font-weight:600;color:var(--plum);margin-bottom:.75rem}.career-desc.svelte-3t9x5x{font-size:.875rem;color:#6b7280;line-height:1.6;margin-bottom:1rem}.career-link.svelte-3t9x5x{font-weight:600;color:var(--pink);text-decoration:none;transition:color .15s}.career-link.svelte-3t9x5x:hover{color:var(--plum);text-decoration:underline}.response-section.svelte-3t9x5x{padding:5rem 0;background:linear-gradient(135deg,var(--plum),var(--pink));color:#fff}.response-inner.svelte-3t9x5x{text-align:center}.response-title.svelte-3t9x5x{font-size:1.875rem;font-weight:700;margin-bottom:2rem}.response-grid.svelte-3t9x5x{display:grid;gap:1.5rem;margin-bottom:2rem}@media (min-width: 768px){.response-grid.svelte-3t9x5x{grid-template-columns:repeat(3,1fr)}}.response-card.svelte-3t9x5x{background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.5rem;border-radius:1rem;border:1px solid rgba(255,255,255,.15)}.response-time.svelte-3t9x5x{font-size:1.375rem;font-weight:700;margin-bottom:.5rem}.response-desc.svelte-3t9x5x{color:#fffc;font-size:.95rem}.response-note.svelte-3t9x5x{font-size:1.125rem;color:#ffffffd9;max-width:48rem;margin:0 auto;line-height:1.65}
