:root{--color-background: #E9E6DE;--color-sage: #ADB3A4;--color-dusty-blue: #5A646E;--color-brown: #382E1F;--color-brown-50: #f7f4ef;--color-brown-100: #ebe5d6;--color-brown-200: #d8cbb0;--background: var(--color-background);--text-color: var(--color-brown);--text-color-muted: var(--color-dusty-blue);--accent: var(--color-sage);--font-family-base: system-ui, -apple-system, sans-serif;--font-family-heading: "Averia Serif Libre", Georgia, serif;--line-height-normal: 1.6;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--shadow-paper: 0px 6px 0px -3px rgba(0, 0, 0, .1);--max-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--text-color);font-family:var(--font-family-base);line-height:var(--line-height-normal);min-height:100vh}a{color:var(--text-color-muted);text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.8}h1,h2,h3,h4{font-family:var(--font-family-heading);font-weight:400;line-height:1.3;margin-bottom:var(--space-4)}h2{font-size:2rem}p{margin-bottom:var(--space-4)}img{max-width:100%;height:auto}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-8)}@media(max-width:768px){.container{padding:0}}.button{display:inline-block;padding:var(--space-3) var(--space-6);background-color:var(--accent);color:#fff;text-decoration:none;border:2px solid transparent;border-radius:8px;cursor:pointer;font-size:1rem;transition:box-shadow .2s ease,border-color .2s ease}.button:hover{box-shadow:var(--shadow-paper);border-color:#8a9179;opacity:1}header[data-astro-cid-v3zwehkc]{position:fixed;top:var(--space-4);left:50%;transform:translate(-50%);width:fit-content;z-index:100;height:48px;display:flex;align-items:center;border-radius:999px;background:#e9e6ded9;backdrop-filter:blur(12px);border:1px solid rgba(56,46,31,.1)}.nav-container[data-astro-cid-v3zwehkc]{display:flex;justify-content:center;align-items:center;padding:0 var(--space-6);height:100%;gap:var(--space-8);white-space:nowrap}.logo[data-astro-cid-v3zwehkc]{display:flex;align-items:center}.logo-img[data-astro-cid-v3zwehkc]{height:28px;width:auto}.nav-links[data-astro-cid-v3zwehkc]{display:flex;align-items:center;gap:var(--space-1);height:100%}.nav-link[data-astro-cid-v3zwehkc]{padding:var(--space-2) var(--space-3);border-radius:999px;text-decoration:none;color:var(--text-color);transition:background .2s ease}.nav-link[data-astro-cid-v3zwehkc]:hover{background:#382e1f1a;opacity:1}.dropdown[data-astro-cid-v3zwehkc]{position:relative}.dropdown-trigger[data-astro-cid-v3zwehkc]{cursor:pointer}.dropdown-menu[data-astro-cid-v3zwehkc]{position:absolute;top:calc(100% + var(--space-2));left:50%;transform:translate(-50%);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;background:#e9e6def2;backdrop-filter:blur(12px);border-radius:8px;border:1px solid rgba(56,46,31,.1);box-shadow:var(--shadow-paper);overflow:hidden}.dropdown-menu[data-astro-cid-v3zwehkc]:before{content:"";position:absolute;top:calc(-1 * var(--space-2));left:0;right:0;height:var(--space-2)}.dropdown[data-astro-cid-v3zwehkc]:hover .dropdown-menu[data-astro-cid-v3zwehkc]{opacity:1;visibility:visible}.dropdown-menu[data-astro-cid-v3zwehkc] a[data-astro-cid-v3zwehkc]{display:block;padding:var(--space-2) var(--space-4);text-decoration:none;color:var(--text-color);white-space:nowrap;transition:background .2s ease}.dropdown-menu[data-astro-cid-v3zwehkc] a[data-astro-cid-v3zwehkc]:hover{background:#382e1f1a}.hamburger-menu[data-astro-cid-v3zwehkc]{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:0}.bar[data-astro-cid-v3zwehkc]{width:24px;height:3px;background-color:var(--color-brown);transition:transform .2s ease,opacity .2s ease}@media(max-width:768px){header[data-astro-cid-v3zwehkc]{width:90%}nav[data-astro-cid-v3zwehkc]{width:100%}.nav-container[data-astro-cid-v3zwehkc]{width:100%;justify-content:space-between;gap:0}.nav-links[data-astro-cid-v3zwehkc]{display:none;height:auto}.nav-links[data-astro-cid-v3zwehkc].active{display:flex;flex-direction:column;align-items:stretch;position:absolute;top:120%;left:0;width:100%;height:auto;background:#e9e6def2;backdrop-filter:blur(12px);padding:var(--space-4);border-radius:16px;border:1px solid rgba(56,46,31,.1);box-shadow:var(--shadow-paper);overflow:visible}.nav-links[data-astro-cid-v3zwehkc].active .nav-link[data-astro-cid-v3zwehkc]{padding:var(--space-3) var(--space-4);text-align:left}.nav-links[data-astro-cid-v3zwehkc].active .dropdown[data-astro-cid-v3zwehkc]{display:contents}.nav-links[data-astro-cid-v3zwehkc].active .dropdown-trigger[data-astro-cid-v3zwehkc]{display:none}.nav-links[data-astro-cid-v3zwehkc].active .dropdown-menu[data-astro-cid-v3zwehkc]{position:static;transform:none;opacity:1;visibility:visible;padding:0;display:contents}.nav-links[data-astro-cid-v3zwehkc].active .dropdown-menu[data-astro-cid-v3zwehkc] a[data-astro-cid-v3zwehkc]{background:none;backdrop-filter:none;padding:var(--space-3) var(--space-4);border-radius:0}.hamburger-menu[data-astro-cid-v3zwehkc]{display:flex}.hamburger-menu[data-astro-cid-v3zwehkc].active .bar[data-astro-cid-v3zwehkc]:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger-menu[data-astro-cid-v3zwehkc].active .bar[data-astro-cid-v3zwehkc]:nth-child(2){opacity:0}.hamburger-menu[data-astro-cid-v3zwehkc].active .bar[data-astro-cid-v3zwehkc]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}footer[data-astro-cid-ozlo4ybt]{padding:var(--space-12) var(--space-8);background-color:var(--color-brown);color:var(--background)}footer[data-astro-cid-ozlo4ybt] a[data-astro-cid-ozlo4ybt]{color:var(--background)}.footer-grid[data-astro-cid-ozlo4ybt]{display:grid;grid-template-columns:2fr 1fr 1fr;gap:var(--space-8);max-width:var(--max-width);margin:0 auto var(--space-8)}.footer-brand[data-astro-cid-ozlo4ybt]{display:flex;flex-direction:column}.footer-logo[data-astro-cid-ozlo4ybt]{max-width:180px;margin-bottom:var(--space-3)}.tagline[data-astro-cid-ozlo4ybt]{margin:0;opacity:.8}.footer-links[data-astro-cid-ozlo4ybt] h4[data-astro-cid-ozlo4ybt]{margin:0 0 var(--space-3) 0;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;opacity:.7}.footer-links[data-astro-cid-ozlo4ybt] nav[data-astro-cid-ozlo4ybt]{display:flex;flex-direction:column;gap:var(--space-2)}.footer-links[data-astro-cid-ozlo4ybt] nav[data-astro-cid-ozlo4ybt] a[data-astro-cid-ozlo4ybt]{display:inline-flex;align-items:center;gap:var(--space-2)}.footer-bottom[data-astro-cid-ozlo4ybt]{padding-top:var(--space-8);border-top:1px solid rgba(233,230,222,.2);max-width:var(--max-width);margin:0 auto;text-align:center;font-size:.875rem}.footer-bottom[data-astro-cid-ozlo4ybt] p[data-astro-cid-ozlo4ybt]{margin:0}.footer-bottom[data-astro-cid-ozlo4ybt] p[data-astro-cid-ozlo4ybt]:first-child{margin-bottom:var(--space-1)}.footer-bottom[data-astro-cid-ozlo4ybt] a[data-astro-cid-ozlo4ybt]{opacity:.7}.footer-bottom[data-astro-cid-ozlo4ybt] a[data-astro-cid-ozlo4ybt]:hover{opacity:1}@media(max-width:768px){.footer-grid[data-astro-cid-ozlo4ybt]{grid-template-columns:1fr 1fr;text-align:left}.footer-brand[data-astro-cid-ozlo4ybt]{grid-column:1 / -1;text-align:center;align-items:center}}@media(max-width:480px){.footer-grid[data-astro-cid-ozlo4ybt]{grid-template-columns:1fr;text-align:center}.footer-links[data-astro-cid-ozlo4ybt] nav[data-astro-cid-ozlo4ybt]{align-items:center}}main[data-astro-cid-mmggtga4]{min-height:100vh}
