:root{--bg:#f6f2e8;--surface:#fcf9f1;--surface-sunk:#f1ebdd;--border:#e5ddcb;--border-strong:#d6cbb3;--heading:#3b362e;--body:#5a544b;--muted:#7d7568;--accent:#6e8b6a;--accent-ink:#4f6a4c;--accent-hover:#5d7a59;--accent-wash:#e9efe6;--accent-edge:#cfdcca;--on-accent:#fcf9f1;--clay:#a9714f;--clay-wash:#f4e7dd;--zest:#5d9150;--radius:14px;--radius-sm:10px;--radius-lg:20px;--shadow-sm:0 1px 2px #4a3f2c0d, 0 2px 8px #4a3f2c0a;--shadow:0 2px 4px #4a3f2c0d, 0 8px 24px #4a3f2c0f;--shadow-lg:0 4px 8px #4a3f2c0d, 0 18px 48px #4a3f2c17;--sans:"Nunito Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--serif:"Fraunces", ui-serif, Georgia, "Times New Roman", serif;--maxw:1120px;--ease:cubic-bezier(.22, .61, .36, 1)}:root[data-theme=dark]{--bg:#1c1b1a;--surface:#242320;--surface-sunk:#1a1918;--border:#35322c;--border-strong:#48443c;--heading:#f0eade;--body:#cfc7b8;--muted:#9a9182;--accent:#8fae8a;--accent-ink:#a6c3a0;--accent-hover:#b7d0b2;--accent-wash:#262d24;--accent-edge:#3a4537;--on-accent:#1c1b1a;--clay:#cd9673;--clay-wash:#2f2620;--zest:#96c98c;--shadow-sm:0 1px 2px #00000040;--shadow:0 2px 4px #0003, 0 8px 24px #00000047;--shadow-lg:0 4px 8px #00000038, 0 18px 48px #0000005c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--body);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:17px;line-height:1.65}h1,h2,h3,h4{color:var(--heading);font-family:var(--serif);letter-spacing:-.015em;text-wrap:balance;margin:0;font-weight:600;line-height:1.15}p{text-wrap:pretty;margin:0}a{color:var(--accent-ink);text-underline-offset:3px;transition:color .18s var(--ease)}button,input{font:inherit;color:inherit}::selection{background:var(--accent-edge);color:var(--heading)}:focus-visible{outline:2px solid var(--accent-ink);outline-offset:3px;border-radius:4px}.wrap{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:24px}.eyebrow{letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin:0 0 14px;font-size:13px;font-weight:700}.lede{color:var(--body);font-size:19px}section{padding-block:clamp(64px,9vw,116px)}.btn{border-radius:var(--radius);cursor:pointer;transition:background .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease), transform .18s var(--ease), box-shadow .18s var(--ease);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--accent-ink);color:var(--on-accent);box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--accent-hover);box-shadow:var(--shadow);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-ghost{color:var(--body);border-color:var(--border-strong);background:0 0}.btn-ghost:hover{background:var(--surface);color:var(--heading);border-color:var(--muted)}.reveal{opacity:0;transition:opacity .7s var(--ease), transform .7s var(--ease);transform:translateY(14px)}.reveal.in{opacity:1;transform:none}:root.theming,:root.theming *,:root.theming :before,:root.theming :after{transition:background-color .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease), fill .3s var(--ease), stroke .3s var(--ease), box-shadow .3s var(--ease)!important}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}.reveal{opacity:1;transform:none}}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}header.svelte-1h32yp1{z-index:20;background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:border-color .25s var(--ease);border-bottom:1px solid #0000;position:sticky;top:0}header.scrolled.svelte-1h32yp1{border-bottom-color:var(--border)}nav.svelte-1h32yp1{justify-content:space-between;align-items:center;gap:24px;height:66px;display:flex}.brand.svelte-1h32yp1{font-family:var(--serif);color:var(--heading);letter-spacing:-.01em;transition:color .18s var(--ease);align-items:center;gap:9px;font-size:21px;font-weight:600;text-decoration:none;display:inline-flex}.brand.svelte-1h32yp1:hover{color:var(--accent-ink)}.brand.svelte-1h32yp1 svg:where(.svelte-1h32yp1){fill:none;width:22px;height:22px;stroke:var(--accent-ink);stroke-width:1.6px}.brand.svelte-1h32yp1 .fill:where(.svelte-1h32yp1){fill:var(--accent-ink);stroke:none}.links.svelte-1h32yp1{gap:28px;margin:0;padding:0;list-style:none;display:flex}.links.svelte-1h32yp1 a:where(.svelte-1h32yp1){color:var(--body);transition:color .16s var(--ease);font-size:15px;text-decoration:none}.links.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{color:var(--heading)}.actions.svelte-1h32yp1{align-items:center;gap:10px;display:flex}.icon.svelte-1h32yp1{border-radius:var(--radius-sm);cursor:pointer;width:38px;height:38px;transition:background .16s var(--ease), border-color .16s var(--ease);background:0 0;border:1px solid #0000;place-items:center;display:grid}.icon.svelte-1h32yp1:hover{background:var(--surface);border-color:var(--border)}.icon.svelte-1h32yp1 svg:where(.svelte-1h32yp1){fill:none;width:19px;height:19px;stroke:var(--body);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.signin.svelte-1h32yp1{color:var(--body);transition:color .16s var(--ease);padding:8px 4px;font-size:15px;text-decoration:none}.signin.svelte-1h32yp1:hover{color:var(--heading)}.cta.svelte-1h32yp1{padding:9px 18px;font-size:15px}.burger.svelte-1h32yp1{display:none}.drawer.svelte-1h32yp1{border-top:1px solid var(--border);gap:2px;margin:0;padding:6px 24px 16px;list-style:none;display:grid}.drawer.svelte-1h32yp1 a:where(.svelte-1h32yp1){color:var(--body);transition:color .16s var(--ease);padding:11px 4px;font-size:16px;text-decoration:none;display:block}.drawer.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{color:var(--heading)}@media (width<=800px){.links.svelte-1h32yp1,.cta.svelte-1h32yp1,.signin.svelte-1h32yp1{display:none}.burger.svelte-1h32yp1{display:grid}}footer.svelte-jz8lnl{border-top:1px solid var(--border);padding-block:42px 54px}.inner.svelte-jz8lnl{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:28px;display:flex}.brand.svelte-jz8lnl{gap:8px;max-width:42ch;display:grid}.mark.svelte-jz8lnl{font-family:var(--serif);color:var(--heading);font-size:19px;font-weight:600}.brand.svelte-jz8lnl p:where(.svelte-jz8lnl),.legal.svelte-jz8lnl{color:var(--muted);font-size:14px}.legal.svelte-jz8lnl{max-width:40ch}
