.navbar[data-astro-cid-pux6a34n]{background:#1e3329e0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:1rem 0;position:sticky;top:0;z-index:100;overflow-x:hidden;overflow-y:visible}@media(min-width:601px){.navbar[data-astro-cid-pux6a34n]{border-bottom:2px solid #8fc47c}}.nav-container[data-astro-cid-pux6a34n]{max-width:860px;margin:0 auto;padding:0 2rem;display:flex;justify-content:flex-start;align-items:center;gap:1rem;position:relative}.nav-home[data-astro-cid-pux6a34n]{font-family:Playfair Display,Georgia,serif;font-weight:600;font-size:1.45rem;color:#fff;text-decoration:none;display:flex;align-items:center;gap:.6rem;flex-shrink:0;white-space:nowrap}.nav-home[data-astro-cid-pux6a34n]:hover{color:#8fc47c;text-decoration:none}.flatcap[data-astro-cid-pux6a34n]{height:28px;width:auto;display:block;flex-shrink:0}.hamburger[data-astro-cid-pux6a34n]{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0}.hamburger[data-astro-cid-pux6a34n] span[data-astro-cid-pux6a34n]{width:24px;height:2px;background:#fff;border-radius:1px;transition:all .3s}.hamburger[data-astro-cid-pux6a34n][aria-expanded=true] span[data-astro-cid-pux6a34n]:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger[data-astro-cid-pux6a34n][aria-expanded=true] span[data-astro-cid-pux6a34n]:nth-child(2){opacity:0}.hamburger[data-astro-cid-pux6a34n][aria-expanded=true] span[data-astro-cid-pux6a34n]:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.nav-links[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:1.5rem;margin-left:auto}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{color:#fffc;text-decoration:none;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;font-weight:500}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{color:#8fc47c;text-decoration:none}.nav-about[data-astro-cid-pux6a34n]{margin-left:1rem;padding-left:1.5rem;border-left:1px solid rgba(255,255,255,.2)}@media(max-width:600px){.navbar[data-astro-cid-pux6a34n]{overflow:visible;border-bottom:none}.hamburger[data-astro-cid-pux6a34n]{display:flex;margin-left:auto}.nav-home[data-astro-cid-pux6a34n]{font-size:1rem}.flatcap[data-astro-cid-pux6a34n]{height:20px}.nav-links[data-astro-cid-pux6a34n]{position:fixed;top:62px;left:0;right:0;background:#1e3329fa;flex-direction:column;gap:0;padding:0 2rem;max-height:0;overflow:hidden;visibility:hidden;transition:max-height .3s,padding .3s,visibility 0s .3s;width:100%}.nav-links[data-astro-cid-pux6a34n].active{max-height:300px;padding:1rem 2rem;border-bottom:2px solid #8fc47c;visibility:visible;transition:max-height .3s,padding .3s,visibility 0s}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{padding:.75rem 0;font-size:.85rem;border-bottom:1px solid rgba(255,255,255,.1)}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:last-child{border-bottom:none}.nav-about[data-astro-cid-pux6a34n]{margin-left:0;padding-left:0;border-left:none}}.footer[data-astro-cid-sz7xmlte]{background:#1e3329;border-top:2px solid #8fc47c;padding:1.5rem 0;margin-top:5rem}.footer-content[data-astro-cid-sz7xmlte]{max-width:860px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links[data-astro-cid-sz7xmlte]{display:flex;gap:2rem;flex-wrap:wrap}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#fffc;text-decoration:none;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:500}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#8fc47c;text-decoration:none}p[data-astro-cid-sz7xmlte]{font-size:.72rem;color:#ffffff59;margin:0;letter-spacing:.05em}:root{--green: #8fc47c;--dark-green: #1e3329;--black: #1a1a1a;--bg: #f5f3f0}html{scroll-behavior:smooth;overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,system-ui,sans-serif;font-weight:250;line-height:1.7;color:var(--black);background:#d8d3cc;overflow-x:hidden}h1,h2{font-family:Playfair Display,Georgia,serif;font-weight:600;line-height:1.2;color:var(--dark-green)}h3{font-family:Space Mono,Courier New,monospace;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--dark-green)}main{max-width:920px;margin:0 auto;padding:3.5rem 2rem;min-height:calc(100vh - 180px);background:var(--bg)}h1{font-size:2.4rem;margin-bottom:.75rem}h2{font-size:1.15rem;margin:2.5rem 0 .75rem}h3{font-size:1.05rem;margin:1.5rem 0 .4rem}p{margin-bottom:1rem}a{color:var(--black);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}a:hover{color:var(--green);text-decoration-thickness:2px}ul,ol{margin-left:1.5rem;margin-bottom:1rem}li{margin-bottom:.4rem}em{font-style:italic}strong{color:var(--dark-green)}
