#nav-wrap{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:center;padding:1.125rem 1.5rem 0;pointer-events:none}#nav-pill{display:flex;align-items:center;gap:.625rem;backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);border:1px solid var(--color-border);border-radius:9999px;padding:.5rem .5rem .5rem 1.375rem;pointer-events:all;max-width:min(580px,calc(100vw - 3rem));width:100%;background:#f4f0e8bf;transition:background .22s var(--ease-ui),border-color .22s var(--ease-ui),box-shadow .22s var(--ease-ui)}html.dark #nav-pill{background:#0d0b0ab3}#nav-pill.scrolled{background:#f4f0e8eb}html.dark #nav-pill.scrolled{background:#0d0b0ae0}#nav-logo{font-family:"Instrument Serif",Cabinet Grotesk,serif;font-style:italic;font-size:1.05rem;font-weight:400;color:var(--color-primary);text-decoration:none;white-space:nowrap;flex-shrink:0;transition:color .15s var(--ease-ui)}@media(hover:hover)and (pointer:fine){#nav-logo:hover{color:var(--color-secondary)}}#nav-links{display:flex;align-items:center;gap:1.375rem;flex:1;padding-left:.5rem}.nav-link{font-family:Inter,sans-serif;font-size:.8125rem;color:var(--color-secondary);text-decoration:none;white-space:nowrap;position:relative;transition:color .15s var(--ease-ui)}.nav-link.is-active{color:var(--color-primary)}.nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:currentColor;transition:width .2s var(--ease-ui)}.nav-link.is-active:after{width:100%}@media(hover:hover)and (pointer:fine){.nav-link:hover{color:var(--color-primary)}.nav-link:hover:after{width:100%}}#nav-right{display:flex;align-items:center;gap:.3125rem;flex-shrink:0;margin-left:auto}.nav-icon-btn{position:relative;width:34px;height:34px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:9999px;background:#8080801a;border:1px solid var(--color-border);color:var(--color-secondary);cursor:pointer;transition:color .15s var(--ease-ui),background .15s var(--ease-ui),border-color .15s var(--ease-ui),transform .12s var(--ease-ui)}@media(hover:hover)and (pointer:fine){.nav-icon-btn:hover{color:var(--color-primary)}}.nav-icon-btn:active{transform:scale(.93)}.mic-live-dot{position:absolute;top:5px;right:5px;width:6px;height:6px;border-radius:50%;background:#22c55e;opacity:0;transition:opacity .2s var(--ease-ui)}#navMic.voice-on{border-color:#fff3;background:#ffffff14}#navMic.voice-on .mic-live-dot{opacity:1}.nav-cta{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:var(--color-cta-fg);background:var(--color-cta-bg);text-decoration:none;border-radius:9999px;padding:.45rem 1.125rem;white-space:nowrap;flex-shrink:0;transition:opacity .15s var(--ease-ui),transform .12s var(--ease-ui)}@media(hover:hover)and (pointer:fine){.nav-cta:hover{opacity:.88}}.nav-cta:active{transform:scale(.97)}.hamburger{display:none;flex-direction:column;gap:5px;padding:6px;background:none;border:none;color:var(--color-primary);cursor:pointer;flex-shrink:0}.hamburger span{display:block;width:20px;height:1.5px;background:currentColor;border-radius:1px;transition:transform .2s var(--ease-ui),opacity .2s var(--ease-ui)}#mobile-menu{position:fixed;inset:0;z-index:90;background:var(--color-background);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .22s var(--ease-ui)}#mobile-menu.open{opacity:1;pointer-events:all}#close-menu{position:absolute;top:1.25rem;right:1.25rem;padding:.5rem;background:none;border:none;color:var(--color-primary);cursor:pointer;transition:color .15s var(--ease-ui)}@media(hover:hover)and (pointer:fine){#close-menu:hover{color:var(--color-secondary)}}#mobile-nav{display:flex;flex-direction:column;align-items:center;gap:1.75rem}.mobile-nav-link{font-family:Cabinet Grotesk,sans-serif;font-size:2.5rem;font-weight:500;line-height:1;color:var(--color-primary);text-decoration:none;opacity:0;transform:translateY(10px)}@media(hover:hover)and (pointer:fine){.mobile-nav-link:hover{color:var(--color-secondary)}}@keyframes mobileNavIn{to{opacity:1;transform:translateY(0)}}#mobile-menu.open .mobile-nav-link:nth-child(1){animation:mobileNavIn .22s var(--ease-ui) 30ms forwards}#mobile-menu.open .mobile-nav-link:nth-child(2){animation:mobileNavIn .22s var(--ease-ui) 75ms forwards}#mobile-menu.open .mobile-nav-link:nth-child(3){animation:mobileNavIn .22s var(--ease-ui) .12s forwards}#mobile-menu.open .mobile-nav-link:nth-child(4){animation:mobileNavIn .22s var(--ease-ui) 165ms forwards}#mobile-menu.open .mobile-nav-link:nth-child(5){animation:mobileNavIn .22s var(--ease-ui) .21s forwards}#mobile-menu.open .mobile-nav-link:nth-child(6){animation:mobileNavIn .22s var(--ease-ui) 255ms forwards}#mobile-menu:not(.open) .mobile-nav-link{opacity:0;transform:translateY(10px);transition:opacity .15s var(--ease-ui),transform .15s var(--ease-ui);animation:none}.mobile-mic-btn{display:flex;align-items:center;gap:.5rem;margin-top:2.5rem;padding:.6875rem 1.375rem;border-radius:9999px;background:#8080801a;border:1px solid var(--color-border);color:var(--color-secondary);font-family:Inter,sans-serif;font-size:.875rem;cursor:pointer;opacity:0;transform:translateY(10px);transition:color .15s var(--ease-ui),transform .12s var(--ease-ui)}#mobile-menu.open .mobile-mic-btn{animation:mobileNavIn .22s var(--ease-ui) .3s forwards}#mobile-menu:not(.open) .mobile-mic-btn{opacity:0;transform:translateY(10px);transition:opacity .15s var(--ease-ui),transform .15s var(--ease-ui);animation:none}.mobile-mic-btn:active{transform:scale(.96)}@media(max-width:767px){#nav-links,#nav-right{display:none}.hamburger{display:flex;margin-left:auto}#nav-pill{max-width:calc(100vw - 3rem);padding:.5rem .5rem .5rem 1.25rem;gap:0}}.site-footer{border-top:1px solid var(--color-border)}.footer-top-inner{padding:5rem 3rem}.footer-eyebrow{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:1.25rem}.footer-heading{font-family:Cabinet Grotesk,sans-serif;font-size:clamp(28px,3.5vw,44px);font-weight:500;letter-spacing:-.02em;line-height:1.15;color:var(--color-primary);max-width:700px;margin-bottom:1.5rem}.footer-email{font-family:Inter,sans-serif;font-size:1rem;color:var(--color-primary);text-decoration:underline;text-underline-offset:4px;text-decoration-color:#8080804d;transition:text-decoration-color .15s ease,color .15s ease}@media(hover:hover)and (pointer:fine){.footer-email:hover{text-decoration-color:var(--color-primary)}}.footer-bar{border-top:1px solid var(--color-border)}.footer-bar-inner{padding:1.75rem 3rem;display:flex;justify-content:space-between;align-items:center}.footer-bar-link{font-family:Inter,sans-serif;font-size:.875rem;color:var(--color-secondary);text-decoration:none;transition:color .15s ease}.footer-bar-copy{font-family:Inter,sans-serif;font-size:.875rem;color:var(--color-secondary)}@media(hover:hover)and (pointer:fine){.footer-bar-link:hover{color:var(--color-primary)}}@media(max-width:767px){.footer-top-inner{padding:3.5rem 1.5rem}.footer-bar-inner{flex-direction:column;gap:.75rem;text-align:center;padding:1.5rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.prose{color:#1c1814;max-width:740px}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:#1c1814;text-decoration:underline;font-weight:500;text-underline-offset:3px}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:#1c1814;font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:#1c1814;border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;border-left-color:#1c1814;border-left-width:3px}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1.125rem;line-height:1.8}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose{font-family:Lora,serif}.prose :where(h2,h3,h4):not(:where([class~=not-prose],[class~=not-prose] *)){font-family:Cabinet Grotesk,sans-serif;color:#1c1814;font-weight:500}.prose :where(a:hover):not(:where([class~=not-prose],[class~=not-prose] *)){color:#2d5be3}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.left-0{left:0}.top-0{top:0}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-12{margin-top:3rem;margin-bottom:3rem}.my-20{margin-top:5rem;margin-bottom:5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-\[80px\]{margin-top:80px;margin-bottom:80px}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-\[80px\]{margin-bottom:80px}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-2{height:.5rem}.h-\[2px\]{height:2px}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-2{width:.5rem}.max-w-\[1100px\]{max-width:1100px}.max-w-\[740px\]{max-width:740px}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-4{row-gap:1rem}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.whitespace-pre-wrap{white-space:pre-wrap}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l-2{border-left-width:2px}.border-t{border-top-width:1px}.border-\[var\(--color-border\)\]{border-color:var(--color-border)}.border-border{--tw-border-opacity: 1;border-color:rgb(232 227 217 / var(--tw-border-opacity, 1))}.border-primary{--tw-border-opacity: 1;border-color:rgb(28 24 20 / var(--tw-border-opacity, 1))}.bg-background{--tw-bg-opacity: 1;background-color:rgb(244 240 232 / var(--tw-bg-opacity, 1))}.bg-blue{--tw-bg-opacity: 1;background-color:rgb(45 91 227 / var(--tw-bg-opacity, 1))}.bg-border{--tw-bg-opacity: 1;background-color:rgb(232 227 217 / var(--tw-bg-opacity, 1))}.bg-surface{--tw-bg-opacity: 1;background-color:rgb(234 229 218 / var(--tw-bg-opacity, 1))}.p-6{padding:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-\[80px\]{padding-top:80px;padding-bottom:80px}.pb-20{padding-bottom:5rem}.pb-\[80px\]{padding-bottom:80px}.pl-6{padding-left:1.5rem}.pt-12{padding-top:3rem}.pt-20{padding-top:5rem}.pt-32{padding-top:8rem}.pt-6{padding-top:1.5rem}.pt-\[120px\]{padding-top:120px}.text-center{text-align:center}.font-body{font-family:Inter,sans-serif}.font-display{font-family:Cabinet Grotesk,sans-serif}.font-prose{font-family:Lora,serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[11px\]{font-size:11px}.text-\[15px\]{font-size:15px}.text-\[160px\]{font-size:160px}.text-\[28px\]{font-size:28px}.text-\[32px\]{font-size:32px}.text-\[48px\]{font-size:48px}.text-\[clamp\(36px\,4\.5vw\,52px\)\]{font-size:clamp(36px,4.5vw,52px)}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-reading{line-height:1.8}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[-0\.025em\]{letter-spacing:-.025em}.tracking-\[0\.15em\]{letter-spacing:.15em}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-widest{letter-spacing:.1em}.text-border{--tw-text-opacity: 1;color:rgb(232 227 217 / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:rgb(28 24 20 / var(--tw-text-opacity, 1))}.text-secondary{--tw-text-opacity: 1;color:rgb(122 114 104 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.underline-offset-\[3px\]{text-underline-offset:3px}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-filter{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@font-face{font-family:Cabinet Grotesk;src:url(/fonts/CabinetGrotesk-Variable.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Lora;src:url(/fonts/Lora/Lora-VariableFont_wght.ttf) format("truetype");font-weight:400 700;font-style:normal;font-display:swap}@font-face{font-family:Lora;src:url(/fonts/Lora/Lora-Italic-VariableFont_wght.ttf) format("truetype");font-weight:400 700;font-style:italic;font-display:swap}:root{--color-background: #F4F0E8;--color-surface: #EAE5DA;--color-border: rgba(0,0,0,.07);--color-border-card: rgba(0,0,0,.08);--color-primary: #1C1814;--color-secondary: #5C5650;--color-blue: #2D5BE3;--color-card-bg: #FFFFFF;--color-card-sheen: inset 0 1px 0 rgba(255,255,255,1), 0 2px 20px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.04);--color-cta-bg: #1C1814;--color-cta-fg: #F4F0E8;--ease-ui: cubic-bezier(.23, 1, .32, 1);--ease-drawer: cubic-bezier(.32, .72, 0, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{background-color:var(--color-background);color:var(--color-primary);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;transition:color .22s var(--ease-ui),background-color .22s var(--ease-ui)}body{background:radial-gradient(ellipse 90% 70% at 15% 0%,rgba(220,215,200,.5) 0%,transparent 65%),var(--color-background)}::-moz-selection{background:#2d5be32e;color:var(--color-primary)}::selection{background:#2d5be32e;color:var(--color-primary)}.prose{--tw-prose-body: var(--color-primary);--tw-prose-headings: var(--color-primary);--tw-prose-links: var(--color-primary);--tw-prose-bold: var(--color-primary);--tw-prose-quotes: var(--color-primary);--tw-prose-quote-borders: var(--color-primary);font-family:Lora,serif;font-size:1.125rem;line-height:1.8;max-width:740px}.prose h2,.prose h3,.prose h4{font-family:Cabinet Grotesk,sans-serif;font-weight:500;color:var(--color-primary)}.prose a{color:var(--color-primary);text-decoration:underline;text-underline-offset:3px;transition:color .15s ease}@media(hover:hover)and (pointer:fine){.prose a:hover{color:var(--color-blue)}}.prose strong{color:var(--color-primary);font-weight:600}.prose blockquote{border-left-color:var(--color-primary);border-left-width:3px;font-style:italic;color:var(--color-primary)}html.dark{--color-background: #0C0A09;--color-surface: #141210;--color-border: rgba(255,255,255,.07);--color-border-card: rgba(255,255,255,.09);--color-primary: #F0EDE7;--color-secondary: #B8B2AA;--color-blue: #4A7CF0;--color-card-bg: #141210;--color-card-sheen: inset 0 1px 0 rgba(255,255,255,.05);--color-cta-bg: #F0EDE7;--color-cta-fg: #0C0A09}html.dark,html.dark body{color:var(--color-primary)}html.dark body{background:radial-gradient(ellipse 75% 55% at -8% -5%,rgba(74,124,240,.11) 0%,transparent 60%),radial-gradient(ellipse 70% 55% at 108% 105%,rgba(160,110,50,.09) 0%,transparent 60%),radial-gradient(ellipse 85% 65% at 50% 28%,rgba(255,248,230,.022) 0%,transparent 65%),#0c0a09}html.dark.voice-active body{background:radial-gradient(ellipse 75% 55% at -8% -5%,rgba(74,124,240,.22) 0%,transparent 60%),radial-gradient(ellipse 70% 55% at 108% 105%,rgba(160,110,50,.09) 0%,transparent 60%),radial-gradient(ellipse 85% 65% at 50% 28%,rgba(255,248,230,.022) 0%,transparent 65%),#0c0a09;transition:background .9s var(--ease-ui)}html:not(.dark).voice-active body{background:radial-gradient(ellipse 70% 50% at -5% -5%,rgba(255,200,130,.28) 0%,transparent 58%),radial-gradient(ellipse 65% 50% at 108% 108%,rgba(255,170,90,.18) 0%,transparent 58%),radial-gradient(ellipse 80% 60% at 50% 20%,rgba(255,250,240,.6) 0%,transparent 60%),#f4f0e8;transition:background .9s var(--ease-ui)}html.dark .bg-background{background-color:#0c0a09}html.dark .bg-surface{background-color:#141210}html.dark .text-primary{color:#f0ede7}html.dark .text-secondary{color:#a8a49e}html.dark .text-border{color:#ffffff2e}html.dark .border-border,html.dark .border-t,html.dark .border-b{border-color:#ffffff12}html.dark .prose{--tw-prose-body: var(--color-primary);--tw-prose-headings: var(--color-primary);--tw-prose-links: var(--color-primary);--tw-prose-bold: var(--color-primary);--tw-prose-quotes: var(--color-primary);--tw-prose-quote-borders: var(--color-primary);color:var(--color-primary)}html.dark .prose h2,html.dark .prose h3,html.dark .prose h4,html.dark .prose strong{color:var(--color-primary)}html.dark .prose blockquote{border-left-color:var(--color-primary);color:var(--color-primary)}:focus-visible{outline:2px solid var(--color-blue);outline-offset:3px;border-radius:3px}:focus:not(:focus-visible){outline:none}main{animation:fadeIn .2s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.bento-grid{display:grid;grid-template-columns:1.85fr 1fr;gap:.875rem}.bento-stack{display:flex;flex-direction:column;gap:.875rem}.card-wrap{border-radius:1.5rem;padding:1px;background:linear-gradient(145deg,var(--color-border-card),rgba(128,128,128,.03));position:relative;z-index:0;display:block;text-decoration:none;--edge-proximity: 0;--cursor-angle: 45deg;--cone-spread: 22;--glow-padding: 28px;--edge-sensitivity: 22;transition:background .18s var(--ease-ui)}@media(hover:hover)and (pointer:fine){.card-wrap:hover{background:linear-gradient(145deg,#80808033,#8080800d)}.card-wrap:hover .card-body{box-shadow:var(--color-card-sheen),0 6px 28px #0000001c}}@media(hover:hover)and (pointer:fine){.card-wrap:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:2;box-shadow:inset 0 0 0 1px #5c83f0e5,inset 0 0 10px #5c83f02e;mask-image:conic-gradient(from var(--cursor-angle) at center,black calc(var(--cone-spread) * 1%),transparent calc((var(--cone-spread) + 14) * 1%),transparent calc((100 - var(--cone-spread) - 14) * 1%),black calc((100 - var(--cone-spread)) * 1%));-webkit-mask-image:conic-gradient(from var(--cursor-angle) at center,black calc(var(--cone-spread) * 1%),transparent calc((var(--cone-spread) + 14) * 1%),transparent calc((100 - var(--cone-spread) - 14) * 1%),black calc((100 - var(--cone-spread)) * 1%));opacity:clamp(0,(var(--edge-proximity) - 40) / 60,1);transition:opacity .25s ease-out}.card-wrap:not(:hover):before{opacity:0;transition:opacity .75s ease-in-out}.card-wrap>.edge-light{position:absolute;inset:calc(var(--glow-padding) * -1);border-radius:calc(1.5rem + var(--glow-padding));pointer-events:none;z-index:-1;mask-image:conic-gradient(from var(--cursor-angle) at center,black 2.5%,transparent 10%,transparent 90%,black 97.5%);-webkit-mask-image:conic-gradient(from var(--cursor-angle) at center,black 2.5%,transparent 10%,transparent 90%,black 97.5%);opacity:clamp(0,(var(--edge-proximity) - var(--edge-sensitivity)) / (100 - var(--edge-sensitivity)),1);mix-blend-mode:plus-lighter;transition:opacity .25s ease-out}.card-wrap:not(:hover)>.edge-light{opacity:0;transition:opacity .75s ease-in-out}.card-wrap>.edge-light:before{content:"";position:absolute;inset:var(--glow-padding);border-radius:1.5rem;box-shadow:inset 0 0 0 1px #5c83f0,inset 0 0 4px #5c83f08c,inset 0 0 15px #5c83f052,inset 0 0 32px 4px #5c83f02e}html:not(.dark) .card-wrap>.edge-light{mix-blend-mode:multiply;opacity:calc(clamp(0,(var(--edge-proximity) - var(--edge-sensitivity)) / (100 - var(--edge-sensitivity)),1)*.75)}html:not(.dark) .card-wrap>.edge-light:before{box-shadow:inset 0 0 0 1px #113ebbcc,inset 0 0 4px #113ebb66,inset 0 0 15px #113ebb38}html:not(.dark) .card-wrap:before{box-shadow:inset 0 0 0 1px #113ebbb3,inset 0 0 8px #113ebb26}}.card-body{border-radius:calc(1.5rem - 1px);padding:2rem;background:var(--color-card-bg);box-shadow:var(--color-card-sheen);height:100%;position:relative;z-index:1;transition:box-shadow .22s var(--ease-ui),background .22s var(--ease-ui)}.card-featured-wrap{grid-row:span 2}.card-featured-wrap>.card-wrap{height:100%}.card-featured{height:100%}.card-featured .card-body{min-height:420px;display:flex;flex-direction:column;justify-content:flex-end}.card-tags{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:.875rem}.card-title{font-family:"Instrument Serif",Cabinet Grotesk,serif;font-size:1.65rem;font-weight:400;line-height:1.12;letter-spacing:-.015em;color:var(--color-primary);margin-bottom:.875rem}.card-featured .card-title{font-size:2.1rem}.card-desc{font-family:Inter,sans-serif;font-size:.875rem;line-height:1.65;color:var(--color-secondary);margin-bottom:1.5rem}.card-link{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:var(--color-secondary);display:inline-flex;align-items:center;gap:.375rem;transition:color .15s var(--ease-ui),gap .15s var(--ease-ui)}@media(hover:hover)and (pointer:fine){.card-wrap:hover .card-link{color:var(--color-primary);gap:.625rem}}.essay-row{display:grid;grid-template-columns:1fr 100px;align-items:start;gap:2rem;padding:1.875rem 0;border-top:1px solid rgba(128,128,128,.08);text-decoration:none;cursor:pointer;transition:border-color .22s var(--ease-ui)}.essay-row:first-of-type{border-top:none}.essay-meta{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:.45rem}.essay-title{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:500;color:var(--color-primary);display:block;margin-bottom:.4rem;transition:color .22s var(--ease-ui)}.essay-hook{font-family:Inter,sans-serif;font-size:.875rem;line-height:1.6;color:var(--color-secondary)}.essay-cta{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:var(--color-secondary);text-align:right;margin-top:.2rem;transition:color .2s ease}@media(hover:hover)and (pointer:fine){.essay-row:hover{background:var(--color-surface);border-radius:6px;padding-left:12px;padding-right:12px;margin-left:-12px;margin-right:-12px}.essay-row:hover .essay-cta{color:var(--color-primary)}}.eyebrow{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:.875rem;transition:color .22s var(--ease-ui)}.section-title{font-family:"Instrument Serif",Cabinet Grotesk,serif;font-size:clamp(36px,4vw,56px);font-weight:400;line-height:1.04;letter-spacing:-.025em;color:var(--color-primary);margin-bottom:3.5rem;transition:color .22s var(--ease-ui)}@media(max-width:767px){.bento-grid{grid-template-columns:1fr}.card-featured-wrap{grid-row:span 1}.card-featured-wrap>.card-wrap{height:auto}.card-featured{height:auto}.card-featured .card-body{min-height:auto;justify-content:flex-start}.essay-row{grid-template-columns:1fr}.essay-cta{text-align:left}}.reveal{opacity:0;transform:translateY(12px);transition:opacity .45s var(--ease-ui),transform .45s var(--ease-ui)}.reveal.is-visible{opacity:1;transform:translateY(0)}.essay-row.reveal{transition:border-color .22s var(--ease-ui),color .22s var(--ease-ui),opacity .45s var(--ease-ui),transform .45s var(--ease-ui)}.reveal-clip{clip-path:inset(0 0 100% 0);transition:clip-path .65s cubic-bezier(.16,1,.3,1)}.reveal-clip.is-visible{clip-path:inset(0 0 0% 0)}@media(prefers-reduced-motion:reduce){.reveal-clip{clip-path:none;transition-duration:.01ms}}.reveal-scale{opacity:0;transform:translateY(16px) scale(.97);transition:opacity .6s var(--ease-ui),transform .6s var(--ease-ui)}.reveal-scale.is-visible{opacity:1;transform:translateY(0) scale(1)}@media(prefers-reduced-motion:reduce){.reveal-scale{opacity:1;transform:none;transition-duration:.01ms}}#grain{position:fixed;inset:0;width:100%;height:100%;z-index:200;pointer-events:none;mix-blend-mode:overlay;opacity:.09;background-size:256px 256px;animation:grainFlicker 8s steps(3) infinite}html:not(.dark) #grain{mix-blend-mode:multiply;opacity:.06}@keyframes grainFlicker{0%{background-position:0px 0px}33%{background-position:-60px 40px}66%{background-position:80px -30px}to{background-position:0px 0px}}@media(prefers-reduced-motion:reduce){#grain{animation:none}}@media print{body:before{content:"You're printing a website in 2026. I respect the commitment. — dilithdinesh.com";display:block;text-align:center;font-family:Inter,sans-serif;font-size:14px;color:#1c1814;padding:24px;border-bottom:1px solid #E8E3D9;margin-bottom:32px}}.hover\:text-blue:hover{--tw-text-opacity: 1;color:rgb(45 91 227 / var(--tw-text-opacity, 1))}.hover\:text-primary:hover{--tw-text-opacity: 1;color:rgb(28 24 20 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:-translate-x-1{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@keyframes begg-sway1{0%,to{transform:rotate(-2deg) translateY(0)}50%{transform:rotate(2deg) translateY(-5px)}}@keyframes begg-sway2{0%,to{transform:rotate(2.5deg) translateY(0)}50%{transform:rotate(-2deg) translateY(-6px)}}@keyframes begg-sway3{0%,to{transform:rotate(-1.5deg) translateY(0)}50%{transform:rotate(3deg) translateY(-4px)}}@keyframes begg-sway4{0%,to{transform:rotate(3deg) translateY(0)}50%{transform:rotate(-1.5deg) translateY(-7px)}}@keyframes begg-sway5{0%,to{transform:rotate(-2.5deg) translateY(0)}50%{transform:rotate(1.5deg) translateY(-5px)}}@keyframes begg-bloom{0%{transform:scale(.2) rotate(-10deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}@keyframes begg-cf{0%{transform:translateY(-10px) rotate(0);opacity:1}to{transform:translate(var(--dx),160px) rotate(var(--rot));opacity:0}}#bouquet-overlay[data-astro-cid-qgieivoq].begg-visible{opacity:1!important;pointer-events:all!important}#bouquet-modal[data-astro-cid-qgieivoq].begg-visible{transform:translateY(0)!important}#bouquet-modal[data-astro-cid-qgieivoq] svg[data-astro-cid-qgieivoq]{animation:begg-bloom .9s cubic-bezier(.16,1,.3,1) both}#bouquet-close[data-astro-cid-qgieivoq]:hover{color:#1a1a1a}
