.polaroid-collage.svelte-qrg9ea{position:relative;width:var(--container-width, 100%);height:var(--container-height, auto);min-height:300px;display:flex;justify-content:center;align-items:center}.polaroid.svelte-qrg9ea{position:absolute;background:#fff;padding:var(--padding-side, 8px) var(--padding-side, 8px) var(--padding-bottom, 55px);border-radius:8px;box-shadow:0 4px 15px #0000001a,0 1px 3px #00000014;transition:transform .3s ease,box-shadow .3s ease;width:var(--polaroid-size);height:var(--polaroid-size);overflow:hidden;transform:rotate(var(--rotation)) translate(var(--translate-x),var(--translate-y))}.polaroid.svelte-qrg9ea:hover{transform:rotate(var(--rotation)) translate(var(--translate-x),var(--translate-y)) scale(1.05);box-shadow:0 8px 25px #00000026,0 2px 8px #0000001a}.polaroid-image.svelte-qrg9ea{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover;border-radius:4px;display:block;aspect-ratio:1/1}.polaroid.svelte-qrg9ea img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.single-image-frame.svelte-qrg9ea{width:100%;max-width:500px;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:0 15px 35px #00000014;transition:all .4s ease}.single-image-frame.svelte-qrg9ea:hover{box-shadow:0 25px 50px #0000001f}.single-image.svelte-qrg9ea{width:100%;height:auto;display:block;border:none;margin:0;padding:0;transition:transform .4s ease}.single-image-frame.svelte-qrg9ea:hover .single-image:where(.svelte-qrg9ea){transform:scale(1.05)}.blog-section.svelte-bpbb0j{width:100%;padding:2rem 1rem;display:flex;justify-content:center}.blog-section__container.svelte-bpbb0j{max-width:800px;width:100%}.blog-section__header.svelte-bpbb0j{color:var(--color-accent-dark);font-family:var(--font-heading);font-size:2.5rem;margin-bottom:3rem;text-align:left;line-height:1.2}.blog-section__images.svelte-bpbb0j{display:flex;justify-content:center;margin:2rem 0;width:100%}.blog-section__content.svelte-bpbb0j{width:100%;text-align:left;margin-top:2rem}.blog-section__content.svelte-bpbb0j p{font-family:var(--font-body);font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:var(--color-text)}.blog-section__content.svelte-bpbb0j h3,.blog-section__content.svelte-bpbb0j h4,.blog-section__content.svelte-bpbb0j h5,.blog-section__content.svelte-bpbb0j h6{font-family:var(--font-body);font-weight:600;color:var(--color-text);margin:2rem 0 1rem}.blog-section__content.svelte-bpbb0j h3{font-size:1.5rem}.blog-section__content.svelte-bpbb0j h4{font-size:1.3rem}.blog-section__content.svelte-bpbb0j h5{font-size:1.2rem}.blog-section__content.svelte-bpbb0j h6{font-size:1.1rem}.blog-section__content.svelte-bpbb0j strong{font-weight:600;color:var(--color-text)}.blog-section__content.svelte-bpbb0j em{font-style:italic;color:var(--color-text-light)}.blog-section__content.svelte-bpbb0j ul,.blog-section__content.svelte-bpbb0j ol{margin:1.5rem 0;padding-left:2rem}.blog-section__content.svelte-bpbb0j li{font-family:var(--font-body);font-size:1.1rem;line-height:1.7;margin-bottom:.5rem;color:var(--color-text)}.blog-section__content.svelte-bpbb0j a{color:var(--color-accent);text-decoration:none;border-bottom:1px solid transparent;transition:var(--transition)}.blog-section__content.svelte-bpbb0j a:hover{color:var(--color-accent-dark);border-bottom-color:var(--color-accent-dark)}.blog-section__content.svelte-bpbb0j blockquote{border-left:4px solid var(--color-accent);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--color-text-light)}.blog-section__content.svelte-bpbb0j pre{background:var(--color-background);padding:1rem;border-radius:var(--border-radius-small);overflow-x:auto;margin:1.5rem 0;border:1px solid var(--color-border)}.blog-section__content.svelte-bpbb0j code{background:var(--color-background);padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9rem;border:1px solid var(--color-border)}@media (max-width: 768px){.blog-section.svelte-bpbb0j{padding:1.5rem .5rem}.blog-section__header.svelte-bpbb0j{font-size:2rem;margin-bottom:1.5rem}.blog-section__content.svelte-bpbb0j p{font-size:1rem;line-height:1.6}.blog-section__content.svelte-bpbb0j h3{font-size:1.3rem}.blog-section__content.svelte-bpbb0j h4{font-size:1.2rem}}.cta-section.svelte-h9ka1m{padding:4rem 2rem;position:relative}.cta-container.svelte-h9ka1m{max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:1}.cta-content.svelte-h9ka1m{display:flex;flex-direction:column;gap:3rem;align-items:center}.cta-content--left-align.svelte-h9ka1m{align-items:flex-start}.cta-content--center.svelte-h9ka1m{text-align:center}.cta-content--left-align.svelte-h9ka1m .cta-text-content:where(.svelte-h9ka1m){text-align:left}.cta-image-container.svelte-h9ka1m{width:100%;max-width:400px;display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.cta-image-container.svelte-h9ka1m img{width:600px;height:auto;border-radius:var(--border-radius);box-shadow:var(--shadow);transition:var(--transition)}.cta-image-container.svelte-h9ka1m:hover img{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.cta-text-content.svelte-h9ka1m{display:flex;flex-direction:column;gap:2rem;max-width:600px;width:100%}.cta-title.svelte-h9ka1m{margin:0}.cta-title.svelte-h9ka1m h1,.cta-title.svelte-h9ka1m h2,.cta-title.svelte-h9ka1m h3,.cta-title.svelte-h9ka1m h4,.cta-title.svelte-h9ka1m h5,.cta-title.svelte-h9ka1m h6{font-family:var(--font-heading);font-size:2.5rem;font-weight:300;line-height:1.2;margin:0;color:var(--color-brand);letter-spacing:-.02em}.cta-description.svelte-h9ka1m{font-size:1.2rem;line-height:1.7;color:var(--color-text);margin:0}.cta-description.svelte-h9ka1m p{margin:0 0 1rem;font-family:var(--font-body);font-weight:400}.cta-description.svelte-h9ka1m p:last-child{margin-bottom:0}.cta-description.svelte-h9ka1m strong{font-weight:600;color:var(--color-text)}.cta-description.svelte-h9ka1m em{font-style:italic;color:var(--color-text-light)}.cta-description.svelte-h9ka1m a{color:var(--color-accent);text-decoration:none;border-bottom:1px solid transparent;transition:var(--transition)}.cta-description.svelte-h9ka1m a:hover{color:var(--color-accent-dark);border-bottom-color:var(--color-accent-dark)}.cta-action.svelte-h9ka1m{display:flex;justify-content:center}.cta-content--left-align.svelte-h9ka1m .cta-action:where(.svelte-h9ka1m){justify-content:flex-start}@media (min-width: 768px){.cta-title.svelte-h9ka1m h1,.cta-title.svelte-h9ka1m h2,.cta-title.svelte-h9ka1m h3,.cta-title.svelte-h9ka1m h4,.cta-title.svelte-h9ka1m h5,.cta-title.svelte-h9ka1m h6{font-size:3rem}.cta-description.svelte-h9ka1m{font-size:1.25rem}}@media (min-width: 1024px){.cta-content.svelte-h9ka1m{flex-direction:row;gap:4rem;align-items:center}.cta-content--left-align.svelte-h9ka1m{align-items:center}.cta-content--center.svelte-h9ka1m{flex-direction:column;text-align:center}.cta-image-container.svelte-h9ka1m{flex:1;max-width:none;margin-bottom:0}.cta-text-content.svelte-h9ka1m{flex:1;max-width:none}.cta-title.svelte-h9ka1m h1,.cta-title.svelte-h9ka1m h2,.cta-title.svelte-h9ka1m h3,.cta-title.svelte-h9ka1m h4,.cta-title.svelte-h9ka1m h5,.cta-title.svelte-h9ka1m h6{font-size:3.5rem}.cta-description.svelte-h9ka1m{font-size:1.3rem}}@media (min-width: 1200px){.cta-section.svelte-h9ka1m{padding:5rem 2rem}.cta-content.svelte-h9ka1m{gap:6rem}.cta-description.svelte-h9ka1m{font-size:1.4rem}}.curve-svg-top.svelte-jffvqf,.curve-svg-bottom.svelte-jffvqf{width:100%;height:120px;display:block;opacity:0;transition:opacity .3s ease}.curve-svg-top.visible.svelte-jffvqf,.curve-svg-bottom.visible.svelte-jffvqf{opacity:1}.featured-content-grid.svelte-jffvqf{padding:0;background:transparent;position:relative;z-index:1;margin:0rem 0px}.background-wrapper.svelte-jffvqf{background:transparent}.background-wrapper.primary-background.svelte-jffvqf{background:var(--color-brand)}.background-wrapper.primary-background.svelte-jffvqf .header-content:where(.svelte-jffvqf){color:var(--color-contrast)}.background-wrapper.primary-background.svelte-jffvqf .rich-text-content:where(.svelte-jffvqf) h1,.background-wrapper.primary-background.svelte-jffvqf .rich-text-content:where(.svelte-jffvqf) h2,.background-wrapper.primary-background.svelte-jffvqf .rich-text-content:where(.svelte-jffvqf) h3,.background-wrapper.primary-background.svelte-jffvqf .rich-text-content:where(.svelte-jffvqf) h4,.background-wrapper.primary-background.svelte-jffvqf .rich-text-content:where(.svelte-jffvqf) h5,.background-wrapper.primary-background.svelte-jffvqf .rich-text-content:where(.svelte-jffvqf) h6{color:var(--color-contrast)!important}.background-wrapper.primary-background.svelte-jffvqf .rich-text-content:where(.svelte-jffvqf) p{color:var(--color-contrast)}.header-content.svelte-jffvqf{text-align:center;margin-bottom:1rem}.header-content.svelte-jffvqf:last-child{margin-bottom:0}.section-header.svelte-jffvqf{position:relative;z-index:2;margin-bottom:3rem}.container.svelte-jffvqf{max-width:1200px;margin:0 auto;padding:3rem 2rem}.content-grid.svelte-jffvqf{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,330px));justify-content:center;gap:2.5rem;margin-top:3rem}.grid-item-container.svelte-jffvqf{max-width:330px;width:100%}.grid-item{display:block;text-decoration:none;color:inherit;transition:var(--transition);border-radius:12px;overflow:hidden;background:var(--color-contrast);box-shadow:var(--shadow);width:100%}.grid-item-container.svelte-jffvqf:hover .grid-item{transform:translateY(-8px);box-shadow:var(--shadow-hover)}.grid-item-container.svelte-jffvqf:hover .grid-item__overlay:where(.svelte-jffvqf){opacity:1}.grid-item__image.svelte-jffvqf{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:0 0 12px 12px}.grid-item__image.svelte-jffvqf .image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease}.grid-item__overlay.svelte-jffvqf{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;transition:opacity .3s ease}.grid-item__description.svelte-jffvqf{color:var(--color-contrast);font-family:var(--font-body);font-size:1rem;line-height:1.6;text-align:center;margin:0;font-weight:400}.grid-item__title.svelte-jffvqf{padding:1.5rem 1.5rem 1rem;margin:0;font-family:var(--font-body);font-size:1.3rem;font-weight:600;color:var(--color-text);line-height:1.4;text-align:center;border-bottom:none;text-decoration:none}.grid-item-container.svelte-jffvqf .grid-item:link,.grid-item-container.svelte-jffvqf .grid-item:visited{color:inherit;text-decoration:none}.grid-item-container.svelte-jffvqf .grid-item:hover,.grid-item-container.svelte-jffvqf .grid-item:focus{color:inherit;text-decoration:none}@media (max-width: 768px){.container.svelte-jffvqf{padding:0 1rem}.content-grid.svelte-jffvqf{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.grid-item-container.svelte-jffvqf{max-width:350px;margin:0 auto}.grid-item__title.svelte-jffvqf{font-size:1.2rem;padding:1.25rem 1.25rem 1rem}.grid-item__description.svelte-jffvqf{font-size:.95rem}.grid-item__overlay.svelte-jffvqf{padding:1.25rem}}@media (max-width: 480px){.content-grid.svelte-jffvqf{gap:1.5rem}.grid-item__title.svelte-jffvqf{font-size:1.1rem;padding:1rem 1rem .75rem}.grid-item__overlay.svelte-jffvqf{padding:1rem}}.footer.svelte-sjf9zh{position:relative;background:var(--color-brand);color:var(--color-contrast);padding-top:0;margin-top:10rem}.footer-curve.svelte-sjf9zh{position:absolute;top:-120px;left:0;width:100%;height:120px;overflow:hidden;pointer-events:none}.curve-svg.svelte-sjf9zh{width:100%;height:100%;display:block}.footer-content.svelte-sjf9zh{max-width:1200px;margin:0 auto;padding:3rem 2rem 2rem;text-align:center}.footer-main-text.svelte-sjf9zh{margin-bottom:2.5rem}.footer-main-text.svelte-sjf9zh h2{font-family:var(--font-heading);font-size:2.5rem;margin:0;color:var(--color-contrast);text-shadow:0 2px 4px rgba(0,0,0,.1)}.footer-main-text.svelte-sjf9zh strong{font-weight:700;color:var(--color-contrast)}.footer-social.svelte-sjf9zh{margin-bottom:2.5rem}.social-links.svelte-sjf9zh{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.social-link.svelte-sjf9zh{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:50%;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-link.svelte-sjf9zh:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 8px 25px #0003}.social-icon.svelte-sjf9zh{width:28px;height:28px;filter:brightness(0) invert(1);transition:all .3s ease}.social-link.svelte-sjf9zh:hover .social-icon:where(.svelte-sjf9zh){filter:brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0,0,0,.2))}.footer-policies.svelte-sjf9zh{border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem}.policy-links.svelte-sjf9zh{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.policy-link.svelte-sjf9zh{color:#fffc;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.policy-link.svelte-sjf9zh:hover{color:var(--color-contrast);text-decoration:underline}@media (max-width: 768px){.footer-content.svelte-sjf9zh{padding:2rem 1rem 1.5rem}.footer-main-text.svelte-sjf9zh h2{font-size:2rem}.social-links.svelte-sjf9zh{gap:1rem}.social-link.svelte-sjf9zh{width:50px;height:50px}.social-icon.svelte-sjf9zh{width:24px;height:24px}.policy-links.svelte-sjf9zh{gap:1.5rem}}@media (max-width: 480px){.footer-curve.svelte-sjf9zh{top:-80px;height:80px}.footer-content.svelte-sjf9zh{padding:1.5rem 1rem 1rem}.footer-main-text.svelte-sjf9zh h2{font-size:1.8rem}.social-links.svelte-sjf9zh{gap:.8rem}.social-link.svelte-sjf9zh{width:45px;height:45px}.social-icon.svelte-sjf9zh{width:20px;height:20px}.policy-links.svelte-sjf9zh{gap:1rem;flex-direction:column}}.navbar.svelte-ndkn1p{width:100%;padding:1.5rem 2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(229,229,229,.3);position:sticky;top:0;z-index:1000;transition:var(--transition)}.nav-inner.svelte-ndkn1p{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;position:relative}.nav-logo.svelte-ndkn1p{text-decoration:none;display:flex;align-items:center;transition:var(--transition)}.nav-logo.svelte-ndkn1p:hover{transform:translateY(-1px)}.nav-logo.svelte-ndkn1p img:where(.svelte-ndkn1p){height:100px;width:300px;object-fit:cover;transition:var(--transition)}.fallback-logo.svelte-ndkn1p{font-family:var(--font-heading);font-size:3rem;font-weight:600;color:#2c2c2c;letter-spacing:-.02em}.nav-links.svelte-ndkn1p{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0;align-items:center}.nav-links.svelte-ndkn1p li:where(.svelte-ndkn1p){position:relative}.nav-link.svelte-ndkn1p{text-decoration:none;color:#2c2c2c;font-weight:400;font-size:.95rem;letter-spacing:.02em;transition:var(--transition);padding:.5rem 0;position:relative}.nav-link.svelte-ndkn1p:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#2c2c2c;transition:width .3s ease}.nav-link.svelte-ndkn1p:hover{color:#1a1a1a}.nav-link.svelte-ndkn1p:hover:after{width:100%}.nav-link.active.svelte-ndkn1p{color:var(--color-brand-dark);font-weight:500}.nav-link.active.svelte-ndkn1p:after{width:100%;background:var(--color-brand-dark)}.social-links.svelte-ndkn1p{display:flex;gap:1.2rem;align-items:center}.social-link.svelte-ndkn1p{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#2c2c2c0d;transition:var(--transition);text-decoration:none}.social-link.svelte-ndkn1p:hover{background:#2c2c2c1a;transform:translateY(-2px)}.social-link.svelte-ndkn1p img:where(.svelte-ndkn1p){height:18px;width:18px;opacity:.8;transition:var(--transition)}.social-link.svelte-ndkn1p:hover img:where(.svelte-ndkn1p){opacity:1}.social-fallback.svelte-ndkn1p{font-size:.9rem;opacity:.7}.hamburger-btn.svelte-ndkn1p{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:4px;width:30px;height:30px;justify-content:space-between;z-index:1001}.hamburger-btn.svelte-ndkn1p span:where(.svelte-ndkn1p){width:100%;height:2px;background:#2c2c2c;transition:all .3s ease;transform-origin:center}.hamburger-btn.active.svelte-ndkn1p span:where(.svelte-ndkn1p):nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-btn.active.svelte-ndkn1p span:where(.svelte-ndkn1p):nth-child(2){opacity:0}.hamburger-btn.active.svelte-ndkn1p span:where(.svelte-ndkn1p):nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 1024px){.navbar.svelte-ndkn1p{padding:1rem}.nav-logo.svelte-ndkn1p img:where(.svelte-ndkn1p){height:67px;width:200px}}@media (max-width: 768px){.nav-logo.svelte-ndkn1p img:where(.svelte-ndkn1p){height:50px;width:150px}.hamburger-btn.svelte-ndkn1p{display:flex}.nav-links.svelte-ndkn1p{display:none;position:absolute;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;padding:1.5rem 2rem;border-top:1px solid rgba(229,229,229,.3);box-shadow:0 4px 20px #0000001a}.nav-links.mobile-open.svelte-ndkn1p{display:flex}.nav-links.svelte-ndkn1p li:where(.svelte-ndkn1p){width:100%;text-align:center}.nav-link.svelte-ndkn1p{display:block;padding:1rem 0;font-size:1rem;border-bottom:1px solid rgba(229,229,229,.2)}.nav-link.svelte-ndkn1p:last-child{border-bottom:none}.social-links.svelte-ndkn1p{position:absolute;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:center;padding:1rem 2rem 1.5rem;border-top:1px solid rgba(229,229,229,.3);display:none;margin-top:0}.social-links.mobile-open.svelte-ndkn1p{display:flex}.social-link.svelte-ndkn1p{width:36px;height:36px}.social-link.svelte-ndkn1p img:where(.svelte-ndkn1p){height:18px;width:18px}}.hero-section.svelte-1qgxq1g{padding:4rem 2rem 6rem;background:linear-gradient(135deg,#fefefe4d,#f8f6f440);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.hero-section.svelte-1qgxq1g:before{content:"";position:absolute;top:-200px;right:-200px;width:400px;height:400px;background:radial-gradient(circle,rgba(209,196,180,.08),transparent 70%);border-radius:50%;z-index:0}.hero-section.svelte-1qgxq1g:after{content:"";position:absolute;bottom:-150px;left:-150px;width:350px;height:350px;background:radial-gradient(circle,rgba(163,143,132,.05),transparent 70%);border-radius:50%;z-index:0}.hero-header.svelte-1qgxq1g{text-align:center;margin-bottom:1rem;position:relative;z-index:1;max-width:1200px;margin-left:auto;margin-right:auto;width:100%}.hero-title.svelte-1qgxq1g{font-family:var(--font-heading);font-size:1.75rem;font-weight:300;line-height:1.2;margin:0;letter-spacing:-.02em}.hero-title.svelte-1qgxq1g h1,.hero-title.svelte-1qgxq1g h2{margin:0;font-weight:300;color:var(--color-brand)}.hero-container.svelte-1qgxq1g{max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:1}.hero-content.svelte-1qgxq1g{display:flex;flex-direction:column-reverse;gap:3rem;align-items:center}.hero-content--left-image.svelte-1qgxq1g{flex-direction:column}.hero-text.svelte-1qgxq1g{display:flex;flex-direction:column;gap:2.5rem;max-width:600px;text-align:center}.hero-text.svelte-1qgxq1g,.hero-image-container.svelte-1qgxq1g{flex:1;min-width:0}.hero-image-container.svelte-1qgxq1g{width:100%;max-width:80%}.hero-description.svelte-1qgxq1g{font-size:1.2rem;line-height:1.8;color:#5a5a5a;margin:0;font-weight:400}.hero-description.svelte-1qgxq1g p{margin:0 0 1rem}.hero-description.svelte-1qgxq1g p:last-child{margin-bottom:0}.hero-actions.svelte-1qgxq1g{display:flex;flex-direction:column;gap:1.2rem;align-items:center}.hero-image-container.svelte-1qgxq1g{width:100%;max-width:450px;display:flex;justify-content:center;align-items:center;overflow:visible}@media (min-width: 768px){.hero-title.svelte-1qgxq1g{font-size:3rem}.hero-description.svelte-1qgxq1g{font-size:1.25rem}.hero-actions.svelte-1qgxq1g{flex-direction:row;justify-content:center}.hero-content--left-image.svelte-1qgxq1g .hero-actions:where(.svelte-1qgxq1g){justify-content:center}}@media (min-width: 1024px){.hero-content.svelte-1qgxq1g{flex-direction:row;gap:6rem;align-items:center}.hero-content--left-image.svelte-1qgxq1g{flex-direction:row}.hero-text.svelte-1qgxq1g{flex:1;align-items:flex-start;text-align:left;max-width:none}.hero-actions.svelte-1qgxq1g{justify-content:flex-start}.hero-content--left-image.svelte-1qgxq1g .hero-text:where(.svelte-1qgxq1g){align-items:flex-end}.hero-content--left-image.svelte-1qgxq1g .hero-actions:where(.svelte-1qgxq1g){justify-content:flex-end;align-items:flex-end}.hero-image-container.svelte-1qgxq1g{flex:1;max-width:none;overflow:visible}.hero-title.svelte-1qgxq1g{font-size:3.5rem}.hero-description.svelte-1qgxq1g{font-size:1.3rem}}@media (min-width: 1200px){.hero-section.svelte-1qgxq1g{padding:5rem 2rem 7rem}.hero-description.svelte-1qgxq1g{font-size:1.4rem}.hero-content.svelte-1qgxq1g{gap:8rem}}.hero-overlay.svelte-n5loba{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--color-contrast)}.hero-overlay__media.svelte-n5loba{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-overlay__image.svelte-n5loba{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay__image.svelte-n5loba img{width:100%;height:100%;object-fit:cover;object-position:center;transform:none!important}.hero-overlay__media.svelte-n5loba:hover .hero-overlay__image:where(.svelte-n5loba) img{transform:none!important}.hero-overlay__video.svelte-n5loba{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay__overlay.svelte-n5loba{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0006,#0000004d,#00000080);z-index:2}.hero-overlay__content.svelte-n5loba{position:relative;z-index:3;text-align:left;max-width:1000px;padding:2rem;margin:0 auto;display:flex;flex-direction:column;gap:2rem;align-items:flex-start}.hero-overlay__title.svelte-n5loba{font-family:var(--font-heading);font-size:3rem;font-weight:300;line-height:1.2;margin:-100px 0 0;letter-spacing:-.02em;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-overlay__title.svelte-n5loba h1{margin:0;font-weight:300;color:var(--color-contrast);font-size:inherit;line-height:inherit}.hero-overlay__description.svelte-n5loba{font-size:1.25rem;line-height:1.6;color:#fffffff2;max-width:600px;margin:0;text-shadow:0 1px 4px rgba(0,0,0,.3)}.hero-overlay__description.svelte-n5loba p{margin:0 0 1rem;color:inherit}.hero-overlay__description.svelte-n5loba p:last-child{margin-bottom:0}.hero-overlay__description.svelte-n5loba strong{font-weight:600;color:var(--color-contrast)}.hero-overlay__description.svelte-n5loba em{font-style:italic;color:#ffffffe6}.hero-overlay__description.svelte-n5loba a{color:var(--color-accent);text-decoration:none;border-bottom:1px solid transparent;transition:var(--transition)}.hero-overlay__description.svelte-n5loba a:hover{color:var(--color-contrast);border-bottom-color:var(--color-contrast)}.hero-overlay__action.svelte-n5loba{margin-top:1rem}.hero-overlay.svelte-n5loba .hero-cta{background:var(--color-contrast);color:var(--color-brand-dark);border-top-color:var(--color-contrast);border:1px solid var(--color-contrast);box-shadow:0 4px 20px #00000026}.hero-overlay.svelte-n5loba .hero-cta:before{background:var(--color-brand)}.hero-overlay.svelte-n5loba .hero-cta:hover{background:var(--color-brand);color:var(--color-contrast);border-color:var(--color-brand);box-shadow:0 8px 30px #f48d6966}.hero-overlay.svelte-n5loba .hero-cta--primary{background:var(--color-contrast);color:var(--color-brand-dark);border-top-color:var(--color-contrast)}.hero-overlay.svelte-n5loba .hero-cta--primary:before{background:var(--color-brand)}.hero-overlay.svelte-n5loba .hero-cta--primary:hover{background:var(--color-brand);color:var(--color-contrast);border-color:var(--color-brand)}@media (max-width: 768px){.hero-overlay__content.svelte-n5loba{padding:1.5rem;gap:1.5rem}.hero-overlay__title.svelte-n5loba{font-size:2.5rem}.hero-overlay__description.svelte-n5loba{font-size:1.1rem;line-height:1.5}}@media (max-width: 480px){.hero-overlay__content.svelte-n5loba{padding:1rem;gap:1rem}.hero-overlay__title.svelte-n5loba{font-size:2rem}.hero-overlay__description.svelte-n5loba{font-size:1rem}}@media (min-width: 1024px){.hero-overlay__title.svelte-n5loba{font-size:3.5rem}.hero-overlay__description.svelte-n5loba{font-size:1.4rem;line-height:1.7}.hero-overlay__content.svelte-n5loba{padding:3rem;gap:2.5rem}}@media (min-width: 1200px){.hero-overlay__title.svelte-n5loba{font-size:4rem}.hero-overlay__description.svelte-n5loba{font-size:1.5rem}.hero-overlay__content.svelte-n5loba{gap:3rem}}@media (prefers-reduced-motion: reduce){.hero-overlay__video.svelte-n5loba{animation:none}}@media (prefers-contrast: high){.hero-overlay__overlay.svelte-n5loba{background:#000000b3}.hero-overlay__title.svelte-n5loba,.hero-overlay__description.svelte-n5loba{text-shadow:0 2px 4px rgba(0,0,0,.8)}}.media-text-card.svelte-mzwvuy{padding:4rem 2rem;background:linear-gradient(135deg,#fefefe,#f8f6f4);position:relative;overflow:hidden}.media-text-card.svelte-mzwvuy:before{content:"";position:absolute;top:-150px;right:-150px;width:300px;height:300px;background:radial-gradient(circle,rgba(249,180,159,.08),transparent 70%);border-radius:50%;z-index:0}.media-text-card.svelte-mzwvuy:after{content:"";position:absolute;bottom:-100px;left:-100px;width:250px;height:250px;background:radial-gradient(circle,rgba(71,193,175,.06),transparent 70%);border-radius:50%;z-index:0}.container.svelte-mzwvuy{max-width:1200px;margin:0 auto;position:relative;z-index:1}.content-wrapper.svelte-mzwvuy{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.media-section.svelte-mzwvuy{position:relative;z-index:1}.media-container.svelte-mzwvuy{width:100%;max-width:600px;border-radius:var(--border-radius);overflow:hidden;transition:all .4s ease;box-shadow:var(--shadow);aspect-ratio:4/3}.media-image.svelte-mzwvuy{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease}.media-container.svelte-mzwvuy:hover{box-shadow:var(--shadow-hover)}.media-container.svelte-mzwvuy:hover .media-image:where(.svelte-mzwvuy){transform:scale(1.05)}.text-section.svelte-mzwvuy{display:flex;flex-direction:column;gap:2rem;z-index:1;position:relative}.title.svelte-mzwvuy{color:var(--color-text)}.title.svelte-mzwvuy h2{font-family:var(--font-heading);font-size:2.5rem;font-weight:300;line-height:1.2;margin:0;color:inherit;letter-spacing:-.02em}.description.svelte-mzwvuy{color:var(--color-text-light);line-height:1.8;font-size:1.1rem;font-weight:400}.description.svelte-mzwvuy p{margin:0 0 1rem}.description.svelte-mzwvuy p:last-child{margin-bottom:0}.cta-section.svelte-mzwvuy{margin-top:.5rem}@media (max-width: 1024px){.content-wrapper.svelte-mzwvuy{gap:3rem}.title.svelte-mzwvuy h2{font-size:2.25rem}.description.svelte-mzwvuy{font-size:1.05rem}}@media (max-width: 768px){.media-text-card.svelte-mzwvuy{padding:2rem 1.5rem}.content-wrapper.svelte-mzwvuy{grid-template-columns:1fr;gap:2.5rem}.media-container.svelte-mzwvuy{max-width:500px;margin:0 auto}.title.svelte-mzwvuy h2{font-size:2rem}.description.svelte-mzwvuy{font-size:1rem}.text-section.svelte-mzwvuy{text-align:center}}@media (max-width: 480px){.media-text-card.svelte-mzwvuy{padding:1.5rem 1rem}.content-wrapper.svelte-mzwvuy{gap:2rem}.media-container.svelte-mzwvuy{max-width:400px}.title.svelte-mzwvuy h2{font-size:1.75rem}.description.svelte-mzwvuy{font-size:.95rem}}
