@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600&family=DM+Sans:wght@400;500;700&display=swap";.site-header[data-astro-cid-nen7h5rs]{z-index:50;background:var(--color-white);border-bottom:1px solid #3d2b1f14;position:sticky;top:0}.header-inner[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;gap:1.5rem;padding-block:.75rem;display:flex}.logo[data-astro-cid-nen7h5rs] img[data-astro-cid-nen7h5rs]{width:auto;height:88px}.header-actions[data-astro-cid-nen7h5rs]{align-items:center;gap:.9rem;display:flex}.lang-badge[data-astro-cid-nen7h5rs]{border:1px solid var(--color-header);width:44px;height:44px;font-family:var(--font-sans);color:var(--color-header);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.lang-badge[data-astro-cid-nen7h5rs]:hover{background:var(--color-header);color:var(--color-white)}.nav[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{gap:2.25rem;margin:0;padding:0;list-style:none;display:flex}.nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--color-header);font-size:.95rem;font-weight:500}.nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{color:var(--color-secondary)}.menu-toggle[data-astro-cid-nen7h5rs]{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;display:none}.menu-toggle[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{background:var(--color-header);height:2px;display:block}.mobile-nav[data-astro-cid-nen7h5rs]{display:none}@media (width<=900px){.nav[data-astro-cid-nen7h5rs],.header-actions[data-astro-cid-nen7h5rs]{display:none}.menu-toggle[data-astro-cid-nen7h5rs]{display:flex}.mobile-nav[data-astro-cid-nen7h5rs].open{border-top:1px solid #3d2b1f14;display:block}.mobile-nav[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{flex-direction:column;gap:1rem;margin:0;padding:1rem 1.5rem 1.5rem;list-style:none;display:flex}.mobile-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--color-header);font-weight:500}}.site-footer[data-astro-cid-jo6i4kqk]{background:var(--color-primary);color:var(--color-header);padding-block:3.5rem}.footer-inner[data-astro-cid-jo6i4kqk]{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2.5rem;display:flex}.footer-col[data-astro-cid-jo6i4kqk]{font-size:.9rem;line-height:1.7}.address[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{text-decoration:underline}.hours[data-astro-cid-jo6i4kqk]{margin-top:1.25rem}.footer-logo[data-astro-cid-jo6i4kqk] img[data-astro-cid-jo6i4kqk]{width:auto;height:60px}.footer-col-right[data-astro-cid-jo6i4kqk]{text-align:right;flex-direction:column;align-items:flex-end;gap:1.25rem;display:flex}.legal[data-astro-cid-jo6i4kqk] nav[data-astro-cid-jo6i4kqk]{justify-content:flex-end;gap:1.25rem;margin-top:.5rem;display:flex}.legal[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{font-size:.85rem;text-decoration:underline}.footer-actions[data-astro-cid-jo6i4kqk]{align-items:center;gap:.75rem;display:flex}.icon-link[data-astro-cid-jo6i4kqk]{background:var(--color-white);width:40px;height:40px;color:var(--color-header);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}@media (width<=700px){.footer-inner[data-astro-cid-jo6i4kqk]{flex-direction:column;align-items:flex-start}.footer-col-right[data-astro-cid-jo6i4kqk]{text-align:left;align-items:flex-start}.legal[data-astro-cid-jo6i4kqk] nav[data-astro-cid-jo6i4kqk]{justify-content:flex-start}}:root{--color-primary:#b8bd95;--color-secondary:#ef9d43;--color-background:#f5f5f5;--color-text:#1a1614;--color-header:#3d2b1f;--color-white:#fff;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--container-width:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-white);margin:0;line-height:1.5}h1,h2,h3{font-family:var(--font-serif);color:var(--color-header);margin:0;font-weight:500}h1{font-size:clamp(2.25rem,4vw,2.65rem);line-height:1.15}h2{font-size:clamp(1.9rem,3.5vw,2.2rem);line-height:1.2}h3{font-family:var(--font-sans);color:var(--color-text);font-size:1.619rem;font-weight:400}p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:var(--container-width);margin-inline:auto;padding-inline:1.5rem}.btn{font-family:var(--font-sans);letter-spacing:0;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.6rem;font-size:1.125rem;font-weight:400;line-height:normal;transition:transform .15s,box-shadow .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--color-secondary);color:var(--color-white)}.btn-white{background:var(--color-white);color:var(--color-header)}.btn-outline{color:var(--color-header);border:1px solid var(--color-header);background:0 0}.section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem}@media (width<=900px){.section{padding:3.5rem 0}}
