.site-header[data-astro-cid-dmqpwcec]{position:sticky;top:0;z-index:1000;background:#f9f9f9;border-bottom:1px solid rgba(0,0,0,.08)}.header-inner[data-astro-cid-dmqpwcec]{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding:1rem 0;min-height:70px}.logo[data-astro-cid-dmqpwcec]{text-decoration:none}.logo[data-astro-cid-dmqpwcec] img[data-astro-cid-dmqpwcec]{display:block;height:48px;width:auto}.wordmark[data-astro-cid-dmqpwcec]{font-family:Italiana,Georgia,serif;font-size:1.5rem;line-height:1;color:var(--accent);white-space:nowrap}.menu-toggle[data-astro-cid-dmqpwcec]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;justify-self:end;grid-column:3}.menu-toggle[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{display:block;width:22px;height:2px;background:var(--text)}.primary-nav[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec],.social-links[data-astro-cid-dmqpwcec]{display:flex;gap:1.75rem;list-style:none;margin:0;padding:0}.primary-nav[data-astro-cid-dmqpwcec]{justify-self:center}.primary-nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{text-decoration:none;font-size:.9rem;font-weight:600;color:var(--text);transition:color .2s ease}.primary-nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover,.primary-nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:focus{color:var(--accent)}.social-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{display:flex;color:var(--text);opacity:.8}.social-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{color:var(--accent);opacity:1}@media (max-width: 900px){.header-inner[data-astro-cid-dmqpwcec]{grid-template-columns:auto 1fr}.menu-toggle[data-astro-cid-dmqpwcec]{display:flex}.primary-nav[data-astro-cid-dmqpwcec]{display:none;grid-column:1 / -1;justify-self:stretch}.primary-nav[data-astro-cid-dmqpwcec].open{display:block}.primary-nav[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec]{flex-direction:column;gap:.75rem;padding:.5rem 0 1rem}.social-links[data-astro-cid-dmqpwcec]{display:none}}footer[data-astro-cid-sz7xmlte]{background:var(--text);color:#fff}.footer-cta[data-astro-cid-sz7xmlte]{padding:4rem 0;text-align:center;background:linear-gradient(135deg,#903373 0%,var(--accent) 100%)}.footer-cta[data-astro-cid-sz7xmlte] h2[data-astro-cid-sz7xmlte]{margin:0 0 .75rem;font-family:Italiana,Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400}.footer-cta[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0 0 1.5rem;font-weight:600;opacity:.95;max-width:520px;margin-inline:auto}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;flex-wrap:wrap;font-size:.8rem;font-weight:600}.brand-line[data-astro-cid-sz7xmlte]{margin:0;opacity:.85}.legal-links[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.legal-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#fff;text-decoration:none;opacity:.85}.legal-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{opacity:1;text-decoration:underline}.badge[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{height:36px;width:auto;display:block}.cookie-consent[data-astro-cid-garwan2p]{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;background:#000000eb;color:#fff;padding:1rem 1.5rem;z-index:10000;font-size:.875rem;font-weight:600}.cookie-consent[data-astro-cid-garwan2p][hidden]{display:none}.cookie-consent[data-astro-cid-garwan2p] p[data-astro-cid-garwan2p]{margin:0}.cookie-consent[data-astro-cid-garwan2p] a[data-astro-cid-garwan2p]{color:#fff;text-decoration:underline;margin-left:.25rem}button[data-astro-cid-garwan2p]{background:var(--accent);color:#fff;border:none;border-radius:4px;padding:.6rem 1.25rem;font-weight:700;cursor:pointer;font-family:inherit;font-size:.875rem}:root{--accent: #c4618c;--text: #424242;--text-muted: #7a7a7a;--bg: #ffffff;--bg-soft: #f1f0ea;--bg-header: rgba(249, 249, 249, .85);--max-width: 1280px;--header-height: 103px}section[id],footer[id]{scroll-margin-top:calc(var(--header-height) + 1rem)}.container{width:min(100% - 2rem,var(--max-width));margin-inline:auto}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{position:fixed;left:1rem;top:1rem;width:auto;height:auto;padding:.75rem 1rem;background:#fff;color:var(--text);z-index:9999}.btn-primary{display:inline-block;background:var(--accent);color:#fff;padding:.85rem 1.75rem;border-radius:4px;text-decoration:none;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:opacity .2s ease}.btn-primary:hover{opacity:.9}.btn-outline{display:inline-block;background:transparent;color:var(--accent);padding:.75rem 1.5rem;border:2px solid var(--accent);border-radius:4px;text-decoration:none;font-weight:600}.section-heading{font-family:Italiana,Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;color:var(--text);text-align:center;margin:0 0 2rem}.section-heading .accent{color:var(--accent)}.display-title{font-family:Italiana,Georgia,serif;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:400;color:var(--accent);margin:0;line-height:1.1}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fade-in-up .8s ease forwards}:root{--accent: var(--accent)}[data-astro-cid-sckkx6r4]{box-sizing:border-box}body{font-family:Montserrat,system-ui,sans-serif;font-weight:600;font-size:16px;margin:0;color:var(--text);background:var(--bg)}h1[data-astro-cid-sckkx6r4],h2[data-astro-cid-sckkx6r4],h3[data-astro-cid-sckkx6r4],h4[data-astro-cid-sckkx6r4]{font-family:Montserrat,system-ui,sans-serif}a[data-astro-cid-sckkx6r4]{color:inherit}
