:root{--navy: #2c3e50;--navy-deep: #1b2838;--navy-light: #34495e;--blue: #3a5a7c;--blue-light: #4a7cc9;--sage: #7b8d6e;--sage-light: #8a9a7b;--sage-dark: #5f6f52;--sage-bg: #c5ccbd;--sage-tint: #edefe9;--white: #ffffff;--off-white: #f4f5f0;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--text-dark: #1a1a2e;--text-body: #374151;--text-light: #6b7280;--font-heading-1: "DM Serif Text", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--header-height: 72px;--container-width: 1020px;--section-padding: 100px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .12);--shadow-xl: 0 20px 60px rgba(0, 0, 0, .15);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--transition: .3s ease;--transition-fast: .15s ease}.svelte-1uha8ag,.svelte-1uha8ag:before,.svelte-1uha8ag:after{margin:0;padding:0;box-sizing:border-box}img.svelte-1uha8ag{max-width:100%;height:auto;display:block}a.svelte-1uha8ag{color:var(--blue);text-decoration:none;transition:color var(--transition-fast)}a.svelte-1uha8ag:hover{color:var(--sage)}ul.svelte-1uha8ag{list-style:none}.container.svelte-1uha8ag{max-width:var(--container-width);margin:0 auto;padding:0 24px}.btn.svelte-1uha8ag{display:inline-flex;align-items:center;justify-content:center;padding:11px 26px;font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.02em;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;transition:all var(--transition);text-transform:uppercase;white-space:nowrap}.btn-primary.svelte-1uha8ag{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn-primary.svelte-1uha8ag:hover{background:var(--navy-light);border-color:var(--navy-light);color:var(--white)}.btn-secondary.svelte-1uha8ag{background:transparent;color:var(--navy);border-color:var(--navy)}.btn-secondary.svelte-1uha8ag:hover{background:var(--navy);color:var(--white)}.btn-accent.svelte-1uha8ag{background:var(--sage);color:var(--white);border-color:var(--sage)}.btn-accent.svelte-1uha8ag:hover{background:var(--sage-dark);border-color:var(--sage-dark);color:var(--white)}.btn-outline-light.svelte-1uha8ag{background:transparent;color:var(--white);border-color:#ffffff80}.btn-outline-light.svelte-1uha8ag:hover{background:#ffffff1a;border-color:var(--white);color:var(--white)}.btn-lg.svelte-1uha8ag{padding:15px 40px;font-size:14px}.section.svelte-1uha8ag{padding:var(--section-padding) 0}.section-tag.svelte-1uha8ag{display:inline-block;font-family:var(--font-body);font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--sage);margin-bottom:16px}.section-tag-light.svelte-1uha8ag{color:var(--sage-light)}.section-heading.svelte-1uha8ag{font-family:var(--font-heading-1);font-size:clamp(32px,4.4vw,51px);line-height:1.15;color:var(--navy);margin-bottom:16px}.section-heading-light.svelte-1uha8ag{color:var(--white)}.section-subheading.svelte-1uha8ag{font-size:clamp(19px,2.4vw,29px);color:var(--text-light);max-width:600px;margin:0 auto}.section-text.svelte-1uha8ag{font-size:14px;line-height:1.8;color:var(--text-body);margin-bottom:14px}.hero.svelte-1uha8ag{position:relative;min-height:95vh;display:flex;align-items:center;padding:calc(var(--header-height) + 60px) 0 100px;background:linear-gradient(135deg,#1b2838d1,#2c3e50d1 40%,#34495ed1);overflow:hidden}.hero-overlay.svelte-1uha8ag{position:absolute;inset:0;background:radial-gradient(ellipse at 80% 50%,rgba(123,141,110,.12) 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(44,62,80,.15) 0%,transparent 50%)}.hero.svelte-1uha8ag:after{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:url(../../../images/hero-bg.jpg) center / cover;opacity:.65;mask-image:linear-gradient(to left,rgba(0,0,0,.5),transparent);-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,.5),transparent)}.hero-content.svelte-1uha8ag{position:relative;z-index:2;max-width:760px;margin:0 auto;padding:0 24px;text-align:left}.hero-heading.svelte-1uha8ag{font-family:var(--font-heading-1);font-size:clamp(32px,4.4vw,51px);line-height:1.1;color:var(--white);margin-bottom:10px}.hero-subheading.svelte-1uha8ag{font-family:var(--font-heading-1);font-size:clamp(19px,2.4vw,29px);font-style:italic;color:var(--sage);margin-bottom:22px}.hero-text.svelte-1uha8ag{font-size:14px;line-height:1.8;color:#ffffffbf;max-width:560px;margin-bottom:29px}.hero-actions.svelte-1uha8ag{display:flex;gap:13px;flex-wrap:wrap;justify-content:flex-start}.credibility-bar.svelte-1uha8ag{background:var(--white);padding:48px 0;border-bottom:1px solid var(--gray-200)}.cred-items.svelte-1uha8ag{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:nowrap}.cred-item.svelte-1uha8ag{text-align:center;flex-shrink:0}.cred-number.svelte-1uha8ag{display:block;font-family:var(--font-heading-1);font-size:40px;color:var(--navy);line-height:1;margin-bottom:4px}.cred-label.svelte-1uha8ag{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light)}.cred-divider.svelte-1uha8ag{width:1px;height:48px;background:var(--gray-300)}.section-gap.svelte-1uha8ag{background:linear-gradient(to right,var(--sage-bg),#ffffff)}.gap-grid.svelte-1uha8ag{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.gap-content.svelte-1uha8ag{text-align:left}.gap-content.svelte-1uha8ag .section-tag:where(.svelte-1uha8ag),.gap-content.svelte-1uha8ag .section-heading:where(.svelte-1uha8ag),.gap-content.svelte-1uha8ag .section-text:where(.svelte-1uha8ag),.gap-content.svelte-1uha8ag .btn:where(.svelte-1uha8ag){text-align:left;margin-left:0;margin-right:auto}.gap-content.svelte-1uha8ag .section-text:where(.svelte-1uha8ag) strong:where(.svelte-1uha8ag){color:var(--navy)}.gap-image.svelte-1uha8ag{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.gap-image.svelte-1uha8ag img:where(.svelte-1uha8ag){width:100%;height:380px;object-fit:cover}.section-pillars.svelte-1uha8ag{background:var(--white)}.pillars-header.svelte-1uha8ag{text-align:center;margin-bottom:60px}.pillars-grid.svelte-1uha8ag{display:grid;grid-template-columns:1fr 1fr;gap:32px}.pillar-card.svelte-1uha8ag{padding:40px;border:1px solid var(--gray-200);border-radius:var(--radius-xl);transition:all var(--transition)}.pillar-card.svelte-1uha8ag:hover{border-color:var(--sage);box-shadow:var(--shadow-md)}.pillar-icon.svelte-1uha8ag{color:var(--sage);margin-bottom:24px}.pillar-title.svelte-1uha8ag{font-family:var(--font-heading-1);font-size:28px;color:var(--navy);margin-bottom:8px}.pillar-subtitle.svelte-1uha8ag{font-size:16px;color:var(--text-light);margin-bottom:24px}.pillar-list.svelte-1uha8ag{margin-bottom:28px}.pillar-list.svelte-1uha8ag li:where(.svelte-1uha8ag){padding:8px 0 8px 20px;position:relative;font-size:15px;color:var(--text-body);border-bottom:1px solid var(--gray-100)}.pillar-list.svelte-1uha8ag li:where(.svelte-1uha8ag):last-child{border-bottom:none}.pillar-list.svelte-1uha8ag li:where(.svelte-1uha8ag):before{content:"";position:absolute;left:0;top:16px;width:6px;height:6px;background:transparent;border-radius:50%}.pillar-link.svelte-1uha8ag{font-size:15px;font-weight:600;color:var(--sage-dark);text-transform:uppercase;letter-spacing:.05em}.pillar-link.svelte-1uha8ag:hover{color:var(--sage)}.section-services.svelte-1uha8ag{background:var(--sage-bg)}.services-header.svelte-1uha8ag{text-align:center;margin-bottom:60px}.services-grid.svelte-1uha8ag{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card.svelte-1uha8ag{background:var(--white);padding:36px;border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:all var(--transition)}.service-card.svelte-1uha8ag:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--sage)}.service-icon.svelte-1uha8ag{color:var(--sage);margin-bottom:20px}.service-title.svelte-1uha8ag{font-family:var(--font-heading-1);font-size:20px;color:var(--navy);margin-bottom:10px}.service-text.svelte-1uha8ag{font-size:15px;line-height:1.7;color:var(--text-light)}.section-one-percent.svelte-1uha8ag{background:radial-gradient(ellipse 60% 80% at 30% 50%,rgba(52,73,94,.5) 0%,transparent 65%),var(--navy-deep);position:relative;overflow:hidden}.section-one-percent.svelte-1uha8ag:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.08) 1px,transparent 1px);background-size:22px 22px;pointer-events:none;z-index:0}.section-one-percent.svelte-1uha8ag .container:where(.svelte-1uha8ag){position:relative;z-index:1}.one-percent-grid.svelte-1uha8ag{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.one-percent-text.svelte-1uha8ag{font-size:15px;line-height:1.8;color:#ffffffbf;margin-bottom:20px}.one-percent-visual.svelte-1uha8ag{display:flex;align-items:center;justify-content:center}.one-percent-stat.svelte-1uha8ag{text-align:center}.stat-number.svelte-1uha8ag{display:block;font-family:var(--font-heading-1);font-size:140px;line-height:1;color:var(--white);position:relative}.stat-percent.svelte-1uha8ag{font-size:60px;color:var(--sage);vertical-align:top;margin-left:-8px}.stat-label.svelte-1uha8ag{display:block;font-size:16px;color:#ffffff80;margin-top:16px;max-width:280px;margin-left:auto;margin-right:auto}.section-how.svelte-1uha8ag{background:var(--sage-tint);padding-bottom:0}.how-header.svelte-1uha8ag{text-align:center;margin-bottom:64px}.how-grid.svelte-1uha8ag{display:flex;align-items:flex-end;gap:16px}.how-step.svelte-1uha8ag{flex:1;text-align:center;padding:32px 20px 40px;background:var(--white);border-top:4px solid var(--sage);border-radius:12px 12px 0 0;box-shadow:0 -4px 20px #0000000f}.how-step.svelte-1uha8ag:nth-child(2){min-height:450px}.how-step.svelte-1uha8ag:nth-child(3){min-height:546px}.how-step.svelte-1uha8ag:nth-child(4){min-height:642px}.how-number.svelte-1uha8ag{font-family:var(--font-heading-1);font-size:48px;color:var(--sage);line-height:1;margin-bottom:20px}.how-title.svelte-1uha8ag{font-family:var(--font-heading-1);font-size:22px;color:var(--navy);margin-bottom:12px}.how-text.svelte-1uha8ag{font-size:15px;line-height:1.7;color:var(--text-light)}.section-team.svelte-1uha8ag{position:relative;background-color:#4a5568;overflow:hidden;padding:0}.section-team.svelte-1uha8ag:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:28px 28px;z-index:0;pointer-events:none}.section-team.svelte-1uha8ag:after{content:"";position:absolute;inset:0;background:#0a141ed1;z-index:0;pointer-events:none}.team-stage.svelte-1uha8ag{display:grid;position:relative;z-index:1}.team-panel.svelte-1uha8ag{grid-area:1 / 1;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding-top:calc((var(--section-padding) + 60px) * .9);padding-bottom:calc((var(--section-padding) + 116px) * .9);opacity:0;transform:translate(50px);transition:opacity .55s ease,transform .55s ease;pointer-events:none;overflow:hidden}.panel-img-wrap.svelte-1uha8ag{position:absolute;left:50%;transform:translate(-50%);top:0;width:calc(38% + 192px);height:100%;overflow:hidden;z-index:0;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 7%,black 93%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 7%,black 93%,transparent 100%)}.panel-img-wrap.svelte-1uha8ag:after{content:"";position:absolute;inset:0;background:#0a141eb8;z-index:1}.panel-img.svelte-1uha8ag{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.team-panel-content.svelte-1uha8ag{position:relative;z-index:1}.team-panel.active.svelte-1uha8ag{opacity:1;transform:translate(0);pointer-events:auto}.team-panel.leaving.svelte-1uha8ag{opacity:0;transform:translate(-50px);transition:opacity .3s ease,transform .3s ease}.team-panel-content.svelte-1uha8ag{max-width:var(--container-width);width:100%;padding:0 24px}.team-panel-tag.svelte-1uha8ag{display:block;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--sage-light, #8faa8f);margin-bottom:18px}.team-panel-heading.svelte-1uha8ag{font-family:var(--font-heading-1);font-size:clamp(32px,4vw,54px);color:#fff;line-height:1.08;margin-bottom:22px;font-weight:700}.team-panel-text.svelte-1uha8ag{font-size:16px;line-height:1.7;color:#ffffffad;margin:0 auto 28px;max-width:480px;text-align:center}.team-panel-badges.svelte-1uha8ag{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:32px}.team-badge.svelte-1uha8ag{display:inline-flex;align-items:center;gap:7px;padding:9px 20px;border:1.5px solid rgba(255,255,255,.22);border-radius:50px;color:#ffffffd1;font-size:13px;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s,color .2s}.team-badge.svelte-1uha8ag:hover{border-color:var(--sage);background:#6b8e6b2e;color:#fff}.team-panel-btn.svelte-1uha8ag{display:inline-block;padding:15px 44px;background:var(--sage);color:#fff;font-size:15px;font-weight:700;border-radius:50px;text-decoration:none;letter-spacing:.03em;transition:background .2s,transform .2s}.team-panel-btn.svelte-1uha8ag:hover{background:#5b7a5b;transform:translateY(-2px)}.team-stage-nav.svelte-1uha8ag{position:absolute;bottom:28px;left:50%;transform:translate(-50%);display:flex;gap:14px;z-index:10}.team-stage-dot.svelte-1uha8ag{width:11px;height:11px;border-radius:50%;background:#ffffff40;border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s}.team-stage-dot.active.svelte-1uha8ag{background:var(--sage);transform:scale(1.3)}.team-arrow.svelte-1uha8ag{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;border:1.5px solid rgba(255,255,255,.22);background:#ffffff14;color:#ffffffbf;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,border-color .2s}.team-arrow.svelte-1uha8ag:hover{background:#ffffff2e;border-color:#ffffff73;color:#fff}.team-arrow-prev.svelte-1uha8ag{left:max(16px,calc(50% - 550px))}.team-arrow-next.svelte-1uha8ag{right:max(16px,calc(50% - 550px))}.team-stage.svelte-1uha8ag{cursor:grab}.section-philosophy.svelte-1uha8ag{background:var(--white);padding:80px 0}.philosophy-quote.svelte-1uha8ag{text-align:center;max-width:800px;margin:0 auto}.philosophy-quote.svelte-1uha8ag p:where(.svelte-1uha8ag){font-family:var(--font-heading-1);font-size:32px;line-height:1.4;color:var(--navy);font-style:italic}.philosophy-attribution.svelte-1uha8ag{display:block;margin-top:20px;font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.05em;color:var(--gray-500);font-style:normal;text-align:center}.section-cta.svelte-1uha8ag{background:linear-gradient(135deg,var(--navy-deep) 0%,var(--navy) 60%,var(--navy-light) 100%);text-align:center;padding:100px 0}.cta-heading.svelte-1uha8ag{font-family:var(--font-heading-1);font-size:clamp(32px,4.4vw,51px);line-height:1.15;color:var(--white);margin-bottom:20px}.cta-text.svelte-1uha8ag{font-size:15px;line-height:1.8;color:#ffffffb3;max-width:560px;margin:0 auto 36px}.cta-note.svelte-1uha8ag{font-size:14px;color:#ffffff80;margin-top:16px}.section-contact.svelte-1uha8ag{background:var(--sage-bg)}.contact-grid.svelte-1uha8ag{display:grid;grid-template-columns:1fr 1.5fr;gap:48px;align-items:start}.contact-heading.svelte-1uha8ag{font-family:var(--font-heading-1);font-size:32px;color:var(--navy);margin-bottom:16px}.contact-text.svelte-1uha8ag{font-size:15px;color:var(--text-light);margin-bottom:32px}.contact-detail.svelte-1uha8ag{margin-bottom:20px}.contact-detail.svelte-1uha8ag strong:where(.svelte-1uha8ag){display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-light);margin-bottom:4px}.contact-detail.svelte-1uha8ag a:where(.svelte-1uha8ag),.contact-detail.svelte-1uha8ag span:where(.svelte-1uha8ag){font-size:16px;color:var(--navy)}.contact-form.svelte-1uha8ag{background:var(--white);padding:40px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--gray-200)}.form-row.svelte-1uha8ag{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group.svelte-1uha8ag{margin-bottom:20px}.form-group.svelte-1uha8ag label:where(.svelte-1uha8ag){display:block;font-size:13px;font-weight:600;color:var(--gray-700);margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.form-group.svelte-1uha8ag input:where(.svelte-1uha8ag),.form-group.svelte-1uha8ag select:where(.svelte-1uha8ag),.form-group.svelte-1uha8ag textarea:where(.svelte-1uha8ag){width:100%;padding:12px 16px;font-family:var(--font-body);font-size:15px;color:var(--text-dark);background:var(--gray-50);border:1px solid var(--gray-300);border-radius:var(--radius-sm);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);outline:none}.form-group.svelte-1uha8ag input:where(.svelte-1uha8ag):focus,.form-group.svelte-1uha8ag select:where(.svelte-1uha8ag):focus,.form-group.svelte-1uha8ag textarea:where(.svelte-1uha8ag):focus{border-color:var(--blue);box-shadow:0 0 0 3px #2e50901a;background:var(--white)}.form-group.svelte-1uha8ag textarea:where(.svelte-1uha8ag){resize:vertical}.form-group.svelte-1uha8ag select:where(.svelte-1uha8ag){cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='2' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.section-consultation.svelte-1uha8ag{background:var(--sage-bg);position:relative;overflow:hidden}.consultation-grid.svelte-1uha8ag{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.consultation-content.svelte-1uha8ag{max-width:520px}.consultation-heading.svelte-1uha8ag{font-family:var(--font-heading-1);font-size:clamp(32px,4.4vw,51px);line-height:1.15;color:var(--navy);margin-bottom:20px}.consultation-text.svelte-1uha8ag{font-size:15px;line-height:1.8;color:var(--text-body);margin-bottom:12px}.consultation-list.svelte-1uha8ag{margin:24px 0 32px}.consultation-list.svelte-1uha8ag li:where(.svelte-1uha8ag){display:flex;align-items:flex-start;gap:12px;padding:10px 0;font-size:15px;color:var(--text-body)}.consultation-list.svelte-1uha8ag li:where(.svelte-1uha8ag) .check-icon:where(.svelte-1uha8ag){flex-shrink:0;width:24px;height:24px;background:var(--sage);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}.consultation-list.svelte-1uha8ag li:where(.svelte-1uha8ag) .check-icon:where(.svelte-1uha8ag) svg:where(.svelte-1uha8ag){width:14px;height:14px;color:var(--white)}.consultation-image.svelte-1uha8ag{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.consultation-image.svelte-1uha8ag img:where(.svelte-1uha8ag){width:100%;height:480px;object-fit:cover}@media (max-width: 1024px){:root{--section-padding: 80px}.section-heading.svelte-1uha8ag{font-size:36px}.gap-grid.svelte-1uha8ag,.one-percent-grid.svelte-1uha8ag,.contact-grid.svelte-1uha8ag,.consultation-grid.svelte-1uha8ag{grid-template-columns:1fr;gap:40px}.gap-image.svelte-1uha8ag{order:-1}.gap-image.svelte-1uha8ag img:where(.svelte-1uha8ag){height:300px}.consultation-image.svelte-1uha8ag{order:-1}.consultation-image.svelte-1uha8ag img:where(.svelte-1uha8ag){height:320px}.consultation-heading.svelte-1uha8ag{font-size:32px}.how-grid.svelte-1uha8ag{grid-template-columns:1fr 1fr;gap:40px}.services-grid.svelte-1uha8ag{grid-template-columns:1fr 1fr}}@media (max-width: 960px){:root{--section-padding: 72px}.services-grid.svelte-1uha8ag{grid-template-columns:1fr 1fr}.how-grid.svelte-1uha8ag{grid-template-columns:1fr 1fr;gap:32px}.hero-content.svelte-1uha8ag{max-width:600px}.section-heading.svelte-1uha8ag{font-size:34px}}@media (max-width: 800px){:root{--header-height: 68px;--section-padding: 48px}.section-heading.svelte-1uha8ag{font-size:26px}.hero-content.svelte-1uha8ag{margin-left:24px;margin-right:24px}.hero.svelte-1uha8ag{min-height:60vh;padding-top:calc(var(--header-height) + 32px);padding-bottom:48px}.hero-heading.svelte-1uha8ag{font-size:28px}.hero-subheading.svelte-1uha8ag{font-size:18px}.hero-text.svelte-1uha8ag{font-size:15px}.hero-actions.svelte-1uha8ag{flex-direction:column}.hero-actions.svelte-1uha8ag .btn:where(.svelte-1uha8ag){text-align:center}.cred-items.svelte-1uha8ag{gap:16px 0;flex-wrap:wrap;justify-content:space-around}.cred-divider.svelte-1uha8ag{display:none}.cred-item.svelte-1uha8ag{flex:0 0 50%}.pillars-grid.svelte-1uha8ag,.services-grid.svelte-1uha8ag,.how-grid.svelte-1uha8ag{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding:0 5% 8px;margin:0 -24px;scrollbar-width:none}.pillars-grid.svelte-1uha8ag::-webkit-scrollbar,.services-grid.svelte-1uha8ag::-webkit-scrollbar,.how-grid.svelte-1uha8ag::-webkit-scrollbar{display:none}.pillar-card.svelte-1uha8ag,.service-card.svelte-1uha8ag,.how-step.svelte-1uha8ag{flex:0 0 90%;scroll-snap-align:center;min-width:0}.pillar-card.svelte-1uha8ag,.service-card.svelte-1uha8ag{border:2px solid var(--gray-200);box-shadow:var(--shadow-sm)}.how-step.svelte-1uha8ag,.how-step.svelte-1uha8ag:nth-child(1),.how-step.svelte-1uha8ag:nth-child(2),.how-step.svelte-1uha8ag:nth-child(3),.how-step.svelte-1uha8ag:nth-child(4){min-height:0}.how-grid.svelte-1uha8ag{align-items:stretch}.section-how.svelte-1uha8ag{padding-bottom:48px}.how-step.svelte-1uha8ag{background:var(--white);border:2px solid var(--gray-200);border-top:2px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:32px 24px}.team-panel.svelte-1uha8ag{padding:0 6% 100px}.team-panel-heading.svelte-1uha8ag{font-size:28px}.philosophy-quote.svelte-1uha8ag p:where(.svelte-1uha8ag){font-size:20px}.cta-heading.svelte-1uha8ag{font-size:26px}.stat-number.svelte-1uha8ag{font-size:80px}.form-row.svelte-1uha8ag{grid-template-columns:1fr}.contact-form.svelte-1uha8ag{padding:20px}.consultation-heading.svelte-1uha8ag{font-size:26px}}@media (max-width: 480px){.hero-heading.svelte-1uha8ag{font-size:32px}.hero-subheading.svelte-1uha8ag{font-size:20px}.pillar-card.svelte-1uha8ag{padding:28px}.service-card.svelte-1uha8ag{padding:24px}}
