*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.app.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{--primary-color:#1e40af;--primary-dark:#1e3a8a;--secondary-color:#d97706;--accent-color:#059669;--text-primary:#374151;--text-secondary:#6b7280;--text-muted:#9ca3af;--bg-primary:#f3f4f6;--bg-secondary:#e5e7eb;--bg-tertiary:#d1d5db;--border-color:#d1d5db;--shadow-sm:0 1px 2px 0 rgb(0 0 0 / .04);--shadow-md:0 4px 6px -1px rgb(0 0 0 / .08), 0 2px 4px -2px rgb(0 0 0 / .08);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / .08), 0 4px 6px -4px rgb(0 0 0 / .08);--shadow-xl:0 20px 25px -5px rgb(0 0 0 / .08), 0 8px 10px -6px rgb(0 0 0 / .08);--radius:8px;--radius-lg:12px;--radius-xl:16px}.app.dark.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{--text-primary:#f9fafb;--text-secondary:#d1d5db;--text-muted:#9ca3af;--bg-primary:#111827;--bg-secondary:#1f2937;--bg-tertiary:#374151;--border-color:#374151;--shadow-sm:0 1px 2px 0 rgb(0 0 0 / .3);--shadow-md:0 4px 6px -1px rgb(0 0 0 / .3), 0 2px 4px -2px rgb(0 0 0 / .3);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / .3), 0 4px 6px -4px rgb(0 0 0 / .3);--shadow-xl:0 20px 25px -5px rgb(0 0 0 / .3), 0 8px 10px -6px rgb(0 0 0 / .3)}.app.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;transition:all .3s ease}.navbar.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{position:fixed;top:0;left:0;right:0;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:100;transition:all .3s ease}.app.dark.svelte-1fbnfnx .navbar.svelte-1fbnfnx.svelte-1fbnfnx{background-color:#111827f2}.navbar.scrolled.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{box-shadow:var(--shadow-md)}.nav-container.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.nav-brand.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:transform .2s ease}.nav-brand.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx:hover{transform:scale(1.02)}.brand-name.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{font-size:1.25rem;font-weight:600;color:var(--primary-color)}.nav-menu.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:flex;gap:2rem;align-items:center}.nav-link.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{text-decoration:none;color:var(--text-secondary);font-weight:500;font-size:.9rem;padding:.5rem 1rem;border-radius:var(--radius);transition:all .2s ease;position:relative;cursor:pointer}.nav-link.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx:hover,.nav-link.active.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{color:var(--primary-color);background-color:var(--bg-tertiary)}.nav-controls.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:flex;align-items:center;gap:1rem}.language-select.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);padding:.5rem .75rem;border-radius:var(--radius);font-size:.875rem;cursor:pointer;transition:all .2s ease}.language-select.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx:hover{border-color:var(--primary-color)}.theme-toggle.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);width:40px;height:40px;border-radius:var(--radius);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .2s ease}.theme-toggle.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx:hover{background-color:var(--bg-tertiary);transform:scale(1.05)}.mobile-menu-btn.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn.svelte-1fbnfnx span.svelte-1fbnfnx.svelte-1fbnfnx{width:24px;height:2px;background-color:var(--text-primary);transition:all .3s ease}.mobile-menu-btn.open.svelte-1fbnfnx span.svelte-1fbnfnx.svelte-1fbnfnx:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.open.svelte-1fbnfnx span.svelte-1fbnfnx.svelte-1fbnfnx:nth-child(2){opacity:0}.mobile-menu-btn.open.svelte-1fbnfnx span.svelte-1fbnfnx.svelte-1fbnfnx:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.main-content.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{padding-top:80px;min-height:calc(100vh - 80px)}.section-container.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{max-width:1200px;margin:0 auto;padding:4rem 2rem}.section-header.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{text-align:center;margin-bottom:3rem}.section-title.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.section-subtitle.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{font-size:1.2rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.hero.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:4rem 2rem;min-height:70vh}.hero-content.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:flex;flex-direction:column;gap:2rem}.hero-title.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{font-size:3.5rem;font-weight:800;line-height:1.1;color:var(--text-primary);background:linear-gradient(135deg,#3F45AA 0%,#DBB630 75%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{font-size:1.3rem;color:var(--text-secondary);line-height:1.6}.hero-features.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:flex;flex-direction:column;gap:1rem}.feature-item.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:flex;align-items:center;gap:.75rem}.feature-icon.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{background:var(--accent-color);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600}.feature-text.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{color:var(--text-secondary);font-weight:500}.hero-actions.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:flex;gap:1rem;margin-top:1rem}.cta-primary.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;border:none;padding:1rem 2rem;border-radius:var(--radius-lg);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-md)}.cta-primary.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.cta-secondary.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color);padding:1rem 2rem;border-radius:var(--radius-lg);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.cta-secondary.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.hero-visual.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:flex;justify-content:center;align-items:center}.hero-image.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{position:relative;width:400px;height:400px;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl)}.hero-img.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.hero-image.svelte-1fbnfnx:hover .hero-img.svelte-1fbnfnx.svelte-1fbnfnx{transform:scale(1.05)}.about.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{background:var(--bg-secondary)}.about-content.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:flex;flex-direction:column;gap:3rem}.about-description.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{text-align:center;max-width:800px;margin:0 auto}.about-description.svelte-1fbnfnx p.svelte-1fbnfnx.svelte-1fbnfnx{font-size:1.1rem;color:var(--text-secondary);line-height:1.8}.values-grid.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.value-card.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{background:var(--bg-primary);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:center;transition:all .3s ease}.value-card.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.value-title.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{font-size:1.3rem;font-weight:600;color:var(--primary-color);margin-bottom:.75rem}.value-description.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{color:var(--text-secondary);line-height:1.6}.mission-section.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{background:var(--bg-primary);padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.mission-title.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{font-size:1.8rem;font-weight:600;color:var(--primary-color);margin-bottom:1.5rem;text-align:center}.mission-list.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{list-style:none;display:flex;flex-direction:column;gap:1rem}.mission-item.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:var(--bg-secondary);border-radius:var(--radius);transition:all .3s ease}.mission-item.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx:hover{transform:translate(8px);box-shadow:var(--shadow-md)}.mission-bullet.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{color:var(--accent-color);font-size:1.5rem;font-weight:700}.gallery-grid.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.gallery-item.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{background:var(--bg-secondary);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s ease}.gallery-item.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.gallery-image-container.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{position:relative;height:240px;overflow:hidden}.gallery-image.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item.svelte-1fbnfnx:hover .gallery-image.svelte-1fbnfnx.svelte-1fbnfnx{transform:scale(1.1)}.gallery-info.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{padding:1.5rem}.gallery-title.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.arrivals.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{background:var(--bg-secondary)}.arrivals-grid.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.arrival-card.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{background:var(--bg-primary);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s ease}.arrival-card.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.arrival-image-container.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{position:relative;height:280px;overflow:hidden}.arrival-image.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.arrival-card.svelte-1fbnfnx:hover .arrival-image.svelte-1fbnfnx.svelte-1fbnfnx{transform:scale(1.1)}.arrival-badge.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{position:absolute;top:1rem;left:1rem;background:var(--accent-color);color:#fff;padding:.5rem 1rem;border-radius:var(--radius);font-size:.875rem;font-weight:600}.arrival-info.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.arrival-title.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{font-size:1.2rem;font-weight:600;color:var(--text-primary)}.arrival-price.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{font-size:1.3rem;font-weight:700;color:var(--primary-color)}.contact-content.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:flex;flex-direction:column;gap:2rem}.contact-card.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx,.hours-card.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx,.social-card.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{background:var(--bg-secondary);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.contact-card.svelte-1fbnfnx h3.svelte-1fbnfnx.svelte-1fbnfnx,.hours-card.svelte-1fbnfnx h3.svelte-1fbnfnx.svelte-1fbnfnx{font-size:1.3rem;font-weight:600;color:var(--primary-color);margin-bottom:1.5rem}.contact-item.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.contact-icon.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{font-size:1.2rem;margin-top:.2rem}.contact-item.svelte-1fbnfnx div.svelte-1fbnfnx.svelte-1fbnfnx{flex:1}.contact-item.svelte-1fbnfnx strong.svelte-1fbnfnx.svelte-1fbnfnx{color:var(--text-primary);font-weight:600;display:block;margin-bottom:.25rem}.contact-item.svelte-1fbnfnx p.svelte-1fbnfnx.svelte-1fbnfnx{color:var(--text-secondary);margin:0}.contact-item.svelte-1fbnfnx a.svelte-1fbnfnx.svelte-1fbnfnx{color:var(--primary-color);text-decoration:none}.contact-item.svelte-1fbnfnx a.svelte-1fbnfnx.svelte-1fbnfnx:hover{text-decoration:underline}.hours-list.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{list-style:none;display:flex;flex-direction:column;gap:.5rem}.hours-list.svelte-1fbnfnx li.svelte-1fbnfnx.svelte-1fbnfnx{color:var(--text-secondary);padding:.5rem 0;border-bottom:1px solid var(--border-color)}.social-link.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:flex;align-items:center;gap:.75rem;color:var(--primary-color);text-decoration:none;font-weight:500;transition:all .3s ease}.social-link.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx:hover{color:var(--primary-dark);transform:translate(4px)}.social-icon.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{width:32px;height:32px;border-radius:var(--radius)}.map-container.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);height:fit-content}.footer.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{background:var(--bg-tertiary);border-top:1px solid var(--border-color)}.footer-container.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{max-width:1200px;margin:0 auto;padding:3rem 2rem 1rem}.footer-content.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-brand.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:flex;flex-direction:column;gap:1rem}.footer-logo.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{width:48px;height:48px;border-radius:var(--radius)}.footer-brand.svelte-1fbnfnx h4.svelte-1fbnfnx.svelte-1fbnfnx{font-size:1.2rem;font-weight:600;color:var(--text-primary)}.footer-brand.svelte-1fbnfnx p.svelte-1fbnfnx.svelte-1fbnfnx{color:var(--text-secondary);font-size:.9rem}.footer-links.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-section.svelte-1fbnfnx h5.svelte-1fbnfnx.svelte-1fbnfnx{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.footer-section.svelte-1fbnfnx ul.svelte-1fbnfnx.svelte-1fbnfnx{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-section.svelte-1fbnfnx ul.svelte-1fbnfnx li.svelte-1fbnfnx{color:var(--text-secondary);font-size:.9rem}.footer-section.svelte-1fbnfnx ul li button.svelte-1fbnfnx.svelte-1fbnfnx{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:0;font-size:.9rem;transition:color .2s ease}.footer-section.svelte-1fbnfnx ul li button.svelte-1fbnfnx.svelte-1fbnfnx:hover{color:var(--primary-color)}.footer-bottom.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{border-top:1px solid var(--border-color);padding-top:2rem;text-align:center}.footer-bottom.svelte-1fbnfnx p.svelte-1fbnfnx.svelte-1fbnfnx{color:var(--text-muted);font-size:.9rem}@media (max-width: 768px){.mobile-menu-btn.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{display:flex}.nav-menu.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{position:fixed;top:80px;left:0;right:0;background:var(--bg-primary);border-bottom:1px solid var(--border-color);flex-direction:column;padding:2rem;gap:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-menu.mobile-open.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{transform:translateY(0);opacity:1;visibility:visible}.hero.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{font-size:2.5rem}.hero-actions.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{justify-content:center}.hero-image.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{width:300px;height:300px}.section-title.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{font-size:2rem}.contact-content.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx,.footer-content.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx,.footer-links.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{grid-template-columns:1fr;gap:2rem}.arrivals-grid.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx,.gallery-grid.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx,.values-grid.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{grid-template-columns:1fr}}@media (max-width: 480px){.nav-container.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{padding:1rem}.section-container.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx,.hero.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{padding:2rem 1rem}.hero-title.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{font-size:2rem}.hero-subtitle.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{font-size:1.1rem}.hero-image.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{width:250px;height:250px}.section-title.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{font-size:1.75rem}.footer-container.svelte-1fbnfnx.svelte-1fbnfnx.svelte-1fbnfnx{padding:2rem 1rem 1rem}}
