:root{--color-surface-background:linen;--color-text-primary:#2f4f4f;--color-text-secondary:#546e7a;--color-state-origin:#e57373;--color-state-bridge:#ffd54f;--color-state-destination:#81c784;--color-accent-sage:#8fbc8f;--color-surface-inverse:#2f4f4f;--color-text-on-inverse:#ede3d6;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--radius-card:24px;--radius-field:16px;--radius-pill:999px;--type-heading1-family:"Merriweather";--type-heading1-weight:700;--type-heading1-size:32px;--type-heading1-line:40px;--type-heading1-tracking:0px;--type-heading1-transform:none;--type-heading2-family:"Merriweather";--type-heading2-weight:600;--type-heading2-size:24px;--type-heading2-line:32px;--type-heading2-tracking:0px;--type-heading2-transform:none;--type-chat-bubble-family:"Inter";--type-chat-bubble-weight:400;--type-chat-bubble-size:14px;--type-chat-bubble-line:24px;--type-chat-bubble-tracking:0px;--type-chat-bubble-transform:none;--type-timeline-thought-family:"Inter";--type-timeline-thought-weight:500;--type-timeline-thought-size:14px;--type-timeline-thought-line:24px;--type-timeline-thought-tracking:0px;--type-timeline-thought-transform:none;--type-waypoint-family:"Merriweather";--type-waypoint-weight:600;--type-waypoint-size:18px;--type-waypoint-line:24px;--type-waypoint-tracking:0px;--type-waypoint-transform:none;--type-node-status-family:"Inter";--type-node-status-weight:700;--type-node-status-size:10px;--type-node-status-line:12px;--type-node-status-tracking:.5px;--type-node-status-transform:uppercase;--elevation-rest:none;--elevation-raised:0 2px 8px #2f4f4f14}@font-face{font-family:Merriweather;font-weight:700;font-style:normal;font-display:swap;src:url(/fonts/merriweather-700.woff2)format("woff2")}@font-face{font-family:Merriweather;font-weight:600;font-style:normal;font-display:swap;src:url(/fonts/merriweather-600.woff2)format("woff2")}@font-face{font-family:Merriweather;font-weight:400;font-style:italic;font-display:swap;src:url(/fonts/merriweather-400-italic.woff2)format("woff2")}@font-face{font-family:Inter;font-weight:400;font-style:normal;font-display:swap;src:url(/fonts/inter-400.woff2)format("woff2")}@font-face{font-family:Inter;font-weight:500;font-style:normal;font-display:swap;src:url(/fonts/inter-500.woff2)format("woff2")}@font-face{font-family:Inter;font-weight:700;font-style:normal;font-display:swap;src:url(/fonts/inter-700.woff2)format("woff2")}:root{--web-display-size:32px;--web-display-line:40px;--web-heading-size:24px;--web-heading-line:32px;--web-lead-size:18px;--web-lead-line:28px;--web-body-size:16px;--web-body-line:24px;--web-section-gap:64px;--web-side:var(--space-lg);--web-max:1040px;--hairline:color-mix(in srgb, var(--color-text-primary) 12%, transparent);--surface-card:#fff}@media (width>=880px){:root{--web-display-size:48px;--web-display-line:56px;--web-heading-size:32px;--web-heading-line:40px;--web-section-gap:96px;--web-side:var(--space-xl)}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--color-surface-background);min-height:100dvh;color:var(--color-text-primary);font-family:Inter,system-ui,sans-serif;font-size:var(--web-body-size);line-height:var(--web-body-line);flex-direction:column;margin:0;display:flex}h1,h2,h3,p{margin:0}a{color:inherit}img,svg{display:block}button,input{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--color-accent-sage);outline-offset:2px}.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}.skip-link{left:var(--space-md);padding:var(--space-sm) var(--space-md);background:var(--surface-card);border-radius:var(--radius-pill);box-shadow:var(--elevation-raised);z-index:10;position:absolute;top:-100px}.skip-link:focus{top:var(--space-md)}.container{max-width:var(--web-max);padding:0 var(--web-side);margin:0 auto}main{flex:1}.section{padding-block:var(--web-section-gap) 0}.section:last-child{padding-block-end:var(--web-section-gap)}.measure{max-width:720px}.grid{gap:var(--space-xl);align-items:start;display:grid}@media (width>=880px){.grid{grid-template-columns:minmax(0,1fr) 360px;gap:64px}.grid>.fragment{margin-top:var(--space-lg)}}.display{font-family:Merriweather,serif;font-weight:700;font-size:var(--web-display-size);line-height:var(--web-display-line)}.heading{font-family:Merriweather,serif;font-weight:600;font-size:var(--web-heading-size);line-height:var(--web-heading-line)}.lead{font-size:var(--web-lead-size);line-height:var(--web-lead-line)}.body{font-size:var(--web-body-size);line-height:var(--web-body-line)}.secondary{color:var(--color-text-secondary)}.eyebrow{letter-spacing:.5px;text-transform:uppercase;color:var(--color-text-secondary);font-size:12px;font-weight:700;line-height:16px}.quote{font-family:Merriweather,serif;font-style:italic;font-weight:400}.card{background:var(--surface-card);border-radius:var(--radius-card);padding:var(--space-md);box-shadow:var(--elevation-raised)}.card-flat{border-radius:var(--radius-card);padding:var(--space-md);border:1.5px solid var(--color-accent-sage);background:0 0}.inverse{background:var(--color-surface-inverse);color:var(--color-text-on-inverse);border-radius:var(--radius-card)}.inverse .eyebrow,.inverse .secondary{color:var(--color-text-on-inverse);opacity:.8}.btn{white-space:nowrap;min-height:48px;padding:0 var(--space-lg);border-radius:var(--radius-pill);background:var(--color-text-primary);color:var(--color-text-on-inverse);cursor:pointer;border:0;justify-content:center;align-items:center;font-weight:500;text-decoration:none;display:inline-flex}.btn:disabled{opacity:.4;cursor:default}.btn-secondary{white-space:nowrap;min-height:48px;padding:0 var(--space-lg);border-radius:var(--radius-pill);border:1.5px solid var(--color-accent-sage);color:var(--color-text-primary);background:0 0;justify-content:center;align-items:center;font-weight:500;text-decoration:none;display:inline-flex}.fragment{gap:var(--space-md);flex-direction:column;width:100%;max-width:360px;display:flex}.fragment .card{margin:0}.prose{max-width:680px}.prose h1{margin-bottom:var(--space-md)}.prose h2{margin:var(--space-xl) 0 var(--space-sm);font-family:Merriweather,serif;font-size:24px;font-weight:600;line-height:32px}.prose p,.prose li{font-size:var(--web-body-size);line-height:var(--web-body-line);margin-bottom:var(--space-md)}.prose ul{padding-left:var(--space-lg)}.row[data-astro-cid-hkbrpulz]{justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.site-header[data-astro-cid-hkbrpulz]{padding:var(--space-md) 0}@media (width<=479px){.site-header[data-astro-cid-hkbrpulz] .btn-secondary[data-astro-cid-hkbrpulz]{min-height:40px;padding:0 var(--space-md)}}.lockup[data-astro-cid-hkbrpulz] svg{width:auto;height:28px}.site-footer[data-astro-cid-hkbrpulz]{padding:var(--space-xl) 0;border-top:1px solid var(--hairline);font-size:14px;line-height:24px}.attribution[data-astro-cid-hkbrpulz]{gap:var(--space-xs);display:grid}.site-footer[data-astro-cid-hkbrpulz] .row[data-astro-cid-hkbrpulz]{align-items:flex-start;row-gap:var(--space-md);flex-wrap:wrap}.site-footer[data-astro-cid-hkbrpulz] a[data-astro-cid-hkbrpulz]{text-decoration:none}.site-footer[data-astro-cid-hkbrpulz] a[data-astro-cid-hkbrpulz]:hover{text-decoration:underline}
