.header[data-astro-cid-hnhh3bfe]{position:sticky;top:0;z-index:100;background:#fffffff7;backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border)}.header__inner[data-astro-cid-hnhh3bfe]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);height:4.5rem}.header__logo[data-astro-cid-hnhh3bfe]{flex-shrink:0}.header__logo[data-astro-cid-hnhh3bfe] img[data-astro-cid-hnhh3bfe]{height:2.5rem;width:auto}.header__toggle[data-astro-cid-hnhh3bfe]{display:flex;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;padding:.5rem;background:none;border:none;cursor:pointer;z-index:110}.header__toggle-bar[data-astro-cid-hnhh3bfe]{display:block;width:100%;height:2px;background:var(--color-text);border-radius:2px;transition:all var(--transition-base)}.header__toggle[data-astro-cid-hnhh3bfe][aria-expanded=true] .header__toggle-bar[data-astro-cid-hnhh3bfe]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__toggle[data-astro-cid-hnhh3bfe][aria-expanded=true] .header__toggle-bar[data-astro-cid-hnhh3bfe]:nth-child(2){opacity:0}.header__toggle[data-astro-cid-hnhh3bfe][aria-expanded=true] .header__toggle-bar[data-astro-cid-hnhh3bfe]:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.header__nav[data-astro-cid-hnhh3bfe]{position:fixed;top:0;right:0;bottom:0;width:min(22rem,88vw);background:var(--color-bg);padding:5rem var(--space-xl) var(--space-xl);transform:translate(100%);transition:transform var(--transition-base);box-shadow:var(--shadow-lg);overflow-y:auto;z-index:105}.header__nav[data-astro-cid-hnhh3bfe].is-open{transform:translate(0)}.header__nav-list[data-astro-cid-hnhh3bfe]{list-style:none;padding:0;display:flex;flex-direction:column;gap:0}.header__nav-item[data-astro-cid-hnhh3bfe]{position:relative}.header__nav-link[data-astro-cid-hnhh3bfe]{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);color:var(--color-text);text-decoration:none;font-family:var(--font-heading);font-weight:500;font-size:var(--text-base);border-radius:var(--radius-md);border:none;background:none;cursor:pointer;width:100%;text-align:left;transition:background var(--transition-fast),color var(--transition-fast)}.header__nav-link[data-astro-cid-hnhh3bfe]:hover,.header__nav-link[data-astro-cid-hnhh3bfe].is-active{background:var(--color-primary-bg);color:var(--color-primary)}.header__chevron[data-astro-cid-hnhh3bfe]{margin-left:auto;transition:transform var(--transition-fast);flex-shrink:0}.header__dropdown-toggle[data-astro-cid-hnhh3bfe][aria-expanded=true] .header__chevron[data-astro-cid-hnhh3bfe]{transform:rotate(180deg)}.header__dropdown[data-astro-cid-hnhh3bfe]{list-style:none;padding:0 0 0 var(--space-md);max-height:0;overflow:hidden;transition:max-height var(--transition-base)}.header__dropdown[data-astro-cid-hnhh3bfe].is-open{max-height:40rem}.header__dropdown-link[data-astro-cid-hnhh3bfe]{display:block;padding:var(--space-xs) var(--space-md);color:var(--color-text-light);text-decoration:none;font-size:var(--text-sm);border-radius:var(--radius-sm);transition:color var(--transition-fast),background var(--transition-fast)}.header__dropdown-link[data-astro-cid-hnhh3bfe]:hover,.header__dropdown-link[data-astro-cid-hnhh3bfe].is-active{color:var(--color-primary);background:var(--color-primary-bg)}.header__cta-group[data-astro-cid-hnhh3bfe]{margin-top:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-sm)}.header__cta[data-astro-cid-hnhh3bfe]{width:100%;text-align:center}.header__overlay[data-astro-cid-hnhh3bfe]{position:fixed;inset:0;background:#0000004d;z-index:100;opacity:0;pointer-events:none;transition:opacity var(--transition-base)}.header__overlay[data-astro-cid-hnhh3bfe].is-visible{opacity:1;pointer-events:auto}@media(min-width:1080px){.header__toggle[data-astro-cid-hnhh3bfe]{display:none}.header__nav[data-astro-cid-hnhh3bfe]{position:static;width:auto;background:transparent;padding:0;transform:none;box-shadow:none;display:flex;align-items:center;gap:var(--space-sm);overflow:visible}.header__nav-list[data-astro-cid-hnhh3bfe]{flex-direction:row;gap:0}.header__nav-link[data-astro-cid-hnhh3bfe]{font-size:var(--text-xs);padding:var(--space-xs) .5rem;white-space:nowrap}.header__dropdown[data-astro-cid-hnhh3bfe]{position:absolute;top:100%;left:0;min-width:17rem;background:var(--color-bg);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:var(--space-sm) 0;max-height:0;opacity:0;pointer-events:none;overflow:hidden;transition:opacity var(--transition-fast),max-height var(--transition-fast);z-index:200}.header__dropdown[data-astro-cid-hnhh3bfe].is-open{max-height:40rem;opacity:1;pointer-events:auto}.header__dropdown-link[data-astro-cid-hnhh3bfe]{padding:var(--space-xs) var(--space-lg)}.header__cta-group[data-astro-cid-hnhh3bfe]{margin-top:0;flex-direction:row}.header__cta[data-astro-cid-hnhh3bfe]{width:auto}}.footer[data-astro-cid-mh6itkc3]{background:var(--color-heading);color:#fffc;padding-block:var(--space-3xl) var(--space-xl)}.footer[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]{color:#fffc;text-decoration:none}.footer[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]:hover{color:#fff}.footer__grid[data-astro-cid-mh6itkc3]{display:grid;gap:var(--space-2xl);grid-template-columns:1fr}@media(min-width:640px){.footer__grid[data-astro-cid-mh6itkc3]{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.footer__grid[data-astro-cid-mh6itkc3]{grid-template-columns:2fr 1fr 1fr 1.25fr}}.footer__brand[data-astro-cid-mh6itkc3] img[data-astro-cid-mh6itkc3]{height:2.5rem;width:auto;margin-bottom:var(--space-md)}.footer__tagline[data-astro-cid-mh6itkc3]{font-size:var(--text-sm);line-height:1.6;margin-bottom:var(--space-md)}.footer__social[data-astro-cid-mh6itkc3]{display:flex;gap:var(--space-md)}.footer__social[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:var(--radius-full);background:#ffffff1a;transition:background var(--transition-fast)}.footer__social[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]:hover{background:#fff3}.footer__heading[data-astro-cid-mh6itkc3]{font-size:var(--text-base);color:#fff;margin-bottom:var(--space-md);font-weight:600}.footer__list[data-astro-cid-mh6itkc3]{list-style:none;padding:0}.footer__list[data-astro-cid-mh6itkc3] li[data-astro-cid-mh6itkc3]{margin-bottom:var(--space-sm)}.footer__list[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]{font-size:var(--text-sm)}.footer__col[data-astro-cid-mh6itkc3] p[data-astro-cid-mh6itkc3]{font-size:var(--text-sm);margin-bottom:var(--space-sm)}.footer__bottom[data-astro-cid-mh6itkc3]{margin-top:var(--space-2xl);padding-top:var(--space-lg);border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:var(--space-md);font-size:var(--text-xs);color:#ffffff80}.footer__legal[data-astro-cid-mh6itkc3]{list-style:none;padding:0;display:flex;gap:var(--space-lg)}.footer__legal[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]{font-size:var(--text-xs);color:#ffffff80}.footer__legal[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]:hover{color:#fffc}.cookie-consent[data-astro-cid-76hcz5rl]{position:fixed;bottom:0;left:0;right:0;z-index:9000;background:var(--color-heading);color:#ffffffe6;padding:var(--space-md) var(--space-lg);transform:translateY(100%);transition:transform var(--transition-base)}.cookie-consent[data-astro-cid-76hcz5rl].is-visible{transform:translateY(0)}.cookie-consent__inner[data-astro-cid-76hcz5rl]{max-width:var(--container-max);margin-inline:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-md)}.cookie-consent[data-astro-cid-76hcz5rl] p[data-astro-cid-76hcz5rl]{font-size:var(--text-sm);margin:0;flex:1 1 20rem}.cookie-consent[data-astro-cid-76hcz5rl] a[data-astro-cid-76hcz5rl]{color:var(--color-accent-light)}.cookie-consent__actions[data-astro-cid-76hcz5rl]{display:flex;gap:var(--space-sm)}.cookie-consent__btn[data-astro-cid-76hcz5rl]{padding:.5rem 1.25rem;border:none;border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:600;cursor:pointer;transition:opacity var(--transition-fast)}.cookie-consent__btn[data-astro-cid-76hcz5rl]:hover{opacity:.85}.cookie-consent__btn--accept[data-astro-cid-76hcz5rl]{background:var(--color-accent);color:#fff}.cookie-consent__btn--decline[data-astro-cid-76hcz5rl]{background:#ffffff26;color:#fff}:root{--color-primary: #7b6b8a;--color-primary-dark: #5e4f6b;--color-primary-light: #d1cce2;--color-primary-bg: #f5f3f7;--color-accent: #c4a882;--color-accent-dark: #a8895e;--color-accent-light: #f0e6d6;--color-text: #3a3340;--color-text-light: #6b6374;--color-heading: #2d2535;--color-bg: #ffffff;--color-bg-warm: #faf8f5;--color-bg-soft: #f5f3f7;--color-border: #e8e4ed;--color-success: #5a9e6f;--color-error: #c0564f;--font-heading: "Montserrat", system-ui, -apple-system, sans-serif;--font-body: "Open Sans", system-ui, -apple-system, sans-serif;--text-xs: clamp(.75rem, .7rem + .25vw, .8125rem);--text-sm: clamp(.8125rem, .775rem + .25vw, .875rem);--text-base: clamp(.9375rem, .9rem + .25vw, 1rem);--text-lg: clamp(1.0625rem, 1rem + .375vw, 1.125rem);--text-xl: clamp(1.1875rem, 1.1rem + .5vw, 1.3125rem);--text-2xl: clamp(1.375rem, 1.2rem + .75vw, 1.625rem);--text-3xl: clamp(1.625rem, 1.4rem + 1vw, 2rem);--text-4xl: clamp(1.875rem, 1.5rem + 1.5vw, 2.5rem);--text-5xl: clamp(2.125rem, 1.6rem + 2vw, 3rem);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--container-max: 72rem;--container-narrow: 48rem;--container-wide: 80rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(59, 51, 64, .08);--shadow-md: 0 4px 12px rgba(59, 51, 64, .1);--shadow-lg: 0 8px 24px rgba(59, 51, 64, .12);--transition-fast: .15s ease;--transition-base: .25s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:var(--font-body);font-size:var(--text-base);line-height:1.7;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-heading);line-height:1.25;font-weight:600}h1{font-size:var(--text-5xl);margin-bottom:var(--space-lg)}h2{font-size:var(--text-4xl);margin-bottom:var(--space-lg)}h3{font-size:var(--text-2xl);margin-bottom:var(--space-md)}h4{font-size:var(--text-xl);margin-bottom:var(--space-md)}p{margin-bottom:var(--space-md)}p:last-child{margin-bottom:0}a{color:var(--color-primary);text-decoration-skip-ink:auto;transition:color var(--transition-fast)}a:hover{color:var(--color-primary-dark)}:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}.skip-link{position:absolute;top:-100%;left:var(--space-md);background:var(--color-primary);color:#fff;padding:var(--space-sm) var(--space-md);border-radius:0 0 var(--radius-md) var(--radius-md);z-index:9999;font-weight:600;text-decoration:none}.skip-link:focus{top:0}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--space-lg)}.container--narrow{max-width:var(--container-narrow)}.container--wide{max-width:var(--container-wide)}.section{padding-block:var(--space-3xl)}@media(min-width:768px){.section{padding-block:var(--space-4xl)}}.section--alt{background-color:var(--color-bg-warm)}.section--soft{background-color:var(--color-bg-soft)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:.8125rem 1.75rem;font-family:var(--font-heading);font-size:var(--text-sm);font-weight:600;letter-spacing:.025em;text-transform:uppercase;text-decoration:none;border:2px solid transparent;border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-base);white-space:nowrap}.btn--primary{background-color:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn--primary:hover{background-color:var(--color-accent-dark);border-color:var(--color-accent-dark);color:#fff}.btn--secondary{background-color:transparent;color:var(--color-primary);border-color:var(--color-primary)}.btn--secondary:hover{background-color:var(--color-primary);color:#fff}.btn--ghost{background-color:transparent;color:#fff;border-color:#fff}.btn--ghost:hover{background-color:#ffffff26}.btn--lg{padding:1rem 2.25rem;font-size:var(--text-base)}.card{background:var(--color-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow var(--transition-base),transform var(--transition-base)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card__image{width:100%;aspect-ratio:16/10;object-fit:cover}.card__body{padding:var(--space-lg)}.grid{display:grid;gap:var(--space-xl)}.grid--2,.grid--3{grid-template-columns:1fr}@media(min-width:640px){.grid--2,.grid--3{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.grid--3{grid-template-columns:repeat(3,1fr)}}img{max-width:100%;height:auto;display:block}ul,ol{padding-left:1.25em}li{margin-bottom:var(--space-xs)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}input,select,textarea{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text)}.badge{display:inline-block;padding:.25em .75em;font-size:var(--text-xs);font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-full);background:var(--color-primary-bg);color:var(--color-primary)}.cta-banner[data-astro-cid-nwm4o2s6]{padding-block:var(--space-3xl)}.cta-banner--primary[data-astro-cid-nwm4o2s6]{background:linear-gradient(135deg,var(--color-primary-dark) 0%,var(--color-primary) 100%);color:#fff}.cta-banner--warm[data-astro-cid-nwm4o2s6]{background:var(--color-accent-light);color:var(--color-heading)}.cta-banner__inner[data-astro-cid-nwm4o2s6]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-xl)}.cta-banner__text[data-astro-cid-nwm4o2s6]{flex:1 1 24rem}.cta-banner__title[data-astro-cid-nwm4o2s6]{color:inherit;font-size:var(--text-3xl);margin-bottom:var(--space-sm)}.cta-banner__desc[data-astro-cid-nwm4o2s6]{font-size:var(--text-lg);opacity:.9;margin:0}.cta-banner--warm[data-astro-cid-nwm4o2s6] .btn--primary[data-astro-cid-nwm4o2s6]{background:var(--color-primary);border-color:var(--color-primary)}.cta-banner--warm[data-astro-cid-nwm4o2s6] .btn--primary[data-astro-cid-nwm4o2s6]:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark)}.blog-post__hero[data-astro-cid-4sn4zg3r]{max-height:28rem;overflow:hidden}.blog-post__hero[data-astro-cid-4sn4zg3r] img[data-astro-cid-4sn4zg3r]{width:100%;height:100%;object-fit:cover}.blog-post__header[data-astro-cid-4sn4zg3r]{padding-top:var(--space-2xl);margin-bottom:var(--space-2xl)}.blog-post__back[data-astro-cid-4sn4zg3r]{display:inline-block;font-size:var(--text-sm);color:var(--color-text-light);text-decoration:none;margin-bottom:var(--space-md)}.blog-post__back[data-astro-cid-4sn4zg3r]:hover{color:var(--color-primary)}.blog-post__header[data-astro-cid-4sn4zg3r] h1[data-astro-cid-4sn4zg3r]{font-size:var(--text-4xl);line-height:1.2;margin-bottom:var(--space-md)}.blog-post__meta[data-astro-cid-4sn4zg3r]{display:flex;gap:var(--space-md);font-size:var(--text-sm);color:var(--color-text-light)}.blog-post__author[data-astro-cid-4sn4zg3r]{color:var(--color-primary);font-weight:500}.blog-post__body[data-astro-cid-4sn4zg3r]{padding-bottom:var(--space-3xl)}.blog-post__body[data-astro-cid-4sn4zg3r] h2{font-size:var(--text-2xl);margin-top:var(--space-2xl);margin-bottom:var(--space-md)}.blog-post__body[data-astro-cid-4sn4zg3r] h3{font-size:var(--text-xl);margin-top:var(--space-xl);margin-bottom:var(--space-md)}.blog-post__body[data-astro-cid-4sn4zg3r] p{margin-bottom:var(--space-md);line-height:1.8}.blog-post__body[data-astro-cid-4sn4zg3r] ul,.blog-post__body[data-astro-cid-4sn4zg3r] ol{margin-bottom:var(--space-md);padding-left:1.5em}.blog-post__body[data-astro-cid-4sn4zg3r] li{margin-bottom:var(--space-sm);line-height:1.7}.blog-post__body[data-astro-cid-4sn4zg3r] blockquote{border-left:4px solid var(--color-primary-light);margin:var(--space-xl) 0;padding:var(--space-md) var(--space-lg);background:var(--color-bg-warm);border-radius:0 var(--radius-md) var(--radius-md) 0}.blog-post__body[data-astro-cid-4sn4zg3r] img{border-radius:var(--radius-lg);margin-block:var(--space-lg);max-width:100%}.related-grid[data-astro-cid-4sn4zg3r]{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:var(--space-xl)}.blog-card[data-astro-cid-4sn4zg3r]{display:block;text-decoration:none;color:inherit;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-bg);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-base)}.blog-card[data-astro-cid-4sn4zg3r]:hover{box-shadow:var(--shadow-md)}.blog-card__image[data-astro-cid-4sn4zg3r]{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.blog-card__body[data-astro-cid-4sn4zg3r]{padding:var(--space-lg)}.blog-card__title[data-astro-cid-4sn4zg3r]{line-height:1.3}
