.hero-section[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;justify-content:space-between;min-height:90vh;padding:2rem 5% 4rem;max-width:1400px;margin:0 auto;gap:4rem}@media(max-width:768px){.hero-section[data-astro-cid-bbe6dxrz]{min-height:auto;padding:2.5rem 5% 2rem}}.hero-content[data-astro-cid-bbe6dxrz]{flex:1.2;max-width:700px;z-index:2}.badge[data-astro-cid-bbe6dxrz]{display:inline-block;padding:.5rem 1.2rem;background-color:#a4d9c530;color:var(--color-secondary);border-radius:var(--radius-lg);font-weight:700;font-size:.85rem;margin-bottom:2rem;letter-spacing:1px;text-transform:uppercase}@media(max-width:768px){.badge[data-astro-cid-bbe6dxrz]{margin-bottom:1.5rem}}h1[data-astro-cid-bbe6dxrz]{font-size:clamp(3rem,7vw,4.8rem);margin-bottom:2rem;color:var(--color-text);line-height:1.05;font-weight:800}@media(max-width:768px){h1[data-astro-cid-bbe6dxrz] br[data-astro-cid-bbe6dxrz]{display:none}h1[data-astro-cid-bbe6dxrz]{font-size:clamp(2.2rem,10vw,3.2rem);margin-bottom:1.5rem}}.highlight[data-astro-cid-bbe6dxrz]{color:var(--color-primary);position:relative;display:inline;background:linear-gradient(120deg,#f2aebb35 0% 100%);background-repeat:no-repeat;background-size:100% .3em;background-position:0 88%;padding:0 .1em;-webkit-box-decoration-break:clone;box-decoration-break:clone;transition:background-size .3s ease-in-out}.highlight[data-astro-cid-bbe6dxrz]:hover{background-size:100% .45em}.subtitle-wrapper[data-astro-cid-bbe6dxrz]{margin-bottom:3.5rem;position:relative;padding-left:0}@media(max-width:768px){.subtitle-wrapper[data-astro-cid-bbe6dxrz]{margin-bottom:2.5rem}}.subtitle-wrapper[data-astro-cid-bbe6dxrz] p[data-astro-cid-bbe6dxrz]{font-size:1.4rem;color:var(--color-text-light);max-width:580px;line-height:1.5;margin:0}@media(max-width:768px){.subtitle-wrapper[data-astro-cid-bbe6dxrz] p[data-astro-cid-bbe6dxrz]{font-size:1.15rem}}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;gap:1.5rem}.btn[data-astro-cid-bbe6dxrz]{padding:1.2rem 2.5rem;border-radius:var(--radius-lg);font-weight:700;font-size:1.1rem;cursor:pointer;box-shadow:var(--shadow-sm);display:inline-flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.165,.84,.44,1);text-decoration:none}.btn-primary[data-astro-cid-bbe6dxrz]{background-color:var(--color-primary);color:#fff;box-shadow:0 10px 25px #f2aebb40}.btn-primary[data-astro-cid-bbe6dxrz]:hover{background-color:var(--color-primary-hover);transform:translateY(-5px);box-shadow:0 15px 35px #f2aebb59}.btn-secondary[data-astro-cid-bbe6dxrz]{background-color:#fff;color:var(--color-text);border:2px solid #f3f4f6}.btn-secondary[data-astro-cid-bbe6dxrz]:hover{background-color:#f9fafb;border-color:var(--color-primary);transform:translateY(-5px)}.hero-image-wrapper[data-astro-cid-bbe6dxrz]{flex:1;position:relative;display:flex;justify-content:flex-end;align-items:center}.image-container[data-astro-cid-bbe6dxrz]{position:relative;max-width:520px;width:100%}.hero-image[data-astro-cid-bbe6dxrz]{width:100%;height:auto;border-radius:40px 140px;box-shadow:0 30px 60px #0000001a;object-fit:cover;aspect-ratio:4/5;border:12px solid white;animation:reveal 1.4s cubic-bezier(.16,1,.3,1);display:block}@keyframes reveal{0%{clip-path:inset(0 0 100% 0);transform:translateY(40px)}to{clip-path:inset(0 0 0 0);transform:translateY(0)}}.glassmorphism[data-astro-cid-bbe6dxrz]{background:#ffffffd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.6)}.floating-card[data-astro-cid-bbe6dxrz]{position:absolute;bottom:8%;left:-12%;padding:1.2rem 1.8rem;border-radius:var(--radius-md);display:flex;align-items:center;gap:1rem;box-shadow:0 15px 35px #00000014;animation:float 6s ease-in-out infinite;z-index:10}.icon[data-astro-cid-bbe6dxrz]{width:32px;height:32px;background-color:#f0fdf4;color:#166534;border-radius:50%;display:flex;align-items:center;justify-content:center}.card-text[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column}.card-text[data-astro-cid-bbe6dxrz] strong[data-astro-cid-bbe6dxrz]{font-size:1.3rem;color:var(--color-text);line-height:1;margin-bottom:.1rem}.card-text[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{font-size:.9rem;color:var(--color-text-light);font-weight:600}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(-8px,-15px)}}.fade-in-up[data-astro-cid-bbe6dxrz]{opacity:0;transform:translateY(30px);animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) forwards}.delay-1[data-astro-cid-bbe6dxrz]{animation-delay:.2s}.delay-2[data-astro-cid-bbe6dxrz]{animation-delay:.4s}.delay-3[data-astro-cid-bbe6dxrz]{animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.hero-section[data-astro-cid-bbe6dxrz]{gap:2rem}.floating-card[data-astro-cid-bbe6dxrz]{left:-5%}}@media(max-width:968px){.hero-section[data-astro-cid-bbe6dxrz]{flex-direction:column;text-align:center;padding-top:3.5rem;padding-bottom:3rem;gap:3rem}.hero-content[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;align-items:center;max-width:100%}.hero-actions[data-astro-cid-bbe6dxrz]{justify-content:center;width:100%}.hero-image-wrapper[data-astro-cid-bbe6dxrz]{justify-content:center;max-width:100%}.image-container[data-astro-cid-bbe6dxrz]{max-width:400px}.floating-card[data-astro-cid-bbe6dxrz]{left:0;bottom:-30px}}@media(max-width:480px){.hero-section[data-astro-cid-bbe6dxrz]{padding-top:2rem}.hero-actions[data-astro-cid-bbe6dxrz]{flex-direction:column}.btn[data-astro-cid-bbe6dxrz]{width:100%;padding:1rem 2rem}.image-container[data-astro-cid-bbe6dxrz]{max-width:320px}.hero-image[data-astro-cid-bbe6dxrz]{border-width:8px}}.vision-section[data-astro-cid-jqueckjh]{padding:10rem 5% 6rem;background:linear-gradient(135deg,white 0%,var(--color-background) 100%);position:relative;border-top:1px solid rgba(0,0,0,.03)}.content-wrapper[data-astro-cid-jqueckjh]{max-width:900px;margin:0 auto;text-align:center}.quote-icon[data-astro-cid-jqueckjh]{color:var(--color-primary);margin-bottom:2rem;opacity:.5}.vision-quote[data-astro-cid-jqueckjh]{font-size:clamp(1.8rem,4vw,2.8rem);color:var(--color-text);line-height:1.3;font-weight:500;font-family:Outfit,sans-serif}@media(max-width:768px){.vision-section[data-astro-cid-jqueckjh]{padding:3rem 5% 2.5rem}}.who-is-for-section[data-astro-cid-hjih6z4s]{padding:8rem 5%;background-color:var(--color-background);position:relative;overflow:hidden}.content-wrapper[data-astro-cid-hjih6z4s]{max-width:1000px;margin:0 auto}.section-title[data-astro-cid-hjih6z4s]{margin-bottom:4rem;text-align:center}h2[data-astro-cid-hjih6z4s]{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem;color:var(--color-text)}.highlight[data-astro-cid-hjih6z4s]{color:var(--color-primary)}.subtitle[data-astro-cid-hjih6z4s]{color:var(--color-text-light);font-size:1.1rem;max-width:600px;margin:0 auto}.check-list[data-astro-cid-hjih6z4s]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.check-item[data-astro-cid-hjih6z4s]{display:flex;align-items:center;gap:1.2rem;background:#fff;padding:1.25rem 1.5rem;border-radius:var(--radius-md);box-shadow:0 4px 15px #0000000d;border:1px solid rgba(242,174,187,.1);transition:all .3s ease}.check-item[data-astro-cid-hjih6z4s]:hover{transform:translateY(-5px);border-color:var(--color-primary);box-shadow:0 10px 25px #f2aebb1a}.circle-icon[data-astro-cid-hjih6z4s]{flex-shrink:0;width:10px;height:10px;background-color:var(--color-primary);border-radius:50%}.check-item[data-astro-cid-hjih6z4s] p[data-astro-cid-hjih6z4s]{font-size:1.05rem;color:var(--color-text);line-height:1.4;margin:0}@media(max-width:768px){.who-is-for-section[data-astro-cid-hjih6z4s]{padding:2.5rem 5%}.check-list[data-astro-cid-hjih6z4s]{gap:1rem}.check-item[data-astro-cid-hjih6z4s]{padding:1rem 1.25rem;gap:1rem}.check-item[data-astro-cid-hjih6z4s] p[data-astro-cid-hjih6z4s]{font-size:1rem}}.majonut-definition-section[data-astro-cid-zg4nrvik]{padding:6rem 5% 10rem;background:linear-gradient(135deg,var(--color-background) 0%,white 100%);position:relative}.content-wrapper[data-astro-cid-zg4nrvik]{max-width:900px;margin:0 auto;text-align:center}.majonut-definition[data-astro-cid-zg4nrvik]{max-width:700px;margin:0 auto;padding-top:3rem}.majonut-definition[data-astro-cid-zg4nrvik] h3[data-astro-cid-zg4nrvik]{font-size:2.2rem;color:var(--color-secondary);margin-bottom:1.5rem;font-family:Outfit,sans-serif}.majonut-definition[data-astro-cid-zg4nrvik] p[data-astro-cid-zg4nrvik]{font-size:1.25rem;color:var(--color-text-light);line-height:1.6}@media(max-width:768px){.majonut-definition-section[data-astro-cid-zg4nrvik]{padding:2.5rem 5% 3.5rem}.majonut-definition[data-astro-cid-zg4nrvik] h3[data-astro-cid-zg4nrvik]{font-size:1.8rem}}.services-section[data-astro-cid-64vivsgr]{background-color:#fff;padding:8rem 5%}.content-wrapper[data-astro-cid-64vivsgr]{max-width:1200px;margin:0 auto}.services-header[data-astro-cid-64vivsgr]{margin-bottom:5rem;text-align:center}h2[data-astro-cid-64vivsgr]{font-size:clamp(2.2rem,5vw,3.2rem);margin-bottom:1.5rem;color:var(--color-text);text-align:center}.highlight[data-astro-cid-64vivsgr]{color:var(--color-primary)}p[data-astro-cid-64vivsgr]{color:var(--color-text-light);font-size:1.2rem;max-width:700px;margin:0 auto;line-height:1.5;text-align:center}.services-grid[data-astro-cid-64vivsgr]{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start;margin-bottom:4rem}.cta-container[data-astro-cid-64vivsgr]{text-align:center;margin-top:4rem}.btn-cta[data-astro-cid-64vivsgr]{display:inline-block;padding:1.2rem 3.5rem;background-color:var(--color-primary);color:#fff;font-size:1.15rem;font-weight:700;text-decoration:none;border-radius:var(--radius-md);transition:all .3s cubic-bezier(.165,.84,.44,1);box-shadow:0 4px 15px #f2aebb4d;text-transform:uppercase;letter-spacing:.5px}.btn-cta[data-astro-cid-64vivsgr]:hover{background-color:var(--color-primary-hover);transform:translateY(-5px);box-shadow:0 10px 25px #f2aebb66}.service-card[data-astro-cid-64vivsgr]{background:var(--color-background);padding:3.5rem 2.5rem;border-radius:var(--radius-lg);text-align:center;transition:all .4s cubic-bezier(.165,.84,.44,1);border:1px solid rgba(242,174,187,.1);overflow:hidden;position:relative;height:100%}.service-card[data-astro-cid-64vivsgr]:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--color-primary);background-color:#fff}.icon-circle[data-astro-cid-64vivsgr]{width:90px;height:90px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-primary);margin:0 auto 2rem;box-shadow:var(--shadow-md);transition:transform .3s ease}.service-card[data-astro-cid-64vivsgr]:hover .icon-circle[data-astro-cid-64vivsgr]{transform:scale(1.1) rotate(5deg)}.service-card[data-astro-cid-64vivsgr] h3[data-astro-cid-64vivsgr]{margin-bottom:1.2rem;font-size:1.6rem;color:var(--color-text)}.main-desc[data-astro-cid-64vivsgr]{font-size:1.1rem;color:var(--color-text-light);margin-bottom:1.5rem;line-height:1.6}.main-desc[data-astro-cid-64vivsgr] p{font-size:1.1rem;color:var(--color-text-light);margin:0;line-height:1.6;text-align:center}.main-desc[data-astro-cid-64vivsgr] p+p{margin-top:1rem}.expand-content[data-astro-cid-64vivsgr]{max-height:0;opacity:0;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1);text-align:left}.divider[data-astro-cid-64vivsgr]{height:1px;background:linear-gradient(90deg,transparent,rgba(242,174,187,.3),transparent);margin:2rem 0}.details-grid[data-astro-cid-64vivsgr]{display:grid;grid-template-columns:1fr;gap:2rem}.detail-section[data-astro-cid-64vivsgr] h4[data-astro-cid-64vivsgr]{font-size:1.1rem;color:var(--color-primary);margin-bottom:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.detail-section[data-astro-cid-64vivsgr] ul[data-astro-cid-64vivsgr]{list-style:none;padding:0;margin:0}.detail-section[data-astro-cid-64vivsgr] li[data-astro-cid-64vivsgr]{font-size:1rem;color:var(--color-text-light);margin-bottom:.6rem;padding-left:.5rem}.includes-list[data-astro-cid-64vivsgr] li[data-astro-cid-64vivsgr]{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:.8rem;padding-left:0}.includes-list[data-astro-cid-64vivsgr] svg[data-astro-cid-64vivsgr]{width:18px;height:18px;color:var(--color-primary);margin-top:.2rem;flex-shrink:0}.expand-toggle[data-astro-cid-64vivsgr]{background:none;border:none;cursor:pointer;color:var(--color-primary);font-weight:700;font-size:1rem;display:flex;align-items:center;gap:.5rem;margin:2rem auto 0;padding:.5rem 1rem;transition:all .3s ease}.expand-toggle[data-astro-cid-64vivsgr]:hover{letter-spacing:.02em}.chevron[data-astro-cid-64vivsgr]{width:20px;height:20px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.is-expanded[data-astro-cid-64vivsgr] .chevron[data-astro-cid-64vivsgr]{transform:rotate(180deg)}.is-expanded[data-astro-cid-64vivsgr]{background-color:#fff;border-color:var(--color-primary);transform:none!important;box-shadow:var(--shadow-xl)}@media(min-width:768px){.details-grid[data-astro-cid-64vivsgr]{grid-template-columns:1fr 1.5fr}}@media(min-width:1024px){.services-grid[data-astro-cid-64vivsgr]{grid-template-columns:repeat(2,1fr)}.service-card[data-astro-cid-64vivsgr].expandable{grid-column:1 / -1}}@media(max-width:768px){.services-section[data-astro-cid-64vivsgr]{padding:3rem 5%}}.about-section[data-astro-cid-q3kydwvo]{padding:8rem 5%;background-color:#fff}.content-wrapper[data-astro-cid-q3kydwvo]{max-width:1200px;margin:0 auto}.about-grid[data-astro-cid-q3kydwvo]{display:grid;grid-template-columns:1.2fr 1fr;gap:6rem;align-items:center}.badge[data-astro-cid-q3kydwvo]{display:inline-block;padding:.5rem 1.2rem;background-color:#a4d9c530;color:var(--color-secondary);border-radius:var(--radius-lg);font-weight:700;font-size:.85rem;margin-bottom:1.5rem;letter-spacing:1px;text-transform:uppercase}h2[data-astro-cid-q3kydwvo]{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1.5rem;color:var(--color-text)}.highlight[data-astro-cid-q3kydwvo]{color:var(--color-primary)}.intro[data-astro-cid-q3kydwvo]{font-size:1.4rem;font-weight:600;color:var(--color-text);line-height:1.3;margin-bottom:2rem}p[data-astro-cid-q3kydwvo]{font-size:1.15rem;color:var(--color-text-light);line-height:1.6;margin-bottom:1.5rem}.working-method[data-astro-cid-q3kydwvo]{background-color:var(--color-background);padding:2.5rem;border-radius:var(--radius-lg);border:1px solid rgba(242,174,187,.2)}.working-method[data-astro-cid-q3kydwvo] h3[data-astro-cid-q3kydwvo]{font-size:1.8rem;margin-bottom:1rem;color:var(--color-primary)}.working-method[data-astro-cid-q3kydwvo] p[data-astro-cid-q3kydwvo]{margin-bottom:0;font-size:1.1rem}.image-wrapper[data-astro-cid-q3kydwvo]{position:relative;border-radius:40px 100px;overflow:hidden;aspect-ratio:4/5;background-color:var(--color-background);border:10px solid white;box-shadow:var(--shadow-xl)}.placeholder-image[data-astro-cid-q3kydwvo]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-text-light);background:linear-gradient(135deg,#fdfbf9,#f2aebb20);gap:1rem;font-weight:600;letter-spacing:1px}.placeholder-icon[data-astro-cid-q3kydwvo]{opacity:.3}.about-image[data-astro-cid-q3kydwvo]{width:100%;height:100%;object-fit:cover}.about-image-column[data-astro-cid-q3kydwvo]{position:relative;z-index:1}.floating-badge[data-astro-cid-q3kydwvo]{position:absolute;bottom:10%;right:-5%;background:#ffffffe6;padding:1.5rem;border-radius:var(--radius-md);display:flex;align-items:center;gap:1rem;box-shadow:0 10px 30px #0000001a;z-index:2}.badge-icon[data-astro-cid-q3kydwvo]{font-size:2rem}.badge-text[data-astro-cid-q3kydwvo]{display:flex;flex-direction:column}.badge-text[data-astro-cid-q3kydwvo] strong[data-astro-cid-q3kydwvo]{font-size:1.1rem;color:var(--color-text)}.badge-text[data-astro-cid-q3kydwvo] span[data-astro-cid-q3kydwvo]{font-size:.9rem;color:var(--color-text-light)}.btn-primary[data-astro-cid-q3kydwvo]{display:inline-block;padding:1rem 2.5rem;border-radius:var(--radius-md);background-color:var(--color-primary);color:#fff;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-primary[data-astro-cid-q3kydwvo]:hover{background-color:var(--color-primary-hover);transform:translateY(-3px);box-shadow:var(--shadow-md)}.mt-6[data-astro-cid-q3kydwvo]{margin-top:3rem}.mt-4[data-astro-cid-q3kydwvo]{margin-top:2rem}@media(max-width:968px){.about-section[data-astro-cid-q3kydwvo]{padding:2.5rem 5%}.about-grid[data-astro-cid-q3kydwvo]{grid-template-columns:1fr;gap:3rem}.about-text[data-astro-cid-q3kydwvo]{order:2;text-align:center}.badge[data-astro-cid-q3kydwvo]{display:inline-block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.mt-4[data-astro-cid-q3kydwvo]{display:flex;justify-content:center;margin-top:2rem}.intro[data-astro-cid-q3kydwvo]{margin-left:auto;margin-right:auto;font-size:1.25rem}.working-method[data-astro-cid-q3kydwvo]{padding:1.5rem;text-align:center}.about-image-column[data-astro-cid-q3kydwvo]{order:1;max-width:100%;margin:0 auto}.image-wrapper[data-astro-cid-q3kydwvo]{border-radius:20px 60px;border-width:6px}.floating-badge[data-astro-cid-q3kydwvo]{right:0;padding:1rem}}@media(max-width:480px){.badge[data-astro-cid-q3kydwvo]{margin-bottom:1rem}h2[data-astro-cid-q3kydwvo]{font-size:2.2rem}.working-method[data-astro-cid-q3kydwvo] h3[data-astro-cid-q3kydwvo]{font-size:1.5rem}}.location-section[data-astro-cid-nauxnue6]{padding:var(--section-padding) 5%;background-color:var(--color-background)}.content-wrapper[data-astro-cid-nauxnue6]{max-width:1200px;margin:0 auto}.location-grid[data-astro-cid-nauxnue6]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.badge[data-astro-cid-nauxnue6]{display:inline-block;padding:.5rem 1.2rem;background-color:#a4d9c530;color:var(--color-secondary);border-radius:var(--radius-lg);font-weight:700;font-size:.85rem;margin-bottom:1.5rem;letter-spacing:1px;text-transform:uppercase}h2[data-astro-cid-nauxnue6]{font-size:clamp(2rem,4vw,3rem);margin-bottom:.5rem;color:var(--color-text)}.highlight[data-astro-cid-nauxnue6]{color:var(--color-primary)}.location-name[data-astro-cid-nauxnue6]{font-size:1.4rem;font-weight:600;color:var(--color-secondary);margin-bottom:1.5rem}.description[data-astro-cid-nauxnue6]{font-size:1.15rem;line-height:1.6;color:var(--color-text-light);margin-bottom:2rem}.photos-preview[data-astro-cid-nauxnue6]{display:block;margin-bottom:2.5rem}.photo-card[data-astro-cid-nauxnue6]{aspect-ratio:4/3;background:#fff;position:relative;border-radius:var(--radius-md);border:1px solid rgba(0,0,0,.05);transition:all .4s cubic-bezier(.165,.84,.44,1);overflow:hidden;cursor:pointer}.location-photo[data-astro-cid-nauxnue6]{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.photo-label[data-astro-cid-nauxnue6]{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1rem .8rem;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;font-weight:600;font-size:.9rem;transform:translateY(100%);transition:transform .3s ease}.photo-card[data-astro-cid-nauxnue6]:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--color-primary)}.photo-card[data-astro-cid-nauxnue6]:hover .location-photo[data-astro-cid-nauxnue6]{transform:scale(1.1)}.photo-card[data-astro-cid-nauxnue6]:hover .photo-label[data-astro-cid-nauxnue6]{transform:translateY(0)}.map-card[data-astro-cid-nauxnue6]{background:#f1f5f9;aspect-ratio:16/10;min-height:450px;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);border:1px solid rgba(0,0,0,.05);overflow:hidden;position:relative}@media(max-width:768px){.map-card[data-astro-cid-nauxnue6]{min-height:350px;aspect-ratio:1/1}}.map-card[data-astro-cid-nauxnue6] iframe[data-astro-cid-nauxnue6]{border-radius:var(--radius-md);display:block}.btn-outline[data-astro-cid-nauxnue6]{display:inline-block;padding:.8rem 1.5rem;border-radius:var(--radius-md);border:2px solid var(--color-primary);color:var(--color-primary);font-weight:600;text-decoration:none;transition:all .3s ease}.btn-outline[data-astro-cid-nauxnue6]:hover{background-color:var(--color-primary);color:#fff}@media(max-width:968px){.location-grid[data-astro-cid-nauxnue6]{grid-template-columns:1fr;gap:3rem}.location-info[data-astro-cid-nauxnue6]{text-align:center}.photos-preview[data-astro-cid-nauxnue6]{max-width:500px;margin:2rem auto}.map-container[data-astro-cid-nauxnue6]{max-width:100%;width:100%;margin:0 auto}}@media(max-width:480px){.location-name[data-astro-cid-nauxnue6]{font-size:1.25rem}.description[data-astro-cid-nauxnue6]{font-size:1.05rem}}.recipes-section[data-astro-cid-wyvy2yoh]{padding:6rem 5%;max-width:1200px;margin:0 auto}@media(max-width:768px){.recipes-section[data-astro-cid-wyvy2yoh]{padding:3rem 5% 2.5rem}}.section-header[data-astro-cid-wyvy2yoh]{text-align:center;margin-bottom:4rem}.badge[data-astro-cid-wyvy2yoh]{display:inline-block;padding:.4rem 1.2rem;background-color:#f2aebb25;color:var(--color-primary);border-radius:var(--radius-lg);font-weight:700;font-size:.85rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}h2[data-astro-cid-wyvy2yoh]{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.highlight[data-astro-cid-wyvy2yoh]{color:var(--color-secondary)}p[data-astro-cid-wyvy2yoh]{color:var(--color-text-light);font-size:1.1rem}.recipes-grid[data-astro-cid-wyvy2yoh]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-bottom:3rem}.recipe-card[data-astro-cid-wyvy2yoh]{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;text-decoration:none;color:inherit}.recipe-card[data-astro-cid-wyvy2yoh]:hover{transform:translateY(-8px);box-shadow:var(--shadow-md)}.recipe-img-wrapper[data-astro-cid-wyvy2yoh]{height:220px;background:linear-gradient(135deg,var(--color-quaternary) 0%,var(--color-tertiary) 100%);position:relative;display:flex;align-items:center;justify-content:center}.recipe-placeholder[data-astro-cid-wyvy2yoh]{font-size:5rem}.recipe-category[data-astro-cid-wyvy2yoh]{position:absolute;top:1rem;right:1rem;background:#ffffffe6;padding:.4rem 1rem;border-radius:var(--radius-sm);font-size:.85rem;font-weight:700;color:var(--color-text)}.recipe-content[data-astro-cid-wyvy2yoh]{padding:1.5rem}.recipe-content[data-astro-cid-wyvy2yoh] h3[data-astro-cid-wyvy2yoh]{font-size:1.3rem;margin-bottom:1rem;transition:color .2s}.recipe-card[data-astro-cid-wyvy2yoh]:hover h3[data-astro-cid-wyvy2yoh]{color:var(--color-primary)}.recipe-meta[data-astro-cid-wyvy2yoh]{display:flex;justify-content:space-between;color:var(--color-text-light);font-size:.95rem;font-weight:500}.text-center[data-astro-cid-wyvy2yoh]{text-align:center}.mt-4[data-astro-cid-wyvy2yoh]{margin-top:2rem}.btn-secondary[data-astro-cid-wyvy2yoh]{display:inline-block;padding:.8rem 2.5rem;border-radius:var(--radius-md);font-weight:600;background-color:transparent;color:var(--color-primary);border:2px solid var(--color-primary);transition:all .3s ease}.btn-secondary[data-astro-cid-wyvy2yoh]:hover{background-color:var(--color-primary);color:#fff}
