:root{--paper:#fafaf7;--panel:#f2f2ee;--white:#fff;--dark:#0e0e0e;--ink:#0e0e0e;--ink-2:#3a3a35;--ink-3:#4a4a45;--muted:#6e6e69;--muted-loud:#7a7a75;--line:#e0e0da;--dark-line:#2a2a28;--accent:#2d5bff;--accent-solid:#1d46e0;--accent-on-dark:#7d97ff;--dark-text:#fafaf7;--dark-soft:#c8c8c0;--dark-muted:#9a9a92;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--font-serif:"Newsreader", georgia, serif;--ease-out:cubic-bezier(.2, .7, .2, 1)}*,:before,:after{box-sizing:border-box}body{background:var(--paper);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0}h1,h2,h3,h4{margin:0;font-weight:600}p{margin:0}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.skip-link{z-index:100;background:var(--ink);color:var(--dark-text);font-family:var(--font-mono);padding:12px 20px;font-size:13px;position:absolute;top:-100px;left:16px}.skip-link:focus-visible{top:16px}.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}.mono{font-family:var(--font-mono)}.serif{font-family:var(--font-serif);font-style:italic}.accent{color:var(--accent)}.muted{color:var(--muted)}.shell{max-width:1440px;margin:0 auto;padding:0 64px}@media (width<=900px){.shell{padding:0 24px}}.link{color:var(--ink);transition:color .2s;position:relative}.link:after{content:"";transform-origin:0;height:1px;transition:transform .32s var(--ease-out);background:currentColor;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.link:hover:after,.link:focus-visible:after{transform:scaleX(1)}.link.accent{color:var(--accent)}.lede{color:var(--ink-2);max-width:640px;font-size:18px;line-height:1.6}.footnote{font-family:var(--font-serif);color:var(--muted);border-left:2px solid var(--accent);max-width:480px;padding-left:16px;font-size:15px;font-style:italic;line-height:1.5}.section{padding:72px 0}.section--rule{border-top:1px solid var(--ink)}.grid-bg{background-image:linear-gradient(90deg,#fafaf70f 1px,#0000 1px),linear-gradient(#fafaf70f 1px,#0000 1px);background-size:40px 40px}.pulse{animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}::view-transition-group(root){animation:none}::view-transition-old(root){animation:none}::view-transition-new(root){animation:none}::view-transition-group(status){animation:none}::view-transition-old(status){animation:none}::view-transition-new(status){animation:none}::view-transition-group(header){animation:none}::view-transition-old(header){animation:none}::view-transition-new(header){animation:none}::view-transition-group(footer){animation:none}::view-transition-old(footer){animation:none}::view-transition-new(footer){animation:none}::view-transition-old(.title){animation:.16s ease-in both vt-fade-out}::view-transition-new(.title){animation:.16s var(--ease-out) both vt-fade-in}::view-transition-old(main){animation:.16s ease-in both vt-fade-out}::view-transition-new(main){animation:.24s var(--ease-out) both vt-fade-in, .24s var(--ease-out) both vt-rise}@keyframes vt-fade-out{to{opacity:0}}@keyframes vt-fade-in{0%{opacity:0}}@keyframes vt-rise{0%{transform:translateY(8px)}}@media (prefers-reduced-motion:reduce){.pulse{animation:none}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}::view-transition-group(*){animation:none!important}::view-transition-old(*){animation:none!important}::view-transition-new(*){animation:none!important}}.status-strip.svelte-12qhfyh{border-bottom:1px solid var(--line);view-transition-name:status;justify-content:space-between;gap:24px;padding:10px 0;font-size:11px;display:flex}.status-left.svelte-12qhfyh,.status-right.svelte-12qhfyh{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.status-item.svelte-12qhfyh{align-items:center;gap:8px;display:inline-flex}.dim.svelte-12qhfyh{color:var(--muted)}.dot.svelte-12qhfyh{background:var(--accent);border-radius:50%;width:6px;height:6px;display:inline-block}.site-header.svelte-12qhfyh{border-bottom:1px solid var(--line);z-index:10;view-transition-name:header;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;padding:20px 0;display:grid;position:sticky;top:0}.site-header.svelte-12qhfyh:before{content:"";background:var(--paper);z-index:-1;width:100vw;position:absolute;top:0;bottom:0;left:calc(50% - 50vw)}.brand.svelte-12qhfyh{align-items:baseline;gap:12px;display:flex}.brand-mark.svelte-12qhfyh{border:2px solid var(--accent);width:26px;height:26px;font-family:var(--font-mono);justify-content:center;align-self:center;align-items:center;font-size:11px;font-weight:600;display:inline-flex}.brand-name.svelte-12qhfyh{letter-spacing:-.02em;font-size:17px;font-weight:600}.brand-role.svelte-12qhfyh{color:var(--muted);font-size:11px}nav.svelte-12qhfyh{flex-wrap:wrap;justify-content:center;gap:28px;display:flex}.nav-link.svelte-12qhfyh{letter-spacing:-.005em;font-size:14px;font-weight:500;transition:color .2s}.nav-link.svelte-12qhfyh:hover,.nav-link[aria-current=page].svelte-12qhfyh{color:var(--accent)}.nav-dot.svelte-12qhfyh{background:var(--accent);opacity:0;vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-right:8px;transition:opacity .2s;display:inline-block}.nav-link[aria-current=page].svelte-12qhfyh .nav-dot:where(.svelte-12qhfyh){opacity:1}.book-btn.svelte-12qhfyh{background:var(--ink);color:var(--dark-text);font-family:var(--font-sans);cursor:pointer;border:0;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:500;transition:background .2s;display:inline-flex}.book-btn.svelte-12qhfyh:hover{background:var(--accent-solid)}main.svelte-12qhfyh{view-transition-name:main;min-height:60vh}main.svelte-12qhfyh:focus{outline:none}.site-footer.svelte-12qhfyh{border-top:1px solid var(--ink);view-transition-name:footer;margin-top:80px;padding:60px 0 28px}.footer-grid.svelte-12qhfyh{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;display:grid}.footer-brand.svelte-12qhfyh{align-items:baseline;gap:12px;display:flex}.footer-mark.svelte-12qhfyh{background:var(--accent);width:14px;height:14px}.footer-name.svelte-12qhfyh{letter-spacing:-.02em;font-size:22px;font-weight:600}.footer-blurb.svelte-12qhfyh{color:var(--ink-3);max-width:360px;margin-top:16px;font-size:14px;line-height:1.55}.footer-head.svelte-12qhfyh{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px;font-size:10px}.footer-links.svelte-12qhfyh{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:14px}.footer-email.svelte-12qhfyh{font-size:16px;font-weight:500}.footer-note.svelte-12qhfyh{color:var(--muted);margin-top:8px;font-size:11px}.footer-bar.svelte-12qhfyh{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:16px;padding-top:20px;font-size:11px;display:flex}@media (width<=900px){.site-header.svelte-12qhfyh{grid-template-columns:1fr auto;gap:12px 16px;padding:14px 0}.brand.svelte-12qhfyh{grid-area:1/1;min-width:0}.brand-name.svelte-12qhfyh{white-space:nowrap}.book-btn.svelte-12qhfyh{grid-area:1/2;justify-self:end;padding:8px 12px;font-size:12px}nav.svelte-12qhfyh{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;grid-area:2/1/auto/-1;justify-content:flex-start;gap:22px;overflow-x:auto}nav.svelte-12qhfyh::-webkit-scrollbar{display:none}.nav-link.svelte-12qhfyh{white-space:nowrap;border-bottom:2px solid #0000;padding-bottom:2px}.nav-link[aria-current=page].svelte-12qhfyh{border-bottom-color:var(--accent)}.nav-dot.svelte-12qhfyh{display:none}.footer-grid.svelte-12qhfyh{grid-template-columns:1fr 1fr}}@media (width<=600px){.brand-role.svelte-12qhfyh{display:none}}
